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.
