sven-bo
Member
I'm running into multiple issues with the Checkout Customizer:
1. Quantity option not visible I enabled the quantity option in the Checkout Customizer settings, but it does not appear on the actual checkout form.
2. Checkbox field only shows label I added a custom field (checkbox type). On the checkout form, only the label is displayed. The actual checkbox element is missing.
3. Text area field causes console error When adding a text area field without entering a "Field Label," pressing save triggers the following console error:
react-dom.production.min.js:17 Uncaught TypeError: Cannot set properties of undefined (setting 'custom_name')
No error message is shown to the end user. The form just silently fails.
All three issues are demonstrated in this video:
1. Quantity option not visible I enabled the quantity option in the Checkout Customizer settings, but it does not appear on the actual checkout form.
2. Checkbox field only shows label I added a custom field (checkbox type). On the checkout form, only the label is displayed. The actual checkbox element is missing.
3. Text area field causes console error When adding a text area field without entering a "Field Label," pressing save triggers the following console error:
react-dom.production.min.js:17 Uncaught TypeError: Cannot set properties of undefined (setting 'custom_name')
No error message is shown to the end user. The form just silently fails.
All three issues are demonstrated in this video: