hi! i just bought this plugin and i’m going through the basic settings and configurations now. just realized that even if i set my country setting to United Arab Emirates, my currency remains to be EUR. i saw a manual fix for this somewhere in your forum section and added the following code in the organization_config.php:
case ‘UAE’ : $org_options[‘currency_symbol’] = ‘AED’; // UAE Dirham
break;
after this update, my currency remains to be in EUR.
please assist me on this. i have little knowledge in programming.
case ‘ARE’ : $org_options[‘currency_symbol’] = ‘AED’; // UAE Dirham
break;
Whats happening is the code is trying to match up the UAE with code in a different file to find out which country it is, but UAE is marked as ARE as this is the international ISO code for UAE.
The support post ‘Changing Currency from EUR to AED’ 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.