{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {$componentName = 'checkout-steps'} {if !isset($notifications)} {$hasNotifications = $notifications.warning|@count > 0 || $notifications.error|@count > 0 || $notifications.success|@count > 0 || $notifications.info|@count > 0} {/if} {block name='checkout_steps'}
{include file='components/progress-circle.tpl' classes="text-success" size=74 stroke=4}
{* Personal Information *} {include file='checkout/_partials/checkout-navigation-step-mobile.tpl' step="checkout-personal-information-step" title="{l s='Personal Information' d='Shop.Theme.Checkout'}" subtitle="{l s='Next: Addresses' d='Shop.Theme.Checkout'}"} {* Addresses *} {include file='checkout/_partials/checkout-navigation-step-mobile.tpl' step="checkout-addresses-step" title="{l s='Addresses' d='Shop.Theme.Checkout'}" subtitle="{l s='Next: Shipping Method' d='Shop.Theme.Checkout'}"} {* Shipping Method *} {include file='checkout/_partials/checkout-navigation-step-mobile.tpl' step="checkout-delivery-step" title="{l s='Shipping Method' d='Shop.Theme.Checkout'}" subtitle="{l s='Next: Payment' d='Shop.Theme.Checkout'}"} {* Payment *} {include file='checkout/_partials/checkout-navigation-step-mobile.tpl' step="checkout-payment-step" title="{l s='Payment' d='Shop.Theme.Checkout'}"}
{/block}