Closed (fixed)
Project:
Mailchimp
Version:
7.x-2.x-dev
Component:
Lists
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 14:35 UTC
Updated:
24 Aug 2012 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
thebuckst0p commentedSubscribe. Is anyone working on this already? I have a client who wants this so I might patch it in soon, if no one else has already done so.
Comment #2
thebuckst0p commentedThis patch adds Profile2 token handling to the Mailchimp merge field mapping.
Comment #3
levelos commentedI'm not a Profile2 user. Any idea why it doesn't store it's tokens as user tokens. Seems to be standard, no? I'm also not keen on adding specific module support, at least for Profile2.
I did change the code to call and implement 2 hooks allowing other modules, like Profile2 or a custom one, to add additional merge tokens and values. Ref mailchimp_lists_mailchimp_lists_merge_tokens() and mailchimp_lists_mailchimp_lists_merge_values() in mailchimp_lists.module.
Comment #4
levelos commentedComment #5
jlab commentedIs this fixed in the mailchimp-7.x-2.x-dev version?
Or should I still apply the patch in #2?
Because the patch currently fails when I try to patch the mailchimp-7.x-2.x-dev
I also don't see any mappable profile2 fields to map to the merge fields.
Comment #7
the_g_bomb commentedYou have to enable the Entity token module that ships with Entity API, once that is done all the profile2 tokens should become available to MailChimp.
Comment #8
fossie commentedI enabled entity tokens, the tokens are available and I mapped them, but only the email adress is passed to mailchimp, the profile fields aren't sync'd during this action.
Do I overlook some setting?