Support

Home Forums Event Espresso Premium Changing Currency from EUR to AED

Changing Currency from EUR to AED

Posted: December 29, 2012 at 5:12 am

Viewing 2 reply threads


Sappho Rodriguez

December 29, 2012 at 5:12 am

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.

thanks!


Dean

December 31, 2012 at 12:22 am

Hi,

Change it to

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.


Sappho Rodriguez

January 1, 2013 at 5:33 am

thanks Dean! you’re the best!

Viewing 2 reply threads

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.

Event Espresso