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] Incompatibility with YITH WooCommerce Deposits and Down Payments

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've already tried by adding the 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);

 

 

But it doesnt work on my site. My product prices are in USD but I need them on ARS in the front-end. Total price is fine, the problem is with Deposit price, when I add the deposit amount to cart, on the cart it shows the incorrect price. Could you please help me with a solution?

 

Thanks

 

Daniela

Hello Daniela

Please add wp-admin + FTP access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

I will add this plugin to the adaptation queue

Thanks Pablo!! I added what you requested, would be great if you can help me ASAP. ( my client is not too happy :( )

Hello

I added the plugin to the adaptation queue

I will write to you as soon as the developer receives the result

please  add  link to your site

Hello

as i see you are not using my plugin.

Unfortunately, in this case we cannot adapt