• Hi,

    when ordering a item and having the system add to mailchimp, it will add it in with a date of 12/31/69.

    Here is the scenario.
    1) if i order and checkout as a guest (not creating a online account during checkout), then it sends the customer information to Mailchimp correctly.

    2) If i order and at checkout i “create” a user account, then when it sends the customer info to mailchimp it has a “Date Added” of 12/31/69.

    I am enclosing some debug information of the scenarios.
    if you want the complete debug, please ask for it.

    ————————————-
    Scenario #1 (good results)
    [email_address] => eli6@meaningfullife.com
    [unique_email_id] => c452ed14b8
    [email_type] => html
    [status] => subscribed
    [merge_fields] => Array
    (
    [FNAME] => eli6@meaningfullife.com
    [LNAME] => eli6@meaningfullife.com
    [PHONE] =>
    [MMERGE5] =>
    [MMERGE6] =>
    [MMERGE7] =>
    [MMERGE8] =>
    [MMERGE9] =>
    [MMERGE11] =>
    [MMERGE10] =>
    [SOURCE] =>
    [MMERGE13] =>
    [MOSADNAME] =>
    [WLCM_EMAIL] =>
    )

    [ip_signup] =>
    [timestamp_signup] =>
    [ip_opt] => 72.10.48.29
    [timestamp_opt] => 2016-10-26T07:37:30+00:00
    [member_rating] => 2
    [last_changed] => 2016-10-26T07:37:30+00:00
    [language] =>
    [vip] =>
    [email_client] => Gmail

    Scenario #2 (not good results) (System shows as “Subscribed on Dec 31, 1969”)
    [email_address] => eli7@meaningfullife.com
    [unique_email_id] => b1ff935ba7
    [email_type] => html
    [status] => subscribed
    [merge_fields] => Array
    (
    [FNAME] => eli7@meaningfullife.com
    [LNAME] => eli7@meaningfullife.com
    [PHONE] =>
    [MMERGE5] =>
    [MMERGE6] =>
    [MMERGE7] =>
    [MMERGE8] =>
    [MMERGE9] =>
    [MMERGE11] =>
    [MMERGE10] =>
    [SOURCE] =>
    [MMERGE13] =>
    [MOSADNAME] =>
    [WLCM_EMAIL] =>
    )

    [ip_signup] => 37.26.149.162
    [timestamp_signup] => 2016-03-16T17:26:28+00:00
    [ip_opt] =>
    [timestamp_opt] =>
    [member_rating] => 2
    [last_changed] => 2016-10-26T07:39:18+00:00
    [language] => en
    [vip] =>
    [email_client] => Gmail

The topic ‘Date added in Mailchimp 12/31/69’ is closed to new replies.