比如:要获取这个产品的Featured的值,修改lib/templates/prodcut_panel.php
查找:setProductGlobals()方法
添加:
//arlinger info 2013-10-22
$GLOBALS['HideFeaturedProduct'] = (int)$row['prodfeatured'];
比如:要获取这个产品的Featured的值,修改lib/templates/prodcut_panel.php
查找:setProductGlobals()方法
添加:
//arlinger info 2013-10-22
$GLOBALS['HideFeaturedProduct'] = (int)$row['prodfeatured'];