I have created one module in Magento which placed order programatically. Now I need to reorder this same order in the module's indexcontroller. I have created one action method for it called changeplanAction(). I need to remove the single product that is already in the order and add a new one when i reorder. I can get order increment id of the order that i want to reorder and also the product's detail. How can make this order get reordered through coding?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|