Currency convertor not working in vendor
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 pleaseIf 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.
Quote from Tom on February 21, 2022, 12:23Hi,
I have used in WCMP Marketplace plugin for vendor.
Vendor Login details :
PRIVATE DATA!!!
In the product list page currency converion is properly done but in the orders listing page curreny conversion not done (Please check the attachment). Please help me to solve this issue. I have used the paid verion of this plugin. Please let me know your feedback.
Hi,
I have used in WCMP Marketplace plugin for vendor.
Vendor Login details :
PRIVATE DATA!!!
In the product list page currency converion is properly done but in the orders listing page curreny conversion not done (Please check the attachment). Please help me to solve this issue. I have used the paid verion of this plugin. Please let me know your feedback.


Quote from Pablo Borysenco on February 21, 2022, 13:29Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Read this please - https://currency-switcher.com/woocs-labs
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Read this please - https://currency-switcher.com/woocs-labs
Quote from Tom on February 22, 2022, 09:04license key - Added
Please help me to solve this issue
license key - Added
Please help me to solve this issue
Quote from Pablo Borysenco on February 22, 2022, 11:31Hello
All products must be stored in base currency only. And you can add products only in base currency
Hello
All products must be stored in base currency only. And you can add products only in base currency
Quote from Tom on February 24, 2022, 11:02It is not a base currency issue. Currency conversion working in product list page and not working in orders list page. Please check the screnshot. I have send login details in previous mail, please login and check the issue. Let me know your feedback.
It is not a base currency issue. Currency conversion working in product list page and not working in orders list page. Please check the screnshot. I have send login details in previous mail, please login and check the issue. Let me know your feedback.
Quote from Pablo Borysenco on February 24, 2022, 12:53Hello
not working in orders list page - Yes, in a third-party plugin, custom order templates will not work with the currency converter
Hello
not working in orders list page - Yes, in a third-party plugin, custom order templates will not work with the currency converter
Quote from Tom on February 26, 2022, 14:35If have any option for disable currency swither for specific user role(Vendor)?. The issue shows in the vendor dashboard. So i wold like to currency swither option must work in admin side not in vendor dashboard. If have any user role based disable option?
If have any option for disable currency swither for specific user role(Vendor)?. The issue shows in the vendor dashboard. So i wold like to currency swither option must work in admin side not in vendor dashboard. If have any user role based disable option?
Quote from Pablo Borysenco on February 28, 2022, 12:45Hello
In this case, you need code customization. An example:
In file - \wp-content\plugins\woocommerce-currency-switcher\classes\woocs.php - add code - https://share.pluginus.net/image/i20220228104446.png
$user = wp_get_current_user();
if ( in_array( 'vendor', (array) $user->roles ) ) {
return false;
}
Hello
In this case, you need code customization. An example:
In file - \wp-content\plugins\woocommerce-currency-switcher\classes\woocs.php - add code - https://share.pluginus.net/image/i20220228104446.png
$user = wp_get_current_user();
if ( in_array( 'vendor', (array) $user->roles ) ) {
return false;
}
Quote from Tom on February 28, 2022, 14:05I have added the code in specific file. But i can not avoid the currency converter from the vendor side. Please check the screenshotes. My vendor Role is"dc_vendor". Please help me. Let me know.
I have added the code in specific file. But i can not avoid the currency converter from the vendor side. Please check the screenshotes. My vendor Role is"dc_vendor". Please help me. Let me know.

Quote from Tom on February 28, 2022, 14:13In the vendor dashboard section, When click on currency converter, The currency symble is converted but the amount is not converted. So i would like to remove the currency converter functionality from the vendor dashboard. Please help me to solve this issue.
Sample Login Details
PRIVATE DATA!!!
In the vendor dashboard section, When click on currency converter, The currency symble is converted but the amount is not converted. So i would like to remove the currency converter functionality from the vendor dashboard. Please help me to solve this issue.
Sample Login Details
PRIVATE DATA!!!

Quote from Pablo Borysenco on March 1, 2022, 11:14Hello
Ok! try to use this option - https://c2n.me/4f4qrbX.png
Hello
Ok! try to use this option - https://c2n.me/4f4qrbX.png
Quote from Pablo Borysenco on March 1, 2022, 11:15If no luck - drop me wp-admin access here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
If no luck - drop me wp-admin access here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png