在我更新XML我:Magento的產品佈局更新XML的SetData不工作
<reference name="content">
<remove name="product.info" />
<block type="catalog/product_view" template="catalog/product/imageview.phtml">
<action method="setData"><name>variable</name><value>3</value></action>
</block>
</reference>
我已經創建imageview.phtml並加載正確。在這個模板我甩了以下內容:
var_dump($this->getVariable());
我預期的結果是:3
但結果是:NULL
我缺少什麼?
是關鍵名稱'變量'或別的什麼?也許你調用的方法存在並返回'null'? – Marius