You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: