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

Price Not Changing with WooCommerce Subscrption Plugin

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 have woocommerce subscription plugin installed the price that shows below the title of the product such as"From: €59 / month and a €99 sign-up fee" is not getting updated based on the currency selected also the Signup fee is not getting updated on the product page whereas on checkout it does get converted to the currency price.

Can you help me get this sorted, Below is the link to one of the product page.

https://www.webifygeeks.com/product/basic-package/?currency=eur

Thanks

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

Hi Pablo,

Just did that, Let me know if you need anything else.

Thanks

Hello

Read  this  please - https://currency-switcher.com/woocs-labs/

And  add:

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);
}
}

Hi,

Thanks for your prompt reply. I have added the code as per your instruction but still the signup fee on the product page is not showing according to the currency selected.
Single Product Page Top Section no price is converted to chosen currency price - https://ibb.co/JQX4nzX

Single Product Page where only Signup Fee is not getting converted - https://ibb.co/BK3dKzD

Checkout Page where signup fee shows properly - https://ibb.co/x8KvmB2

:et me know if anything else is required. Thanks for your help.

 

Hello

Ok!  Read  this  please- https://currency-switcher.com/woocs-labs/

Did  you  add  this  code? - https://currency-switcher.com/woocommerce-subscriptions-by-woocommerce/

If you are sure that you did everything right:  Drop  me  wp-admin+FTP access  I will add the plugin to the adaptation queue