{l s='Shipping' mod='blockcart'}
{$bd_shipping_cost}
{if $bd_show_wrapping}
{assign var='cart_flag' value='Cart::ONLY_WRAPPING'|constant}
{l s='Wrapping' mod='blockcart'}
{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)}
{l s='Tax' mod='blockcart'}
{$tax_cost}
{/if}
{l s='Total' mod='blockcart'}
{$bd_total}