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] Integration with YITH Deposits and Downpayments for Woocommerce

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! I'm using WOOCS and YITH Deposits, and sadly WOOCS is not working properly with the deposits. The deposit is set in EUR€, and when people purchase in € it works fine. But when people purchase in another currency, the deposit does not work and people have to pay the full price immediately. It displays the deposit value in the new currency (without conversion!) but in cart and checkout the amount to pay is the full price.

Hello

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

Hey! Thank you for replying. Just for security concerns, do you mind if I ask why is admin access needed here? Thank you so much.

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

Added :)

Hello

I need FTP access.

added

Hello

Ok!

I added this plugin to the adapt queue

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

Hey, it does work :) However it would be really useful for me if I could use fixed prices. Won’t that be possible? Thanks!

Hello

Won’t that be possible? - it's impossible!