Stop the combining of items with same SKU in shopping cart

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Stop the combining of items with same SKU in shopping cart

Post by efficiondave » Wed Nov 25, 2009 7:45 am

We've added a special personalization step to our system and it's working fine except that when a user orders two of the same items with different personalizations, AbleCommerce is combining both items into one and setting the quantity to 2. Is there anyway to prevent this without getting the full source code?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Stop the combining of items with same SKU in shopping cart

Post by mazhar » Wed Nov 25, 2009 8:12 am

May be this workaround suits you. Create a product template with some some customer field and apply on your desired product. Now update ProductHelper code to auto populate this customer field and hide it on product details page. Hopefully this fix this.

User avatar
efficiondave
Commander (CMDR)
Commander (CMDR)
Posts: 151
Joined: Tue Dec 02, 2008 10:20 am
Location: St. Louis Missouri
Contact:

Re: Stop the combining of items with same SKU in shopping cart

Post by efficiondave » Wed Nov 25, 2009 12:18 pm

Perfect! That's what we needed.

Post Reply