diff --git a/modules/blockcart/blockcart.tpl b/modules/blockcart/blockcart.tpl index 0e30c8fe6..ce6c317a2 100644 --- a/modules/blockcart/blockcart.tpl +++ b/modules/blockcart/blockcart.tpl @@ -117,6 +117,7 @@ var generated_date = {$smarty.now|intval}; {/if}
{l s='No products' mod='blockcart'}
+ {if $discounts|@count > 0} + {/if}{$shipping_cost} {l s='Shipping' mod='blockcart'} diff --git a/themes/default/modules/blockcart/blockcart.tpl b/themes/default/modules/blockcart/blockcart.tpl index 940892195..53e3a7c23 100644 --- a/themes/default/modules/blockcart/blockcart.tpl +++ b/themes/default/modules/blockcart/blockcart.tpl @@ -117,6 +117,7 @@ var generated_date = {$smarty.now|intval}; {/if}
+ {if $discounts|@count > 0} + + {/if}{$shipping_cost} {l s='Shipping' mod='blockcart'}