Closed (fixed)
Project:
UberCart MailChimp
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2011 at 17:26 UTC
Updated:
24 Feb 2011 at 20:45 UTC
does this work with mail chimp free plan too? or only with the paid plan?
I am not seeing a section as shown in the screen shot in my mail chimp account campaign report
Comments
Comment #1
technikh commentedFinally got it working.
Yes It works for the free plan.
The problem I had was, cookies were not available on certain paths. Had to change the code to
setcookie('mailchimp_campaign_id',trim($_REQUEST['mc_cid']), $time, "/");and also store name was not set. had to change it here admin/store/settings/store/edit
Thanks a bunch for this awesome module