KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: wharris47 on February 10, 2010, 10:37:44 pm

Title: allowMultipleEntriesForSameProduct works until user logs in
Post by: wharris47 on February 10, 2010, 10:37:44 pm
Greetings all,

I've set  AllowMultipleEntriesForSameProduct to true which works until a user logs in.  (If the user is already logged in, everything's fine) When the basket items are copied from the guest customer id to the registered customer id, the two line items are combined into 1, and the quantity is increased.

There is no kkAppEng.getBasketMgr().updateBasketWithOptions, and I'm having difficulty determining how to handle this.

Any help is greatly appreciated.  Thanks in advance.




Title: Re: allowMultipleEntriesForSameProduct works until user logs in
Post by: anstuff on December 03, 2010, 10:18:57 pm
You need to do the same in mergeBasketWithOptions