Re: CampaignMonitor Sidebox Support Thread
Thank you... I just installed this and made a test subscription.. everything worked like a charm!
One thing I noticed was some instructions in the readme.pdf file:
Quote:
2. Edit the file includes/languages/english/extra_definitions/campaignmonitor_sidebox_defines.php.
Set the BOX_CAMPAIGNMONITOR_NEWSLETTER_ID to your CampaignMonitor API key. (You
got this in step 2 of the pre-installation instructions.)
Set the BOX_CAMPAIGNMONITOR_NEWSLETTER_U to the value of the List ID of the particular
these BOX_CAMPAINGMONITOR_NEWSLETTER_ID and _U don't exist.
They are actually; $api_key .= and $list_key .=
which is mentioned in the earlier section.
Quote:
3. Place your API key in the language file. Open
includes/languages/english/extra_definitions/campaignmonitor_sidebox_defines.php and edit line 5. In
place of "abcde12345abcde12345abcde12345", put your API key. (The line starts with "$api_key".)
4. Find your API Subscriber List ID. To do this, click on "Manage Subscribers" for the
CampaignMonitor client that you want to add Zen Cart integration for. Then, click on the list that you
want to integrate with Zen Cart. Finally, click on "(edit list name/type)" near the top of the page. Your
API Subscriber List ID will be on the bottom of the page, directly above the "Save Changes" button.
5. Place the API Subscriber List ID in the language file. It goes in line 6, the line directly below your
API key. Replace "12345abcde12345abcde12345abcde" with your API Subscriber List ID.
Thanks again!
Re: CampaignMonitor Sidebox Support Thread
Good catch! I'll update the documentation in the next release to reflect the change.