// Temporary fix for free_shipping

This commit is contained in:
dMetzger
2011-11-03 14:36:45 +00:00
parent d9c30b9064
commit 2f2fea6e4c
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}