Support

Home Forums Event Espresso Premium Event Espresso & Infusionsoft

Event Espresso & Infusionsoft

Posted: July 17, 2014 at 6:25 pm


Mary Jane Mirasol

July 17, 2014 at 6:25 pm

Is there any way for Event Espresso to pass the ticket name as the product name in Infusionsoft instead of the event name? I have multiple tickets setup for an event and was having the duplicating issue as stated here: https://eventespresso.com/topic/event-espresso-is-creating-multiple-products-in-infusionsoft-for-the-same-event/ but I fixed the issue by replacing the line of code in the infusionsoft index.php file as stated in that other thread.

My event name is California Jam and there are 4 different tickets available for the event. Right now the product passed to infusionsoft is named CaliforniaJam@price. If my ticket names are Ticket 1, Ticket 2, Ticket 3 and Ticket 4, I would really want the product name to be Ticket 1, Ticket 2 etc.

Is there any way to customize this? I am pretty gifted when it comes to copying and pasting code!


Josh

  • Support Staff

July 18, 2014 at 12:46 pm

Hi Mary Jane,

That should be possible by editing the same file you’ve already made the edit to. You’ll need to do an exact find and replace because there’s 4 places where you’ll be editing.

The event name code is:

$event_data->event_name

The ticket name code is:

$attendee_data['price_option']


Mary Jane Mirasol

July 24, 2014 at 4:57 pm

Thank you!

The support post ‘Event Espresso & Infusionsoft’ 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