Support

Home Forums Event Espresso Premium EE3 Saudi Arabia change currency from $ to local currency (SAR) !?

EE3 Saudi Arabia change currency from $ to local currency (SAR) !?

Posted: July 22, 2016 at 4:59 pm

Viewing 1 reply thread


Billy

July 22, 2016 at 4:59 pm

Hi,

I am trying to use our local currency ( SAR ) I have selected the country(Saudi Arabia) but it is showing me $ ONLY !

How can I do that ? help


Josh

  • Support Staff

July 25, 2016 at 11:59 am

Hi Billy,

You can change the currency display in EE3 by adding the following code to your site:

function my_change_ee_currency( $content ) {
 
	$content = str_replace( '$', 'SAR', $content);
 
	return $content;
 
}
 
add_filter( 'the_content', 'my_change_ee_currency', 11 );

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 1 reply thread

The support post ‘EE3 Saudi Arabia change currency from $ to local currency (SAR) !?’ 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