Javascript errors on checkout page
-
There’s an error in the latest update of the plugin.
JavaScript is rendered for fields that are not present. This means that errors of type specified below occurs. The action in question is classes/plugins.php/woocommerce_before_checkout_form()
Uncaught TypeError: document.getElementById(…) is null
document.getElementById('billing_company_field').classList.remove('validate-required');
This field, billing_company_field, is not present in the form.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Javascript errors on checkout page’ is closed to new replies.