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

Compatibility of FOX currency and WCFM from WC lovers

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

Hello, i am testing your plugin on WCFM marketplace plugin. The issue is that orders made in different currencies don’t convert at least in the basic currency at the backend of WCFM marketplace (vendors, admin and customers views). Is it possible to make a custom development to solve the point? I need a solution which will allow multicurrency conversion at the backend of WCFM.

I've tried the custom code offered on your site but it doesn't work.

You can login to a shop test: as.concepts007@gmail.com (pwd: Cocoatest). There are 2 orders (the little amount is made in USD and the second amount in CFA).

Thank you for your support.

Hello

Please  read  this - https://currency-switcher.com/woocs-labs

You can  add wp-admin+FTP  access to  your  test  site - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

I'll add it to the adaptation queue

Hello,

Just sent you all the credentials as requested.

Thanks

Hello

Great! I will write to you as soon as there is a result

Hello Pablo,

Hope everything is going well. Can i have an update about our deal please?

Many thanks

Hello

Your turn will be this Friday.

Hello Pablo,

Ok thank you very much.

Regards

Welcome;)

Hello

Please  check your  ftp access - 530 Login authentication failed

Hello Pablo,

I just made a test with the credentials for FTP access and it works for me. You can use also Filezilla to login. The server to use is http://ftp.chgw7839.odns.fr

 

Thanks

Regards

Hello

Ok!  I will check  it

Hello Pablo,

Is everything working rigth?

Thanks for your feedback

Hello

Yes, FTP is  ok

I'll write to you as soon as we get the results

Perfect...Thanks Pablo

Hello

In  file  - wp-content\plugins\wc-multivendor-marketplace\core\class-wcfmmp-commission.php  - added code  - https://share.pluginus.net/image/i20230922134121.png

if (class_exists('WOOCS')) {
global $WOOCS;
$order_currency = $order->get_currency() ;
if ($order_currency != $WOOCS->default_currency) {
$order_currency = $WOOCS->default_currency;
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$WOOCS->current_currency]['rate'];

$product_price = $product->get_price() / $rate;
$purchase_price = $purchase_price / $rate;
$item_sub_total = $line_item->get_subtotal() / $rate;
$item_total = $line_item->get_total() / $rate;
$shipping_cost = $shipping_cost / $rate;
$tax_cost = $tax_cost / $rate;
$shipping_tax = $shipping_tax / $rate;
$commission_amount = $commission_amount / $rate;
$discount_amount = $discount_amount / $rate;
$other_amount = $other_amount / $rate;
$refunded_amount = ( $refunded_amount + $refunded_total_tax + $refunded_shipping_amount + $refunded_shipping_tax ) / $rate;
$withdraw_charges = $withdraw_charges / $rate;
$total_commissio = $total_commissio / $rate;

$grosse_total = $grosse_total / $rate;
$gross_sales_total = $gross_sales_total / $rate;
$gross_shipping_cost = $gross_shipping_cost / $rate;
$gross_shipping_tax = $gross_shipping_tax / $rate;
$gross_tax_cost = $gross_tax_cost / $rate;
$commission_tax = $commission_tax / $rate;
$transaction_charge = $transaction_charge / $rate;

}
}

and changed - https://share.pluginus.net/image/i20230922134433.png

Please  do a test

this code will convert prices to base currency for  new  orders

Hello Pablo,

Thank you for your message. I will let you know about the test results.

Regards

Hello

I will wait for your answer

Hello Pablo,

I've just made an order to test the plateform. The issue is the same. You can see the new order amount with your admin account. For the store test which received the order the credentials are: as.concepts007@gmail.com (Pwd: Cocoatest).

Thanks

Regards

You can use this account also: admin@sumxpace.com (use the password of the account admintest@sumxpace already sent in private message). It will allow to access to more data.

Thanks

Hello

Ok!  I will check it

Please update my admin access.

12