[2.6 Update] Custom cart pages – proceed button does not function
-
We’ve identified an issue with some themes which use an ‘input’ button for the ‘Proceed to checkout’ button instead of the default link.
You can read more about the issue here: https://github.com/woothemes/woocommerce/issues/11148
If you encounter this issue you have a few options.
1. Get the latest version of your theme from the author – Some have released 2.6 compatible versions so update as soon as possible.
2. Apply this core fix manually (until 2.6.1 is released): https://github.com/woothemes/woocommerce/pull/11147
To apply the fix, replace the following 2 files in WooCommerce:
–
woocommerce/assets/js/frontend/cart.js
–woocommerce/assets/js/frontend/cart.min.js
With the following fixed versions:
https://raw.githubusercontent.com/woothemes/woocommerce/master/assets/js/frontend/cart.js
https://raw.githubusercontent.com/woothemes/woocommerce/master/assets/js/frontend/cart.min.jsAnd clear your browser cache.
- The topic ‘[2.6 Update] Custom cart pages – proceed button does not function’ is closed to new replies.