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.
Support forum for Event Espresso 3 and Event Espresso 4.