Support

Home Forums Event Espresso Premium From Events Table View To Checkout

From Events Table View To Checkout

Posted: September 21, 2018 at 5:20 am

Viewing 2 reply threads


Phil Evans

September 21, 2018 at 5:20 am

Hi,

I’m trying to cut down the ammount of clicks a user has to make to get to checkout and improve the overall user journey.

I’ve been following the suggestions here https://eventespresso.com/topic/ee4-events-table-view-template-from-clicking-on-register-to-checkout/

which gets me some of the way. However, if I add that script as instructed, the table doesn’t display all the datetimes, which is something we need to keep.

https://www.impactmh.org.uk/mental-health-training-courses-and-services/mental-health-peer-support-in-bedfordshire-4-week-programme/#tab-id-2

is how it looks now,

and this is how it looks after

AFter adding script

How can I keep the datetime column?

Thanks

Phil


Josh

  • Support Staff

September 21, 2018 at 6:50 am

Hi Phil,

The template file from the other thread omits the datetime column entirely, it’s not exactly a script. What you could do is start with the original template, then swap in this part to the last table cell of the row:

<?php if ( espresso_display_ticket_selector( $post->ID ) && ( is_single() || ( is_archive() && espresso_display_ticket_selector_in_event_list() ))) :
?>
<div class="event-tickets" style="clear: both;">
	<?php espresso_ticket_selector( $post ); ?>
</div>

<?php endif; ?>


Phil Evans

September 21, 2018 at 7:22 am

Thanks Josh, I’ll try that out.

Cheers

Phil

Viewing 2 reply threads

The support post ‘From Events Table View To Checkout’ 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