Hi,
I used this module, coupon pane is coming on cart page but it is not affecting on total order .same coupon is working on checkout page well.
Thanks in advance for any help.

Comments

bsumit5577 created an issue. See original summary.

radamiel’s picture

Have you swiched your Summary pane to "Order total table" state? If no, go to Store > Cart settings and click on Configure in front of Summary pane. Here you can switch it.

sumit-k’s picture

Thanks for response.

"Order total table" is already checked.Issue is after applying coupon code "sucess" message is showing but coupon discount amount is not updating in cart.
Is there any rules need to create?

radamiel’s picture

can you provide screenshots of your cart page and checkout page?

sumit-k’s picture

StatusFileSize
new93.78 KB

Sure this cart page after apply coupon code message is only showing.No coupon applied table is coming.

radamiel’s picture

can you write versions of Commerce Coupon and Commerce Discount module that you use because I cannot reproduce this bug

sumit-k’s picture

commerce coupon - Version: 7.x-2.0-rc2

commerce discount - Version: 7.x-1.0-alpha8

Thanks

radamiel’s picture

I use the same versions and it works OK. Coupons list is just embed coupon view. you can check a logic in modules/coupons/commerce_cpc.module - line 76 and play with it. Or you can provide your site code and database and I can check this

radamiel’s picture

can you alsp write versions of Commerce module and version of Drupal?

sumit-k’s picture

Thanks for help radamiel my issue is solved.Actually issue is in rules module i switched back to previous version of rules 7.x-2.7 and now discount pane is coming.

jhchnc’s picture

StatusFileSize
new131.54 KB

Thanks for this module. I'm also having an issue displaying the coupon on a retrofit to an existing site. It's using:

Commerce 7.x-1.13
Commerce Coupon 7.x-2.0-rc2+14-dev
Commerce Discount 7.x-1.0-alpha8

Coupon "math" is being done on the /cart IF I add a Coupon on the review page, and then go back to the /cart -- see my screen attached.

As you can, the actual Coupon UI is NOT showing. Can you help? Thanks.

radamiel’s picture

so you do see Coupon pane on the /cart page and after you visit Review page and go back to /cart page Coupon pane is dissapperaed? is it correct? Also can you write your Rules module version?

mrchristophy’s picture

I have the same problem as OP, except that no success message is showing either. If I enter an incorrect coupon code I do get the error message though.

Edit: actually forget that - I needed to set the permission to redeem coupons. An error message would be good though!