Tag: get order detail out of magento
-
How to get ordered Items and their detail for an order ID in Magento?
I tried to wrote this code when I was working on a cron file for all orders. My client wants a cron file that get all orders information including all ordered item and their detail. First, I searched on google but I didn’t found any exact solution then I tried below code: By below code…