我已經使用mobileshoppe主題Magento的,並試圖顯示在產品詳細信息頁面最近查看的產品列表中,但一些如何它不工作...如何顯示產品的詳細信息頁面上最近瀏覽的產品列表 - Magento的
添加的代碼低於catalog.xml中
<catalog_product_view translate="label">
<reference name="content">
<block type="reports/product_viewed" name="product.recently.viewed" as="product_recently_viewed" template="reports/product_viewed.phtml"/>
</reference>
</catalog_product_view>
,並在下面的應用程序\設計\前臺\ DEFAULT \ mobileshoppe \模板\目錄\產品\ view.phtml
<?php echo $this->getChildHtml('product_recently_viewed') ?>
我的代碼已經嘗試過與默認主題相同,但它也不工作,任何人都可以幫助我找出這個問題嗎?
謝謝...