Skip to content
khungate edited this page Aug 29, 2022 · 12 revisions

Mailchimp for WooCommerce is a plugin for WordPress, and that syncs e-commerce data between Mailchimp and WooCommerce.

This wiki is designed to address advanced workflows and features available for developers, and also provide a path to resolving the most common issues we see in the forums.

Before getting started, verify you are using the most up-to-date plugin version](https://wordpress.org/plugins/mailchimp-for-woocommerce/).

Issues

My store isn't syncing

  • Your server might not have WP CRON enabled. Enable it or use the CLI option. docs
  • Your server is using a cache. REDIS, MEMCACHED etc. docs
  • Your server might need to address shared hosting environment issues. docs
  • Your server might be getting blocked by the API gateway Akamai. docs

The sync is taking a long time to complete

  • For light traffic sites, WP CRON might not be triggered enough by normal traffic. docs
  • Using the CLI version is the recommended approach for any larger store. docs.
  • High-volume stores should consider using the Action Scheduler's high volume option. docs.