From aa9a6e66b8995663eab732594c7a7076d8eba9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Nadaud?= Date: Mon, 29 Jul 2013 17:44:14 +0200 Subject: [PATCH] [-] FO : FixBug #PSCFV-9951 Syntax error - Thanks to Oleacorner-Olivier B --- themes/default/shopping-cart-product-line.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/shopping-cart-product-line.tpl b/themes/default/shopping-cart-product-line.tpl index db2831763..f0f86b722 100644 --- a/themes/default/shopping-cart-product-line.tpl +++ b/themes/default/shopping-cart-product-line.tpl @@ -94,7 +94,7 @@ {if !isset($noDeleteButton) || !$noDeleteButton} - {if (!isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed) > 0 && empty($product.gift)} + {if (!isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0) && empty($product.gift)}
{l s='Delete'}