
undergroundretail123(@undergroundretail123)
51 Posts
Customers
Quote from undergroundretail123 on October 6, 2022, 15:30
Hello
We do not want to display ALL currencies to a visiting customer, ONLY the currency in the country / IP address they are based, they do not see or have options for prices for another currency or country.
Example: Customer is in France = only sees the price displayed and payment currency in the base currency (£GBP) and as €EUR
Example: Customer is in USA = only sees the price displayed and payment currency in the base currency (£GBP) and as $USD
Hello
We do not want to display ALL currencies to a visiting customer, ONLY the currency in the country / IP address they are based, they do not see or have options for prices for another currency or country.
Example: Customer is in France = only sees the price displayed and payment currency in the base currency (£GBP) and as €EUR
Example: Customer is in USA = only sees the price displayed and payment currency in the base currency (£GBP) and as $USD

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 7, 2022, 09:31
Hello
Unfortunately the plugin does not have this feature.
In this case, you will need code customization
An example:
To manage lists of currencies - https://currency-switcher.com/hook/woocs_currency_manipulation_before_show
To get the user's current location:
global $WOOCS;
$customer_country = $this->storage->get_val('woocs_user_country')
Hello
Unfortunately the plugin does not have this feature.
In this case, you will need code customization
An example:
To manage lists of currencies - https://currency-switcher.com/hook/woocs_currency_manipulation_before_show
To get the user's current location:
global $WOOCS;
$customer_country = $this->storage->get_val('woocs_user_country')