Answers

Question and Answer:

  Home  Magento

⟩ How to fetch bestsellers products programmatically?

1) <!--?php

2) Mage::getResourceModel('reports/product_collection')--->addOrderedQty()

3) ->addAttributeToSelect('*')->setPage(1, 5)->load();

4) ?>

 178 views

More Questions for you: