Hello Friends,
You want to display Most Popular or Most Viewed Product in magento then please add following code in your script
If you want to display in ,.phtml file
If you want to display using layout xml file
If you want to in static block or cms page
You want to display Most Popular or Most Viewed Product in magento then please add following code in your script
If you want to display in ,.phtml file
$this->getLayout()->createBlock('catalog/product_mostviewed')->setTemplate('reports/product_viewed.phtml')->toHtml(); ?>
If you want to display using layout xml file
<block type="catalog/product_mostviewed" name="most-view-product" template="reports/product_viewed.phtml' />
If you want to in static block or cms page
{{block type="catalog/product_mostviewed" name="most-view-product" template="reports/product_viewed.phtml' }}
Thanks
Enjoy Your Self
No comments :
Post a Comment