How to fetch 5 bestsellers products programmatically?

<!--?php
Mage::getResourceModel(‘reports/product_collection’)--->addOrderedQty()
->addAttributeToSelect(‘*’)->setPage(1, 5)->load();
?>

No comments:

Post a Comment