{* * 2021 Anvanto * * NOTICE OF LICENSE * * This file is not open source! Each license that you purchased is only available for 1 wesite only. * If you want to use this file on more websites (or projects), you need to purchase additional licenses. * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party. * * @author Anvanto * @copyright 2021 Anvanto * @license Valid for 1 website (or project) for each purchase of license * International Registered Trademark & Property of Anvanto *} {block name='cart_detailed_totals'}
{foreach from=$cart.subtotals item="subtotal"} {if $subtotal && $subtotal.value|count_characters > 0 && $subtotal.type !== 'tax' && $subtotal.type !== 'discount'}
{if 'products' == $subtotal.type} {$cart.summary_string} {else} {$subtotal.label} {/if} {$subtotal.value} {if $subtotal.type === 'shipping'}
{hook h='displayCheckoutSubtotalDetails' subtotal=$subtotal}
{/if}
{/if} {/foreach}
{block name='cart_summary_totals'} {include file='checkout/_partials/cart-summary-totals.tpl' cart=$cart} {/block} {block name='cart_voucher'} {include file='checkout/_partials/cart-voucher.tpl'} {/block}
{/block}