Hi @ddmedia,
The feature for email typo suggestions (which is not a validation per se) will not make any requests to the server, it is simply a script that runs directly on the customer’s browser.
In any case, you can disable this email verification with the code snippet below:
/**
* Disable Mailcheck email typo fix suggestions.
*/
add_filter( 'fc_enable_checkout_email_mailcheck', '__return_false', 10 );
If you are unsure about how to add the code snippet to your website, check our article:
How to safely add code snippets to your WooCommerce website
I’m closing this ticket for now. If you need further assistance related to this issue, simply reply to this message to re-open it.
Kind regards,
Diego.
Hello Diego, thanks for replied it.
I already use this code, but it’s not doing what I expected. Maybe I couldn’t make myself explainable, so I’ll do it again: I don’t need to remove the e-mail suggestions that appears under the field, I want to remove the field validation, which makes lots of requests (due to js listeners and functions) during the user typing. Ex: Evertyme I select the email field and start typing over there, the function responsible to check if e-mail is valid or not is running in background, sending requests and making the page “refresh” (probably ajax). This behavior sometimes makes the other fields lose input data. So I want to disable this ajax validation for this field and let the woocommerce handle with this, when user submits the order (if it’s not a valid email, an error message will show up).
I’m not sure if it’s possible, but it’ll be great if so.
Thanks again.
Regards,
Eduardo
Hi @ddmedia,
This behavior is not coming from Fluid Checkout. As mentioned before, our plugin does not send requests to validate email.
I noticed you are using Fluid Checkout PRO on your website. As such, please contact us directly on our website and provide your license key for continued support.
I’m closing this topic here.
Kind regards,
Diego.