Requirements

Updated on February 9, 2026

Before installing the plugin, make sure your environment meets the following requirements.

WordPress and WooCommerce

  • WordPress 5.6 or higher
  • WooCommerce 5.0 or higher (tested up to 9.0)
  • PHP 7.4 or higher
  • OpenSSL PHP extension (for credential encryption)

Mautic

  • Mautic 4.x or 5.x (self-hosted or Mautic Cloud)
  • API access enabled in Mautic’s Configuration > API Settings
  • If using Basic Auth: HTTP Basic Authentication must be enabled in Mautic
  • If using OAuth2: An API Credentials entry created in Mautic (OAuth2 client)

License

This is a premium plugin distributed through Freemius. You will need a valid license key to activate the plugin and access all features. You can purchase a license from the plugin’s product page.

Server Requirements

Your WordPress server needs to be able to make outgoing HTTP requests to your Mautic instance. If your hosting provider restricts outgoing connections or uses a firewall, make sure your Mautic domain is whitelisted.

The plugin uses WordPress HTTP API (wp_remote_request) for all API calls, so it works with any standard WordPress hosting setup.

WP-Cron must be functional for the abandoned cart detection, bulk sync batching, and old cart cleanup to run on schedule. If your site uses a low-traffic setup, consider setting up a real cron job to trigger wp-cron.php at regular intervals.

Next