[-] FO : fixed bug #PSCFV-3811 - Customization field non present while not long description on product page
This commit is contained in:
@@ -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}
|
||||
|
||||
<!-- description and features -->
|
||||
{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}
|
||||
<div id="more_info_block" class="clear">
|
||||
<ul id="more_info_tabs" class="idTabs idTabsShort clearfix">
|
||||
{if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if}
|
||||
|
||||
Reference in New Issue
Block a user