Active
Project:
Ubercart Marketplace
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 16:11 UTC
Updated:
20 Feb 2012 at 12:42 UTC
Order seller notification seems not to work with 2.7... not sure why yet.
Comments
Comment #1
lightsurge commentedMy 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
Comment #2
lightsurge commentedJust 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.