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

support for WCFM & WC manager ultimate.

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.

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); } }

in  /wc-multivendor-marketplace\core\class-wcfmmp-commission.php

doesn't work and creates a critical error.

the issue is I'm using a custom currency ($K9) that is $1 = 100 $K9, the order reports show in the wrong currency & vendor's withdrawals are showing in USD but the $K9 amount so they are currently able to request 100X what it should be.

Hello

Please give me a screenshot of where you pasted this code

Hello

and creates a critical error. - can you give the text of the error.

if the error text is not visible you can install this plugin - https://wordpress.org/plugins/query-monitor/

there is no error now, I think I placed the code snippet in the wrong place to start with.. but it is still not converting the reports

 

this is the issue, the amount does not change

Hello

oK! You can  add  wp-admin+FTP  access  to your  test site - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png

I'll add it to the adaptation queue