Coupon doesn't change price in cart
mcaden - July 4, 2009 - 06:49
| Project: | Ubercart Discount Coupons |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In cart and checkout I've tried applying coupon code and I get the message "The coupon has been applied to your order."
However, the price doesn't change there in the cart and the coupon doesn't show up in the cart.
If I follow the purchase through to the end, it shows on the invoice so I know it worked and I can see it on the reports, but this can be very confusing to the user.

#1
It is not easy to hook into theme_cart_review_table() to add extra items to the cart table. However, I have added the coupon value to the message on the cart page to improve things a little.
#2
I also think this will be confusing to customers. Is there any plan to get the discount amount into the cart or review table?
#3
This would be great!