Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Infusionsoft Integration - Partial Data Moving To IS | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Infusionsoft Integration – Partial Data Moving To IS

Infusionsoft Integration – Partial Data Moving To IS

Posted: August 15, 2013 at 4:53 pm

Viewing 5 reply threads


Chris Hardcastle

August 15, 2013 at 4:53 pm

We are trying to link our EE site to our infusion soft account. We have everything setup up but the data coming into IS is only partial.

Name: Yes
Address: No
City: Yes
State: Yes
Postal Code: Going to wrong spot.
Email: Yes
Telephone: No

Order Information is showing but payment status is not updating when client pays.

I saw a previous post that refereed to field ids. How do I see the field ID’s in EE & IS to see if they align?

Thanks for your assistance.


Dean

  • Support Staff

August 16, 2013 at 4:34 am

Hi Chris,

Take a look at the bottom of this article, http://staging.eventespresso.com/wiki/infusionsoft-addon/ Saving Registration Questions as Standard or Custom Fields, I believe that si waht you a re looking for.


Chris Hardcastle

August 20, 2013 at 9:12 am

Thanks for the info. Can you recommend a programer to assist me. This is way outside my comfort zone. I am looking for someone who in good with both EE and IS.

Thanks


Sidney Harrell

  • Support Staff

August 20, 2013 at 2:23 pm

Try adding this to your theme’s functions.php file:

function espresso_infusionsoft_save_extra_fields($attendee_data) {
    $clean_attendee_data = array(
                    'StreetAddress1'           => isset($_REQUEST['address']) ? $_REQUEST['address'] : '' ,
                    'PostalCode'   => isset($_REQUEST['zip']) ? $_REQUEST['zip'] : '' ,
                    'Phone1'   => isset($_REQUEST['phone']) ? $_REQUEST['phone'] : ''
                );
 
    return array_merge($attendee_data, $clean_attendee_data);
}
 
add_filter( 'filter_hook_espresso_infusionsoft_extra_attendee_data', 'espresso_infusionsoft_save_extra_fields', 10, 1 );


Chris Hardcastle

August 20, 2013 at 4:09 pm

Hi Sidney,

Way out of my comfort zone now. I also have some other work I would like done between EE and IS. Can you recommend someone for us to hire?

Thanks

Chris


Sidney Harrell

  • Support Staff

August 20, 2013 at 7:44 pm

All of the developers on our pros page, http://staging.eventespresso.com/developers/event-espresso-pros/, are highly recommended. You could also post to jobs.wordpress.net, if you would like.

Viewing 5 reply threads

The support post ‘Infusionsoft Integration – Partial Data Moving To IS’ 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.

Event Espresso - Staging Server