{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *}
{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} {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}