orders
Paypal IPN Inventory Control
I have been developing an online retail shop. It is written in php and uses paypal and IPN to handle payments.[详细]
2023-04-09 16:36 分类:问答In magento, how to add shipment and track number to order
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?[详细]
2023-03-19 04:37 分类:问答Best Database Structure for Orders
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[详细]
2023-03-11 14:31 分类:问答Magento: How to get the creditmemo by order item quote id
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[详细]
2023-03-01 18:57 分类:问答magento orders list query
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.[详细]
2023-02-14 05:53 分类:问答how to get payment information on Magento?
I have to export the orders to a file, here is my code to go through the orders: $orders = Mage::getModel(\'sales/order\')->getCollection()[详细]
2023-02-04 08:11 分类:问答Create order per product item on Magento [ask]
Can we create the开发者_运维知识库 order per product item on Magento when we go to checkout process..?[详细]
2023-01-21 15:46 分类:问答