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

WooCommerce Subscriptions by WooCommerce (Adaption Script Issues)

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.

Hello,

I'm a user of the free version of WOOCS. I posted the issue on WordPress.org, but you asked me to post here instead.

There are two issues:

1) Double conversion for manual renewal payment

2) PHP notice from the current adaption script in wcs-order-functions.php

Please see here for the full details: https://wordpress.org/support/topic/double-conversion-with-woocommerce-subscriptions-by-woocommerce/

Thank you.

 

Hello

Please  drop  me  zip of the  third party  plugin  OR wp-admin+FTP access - https://c2n.me/42BAoj4.png

Hello,

I do not have the premium plugin, so don't think I have a way to provide you information via the WOOCS admin.

However, I think you should be able to download the the 3rd party plugin from here: https://github.com/wp-premium/woocommerce-subscriptions

Thanks!

 

Hello

I added this to the adaptation queue

Hello Pablo, I just wanted to check in and see if there was an update with this adaption. Thank you!

David

Hello  David

I will write you as soon as I do it

Hello

Try  in file -"\wp-content\plugins\woocommerce-subscriptions-master\includes\class-wcs-cart-renewal.php"  add  code - https://c2n.me/43Oj181.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$curr =get_post_meta($subscription->get_id(), '_order_currency', true);
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$curr]['rate'];
$price = $price / ($rate);
}
}

And  do test  please