Discussions

order update after payment

upon completing a payment, the order should be marked as completed. I am using 2 relatively fresh modules (commerce_bank_transfer and commerce_file) and am rather unsure, whether either one of the modules should deal with it, or I am supposed to create a rule or this should be a default behaviour of the system - once a payment is finished, the order should be completed.
am I misssing a module ? or some setting ?
thanks

Posted: Dec 14, 2011

Comments

rfay Randy Fay on December 14, 2011

What you need is a rule that says "When an order is first paid in full" "Change the order state to "Completed"".

The reason it's not a default rule is that it doesn't work for actual shippable products. You probably wouldn't want them to go straight to order completed, but rather through some fulfillment process.