{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file=$layout} {block name='content'}
{include file='components/page-title-section.tpl' title={l s='Shopping Cart' d='Shop.Theme.Checkout'}} {block name="cart_update_alert"}
{/block}
{block name='cart_overview'} {include file='checkout/_partials/cart-detailed.tpl' cart=$cart} {/block} {block name='continue_shopping'} {l s='Continue shopping' d='Shop.Theme.Actions'} {/block} {block name='hook_shopping_cart_footer'} {hook h='displayShoppingCartFooter'} {/block}

{l s='Order summary' d='Shop.Theme.Checkout'}

{block name='cart_summary'}
{block name='hook_shopping_cart'} {hook h='displayShoppingCart'} {/block} {block name='cart_totals'} {include file='checkout/_partials/cart-detailed-totals.tpl' cart=$cart} {/block}
{/block}
{block name='hook_reassurance'} {hook h='displayReassurance'} {/block}
{/block}