Download the PHP
package ether/mailchimp-commerce without Composer
On this page you can find all versions of the php package
ether/mailchimp-commerce. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Sync your Store, Products, Carts, Orders, Customers, and Promotions to Mailchimp
and leverage their full suite of marketing solutions, including abandoned carts,
order status notifications, and more.
Abandoned Carts emails aren't sending!
If you have an abandoned carts campaign setup but no emails are sending, it
probably means you created the campaign before connecting your Craft site.
You'll need to re-create the campaign via the "Connected Sites" section under
your account menu in Mailchimp.
Preventing Syncing
If you want to prevent anything from being synced (i.e. in your staging
environment) you can do so by creating a Mailchimp Commerce config file
(mailchimp-commerce.php) in your config/ directory, and add the following:
You can use the config file to override any of the settings in the plugin. See
Settings.php for all the settings. Be aware the
some settings must not be modified.
Local Development
Please note that Mailchimp requires a valid, publicly accessible URL for some of
the data that is sync'd. This means that if you are using the plugin in a local
environment that isn't externally accessible some sync tasks will fail. We
recommend testing the plugin in a staging environment, or using a service like
ngrok to make your local environment public.
Check out our blog post
on how to setup ngrok for Craft.
Modifying Product Sync Data
You can modify the product data that is synced to Mailchimp using the "After
build sync data" event.
All versions of mailchimp-commerce with dependencies
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package ether/mailchimp-commerce contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.