From 873b94a7432e0272b3fdc11b955bbf23cb2f415a 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9842 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}