I have Magento CE 1.8.1
I have created a 10%Off discount code.
If I put in the code 10PercentOff in the discount code form during checkout…I see some process happening but then I don’t see any price changes.
If I put a code that does not exist….eg "64sdf654645asdf"….again I see nothing happen. Not even a warning that says "Hey, that code is wrong".
Any suggestion?
Thanks
6 answers
I’ve checked on your site but I couldn’t see the total table in the shopping cart page on your site with default magento theme (not our JM theme)
http://prntscr.com/3owvbw
Did you change any thing or use third party extension?
Do you mean a MySQL table or a section in the checkout page that shows total?
I have a couple of extensions including 2 image gallery extensions and the Fooman speedster extension.
Nothing big.
I believe you have my ftp and admin information.
Please suggest.
Thanks
I checked your site and saw that you disabled the module mage_tax of magento: http://prntscr.com/3p5q1b
I helped you to enable it and the price/discount price are showing in your shopping cart page, pls have a look
Perfect.
Thanks Lee.
If I put in a wrong non-existent coupon code…I don’t see any error message.
Is this behavior Magento default?
Thanks
If you put wrong coupon, the error message should appear. On your site, this message is hidding by css.
To get fixed, please open file /skin/frontend/default/jm_megamall/css/styles.css at line 281, remove this code:
Code:
#jm-main .messages { display: none; }
Worked beautifully.
Thanks again.
This question is now closed