How i can split an order into two different part (one for downloadable and second for physical) and authorize the total amount at once and capture the downloadable product amount at the time of order and for physical capture it manually from admin panel while product is ready for shipment.
Can anybody help me………….
Thanks in Advance 😀
You need to create a custom event in
OnePageController(if you are using Onepage checkout) undersaveOrderAction()method.and use the below code to remove the item from current cart and create a new order for physical product.
and don’t forget to modify this code according your configuration etc.