Abandoned cart email not sent
-
Hello
i’ve setup an abandoned cart reminder email in Mailchimp (after 1 hour of cart abandon)
But the email are not sent; according to documentation and forum it seems the action is triggered (and email address passed to mailchimp) when on checkout page the billing email address is filled and then loose focus.
On my inspection, once the email is filled and the field loose focus the action is triggered and logged to console with this code:
mailchimp.handle_billing_email.request.success {"success":false}
so it looks i’m sending the email address to Mailchimp, but it looks like Mailchimp fail to add it to the queue.
On further inspection, i debugged the email address sent to Mailchimp (mailchimp_submitted_email = b;) and it appears correct
What can be wrong?
- The topic ‘Abandoned cart email not sent’ is closed to new replies.