Support

Home Forums Event Espresso Premium Changing registration and confirmation info in presentation

Changing registration and confirmation info in presentation

Posted: December 19, 2013 at 3:58 am

Viewing 1 reply thread


Ron Aardening

    December 19, 2013 at 3:58 am

    Hi, I’m implementing EE for our organisation and everything looks ok, except for the textual info on the screens (listing, registrating, confirmation). Ik read this should be changed within the template scripts, but need a little help.

    1. Our events are free, so I need to get rid of the line * Price: Free event * in the templates. Where can I change this (by simply deleting or out commenting some lines?).

    2. The confirmation says * Payment overview * – in our case this should be Confirmation ; and I want to add a nice line of text wit venue information and get rid of the box with !Thank You, registration is confirmed

    Can anyone help me with these issues or point me to a guide where this is explained? Thanks, Ron


    Dean

    • Support Staff

    December 19, 2013 at 4:27 am

    Hi Ron,

    1) If all your events are free, then the easiest thing to do is hide the price with css. Add the following to your themes style.css file or to a plugin such as My Custom CSS:

    .event_price,
    .event_prices {
    display:none; 
    }

    2) Rather than editing a template you could modify the language files:
    a) Using Poedit – http://staging.eventespresso.com/wiki/how-to-change-wording-with-poedit/
    b) Addign a function to your themes functions.php – http://www.viper007bond.com/2011/07/13/changing-core-wordpress-strings/

    If you must change it in the template, then copy event-espresso/templates/payment_page.php over to wp-content/uploads/espresso/templates and edit the file, approx. line 8 to change the wording.

    Viewing 1 reply thread

    The support post ‘Changing registration and confirmation info in presentation’ 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 - Staging Server