- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Discount coupon doesn't work when applying voucher code at shopping cart page
https://www.geocolouredlenses.com/
Above is the URL of the website I'm currently working on. When I tried to apply the voucher code after adding the product to cart, nothing happens at all. I don't see any discount result after applying the correct voucher code. I'm currently using RWD template.
I'm currently using Magento 1.9.2.4. What causes the voucher code to fail? I've followed every instructions on setting up a coupon at Shopping Cart Price Rules page. Please help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Discount coupon doesn't work when applying voucher code at shopping cart page
Hi @connman,
The configuration for the coupon code could be incorrect.
Could you please share screenshots of the coupon code information and conditions?
Best regards.
Gabriel
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Discount coupon doesn't work when applying voucher code at shopping cart page
It's okay. The issue has been resolved already. Thanks for the reply.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Discount coupon doesn't work when applying voucher code at shopping cart page
Hi @connman,
I'm currently having the same issue. May I know how you resolved the applying-coupon-code issue? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Discount coupon doesn't work when applying voucher code at shopping cart page
Basically this involves tinkering with the Magento core file. You go to CartController.php file in app\code\core\Mage\Checkout\controllers.
Then search for public function updatePostAction() and then right above $this->_goBack(); add $this->couponPostAction();
This will force call the couponPostAction function the moment you key in the coupon code and click on the Apply button at the Shopping Cart page.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Discount coupon doesn't work when applying voucher code at shopping cart page
I applied the change. It doesn't work.