
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 10, 2019, 11:13
Hello
Unfortunately this plugin is not popular.
I will pass this on to the developers, they will decide the appropriateness of this adaptation
Hello
Unfortunately this plugin is not popular.
I will pass this on to the developers, they will decide the appropriateness of this adaptation

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 11, 2019, 11:13
Hello
Ok! Thank you for info!
Hello
Ok! Thank you for info!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 25, 2019, 10:59
Hello
This plugin is still in the queue.
Hello
This plugin is still in the queue.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 25, 2019, 12:11
Hello
You're fifth in line
Hello
You're fifth in line

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 15, 2019, 18:43
Hello
Try in file - plugins\woo-custom-fields-for-variation\classes\class-product-add-to-cart.php add code - https://c2n.me/44CeHoP.png
$price=$cart_item_data['data']->get_price();
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$price = $price / $rate;
}
}
}
Please do test!
Hello
Try in file - plugins\woo-custom-fields-for-variation\classes\class-product-add-to-cart.php add code - https://c2n.me/44CeHoP.png
$price=$cart_item_data['data']->get_price();
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$price = $price / $rate;
}
}
}
Please do test!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 9, 2019, 13:28
Hello
Ok! Great.
Welcome;)
Hello
Ok! Great.
Welcome;)