To get All products in magento Store not from a particular category or to get all products from default store in magento ,write the following code
<?php Mage::getModel('catalog/product')->getCollection()->getData(); ?>
No comments:
Post a Comment