“Cart Totals” box won’t resolve after updating item quantities in my cart
-
I appear to be having a JS issue on the Cart page that is causing the “Cart Totals” box on the page to not resolve after item quantities have been updated on the page. Below I’ve provided a link to a screen capture for reference.
Screen Capture:
https://bit.ly/2fIcEWbI opened the JavaScript Console in my browser and discovered the following:
cart.min.x64313.js:1 Uncaught TypeError: Cannot read property ‘teardown’ of null
at r.<anonymous> (braintree.js:7)
at i (braintree.js:5)
at i (braintree.js:5)
at e.exports (braintree.js:5)
at i.teardown (braintree.js:5)
at r.s.teardown (braintree.js:7)
at Object.i [as teardown] (braintree.js:5)
at d.window.WC_Braintree_Payment_Form_Handler.a.refresh_braintree (wc-braintree.min.x64313.js:1)
at d.window.WC_Braintree_PayPal_Payment_Form_Handler.d.setup_braintree (wc-braintree.min.x64313.js:1)
at HTMLBodyElement.<anonymous> (wc-braintree.min.x64313.js:1)Any assistance you can offer is greatly appreciated!
Thank you!
SThe page I need help with: [log in to see the link]
- The topic ‘“Cart Totals” box won’t resolve after updating item quantities in my cart’ is closed to new replies.