Showing posts with label Magento. Show all posts
Showing posts with label Magento. Show all posts

Monday, May 20, 2013

Published 2:17 AM by with 0 comment

Unable to fetch all items of an order in Magento?

I used this in my module. it may help you.Load Magneto Order and Product Collection $resource_model = Mage::getResourceModel('sales/order_collection');$product_model = Mage::getModel('catalog/product');Loop through order collection$records = 0;    $productData = array();    $orderProductArr = array();    foreach($resource_model as $all_orders)   ...
Read More
    email this       edit

Tuesday, May 14, 2013

Published 9:21 PM by with 0 comment

I changed the {{base url}} in the config and I can not revert it back

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More
    email this       edit

Monday, May 13, 2013

Published 9:47 PM by with 0 comment

Magento: The requested URL /Index/index.php was not found on this server.

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More
    email this       edit