Support » Plugin: Mailchimp for WooCommerce » Resync for First and Lasname

  • Resolved martialparfait

    (@martialparfait)


    Hi,
    Firstname and Lastname wasn’t synced since a while.

    So, I’ve investigated for the trouble and I think I’ve found it. My merges tag was “PRENOM” and “NOM” and not FNAME and LNAME.

    Then, I’ve edited class-mailchimp-woocommerce-user-submit.php line 100 and 101 to :
    if (!empty($fn)) $merge_vars[‘PRENOM’] = $fn;
    if (!empty($ln)) $merge_vars[‘NOM’] = $ln;

    I’ve resynced after the modifications but it didn’t worked. An idea ?

    Also, the tab log has disapeared

    Wodpress 4.9.4
    Woocommerce 3.3.4
    MFW : 2.1.5

    Screenshots :
    https://ibb.co/kwmNpx
    https://ibb.co/ftJDwc
    https://ibb.co/i1oDwc

    Thanks a lot !

Viewing 1 replies (of 1 total)
  • Plugin Support khungate

    (@khungate)

    Hi @martialparfait, thank you for reaching out. At this time we don’t have a great way to align custom merge tags with the defaults (and keep things syncing correctly). However, we do have future plans for a tag mapping system in the plugin that should address those needs. Please stay tuned for future enhancements.

Viewing 1 replies (of 1 total)
  • The topic ‘Resync for First and Lasname’ is closed to new replies.