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.

Comments

lsolesen’s picture

Title: Coupon also applied on the cart items » Coupon pct should not display on the line item in the cart
Project: Commerce Coupon (D7) » Commerce coupon percentage
Version: 7.x-1.0-beta5 » 7.x-1.x-dev
ponies’s picture

StatusFileSize
new18.92 KB

I 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.

jonathan_hunt’s picture

I 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.

pcambra’s picture

Status: Active » Closed (works as designed)

#3 is the right solution for this.

travismark’s picture

HAd the same issue and #3 works great thanks!