Support

Home Forums Event Espresso Premium Infusionsoft Shows Contacts Registered as Non-Marketable

Infusionsoft Shows Contacts Registered as Non-Marketable

Posted: October 30, 2014 at 2:44 pm

Viewing 5 reply threads


Todd Liles

October 30, 2014 at 2:44 pm

For some reason the registrants from EE are showing up in Infusionsoft as Non-Marketable. how do we fix this?


Lorenzo Orlando Caum

  • Support Staff

November 3, 2014 at 8:57 am

Hi,

There is a feature request that was recently made for this. However, it has not yet been reviewed. I’ll add your feedback to this ticket.


Lorenzo


Todd Liles

November 3, 2014 at 9:06 am

This issue renders the plugin useless. I spoke to Infusionsoft and they say it is a simple API code fix. How do we expedite? Can I fix code on my end?


Sidney Harrell

November 4, 2014 at 12:29 pm

This was added as a feature request to the development branch of the EE3 IS add-on. You should be able to add it in to the copy you have by finding line 133 and amending it so that it looks like:

//Create a variable for the customer id
	$cust_id = $ee_infusionsoft->addWithDupCheck($clean_attendee_data, 'EmailAndName');

	//Optin new contacts
	if (is_int($cust_id)){
		$ee_infusionsoft->optIn($attendee_data['email']);
	} else {
		echo "<div class='error'>Infusionsoft Error: ".$cust_id."</div>";
	}


Todd Liles

November 17, 2014 at 7:03 pm

what is the file name that we’re supposed to be inserting that code into?


Lorenzo Orlando Caum

  • Support Staff

November 18, 2014 at 8:01 am

Hi,

The file is:

wp-content/plugins/espresso-infusionsoft/index.php


Lorenzo

Viewing 5 reply threads

The support post ‘Infusionsoft Shows Contacts Registered as Non-Marketable’ 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