Create account at checkout error
-
When using Woocommerce Blocks checkout, during guest order and checking ‘Create an account’ checkbox we get an error:
{
“code”: “gdpr_woo_consent_error”,
“message”: “Privacy Policy consent is required!”,
“data”: {
“status”: 400
}
}
Seems like plugin is incompatible with this new checkout, error still occurs after setting gdpr_woo_consent manually via creating input field or forcing the value into request.
in gdprf_validate_privacy_registration function in /src/Modules/WooCommerceGdpr/WooCommerceGdpr.php the ‘! is_checkout()‘ check is passing and $_POST[‘gdpr_woo_consent’] is empty.
The topic ‘Create account at checkout error’ is closed to new replies.