{** * NOTICE OF LICENSE * * This source file is subject to the Software License Agreement * that is bundled with this package in the file LICENSE.txt. * * @author Peter Sliacky (Zelarg) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) *} {if isset($js_custom_vars) && $js_custom_vars|@count} {/if}
{l s='Shopping Cart' d='Shop.Theme.Checkout'}
{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} *}