Magento 是否显示最近未登录而查看的?

Magento 是否显示最近未登录而查看的?,magento,Magento,对于Magento电子商务,我想问一些问题 如何在不登录的情况下显示最近在magento中查看的内容 谢谢 Alfis位于local.xml文件(app/design/frontend/default/YOURTEMPLATE/layout/local.xml)中 这将提供最近查看的项目的数组 希望这有帮助 <reference name="left"> <!-- changed from “right” --> <block type="reports/produ

对于Magento电子商务,我想问一些问题

如何在不登录的情况下显示最近在magento中查看的内容

谢谢

Alfis

位于local.xml文件(app/design/frontend/default/YOURTEMPLATE/layout/local.xml)中

这将提供最近查看的项目的数组

希望这有帮助

<reference name="left"> <!-- changed from “right” -->
<block type="reports/product_viewed" after="-" name="right.reports.product.viewed" template="reports/product_viewed.phtml" /></reference>
$collection = Mage::getSingleton('Mage_Reports_Block_Product_Viewed')->getItemsCollection();