@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}