Jump to content

Default order status for virtual product


Recommended Posts

There is no default order status for virtual products, there is a default status for free orders (look for _checkFreeOrder() in ParentOrderController.

 

You can also edit ValidateOrder (in PaymentModule.php) as it actually generates the order and assigns the order status, you could check for all virtual products there, and set a different status.

Link to comment
Share on other sites

×
×
  • Create New...