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.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | Screen Shot 2016-08-31 at 3.24.32 PM.png | 131.54 KB | jhchnc |
| #5 | cart-coupon.png | 93.78 KB | sumit-k |
Comments
Comment #2
radamiel commentedHave 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.
Comment #3
sumit-k commentedThanks 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?
Comment #4
radamiel commentedcan you provide screenshots of your cart page and checkout page?
Comment #5
sumit-k commentedSure this cart page after apply coupon code message is only showing.No coupon applied table is coming.
Comment #6
radamiel commentedcan you write versions of Commerce Coupon and Commerce Discount module that you use because I cannot reproduce this bug
Comment #7
sumit-k commentedcommerce coupon - Version: 7.x-2.0-rc2
commerce discount - Version: 7.x-1.0-alpha8
Thanks
Comment #8
radamiel commentedI 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
Comment #9
radamiel commentedcan you alsp write versions of Commerce module and version of Drupal?
Comment #10
sumit-k commentedThanks 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.
Comment #11
jhchnc commentedThanks 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.
Comment #12
radamiel commentedso 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?
Comment #13
mrchristophy commentedI 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!