I have a product "Widget" that has different sizes set up using attributes.
If I add "Widget Size 1" to my basket, then CONTINUE and add another "Widget Size 1" to my basket, the basket ends up with two identical entries each with a single "Widget Size 1" quantity = 1.
If I then click my "view basket" button (this is a link to /cgi-bin/ca000001.pl?ACTION=SHOWCART note that this is not the same as doing a refresh which would cause another widget to be added to the basket) the basket page gets reformatted so that I now have a single entry in my basket with quantity = 2. (This is how I think it should display in the first place.)
If however I click "update" instead of "view basket", one of the entries gets lost completely and I end up with a single entry in my basket with quantity = 1. (i.e. I now have only one widget in my basket when there should be two.)
1) Can this be fixed so that multiple additions of the same attribute immediately appear in the basket as a single entry with the correct quantity instead of multiple entries of a quantity = 1?
2) If not, can the "update" button be made to cause the basket to be reformatted correctly instead of losing the duplicate entry?
(I'm using the latest Catalog V7.06.)
Many Thanks.
If I add "Widget Size 1" to my basket, then CONTINUE and add another "Widget Size 1" to my basket, the basket ends up with two identical entries each with a single "Widget Size 1" quantity = 1.
If I then click my "view basket" button (this is a link to /cgi-bin/ca000001.pl?ACTION=SHOWCART note that this is not the same as doing a refresh which would cause another widget to be added to the basket) the basket page gets reformatted so that I now have a single entry in my basket with quantity = 2. (This is how I think it should display in the first place.)
If however I click "update" instead of "view basket", one of the entries gets lost completely and I end up with a single entry in my basket with quantity = 1. (i.e. I now have only one widget in my basket when there should be two.)
1) Can this be fixed so that multiple additions of the same attribute immediately appear in the basket as a single entry with the correct quantity instead of multiple entries of a quantity = 1?
2) If not, can the "update" button be made to cause the basket to be reformatted correctly instead of losing the duplicate entry?
(I'm using the latest Catalog V7.06.)
Many Thanks.
Comment