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 LABS] WC Vendors Integration

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 there,

We'd love to integrate WOOCS premium with WC Vendors Pro if possible. We've tested significantly and have come up with two possible solutions, one is very simple and one is a bit more complex (but covers everything fully).

We've put together a presentation with our findings and the two possible solutions: https://drive.google.com/file/d/1Mat_qBFGfmH-VcrpxMEGD6mvv1XGA3RA/view?usp=sharing

We're also attaching credentials in the private section for testing if needed.

Thank you!
Alex

 

Hello Alex

Please renew   your  support

A simple solution is correct. on the admin side and on the front-end side, you should add products only in the base currency

add  code  in functions.php

add_filter('wp_head',function(){

if(is_page('my-store') OR is_page('my-dashboard.')){

global $WOOCS;
$WOOCS->reset_currency();

}

});