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

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 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.

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.

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

license key - Added

Please help me to solve this issue

Hello

All products must be stored in base currency only. And you can add products only in base currency

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.

Hello

 not working in orders list page  - Yes, in a third-party plugin, custom order templates will not work with the currency converter

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?

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;

}

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.$user Return array values

Code Page View

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!!!

Vendor Dashboard Image

Hello

Ok!  try to use  this  option - https://c2n.me/4f4qrbX.png

If  no  luck - drop me  wp-admin access here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png