Hi, > On Mar 29, 2014, at 19:20, [email protected] wrote: > > Hi, > > Each category is processed by a different vendor, but the user can add items > from different categories into the same shopping cart an but they need to be > sent as as different orders. > Thanks for your suggestion
I see, then it will work fine. I would create a new table called vendor orders and store reference to the the user order. Laszlo http://twitter.com/LZAntal > > >> On Saturday, March 29, 2014 9:50:13 PM UTC-4, LZAntal wrote: >> Hi, >> >>> On Mar 29, 2014, at 16:08, [email protected] wrote: >>> >>> Hello >>> >>> Any suggestions on how to go about implementing a case where the items in >>> the cart get split into multiple orders , based on product category ? >>> >>> I looked thru the code and seems like the support is currently for all >>> items in a cart to go into one order. >>> >>> Thanks >> >> You could listen for the order completed signal and loop through the order >> and create new one per category. I would also store the id of the parent >> order and each order for easy lookup. >> Can I ask why would you want to split the order? >> >> Laszlo >> http://twitter.com/LZAntal >> >> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Satchmo users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/satchmo-users. >>> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/satchmo-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout.
