- This topic has 6 replies, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Terms and conditions don’t work correctly
Tagged: checkout, conditions, rightclick, Terms
When clicking on the checkout button without checking the terms and conditions checkbox, it tells me to first accept the terms and conditions, but still sometimes continues the checkout. This always happens on rightclick on the checkout button, with “open in new tab/window”.
Any help on this would be great.
The checkout button is a form that you cannot right click using the mouse and select to “open in a new tab”. Have you done any code modification in the plugin? This can also happen if you have JQuery/Javascript conflicts on the page.
The only modifications I´ve done have been hardcoding some information about vat and a download button for items with a price of 0.0. Oh, and I added some own script for displaying images, when clicking on them.
So some javascript conflicts are probably possible. How can I check that?
Thanks.
First we need to identify the code that might be causing the conflict. Keep a backup copy of the modified plugin then download and install a fresh version of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
Now clear the browser cache and refresh the page and check if you still see the issue. If you don’t see the issue anymore then we can safely say that the code you added is conflicting. You can start to make the same modifications to the plugin again while you keep checking the functionality. Try to identify which line of javascript or which file inclusion makes it stop.
Still the same problem after a clean installation and even when switching to the twenty ten design.
I sent you an email to get site access so I can check it out.
Turning the fancy redirection off was easy
Thank you very much!