{* TODO: DEPRECATE PERMANENTlY *} {if $wa->locale() == 'ru_RU'} Раздел упразднен в Shop-Script 10.0. Для настройки упраздненного пошагового оформления заказа используйте старый интерфейс или переключите витрину в новый режим оформления заказа в корзине в настройках витрины (поселения). {else} Deprecated in Shop-Script 10.0. To set up the deprecated multi-step checkout, use the old UI mode. Or enable the in-cart checkout mode in the storefront (routing) settings. {/if}
{if empty($old_storefronts)}
{foreach $steps as $step_id => $step}
{/if}
{sprintf('[`No storefronts with multi-step checkout. Go to the storefronts settings.`]', '?action=storefronts#/design/action=settings')}
{else}
[`Multi-step checkout setup`]
[`Common settings for all storefronts with multi-step checkout.`]
{$text = str_replace('icon16 new-window', 'fas fa-external-link-alt smaller', _w('In storefront settings you can switch between multi-step checkout and in-cart checkout.'))}
{sprintf_wp($text, "`$wa_app_url`?action=storefronts#/design/action=settings")}
[`Define the checkout step order and each step settings using the form below.`]
{$step.name}
{if $step_id == shopPluginModel::TYPE_SHIPPING && empty($shipping_plugins)}
{sprintf('[`Add a shipping method`]', '?action=settings#/shipping/')}
{elseif $step_id == shopPluginModel::TYPE_PAYMENT && empty($payment_plugins)}
{sprintf('[`Add a payment method`]', '?action=settings#/payment/')}
{elseif $step.status}
{$_settings_button}
{else}
[`Disabled`]
[`Turn on`]
{/if}
|
[`Guest checkout`]
- {if $auth_alert}
- {/if}
{sprintf('[`Setup of required fields validation in backend, order spam filter, and web push notifications is available in “General settings” section.`]', '?action=settings#/general/')}