
marianne@a-spirit.dk(@marianne-a-spirit-dk)
2 Posts
Customers
Quote from marianne@a-spirit.dk on June 20, 2024, 11:26
This is perhaps a little complicated, but here goes.
We have a B2B site using the B2BKing whole store plugin, which was recommended as the best option for our needs. Our customers come from 3-4 different countries, and we need to display prices in different currencies depending on their location.
Here's how we handle it:
- Local customers pay in Danish Krone (DKK).
- Most international customers pay in Euros, but some still use DKK.
We need to control which currency each customer sees. We’ve set up a custom field in each user's profile, linked to our Business Central system, to specify their preferred currency (DKK or Euro).
Can your currency switcher use this custom field to automatically display the correct currency for each customer, without showing them the switcher?
This is perhaps a little complicated, but here goes.
We have a B2B site using the B2BKing whole store plugin, which was recommended as the best option for our needs. Our customers come from 3-4 different countries, and we need to display prices in different currencies depending on their location.
Here's how we handle it:
- Local customers pay in Danish Krone (DKK).
- Most international customers pay in Euros, but some still use DKK.
We need to control which currency each customer sees. We’ve set up a custom field in each user's profile, linked to our Business Central system, to specify their preferred currency (DKK or Euro).
Can your currency switcher use this custom field to automatically display the correct currency for each customer, without showing them the switcher?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 20, 2024, 11:46
Hello
In this case, you need code customization. When loading a page (for example wp_head) check your custom field and switch the currency - https://currency-switcher.com/function/woocs-set_currency
Hello
In this case, you need code customization. When loading a page (for example wp_head) check your custom field and switch the currency - https://currency-switcher.com/function/woocs-set_currency

marianne@a-spirit.dk(@marianne-a-spirit-dk)
2 PostsTopic Author
Customers
Quote from marianne@a-spirit.dk on June 20, 2024, 11:53
Thanks for your response.
wp-head? What page is that?
Thanks for your response.
wp-head? What page is that?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 20, 2024, 11:58
Hello
This is a standard wp hook - https://developer.wordpress.org/plugins/hooks/ . If you don't have programming experience, you should hire a developer.
Hello
This is a standard wp hook - https://developer.wordpress.org/plugins/hooks/ . If you don't have programming experience, you should hire a developer.