js Error
-
Hi,
i dont have a quantity field on my product page. The payment buttons are only visible at checkout, not on the single product page.
Im getting the following js error. Any solution for this?SingleProductActionHandler.js:128 Uncaught (in promise) TypeError: Cannot read properties of null (reading ‘value’)
at r.value (SingleProductActionHandler.js:128:48)
at t.value (SingleProductBootstap.js:228:29)
at t.i (Utils.js:39:14)
at t.simulateCartThrottled (Utils.js:53:21)
at t.value (SingleProductBootstap.js:58:18)
at t.value (SingleProductBootstap.js:49:14)
at t.value (SingleProductBootstap.js:86:14)
at button.js:165:32
at button.js:283:13
at r (ScriptLoading.js:15:9)ERROR
const qty = document.querySelector(‘[name=”quantity”]’).value;Thanks
The topic ‘js Error’ is closed to new replies.