d37toastmasters
August 26, 2013 at 1:18 am
Is it possible to replace “add” with “+” and “remove” with “-” when displaying question price options?
Thank you,
Jake
Dean
August 26, 2013 at 2:27 am
Add New Note to this Reply
Hi Jake,
They are translatable (add and subtract) so you can change them via the language files https://eventespresso.com/wiki/how-to-change-wording-with-poedit/
Other than that it would be a file edit on a core file (espresso-price-modifier-pr/EE_Price_Modifier.class.php)
d37toastmasters
August 26, 2013 at 2:49 am
Add New Note to this Reply
Hi Dean,
Does Price Modifier use event_espresso-en_US.po file or is there another .po file? I can’t find those entries, it could be just me…
Thank you,
JAke
Dean
August 26, 2013 at 3:02 am
Add New Note to this Reply
Hi,
Looks like they havent been added!
OK, so if you open the PO file in a text editor and add the following to the bottom
#: ../../../plugins/espresso-price-modifier-pr/EE_Price_Modifier.class.php:579
msgid "subtract"
msgstr ""
#: ../../../plugins/espresso-price-modifier-pr/EE_Price_Modifier.class.php:579
msgid "add"
msgstr ""
Then save it, open it in Poedit edit the Add and Subtract text (it should be at the bottom of the list) and save, it should work fine.
This reply was modified 11 years, 3 months ago by Dean . Reason: spelling error
d37toastmasters
August 26, 2013 at 3:30 am
Add New Note to this Reply
Great, that worked!
Thank you,
Jake