我早就在玉米工地上工作,能够把简单的产品属性引出:
$_item->getAttributename()
This is on grouped.phtml template since I m pulling those attributes to the table of a Grouped Product.
直到几天前,它才停止工作。 它只显示Sku和简单产品的价格。 不展示其他特性(如能力等)。
我先说:
<?php print( <pre> );print_r($_item->getData());print( </pre> ); ?>
And found out that in my local copy it displays the attributes in the array of $_item, but it s not showing them online and that must be why I can t pull them with getAttributename.
我的问题是,为什么美元——项目仅作如此改动? 我如何确定这一点?
谢谢!