{if $cartQuantityError}
{$cartQuantityError|escape:'htmlall':'UTF-8'}
{/if}
{if $otherErrors}
{foreach $otherErrors as $moduleName => $errorMsg}
{$moduleName|escape:'htmlall':'UTF-8'}: {$errorMsg|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
{block name='cart_overview'}
{include file='module:thecheckout/views/templates/front/_partials/cart-detailed.tpl' cart=$cart}
{/block}
{block name='cart_summary'}
{block name='cart_totals'}
{include file='module:thecheckout/views/templates/front/_partials/cart-detailed-totals.tpl' cart=$cart}
{/block}
{block name='hook_shopping_cart'}
{hook h='displayShoppingCart'}
{/block}
{/block}
{block name='hook_shopping_cart_footer'}
{hook h='displayShoppingCartFooter'}
{/block}
{* Reassurance is now as separate block - HTML Box no.1
{block name='hook_reassurance'}
{hook h='displayReassurance'}
{/block}
*}