{* * 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_summary_tax'} {if $cart.subtotals.tax}
{l s='%label%:' sprintf=['%label%' => $cart.subtotals.tax.label] d='Shop.Theme.Global'} {$cart.subtotals.tax.value}
{/if} {/block} {block name='cart_summary_total'} {if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled}
{$cart.totals.total.label} {$cart.labels.tax_short} {$cart.totals.total.value}
{$cart.totals.total_including_tax.label} {$cart.totals.total_including_tax.value}
{else}
{$cart.totals.total.label} {if $configuration.taxes_enabled}{$cart.labels.tax_short}{/if} {$cart.totals.total.value}
{/if} {/block}