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
Changing Currency from EUR to AED | Event Espresso - Staging Server

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

  • Support Staff

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 - Staging Server