Hi,
I developed a new addon for the Discounts by applying some Coupons which were generated at the time of registration process. Creating some Coupons on various Categories and sending them to the users at the time of Registration Process through the Email's. These Coupons will be applied at the time of checkout, If the corresponding category products available in the CART.
Depending on the discount amount set in the back-end, respective amount will be deducted from the total order amount whenever the user applies that coupon.
All these functionality is working fine in the Mozilla Firefox.
But the functionality is not working in the Google Chrome, Internet Explorer and Safari.
Please help me to fix the problem.
Regards,
Satya.
Are you saying that the links in your email are not working properly when the user's default browser is Chrome or Safari?
Not clear exactly what problem you are experiencing. The conditions/bonus of the coupons will have nothing to do with the browser.
Or is that a cut/paste from your email client (that has the coupon codes) into the cart fails when Chrome/Safari but is okay in FF?
If this is the problem, then suggest you paste into a text file to see what's being pasted. It should be clear text with no html entities, etc.
Are you saying that the links in your email are not working properly when the user's default browser is Chrome or Safari?
Not clear exactly what problem you are experiencing. The conditions/bonus of the coupons will have nothing to do with the browser.
Or is that a cut/paste from your email client (that has the coupon codes) into the cart fails when Chrome/Safari but is okay in FF?
If this is the problem, then suggest you paste into a text file to see what's being pasted. It should be clear text with no html entities, etc.
Hi tbirnseth,
Please check the attachments for the detailed explanation.
Attachment: Img_cpn_1 ==> The coupons is displayed in the checkout page automatically like this. If the corresponding product of the coupon code is added to the cart. User have to click on the apply link to activate the coupons and get the discount.
Attachment 2 : Img_cpn_2 ==> After clicking apply on the 1st coupon code, The Rs.500/- discount is given and the amount is deducted from the Order Amount.
Atachment 3 : Img_cpn_3 ==> After clicking apply on the 2nd coupon code, The Rs.500/- discount is given and the amount is deducted from the Order Amount.
So a total of Rs. 1000/- discount is reduced from the order amount.
This is my actual functionality, It works fine in the Firefox. But this functionality is behaving differently in Chrome , IE and Safari.
Please check the attachment and help me to solve my problem.
Regards,
Satya.
image_cpn_3.png
image_cpn_2.png
image_cpn_1.png
Sorry, browser dependence is outside my area of expertise. owever, I'm not certain it is a browser issue but probably more of an AJAX issue. I'm sure you've already checked your PHP error_log file and have used your browser inspectors to see what the ajax response is and that it is valid.