Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration:mailchimp_test [2011/08/26 00:35] – external edit 127.0.0.1integration:mailchimp_test [2018/11/26 20:27] (current) – [mailchimp test] marija
Line 1: Line 1:
 ====== mailchimp test ====== ====== mailchimp test ======
  
-<WRAP important round>+<WRAP center round important 90%> 
 +**We have implemented a different approach for MailChimp.** In place of the following snippet, we now have [[v:2.0:webhooks|webhooks for Zapier (beta)]] feature in FoxyCart that allows you to pass the data from FoxyCart onto a whole stack of other services,including MailChimp, quickly and easily. Please see the "Zapier" section [[v:2.0:webhooks|here]]. This page will remain for reference.</WRAP> 
 + 
 +<WRAP center round important 90%> 
 //**Please note:**// //**Please note:**//
 The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance. The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance.
Line 19: Line 23:
  
 $MailChimp_Auth = array( $MailChimp_Auth = array(
-    'user => 'your_user',     // EDIT: Replace "username" with your MailChimp username +       'apikey' => 'xxxxxxxxxxxxxxxxxxxxxxxxx', // EDIT: add MailChimp API key here
-    'pass'  => 'your_pass'      // EDIT: Replace "password" with your MailChimp password +
-    //     'apikey' => 'xxxxxxxxxxxxxxxxxxxxxxxxx', // OR, comment the above two lines, and uncomment this MailChimp API+
 );  ); 
  
Line 41: Line 43:
  
 ==== Testing ==== ==== Testing ====
-To test this, you should log into your MailChimp account and view the list that you've specified above (preferably a test list).  Just keep MailChimp open in a separate browser window and put it aside for a moment.  +To test this, you should log into your MailChimp account and view the list that you've specified above (preferably a test list).  Just keep MailChimp open in a separate browser window and put it aside 
 +or a moment.  
  
 Put REAL information into your script above, save it, and then navigate to the newly created page in your browser, e.g. http://www.yourdomain.com/mailchimpscripts/test-api.php Put REAL information into your script above, save it, and then navigate to the newly created page in your browser, e.g. http://www.yourdomain.com/mailchimpscripts/test-api.php

Site Tools