{if isset($isCartGridTotal)} {if $bd_discounts|@@count > 0} {foreach from=$bd_discounts item=discount} {if $discount.value_real > 0} {/if} {/foreach}
1x {$discount.name|cat:' : '|cat:$discount.description|truncate:18:'...'|escape:'htmlall':'UTF-8'} -{if $priceDisplay == 1}{convertPrice price=$discount.value_tax_exc}{else}{convertPrice price=$discount.value_real}{/if} {if strlen($discount.code)} {l s='Delete'} {/if}
{/if}

@if (showLabel) {{l s='Shipping'}} {$bd_shipping_cost}
{if $bd_show_wrapping} {assign var='cart_flag' value='Cart::ONLY_WRAPPING'|constant} @if (showLabel) {{l s='Wrapping'}} {if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false, $cart_flag)}{else}{convertPrice price=$cart->getOrderTotal(true, $cart_flag)}{/if}
{/if} {if $bd_show_tax && isset($tax_cost)} @if (showLabel) {{l s='Tax'}} {$tax_cost}
{/if} @if (showLabel) {{l s='Total'}} {$bd_total}

{if $use_taxes && $display_tax_label == 1 && $bd_show_tax} {if $priceDisplay == 0} @if (showLabel) { {l s='Prices are tax included'} }
{/if} {if $priceDisplay == 1} @if (showLabel) { {l s='Prices are tax excluded'} } {/if} {/if} {else} @if( showLabel) {@include("label")} {if $cart_qties > 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} {/if}