Resync for First and Lasname
-
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.5Screenshots :
https://ibb.co/kwmNpx
https://ibb.co/ftJDwc
https://ibb.co/i1oDwcThanks a lot !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Resync for First and Lasname’ is closed to new replies.