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 currency symbol before or after | Event Espresso - Staging Server
How can I define the before or after of the currency symbol?
How can I input the text for pdf_instructions in UTF-8? When I write it in English, pdf prints the text, however, if I write it in UTF-8, then there are no next, no currency symbol.
1) This can be done via code currently. Are you trying to get a specific currency symbol added? I am updating this information currently, so if it is possible I can add it in (not always possible to add symbols, but codes are fine i.e. GBP instead of £)
2) If you mean the invoice then unfortunately it doesnt currently support UTF-8 ( see this thread). If you mean elsewhere, please advise exactly where.
Which country is that symbol for? I have it marked as Mongolia, but if it is for somewhere else I would love to add it to my list.
If you don’t mind editing the code, then in the event-espresso/includes/organization_config.php there is a list of currencies starting around line 63. If you add this in as well and select the country Mongolia, that symbol will be used as the currecny symbol.
case 'MNG' : $org_options['currency_symbol'] = '₮'; // Mongolia
break;
Viewing 3 reply threads
The support post ‘currency symbol before or after’ 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.