Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Woocommerce Checkout page - returning customer and coupon links broken #87

Closed
andporter opened this issue Mar 13, 2015 · 2 comments
Closed

Comments

@andporter
Copy link

You can see the issue from the customizr demo site.

http://demo.themesandco.com/checkout/

You need to add some items to the cart and proceed to checkout, but then click the links next to returning customer or have a coupon to see the issue. They don't appear to do anything and there are not javascript errors in the web developer console.

The issue seems to be related to jQuery. If I update to the latest version of jQuery on my wordpress those links work, but then there are other issues with the customizr theme on latest jQuery such as "TypeError: undefined is not an object (evaluating 'a.browser.msie')" since .browser is not supported in jQuery anymore.

screen shot

@eri-trabiccolo
Copy link
Collaborator

Hi andporter,
thanks for reporting this.
Do you want to try disabling the smooth scroll?
Apperance -> Customize -> General Settings -> Links style and effects and disabled -> Enable/disable smooth scroll on click
http://doc.themesandco.com/customizr/global-settings/#links-style-and-effects

When you upgrade jquery those links work 'cause as you said it breaks tc-scripts with "TypeError: undefined is not an object (evaluating 'a.browser.msie')" , so also the smoot on scroll js function doesn't work => no conflict with those links :D

@andporter
Copy link
Author

Awesome thank you for replying! Disabling the smooth scroll worked.

Thank you for such an awesome theme!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants