add limit economy test
This commit is contained in:
parent
66467587a9
commit
06d5d227c8
@ -267,9 +267,10 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $economy > 0}
|
||||
<p class="economy"><i class="icon-economie"></i> {l s='savings'} <span class="economy-price">{displayPrice price=$economy}</span><span class="economy-currency"></span> ({displayPrice price=$total_products_wt} {l s='instead of'} {displayPrice price=$strike_price})</p>
|
||||
{/if}
|
||||
|
||||
|
||||
<p class="economy"><i class="icon-economie"></i> {l s='savings'} <span class="economy-price">{displayPrice price=$economy}</span><span class="economy-currency"></span> ({displayPrice price=$total_products_wt} {l s='instead of'} {displayPrice price=$strike_price})</p>
|
||||
<div id="shipping_cost_third_step">
|
||||
<i class="icon-frais"></i>
|
||||
<span>{l s='Shipping cost will be calculated on the third step'}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user