{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file=$layout} {block name='notifications'} {/block} {block name='breadcrumb'} {/block} {block name='content_columns'} {include file='checkout/checkout-navigation.tpl'} {block name='checkout_notifications'} {include file='_partials/notifications.tpl'} {/block}
{block name='checkout_process'} {render file='checkout/checkout-process.tpl' ui=$checkout_process} {/block}
{block name='cart_summary'}
{include file='checkout/_partials/cart-summary.tpl' cart=$cart}
{/block}
{hook h='displayReassurance'}
{include file='checkout/_partials/modal-terms.tpl'} {/block}