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 - Renewal used wrong currency

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 applied this solution a couple of weeks ago
https://currency-switcher.com/woocommerce-subscriptions-by-woocommerce/

One of the renewal used EUR instead of CAD (that was used on initial subscription).

I saw this ticket but there's not much to learn from it.
https://pluginus.net/support/topic/issue-with-woocommerce-subscription-renewal-order-placed-via-paypal/

 

Do you have an idea what might happened ?

Other renewals seems to work fine.

 

Thank you for you time and help!

Best regards,

Hello

Please  add  wp-admin+FTP access to  your  site

One of the renewal used EUR instead of CAD (that was used on initial subscription). - Is the amount correct? the problem is only in the currency sign?

I will add this plugin to the adaptation queue

Hi,

WordPress admin and FTP access below.

One of the renewal used EUR instead of CAD (that was used on initial subscription). - Is the amount correct? the problem is only in the currency sign?
Everything I see in WordPress is fine (amount and currency sign).  The amount on Stripe is wrong (using EUR instead of CAD).  Here's a capture : https://prnt.sc/1381ht9

I also want to let you know that I use"One Click Upsell Funnel Pro" plugin and had some problems with WOOCS, so I used the code from this discussion.
https://pluginus.net/support/topic/compatibility-of-woocs-with-one-click-upsell-funnel-pro-plugin/

 

Spoiler

PRIVATE DATA!!!

 

Thank you very much for your help!

 

Hello

This is an open forum, to add access please use the hidden area - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

I strongly recommend changing the access as soon as possible

Hi,

Oh. I see. Should have double checked that. I changed passwords and entered access information in the private box.

Thank you for your help!

 

Hello

Great!

I added this plugin to the adaptation queue

Hello

Please  check wp-admin and FTP  access

Hi,

So sorry for this late reply and for wrong information... ::facepalm::

I verified twice now, it should be OK.

 

Thank you for your help!

Hello

Ok! Thank you

I will write to you as soon as I get the result

your access - https://share.pluginus.net/image/i20210702165220.png

Password was changed to the one in private data.

Sorry for that. Don't know what happened since I'm not touching this installation at all.

Hello

Ok!  I will  check  it

Hi!

Hope you're doing fine!

Do you have any news about this issue ?

Thanks!

Hello

The developer will write to you on Friday

Hello

Unfortunately, your FTP access does not work and I cannot verify this solution.

In  file - woocommerce-subscriptions/includes/wcs-order-functions.php  -  paste  code  here - https://share.pluginus.net/image/i20210723174122.png

if(class_exists('WOOCS') AND 'renewal_order' == $type ){
global $WOOCS;
$_order_currency = get_post_meta($subscription->get_id(), '_order_currency', true);
if($_order_currency){
$WOOCS->set_currency($_order_currency);
}

}