{foreach from=$cart.subtotals item="subtotal"}
{if $subtotal.value && $subtotal.type !== 'tax'}
{if 'products' == $subtotal.type}
{$cart.summary_string}
{else}
{$subtotal.label}
{/if}
{$subtotal.value}
{/if}
{/foreach}
{$cart.totals.total.label} {$cart.labels.tax_short}
{$cart.totals.total.value}