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} {foreach from=$discounts item=discount} {if $discount.value_real > 0} @@ -133,6 +134,7 @@ var generated_date = {$smarty.now|intval}; {/if} {/foreach} + {/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}

{l s='No products' mod='blockcart'}

+ {if $discounts|@count > 0} {foreach from=$discounts item=discount} {if $discount.value_real > 0} @@ -132,7 +133,8 @@ var generated_date = {$smarty.now|intval}; {/if} {/foreach} - + + {/if}

{$shipping_cost} {l s='Shipping' mod='blockcart'}