// Temporary fix for free_shipping

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9842 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2011-11-03 14:36:45 +00:00
parent 10212011e9
commit 873b94a743
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -192,10 +192,10 @@
<td class="price" id="total_price">{displayPrice price=$total_price_without_tax}</td>
</tr>
{/if}
<tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}>
{*<tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}>
<td colspan="6" style="white-space: normal;">{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}</td>
<td id="free_shipping" class="price">{displayPrice price=$free_ship}</td>
</tr>
</tr>*}
</tfoot>
<tbody>
{foreach from=$products item=product name=productLoop}
+4 -4
View File
@@ -203,10 +203,10 @@
<td class="price" id="total_price">{displayPrice price=$total_price_without_tax}</td>
</tr>
{/if}
<tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}>
<td colspan="6" style="white-space: normal;">{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}</td>
<td id="free_shipping" class="price">{displayPrice price=$free_ship}</td>
</tr>
{*<tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}>
<td colspan="6" style="white-space: normal;">{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}</td>
<td id="free_shipping" class="price">{displayPrice price=$free_ship}</td>
</tr>*}
</tfoot>
<tbody>
{foreach from=$products item=product name=productLoop}