1
是否可以將Magento upsell產品從默認內容列移動到本例中的頁腳?Magento將追加銷售產品移動到頁腳
我試圖將product.info.upsell塊的引用從內容更改爲頁腳,但不幸的是這不起作用。
是否可以將Magento upsell產品從默認內容列移動到本例中的頁腳?Magento將追加銷售產品移動到頁腳
我試圖將product.info.upsell塊的引用從內容更改爲頁腳,但不幸的是這不起作用。
您還必須將呼叫轉移到$this->getChildHtml('layoutname')
到您想要的位置。
這就是解決方案!除了更改引用外,我還必須將'<?php echo $ this-> getChildHtml('upsell_products')?>'移至footer.phtml。 – Michael 2012-02-21 13:51:02
請將您的密碼告訴我們。 – Zyava 2012-02-21 13:39:12