The currency has been added as that as it is a placeholder because none of the payment gateways we support support that particular currency (unless something has changed we are not aware of).
You can add this in by editing a file, but it is a core file and updates will wipe this code.
In event-espresso/includes/organization_config.php around line 70 you will see a list of countries and currencies, add this to the list
case 'JOR' : $org_options['currency_symbol'] = 'JOD'; // Jordanian Dollar
break;
Viewing 1 reply thread
The support post ‘Wrong currency’ 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.