Support

Home Forums Ticketing Add-on How to customize the text on the event details page and the checkout process.

How to customize the text on the event details page and the checkout process.

Posted: August 12, 2014 at 11:38 am


Michael Mansell

August 12, 2014 at 11:38 am

I am needing to remove the start and end date from showing on the event details page and also remove date and time titles from the cart page. What template file and lines do I change to do this?


Michael Mansell

August 12, 2014 at 12:31 pm

I also need to remove the word “Attendee 1” and “Attendee 3” from the attendee information page. What php file do I modify and what line is it?

The site that I need to modify this on is:http://nightfallaz.com/tickets/?ee=1


Lorenzo Orlando Caum

  • Support Staff

August 12, 2014 at 12:40 pm

Hi,

You can inspect elements on a page using Firebug or Chrome Developer Tools.

Please add this CSS to your child theme’s CSS or a plugin like Reaktiv CSS Builder or My Custom CSS:

.start_date, .end_date {display:none}

.multi_regis_wrapper_attendee-primary h3.section-heading, .multi_regis_wrapper_attendee-additional h3.section-heading {display:none}


Lorenzo


Michael Mansell

August 12, 2014 at 1:56 pm

I added it but it did not do anything. Also in firefox when I click on the buy tickets button that is supposed automatically take me to the cart I’m getting this message: “It looks like you are attempting to refresh a page after completing your registration or your cart is empty. Please go to the events page and try again.”


Michael Mansell

August 12, 2014 at 1:59 pm

and what .php pages in the template folder can I edit the default text on the attendee page and other steps of the cart?


Lorenzo Orlando Caum

  • Support Staff

August 12, 2014 at 2:20 pm

You are running into issues as the caching services for WP Engine are caching the resources on the site. Try doing a force refresh and also follow up with them about setting up no-cache rules for Event Espresso pages.

The templates can be found here:

wp-content/plugins/event-espresso/templates

Then need to be copied here:

wp-content/uploads/espresso/templates

Take a look at these files:

shopping_cart.php, multi_registration_page_display.php, multi_registration_page.php


Lorenzo


Michael Mansell

August 12, 2014 at 3:13 pm

Thank for that help. How can I add instructions on the attendee information page during the checkout process?


Lorenzo Orlando Caum

  • Support Staff

August 12, 2014 at 5:23 pm

The question group description for the personal group question (Wp-admin —> Event Espresso –> Question Groups –> Personal Information) is available and that doesn’t require any custom coding:

http://cl.ly/image/2Y3u1o0w0k2V


Lorenzo

The support post ‘How to customize the text on the event details page and the checkout process.’ 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