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

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 trying to make WOOCS work with WCFM Multivendor Marketplace

When customers, pay in different currencies, the vendor dashboard doesn’t respect different currencies. The amount of one currency is matched with the symbol of other currencies.

My query:

When a customer purchases in a different currency than the base currency, the commission to the vendor is not addressed in correct currency. For example, if a customer purchased in EUR, the amount of commission earned will be in EUR, but WCFM will add a $ Sign. So it will look like the amount is in USD. Because USD in this case is the base currency. The solution might be to give the amount to base currency to WCFM to record the commissions. So if the customer pays in EURO, it shall properly convert to USD if the Vendor is logged in into his dashboard.

Dokan and WCMP plugins are now compatible with WOOOCS (multicurrency plugin for woocommerce). We really are looking for this integration for WCFM. I have seen multiple customers demanding the same integration. I am sure with your help, we could definitely solve this issue.

Please advise.

Hello

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

Hello,

I did check the link you provided. I have seen a number of times users posting about the wc lovers integration. Can you please let me know if this is possible by your team or not?

I am even willing to pay your developers if they are able to do it.

Regards

Siddharth

Let me draw your attention to this support request. https://pluginus.net/support/topic/functionality-with-vendors/?part=2

I want the exact same part but the only difference is they are using the plugin WCMP and I want it for WCFM. Can you and your team please help us with this functionality? I am trying to find a solution for the last 3 months now

 

Hello Siddharth

Add  FTP+wp-admin  access to your  test site - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png

I'll add this to the adaptation queue

Hello Pablo,

I have added WP-admin access to the private data. To give you access to FTP, I would need you to give you the PEM file. Let me know how can I pass that?

Looking forward to solving this wcfm issue soon!!

added  link  to private data

Hello Pablo,

I have added the link to the private data. It's a S3 link. I have also included the updated IP address, username, and password. Let me know if you guys face any difficulty in accessing the site. If there is more information you want do let me know as well. You can contact me directly on my email/Whatsapp as mentioned in the private data.

Really appreciate the efforts,

Siddharth

Hello Siddharth

Ok! I added the plugin to the adaptation queue

Hi Pablo,

Thank you for adding my request to the adaptation queue. We are planning a major product update soon. And supporting multicurrency is a part of it. So, Pablo, it would be great if you could tell me a rough estimated time it might take for this request. It will help us plan better.

Thank you,

Siddharth

Hello Siddharth

You should understand that it is very difficult to schedule time for several unknown projects

I think about two weeks

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

Are you sure that one file is enough for me to access. I think I need  public DNS

Reault: FATAL ERROR: No supported authentication methods available (server sent: publickey)

Hi Pablo,

I have added the Envato Purchase Code. I understand that you are facing some issues with SFTP authentication. I have added a separate username for SFTP authentication and have updated the pem key file as well. Please try the following and let me know if you still face any issues.

Regards,

Siddharth

Hello Siddharth

Access  is ok! Please add the path to your site folder

Hey Pablo,

 

Added the path to the WordPress site folder

Hello

Ok! thank you

Hello

Try  in  file  /wp-content/plugins/wc-multivendor-marketplace\core\class-wcfmmp-commission.php  -add  code - https://c2n.me/4b1zGzk.png

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

}

clear  all  cache  and do a test