Support

Home Forums Event Espresso Premium Customising ticket price tables

Customising ticket price tables

Posted: June 6, 2016 at 4:39 am

Viewing 2 reply threads


legalfutures

June 6, 2016 at 4:39 am

We need to update the output of the shortcode [ESPRESSO_TICKET_SELECTOR] so that when a ticket is output the VAT ticket customisation is shown next to the price and not hidden in the show details panel.

The same goes for the price table on the checkout page where you select your payment method.

Is there a template file I can override via the theme, or any filters I can use so i can customise the output of the ticket price showing the VAT modifier directly next to it?

Many thanks


Tony

  • Support Staff

June 7, 2016 at 3:58 am

Hi there,

There’s a lot of logic within the ticket selector template so you’ll have a fair bit to work through when modifying the template but you can override the default template.

Grab a copy of ticket_selector_chart.template.php from:

\event-espresso-core-reg\modules\ticket_selector\templates\

Place that copy within your child theme root directory and make any modifications you need there.

The same goes for the price table on the checkout page where you select your payment method.

Again you’ll need to modify the templates to do that, the templates you will need are:

\event-espresso-core-reg\modules\single_page_checkout\reg_steps\attendee_information\attendee_info_main.template.php

\event-espresso-core-reg\modules\single_page_checkout\reg_steps\payment_options\payment_options_main.template.php

Place those within your child theme and add any sections you need within the tables.


legalfutures

June 7, 2016 at 4:58 am

Thank you for the reply and information on the template files.

I’ll have a look into this shortly, once I’ve got it working I’ll mark the topic as resolved.

Viewing 2 reply threads

The support post ‘Customising ticket price tables’ 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