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

Conversion rate not working for VPC products

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.
In our site berfloatreels.com the currency switcher converts regular products US currency just fine, the exchange rate for CAD to USD is using"The Free Currency Converter" api and the current conversion is around 0.718334.
CAD is the base currency that Woocs is set to.
The regular products are converting perfectly from CAD to USDhttps://berfloatreels.com/shop-2/in-stock-reels/drag-reels/
But for custom reels built using the VPC plugin https://wordpress.org/plugins/visual-products-configurator-for-woocommerce/ The exchange rate works out to like .49 or something like that instead of 0.718334.
Here's an example of a custom reel that does NOT convert properly to USD: https://berfloatreels.com/zenith/
We've been through all settings in both plugins, cleared cache, etc... and still the conversion rate is not correct. (we're losing money on every USD purchase)

Hello

This is incompatible with a third-party plugin.

Read  this  please - https://currency-switcher.com/woocs-labs/

We will consider the possibility of adapting this plugin. But this third-party plugin is not popular - https://c2n.me/47itv2c.png

You talk about VPC in your compatibility area https://currency-switcher.com/codex/#compatibility

There is no /public.php/  file  but there is a file /public/class-vpc-public.php

There is this code in the file that looks like their trying to handle WOOCS currency...

if ( $WOOCS ) {
$currencies = $WOOCS->get_currencies();
if ( empty( $currencies[ $WOOCS->current_currency ]['rate'] ) ) {
$price = null;
} else {
$price = $price / $currencies[ $WOOCS->current_currency ]['rate'];
}
}

Do you think anything can be done to fix the problem based on this?

 

 

Hello

Yes -https://c2n.me/47jtjnc.png

This is a third-party code. As you can see, the author of this plugin has already made an adaptation for WOOCS.

I advise contacting support of this third-party plugin. if he doesn’t answer you, I will add this plugin to the adaptation queue