add limit economy test

This commit is contained in:
Thibault UBUNTU 2016-03-07 16:02:27 +01:00
parent 40798cf1c1
commit 66467587a9

View File

@ -332,7 +332,9 @@
</form>
</div>
{/if}
<p class="economy">{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 $economy > 0}
<p class="economy">{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="shipping-calculate">{l s='Shipping calculated its step 3'}</p>
{* Define the style if it doesn't exist in the PrestaShop version*}