{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *}
{foreach from=$cart.subtotals item="subtotal"} {if $subtotal && $subtotal.value|count_characters> 0 && $subtotal.type !== 'tax'}
{$subtotal.label} {if 'discount' == $subtotal.type}- {/if}{$subtotal.value}
{/if} {/foreach}