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}