PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

plugin is overwrite the currency setup on function.php

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Dears

Thanks for your wonderful plugin

I notice that after activating the plugin, the setup of the currency in function.php is not working

 

function change_existing_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case 'BHD':
if(ICL_LANGUAGE_CODE=='ar'){
$currency_symbol = 'د.ب';
}else{
$currency_symbol = 'BHD';
}
break;
}
return $currency_symbol;
}

This setup should change the currency from Arabic name to English name, as we do not use Arabic name

and also in the dropdown of the symbols, there is no English name

 

Can you please help to enforce the plugin to use an English name not an Arabic name?

https://ibb.co/0Y7XVdv

Thanks

Hello

Please  use this  hook 'woocommerce_currency_symbol' with priority -  99999

Thanks, its work

 

Thank you for your plugin

Hello

Welcome;)