From 9ac039d5f55ce48787f9c496f7b2bf8098436d67 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 30 Aug 2012 07:40:30 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-3811 - Customization field non present while not long description on product page git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17086 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/product.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/product.tpl b/themes/default/product.tpl index f46c3bfc9..9accb8c18 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -492,7 +492,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} -{if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments)} +{if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments) || isset($product) && $product->customizable}