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

Pre-purchase question about customization

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.

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?

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

Thanks for your response.

wp-head? What page is that?

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.