Product.tpl is set to not display product feature
Posted by:
cheong987
Dec 20, 2015 at 15:56 (9 year ago)
product.tpl line 919
Original - {if !isset($feature.id_product)}
The above behavior will not display the product feature when product feature data exists and it supposedly should change to
{if sset($feature.id_product)}
Am I correct as after I remove the ! , my product feature data only manage to display, otherwise it will only show blank.
Original - {if !isset($feature.id_product)}
The above behavior will not display the product feature when product feature data exists and it supposedly should change to
{if sset($feature.id_product)}
Am I correct as after I remove the ! , my product feature data only manage to display, otherwise it will only show blank.