
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 3, 2020, 10:30
Hello
Ok! Please add FTP+wp-admin access to your test site - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png
Hello
Ok! Please add FTP+wp-admin access to your test site - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 5, 2020, 10:53
Hello
why is admin access needed here - ??? - The adaptation will be done on your website. And the developer needs to see the plugin settings and can change it for the test
Hello
why is admin access needed here - ??? - The adaptation will be done on your website. And the developer needs to see the plugin settings and can change it for the test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 6, 2020, 08:57
Hello
I need FTP access.
Hello
I need FTP access.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 12, 2020, 10:09
Hello
Ok!
I added this plugin to the adapt queue
Hello
Ok!
I added this plugin to the adapt queue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 13, 2020, 17:33
Hello
Fixed pricing won't work with third party plugins
In functions.php added a code:
add_filter( 'yith_wcdp_single_deposit_price', function($deposit_price, $deposit_value ){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$deposit_price = wc_price($WOOCS->woocs_exchange_value(floatval($deposit_value)));
}
}
return $deposit_price;
},2,99);
Do test please
Hello
Fixed pricing won't work with third party plugins
In functions.php added a code:
add_filter( 'yith_wcdp_single_deposit_price', function($deposit_price, $deposit_value ){
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$deposit_price = wc_price($WOOCS->woocs_exchange_value(floatval($deposit_value)));
}
}
return $deposit_price;
},2,99);
Do test please

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 14, 2020, 11:23
Hello
Won’t that be possible? - it's impossible!
Hello
Won’t that be possible? - it's impossible!