How to change the text "Price" in Event Details?

Home Forums Calendar Products Events Calendar PRO How to change the text "Price" in Event Details?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269813
    webenaut
    Participant

    Hi guys,
    Thank you very much for your awesome plugin.
    Can you give the instructions to replace the field Title “Price” name on Event Details?
    I want to replace it for “Donation” name.
    Please see attached image:
    http://es.tinypic.com/r/1zxxe8k/8
    Thanks!

    #270304
    Barry
    Member

    Hi – great question!

    A great starting point is our Themer’s Guide which covers the basic process for safely overriding and customizing our plugins’ templates.

    Basically, in this case, you would create your own copy of our views/modules/details.php and locate it at:

    wp-content/themes/YOUR_THEME/tribe-events/modules/details.php

    Then you would locate the following line of code:

    <dt> <?php _e( 'Cost:', 'tribe-events-calendar' ) ?> </dt>

    Simply change it to:

    <dt> Donation: </dt>

    Does that help?

    #270486
    webenaut
    Participant

    It works!
    Thank you!

    #274021
    Barry
    Member

    Excellent, I’m happy we could help 🙂

    I’ll go ahead and close this thread in that case but of course if we can assist with anything else please don’t hesitate to open new threads as needed. Last but by no means least we are always keen to hear your thoughts on The Events Calendar and if you wanted to leave a review that would be much appreciated.

    Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change the text "Price" in Event Details?’ is closed to new replies.