MailChimp for Woocommerce Integration. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
We use Journey's on our website for transactional emails. Only two. Order Confirmation and Shipping Confirmation.
Since we do art classes, our Shipping confirmation is actually a "Your Pottery is Ready for Pickup" email.
We have different classes that will receive a slightly different variation of the same email, but different nonetheless.
So I created multiple shipping confirmation emails.
Here's where the issue came.
To Reproduce
Steps to reproduce the behavior:
Customer orders two different products at two completely different times. Product 1's name starts with "Intro to Relief". Product 2's name starts with "Pinch Pottery"
I created two Shipping Confirmation emails, both unique to the product. I add one condition to each:
Products Purchased > starts with > Intro to Relief
Products Purchased > starts with > Pinch Pot
I send a shipping confirmation (Mark the order as Complete in Woocommerce) for a Pinch Pot class. This particular customer has previously purchased an Intro to Relief workshop.
Expected behavior
Customer receives Pinch Pot shipping confirmation.
Actual behavior
Customer receives Pinch Pot & Intro to Relief shipping confirmation emails.
Operating environment (please complete the following information):
N/A
Plugin version:4.4.1
WooCommerce version: 9.4.1
Wordpress version: 6.6.2
PHP version: Latest (Will update later)
Things to verify before submitting a ticket
Verify you are using the most up to date plugin version.
Enable "Remote Diagnostics" from the plugin's Settings tab (if possible)
If there any fatal errors in WooCommerce, please provide (WooCommerce -> Status -> Logs)
If you're using the current version of the plugin, it utilizes a queue powered by Action Scheduler. It depends on WP_CRON to be activated with your hosting provider. Please confirm with your host that it's enabled.
Do you have any caching plugins or services running? If you're using Redis, Nginx, or MemCache, see if you or your hosting provider can exclude certain paths to the REST API and /wp-json/mailchimp-for-woocommerce. Visit our Wiki help page on this topic for more information.
If you have a large number of plugins being used, you may need to bump up your memory limit on your server (1GB for example) to accommodate the initial sync.
Issue with Journey Condition.
We use Journey's on our website for transactional emails. Only two. Order Confirmation and Shipping Confirmation.
Since we do art classes, our Shipping confirmation is actually a "Your Pottery is Ready for Pickup" email.
We have different classes that will receive a slightly different variation of the same email, but different nonetheless.
So I created multiple shipping confirmation emails.
Here's where the issue came.
To Reproduce Steps to reproduce the behavior:
Expected behavior Customer receives Pinch Pot shipping confirmation.
Actual behavior Customer receives Pinch Pot & Intro to Relief shipping confirmation emails.
Operating environment (please complete the following information):
Things to verify before submitting a ticket
WP_CRON
to be activated with your hosting provider. Please confirm with your host that it's enabled.REST API
and/wp-json/mailchimp-for-woocommerce
. Visit our Wiki help page on this topic for more information.