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

WOOCS INTEGRATION WITH WCFM Vendor Dashboard

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

I am also trying to make WOOCS work with WCFM

I have successfully managed to make the integration and register commissions, but the orders and data in the vendor dashboard is not changing with WOOCS currency switcher.

Similiar to what is described in this support ticket https://pluginus.net/support/topic/woocs-integration-with-wcfm/

Is it possible to change the order's currencies in the Vendor Dashboard/Store Manager or is it possible to display everything in Woocommerce base currency even if customer purchased using a different currency?

I have added the following to wp-content/plugins/wc-multivendor-marketplace\core\class-wcfmmp-commission.php but the data/currencies in vendor dashboard/store manager do not change.  Hope you can give me some ideas on how to fix this.  Thank you.

if(class_exists(‘WOOCS’)){
global $WOOCS;
$_order_currency = get_post_meta($order_id, ‘_order_currency’, true);
$order_rate = get_post_meta($order_id, ‘_woocs_order_rate’, true);
$currencies = $WOOCS->get_currencies();
if (!$order_rate) {
if (isset($currencies[$_order_currency])){
$order_rate = $currencies[$_order_currency][‘rate’];
}
}
if($order_rate){
$commission_amount = $WOOCS->back_convert($commission_amount,$order_rate, 2);
}

}

Hello

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

make a new request for adaptation

 but the data/currencies in vendor dashboard/store manager do not change. - I think it is possible to make the data displayed in one currency