
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 19, 2020, 12:25
Hello
Please add FTP access - I will add this plugin to the adaptation queue
Hello
Please add FTP access - I will add this plugin to the adaptation queue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 20, 2020, 12:25
Hello
I added the plugin to the adaptation queue.
Hello
I added the plugin to the adaptation queue.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 20, 2020, 17:43
Hello
I can not log in to your site - https://c2n.me/466qlqH.png
Hello
I can not log in to your site - https://c2n.me/466qlqH.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 21, 2020, 11:24
Hello
Ok! Thank you
Hello
Ok! Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 5, 2020, 13:38
Hello
The same issue!
I need access to admin panel.
Hello
The same issue!
I need access to admin panel.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 9, 2020, 12:42
Hello
Sorry! Now I see it
Hello
Sorry! Now I see it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 12, 2020, 17:53
Hello
I did test - https://c2n.me/46pTvX3.mp4 - I do not see this error
Hello
I did test - https://c2n.me/46pTvX3.mp4 - I do not see this error

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 20, 2020, 13:14
Hello
Ok! I will check it
Hello
Ok! I will check it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 26, 2020, 19:38
Hello
Try in fonctions.php add code:
add_filter("wc_rbp_product_get_price", function($wcrbp_price, $product, $rbp_this){
if (class_exists('WOOCS')) {
$sale_price = $product->get_sale_price();
global $WOOCS;
if ($WOOCS->is_multiple_allowed AND ( $sale_price !== '' && $sale_price > 0 )) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$wcrbp_price = $wcrbp_price / $rate;
}
}
}
return $wcrbp_price;
},99,3);
Plese do test
Hello
Try in fonctions.php add code:
add_filter("wc_rbp_product_get_price", function($wcrbp_price, $product, $rbp_this){
if (class_exists('WOOCS')) {
$sale_price = $product->get_sale_price();
global $WOOCS;
if ($WOOCS->is_multiple_allowed AND ( $sale_price !== '' && $sale_price > 0 )) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$wcrbp_price = $wcrbp_price / $rate;
}
}
}
return $wcrbp_price;
},99,3);
Plese do test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 2, 2020, 11:22
Hello
Welcome;)
Hello
Welcome;)