Hi,

It looks like the role discount is only applied when "add to cart" is clicked, not when the user changes the quantity in his shopping cart. If the user change the quantity and recalculate the total price, the role discount is not applied to the added itemsn but only the first one (added through the "add to cart" link).
Example : Let's say I have a role discount of 50% on all my products. If I add an item to my shopping cart (product A, base price 30 €), and then change the quantity of products A I want to buy (let's say 10), the final price will be : 1*15€ + 9*30€ = 285 €, instead of 10*15€ = 150 €.

Did I miss something ? I didn't find anything about this problem on drupal.org ...

Any help would be very appreciated,

Kris.

Comments

mo6’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce this behavior in D5/EC3.4. Did you test this with 3.4?

robertgarrigos’s picture

Status: Postponed (maintainer needs more info) » Fixed

I believe this has been fixed with later versions. At least 3.6 is ok on applying discounts.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.