Support

Home Forums Event Espresso Premium print ticket after paypal redirect pay – is this possible

print ticket after paypal redirect pay – is this possible

Posted: September 11, 2015 at 6:31 am

Viewing 5 reply threads


Mike Danchanko

September 11, 2015 at 6:31 am

we are using EE3 and paypal basic so after purchase the user is redirected to pay. what we are having issues with is that the system is relying heavily on email to provide ticket print info and users are mistyping the email addresses causing us to field support calls when they do not get tickets. how can we provide ticket print links on a confirmation page after payment with paypal? any ideas would be appreciated.

Event Espresso by Event Espresso version 3.1.37.5.P,
Event Espresso – Calendar by Event Espresso version 2.2.7.p,
Event Espresso – Multi Event Registration by Seth Shoultes version 1.0.5.p,
Event Espresso – Recurring Events by Event Espresso version 1.1.8.p,
Event Espresso – Social Media by Event Espresso version 1.1.7.p,
Event Espresso – Ticketing by Event Espresso version 2.2.0.p,
Event Espresso Volume Discounts by Seth Shoultes version 0.5.1,


Josh

  • Support Staff

September 14, 2015 at 9:21 am

Hi Mike,

One way you can do this is add the following code into /templates/payment_overview.php:

<tr>
  <td><?php _e('Ticket Link:','event_espresso'); 
    echo espresso_ticket_links($registration_id, $attendee_id); ?>
  </td>
</tr>

Then you copy the payment_overview.php template over to /wp-content/uploads/espresso/templates so that your changes do not get overwritten on an update.


Mike Danchanko

September 16, 2015 at 11:10 am

is the payment overview page the page that paypal will redirect back to after payment or is that the page you click the paypal option for payment?


Lorenzo Orlando Caum

  • Support Staff

September 16, 2015 at 11:23 am

Hi Mike,

This would appear on the thank you page which is the last page that an attendee/registrant sees after a payment is made and their registration is complete.


Lorenzo


Mike Danchanko

September 16, 2015 at 11:27 am

since I am using paypal basic which redirects to paypal how can I make sure that after paypal payment that users redirect back to the payment overview page?


Lorenzo Orlando Caum

  • Support Staff

September 16, 2015 at 12:22 pm

Can you provide a screenshot of the page that you are seeing after making a payment?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots

It should be the thanks page since the registration has been completed at that time.


Lorenzo

Viewing 5 reply threads

The support post ‘print ticket after paypal redirect pay – is this possible’ 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