Page 1 of 1
Stop the combining of items with same SKU in shopping cart
Posted: Wed Nov 25, 2009 7:45 am
by efficiondave
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?
Re: Stop the combining of items with same SKU in shopping cart
Posted: Wed Nov 25, 2009 8:12 am
by mazhar
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.
Re: Stop the combining of items with same SKU in shopping cart
Posted: Wed Nov 25, 2009 12:18 pm
by efficiondave
Perfect! That's what we needed.