Monday, 25 January 2016

Get recently viewed products on any page in Magento

I.Place the below code below in any template where you want to add (in.phtml file)

 <?php echo $this->getLayout()->createBlock('reports/product_viewed')->setTemplate('reports/product_viewed.phtml')->toHtml(); ?>


II.Place code  below in any Backend CMS  => page or static block


{{block type="reports/product_viewed" template="reports/product_viewed.phtml"}}

1 comment: