Conversation
supportWhen 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.
No comments were stored for this source.