Hello,
I would like to know if there is a way to prevent incrementing product quantity when adding an item to our shopping cart.

Our products have a number of attributes and it seems that when I add two of the same products but with different attributes, that the attributes for the second product overwrite the original product attributes and the products_quantity is then set to 2.

Let me illustrate:

I add the following to the shopping cart:

1 Widget
-attribute1: yes
-attribute2: red
-attribute3: 100

Then I return to shopping and select another Widget (same product) with different attributes and add it to the cart. My cart now shows:

2 Widget
-attribute1: no
-attribute2: red
-attribute3: 50

What I would like to see in my cart instead is two separate listings:


1 Widget
-attribute1: yes
-attribute2: red
-attribute3: 100

1 Widget
-attribute1: no
-attribute2: red
-attribute3: 50

Is there anyone who can lead me in the right direction as to how to force the shopping cart to treat each product individually rather than incrementing?

Thank you!
Marta

Zen Cart v 1.3.8