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

FOX Currency Switcher configuration assistance required

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.

Hello RedQ Team,

Thank you for your response and for the clarification regarding WPML Multicurrency compatibility.

As per your recommendation, we have purchased and installed the FOX Currency Switcher plugin to handle the multi-currency functionality with RNB.

At the moment, the currency switching is not working correctly on the individual rental product pages, and we would appreciate your assistance with the configuration.

Required Currency Setup

  • Main / Base Currency: MUR (Mauritian Rupee)
  • Additional Currencies: USD, EUR, GBP

We would like your help with:

  1. Verifying the correct FOX Currency Switcher settings for use with RNB
  2. Advising if any specific options, hooks, or compatibility settings are required
  3. Checking whether RNB needs any manual configuration to ensure proper currency conversion

Access Details

We have provided WordPress admin access in this ticket so your team can log in directly, review the settings, and apply any required fixes.

[removed]

Please let us know if you need any additional information from our side.

Regards,
Abdullah

Hello Abdullah

I just tried to login the site and"Error: The password you entered for the username"

I also removed it from the public ticket, change password immidately please and use ONLY private area of this ticket

Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png

+

I can help you configure the currency switcher, but please note that I'm the developer of FOX/WOOCS, not RNB plugin. For RNB-specific integration issues, you may need to contact RedQ Team as well.

For FOX Currency Switcher setup with RNB:

1. Basic Settings:
- Go to WOOCS → Settings
- Set Base Currency: MUR
- Add currencies: USD, EUR, GBP with exchange rates
- Enable"Auto update exchange rates" if needed

2. Important settings for compatibility:
- Enable"Is multiple allowed" → No (unless you want customers to pay in different currencies)
-"Rate auto-update" → Set to daily or use manual rates
-"Price format" → Set according to your preference

3. RNB Compatibility:
Please check if RNB uses standard WooCommerce price filters. If yes, WOOCS should work automatically.

However, if RNB calculates rental prices with custom code, you may need to add this filter to your theme's functions.php (maybe):

add_filter('rnb_rental_price', 'woocs_convert_rnb_price', 10, 1);
function woocs_convert_rnb_price($price) {
if (class_exists('WOOCS')) {
global $WOOCS;
return $WOOCS->woocs_exchange_value($price);
}
return $price;
}

4. Testing:
- Clear all caches (WP, browser, server)
- Test currency switching on rental product pages
- Check if prices convert correctly in cart