Posted: November 12, 2019 at 6:17 pm
The system seems to create two IFS contacts when registering for an event. One contact for full details and the other ONLY contains the email address. It looks to be related to having both “Event Espresso – WP Users” and InfusedWoo by InfusedAddons. Here is the some system details… |
|
Hi, If you temporarily deactivate InfusedWoo 3.11.8 (and leave everything else activated), then test a registration, is only one IFS contact created? |
|
Hi Josh, Yes, either deactivating InfusedWoo 3.11.8 or Event Espresso – WP Users will result in only one IFS contact being created. I have also contacted InfusedWoo and they say it is how a WP User is created by EE. Here is what the said about the issue… ” User Submit Registration Forms –> Email is used to register in WordPress (triggers the registration hook in wordpress) –> Update other information like First Name and Last Name. – With InfusedWoo, it can only sense that first part where email is registered, but the second part doesn’t have a hook (or it has a custom hook) and therefore InfusedWoo would be “blind” to the extra information updated by the plugin. – This said, the field is not the issue, but the timing of the update which can be freely controlled by the registration plugin. Thanks |
|
I wonder if the InfusedWoo plugin can skip sending an API request when the new user registration happens via the WP Users Integration add-on. Is there a place where I can download a copy of InfusedWoo so I can check its code? |
|
What is the best way to provide you these files? |
|
You can send a copy to support[at]eventespresso.com I’d recommend uploading the files somewhere and sending a link rather than the files themselves as they will often be rejected so something like WeTransfer is ideal. |
|
Hi, You can actually use a hook to prevent InfusedWoo from creating an IS contact when the request happens on EE’s single page checkout. Here’s a code snippet that makes this happen:
You can add the above to a functions plugin. |
|
Thanks Josh, this code snippet worked like a charm. |
|
The support post ‘System is create two IFS contacts when registering for an event.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.