• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 05, 2025, 04:17:16 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - wharris47

1
That works if the user is already logged in, or until the user logs in.  When the basket is copied from the guest customer basket to the customer basket, the line items are combined.  I'm having trouble tracking down where this is happening, or how to override this.
2
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.




3
Greetings,

   Can I customize Konakart, in order to save some data with a product per EACH order, and add another item instead of incrementing the quantity?

Here's an example: In a shop selling embroidered shirts, the user selects 5 large shirts embroidered with 'john doe' on them.  he then selects 5 more large shirts with 'john hancock' embroidered on them. This should result in 2 line items in the order, and not increment the quantity of what is already in the basket.

   I believe this would best be handled if you could have a product option that didn't take a pre-defined value, and was set by a textbox.  I am currently storing the embroidered name in the custom1 field of the basket item, however if the user continues shopping, only the quantity is updated.

Any direction would be much appreciated.