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
Infussion soft plugin not populating right fields | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Infussion soft plugin not populating right fields

Infussion soft plugin not populating right fields

Posted: November 13, 2013 at 10:12 pm

Viewing 6 reply threads


Christian

November 13, 2013 at 10:12 pm

I am using the infusion soft plugin in with my infusionsoft software and have notices that new registrant address info is not making it through to infusionsoft. That is to say the city and state are but not the street.

Can you help?


Dean

  • Support Staff

November 15, 2013 at 6:29 am

Hi Christian,

I concur that this is happening. I will raise a developer ticket to look into it.


Christian

November 20, 2013 at 10:21 pm

thanks what is the eta for fix?


Dean

  • Support Staff

November 21, 2013 at 12:55 am

Hi,

We do not have an ETA, but I upped the priority on the ticket.


Christian

November 21, 2013 at 10:36 pm

also the phone number is not making it over to infusion soft and the zip code is populating the wrong field.


Dean

  • Support Staff

November 25, 2013 at 1:46 am

Thanks for the feedback Christian, I have added that to the ticket.


Sidney Harrell

  • Support Staff

December 17, 2013 at 6:18 pm

change lines 103-112 of plugins/espresso-infusionsoft/index.php from:

$clean_attendee_data = array(
					'FirstName'			=> $attendee_data['fname'],
					'LastName'			=> $attendee_data['lname'],
					'Email'				=> $attendee_data['email'],
					'Address1Type'		=> $attendee_data['address'],
					'Address2Street1'	=> $attendee_data['address2'],
					'City'				=> $attendee_data['city'],
					'State'				=> $attendee_data['state'],
					'ZipFour1'			=> $attendee_data['zip'],
				);

to:

$clean_attendee_data = array(
					'FirstName'				=> $attendee_data['fname'],
					'LastName'				=> $attendee_data['lname'],
					'Email'						=> $attendee_data['email'],
					'StreetAddress1'	=> $attendee_data['address'],
					'StreetAddress2'	=> $attendee_data['address2'],
					'City'						=> $attendee_data['city'],
					'State'						=> $attendee_data['state'],
					'PostalCode'			=> $attendee_data['zip'],
					'Phone1'					=> $attendee_data['phone']
				);
Viewing 6 reply threads

The support post ‘Infussion soft plugin not populating right fields’ 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