When adding a new Ticket, I’m unable to translate Price modifiers options: percent discount, dollar discount, percent surcharge, dollar surchage. I’ve translated them in the .po file, with no effect. Having added this in my custom plugin does not work either:
When you activate EE it generates the price modifiers and saves them to the database, the translations within the MO file will only be used during that activation.
If you did not have those strings translated previously then EE will use the english version, but you can change them within the admin.
COuld please help with removing Pricing menu, I’ve added this to my function.php with no effect
/** Remove Pricing menu **/
function remove_menus() {
remove_menu_page('pricing'); // Remove the Pricing menu
}
add_action( 'admin_menu', 'remove_menus' );
This reply was modified 8 years, 2 months ago by Tony. Reason: Code formatting
If you have any further questions, please let us know.
Viewing 4 reply threads
The support post ‘Unable to Translate Price Modifiers’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.