No order emails only when create account is clicked
-
Hi (I’m posting again about the same issue)
When new customer is buying item and option “Create account” on the checkout page is clicked there is no order emails at all.
When the same user but already registered(has account and is logged in), is buying something emails are sent normally + previous order emails.
Also when guest is buying items without creating account emails are sent normally.
This code added to functions.php
add_filter( 'woocommerce_defer_transactional_emails', '__return_false' );
is resolving an issue.
I think there is some bug connected to sending emails and creating an account in version 3.0 and above .
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No order emails only when create account is clicked’ is closed to new replies.