Order seller notification seems not to work with 2.7... not sure why yet.

Comments

lightsurge’s picture

My feeling is that it's related to the mammoth issue about duplicate stock decrement/notifications which was fixed in 2.7.

#1192018: Duplicate order notification e-mail, and duplicate stock decrement

lightsurge’s picture

Just for info, the seller notification worked fine in 'order got updated' trigger watching for a status of 'completed', so long as using order, rather than updated_order, which seemed the logical choice. However in my case not all data seems to have been written to database at this point, which messed up some of my tokens.

Wouldn't trigger at all under the 'completes checkout' section. I suppose this is where the heaviest work went into ironing out duplicates.

'Completes payment' section worked best, with a condition checking for full payment, and for my purposes all the necessary data was available.