Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Change “Price : $0.00? to “No Charge” | Event Espresso - Staging Server
Hi,
I am using WordPress 3.6 with Event Espresso 3.1.32.2.P. I need to change the text for “Free Events” to “No charge” – I did see an old topic and tried to follow the instructions:
Posted on: April 6, 2012 at 3:13 pm
The best I can do is get you pointed in the direction on how to change this in the event list. In event_list_display.php, look for the code where it displays the price and change it to something like this:
<p id=”p_event_price-<?php echo $event_id?>” class=”event_price”>
<?php echo __(‘Price: ‘,’event_espresso’) . event_espresso_get_price($event_id);?>
</p>
That will change free events to say “Free Event”. From there, you’ll need to either translate this text string in the language file -or- edit the text string directly in /includes/functions/pricing.php.
Note that if you have the members integration add-on active, this probably will not work.
Read more: Change “Price : $0.00? to “No Charge”
with no success, I have deactivated the “Member add-on”.
Your assistance would be appreciated :o)
Cindy
This topic was modified 11 years, 5 months ago by clewis.
Thank you so much, I used the Localization plugin and I changed the instances of “Free Event” to “No Charge”.
Take care,
Cindy
Viewing 2 reply threads
The support post ‘Change “Price : $0.00? to “No Charge”’ 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.