From 2f2fea6e4cfd3e5e74b46a882926a6c5199ebed2 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 3 Nov 2011 14:36:45 +0000 Subject: [PATCH] // Temporary fix for free_shipping --- themes/prestashop/order-payment.tpl | 4 ++-- themes/prestashop/shopping-cart.tpl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/prestashop/order-payment.tpl b/themes/prestashop/order-payment.tpl index c13f2e341..7df24f47c 100644 --- a/themes/prestashop/order-payment.tpl +++ b/themes/prestashop/order-payment.tpl @@ -192,10 +192,10 @@ {displayPrice price=$total_price_without_tax} {/if} - + {* {l s='Remaining amount to be added to your cart in order to obtain free shipping:'} {displayPrice price=$free_ship} - + *} {foreach from=$products item=product name=productLoop} diff --git a/themes/prestashop/shopping-cart.tpl b/themes/prestashop/shopping-cart.tpl index f1df89ccb..8676db83f 100644 --- a/themes/prestashop/shopping-cart.tpl +++ b/themes/prestashop/shopping-cart.tpl @@ -203,10 +203,10 @@ {displayPrice price=$total_price_without_tax} {/if} - - {l s='Remaining amount to be added to your cart in order to obtain free shipping:'} - {displayPrice price=$free_ship} - + {* + {l s='Remaining amount to be added to your cart in order to obtain free shipping:'} + {displayPrice price=$free_ship} + *} {foreach from=$products item=product name=productLoop}