I have been developing an online retail shop. It is written in php and uses paypal and IPN to handle payments.
I need to dynamically add a shipment and shipment track into an order, it needs t开发者_运维百科o be dynamically because we will do it in batch, can you guys give me some help on this?
I am torn in between two ways of structuring my database for processing orders.I am not sure if one way will be faster than another.If they are going to be equal then it probably should not matter, ri
i have a increment id of a magento order and a quote id of a order item (i do not mean the order it开发者_JAVA百科em id) and i want to the all creditmemos that contains a corresponding creditmemo item
I want to select the list of all orders in Magento. This is required for me to show the list of all the orders from magento in another PHP application presently I\'m working on.
I have to export the orders to a file, here is my code to go through the orders: $orders = Mage::getModel(\'sales/order\')->getCollection()
Can we create the开发者_运维知识库 order per product item on Magento when we go to checkout process..?