{l s='Shopping Cart' d='Shop.Theme.Checkout'}
{block name='cart_overview'} {include file='checkout/_partials/cart-detailed.tpl' cart=$cart} {/block}
{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 name='cart_actions'}
{include file='checkout/_partials/cart-detailed-actions.tpl' cart=$cart}
{/block}
{/block}
{block name='hook_reassurance'}
{hook h='displayReassurance'}
{/block}