It is confusing that a coupon is also applied on the values in the cart. It should only be applied on the calculated amount from the cart. See attached screenshot where the subtotal looks strange as the cart items also has the coupon discount subtracted.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal_commerce_coupon_malarkey_2.png | 18.92 KB | ponies |
| Skærmbillede 2012-07-31 kl. 13.37.25.png | 69.52 KB | lsolesen |
Comments
Comment #1
lsolesen commentedComment #2
poniesI came across this as well. The original price for the line items is $139.95 with a 5% coupon applied. The final totals are correct.
Comment #3
jonathan_hunt commentedI suggest you install http://drupal.org/project/commerce_price_components, then edit the commerce_cart_summary view. For the Unit Price and Total, change the formatter to 'Price by components' and ensure only Base price is checked.
Comment #4
pcambra#3 is the right solution for this.
Comment #5
travismark commentedHAd the same issue and #3 works great thanks!