Total in product page with "YITH product-add-one"
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 pleaseIf 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.
Quote from PaoloP on September 6, 2021, 10:48Hello,
I have some problems with calculating the total on the product page (with "YITH product-add-one").
For everything else the WOOCS - Woocommerce Currency Switcher works perfectly, GREAT!!!
I have seen the page https://currency-switcher.com/yith-woocommerce-product-add-ons/ but, probably, the code is not updated for the current version of "product-add-one" because I can’t find where to apply step 2 .. If that’s the problem.Can you help me?
Thank you very much.PS screenshot is here: https://prnt.sc/1rdmlgj
Hello,
I have some problems with calculating the total on the product page (with"YITH product-add-one").
For everything else the WOOCS - Woocommerce Currency Switcher works perfectly, GREAT!!!
I have seen the page https://currency-switcher.com/yith-woocommerce-product-add-ons/ but, probably, the code is not updated for the current version of"product-add-one" because I can’t find where to apply step 2 .. If that’s the problem.
Can you help me?
Thank you very much.
PS screenshot is here: https://prnt.sc/1rdmlgj
Quote from Pablo Borysenco on September 6, 2021, 13:29Hello
Thank you for the signal, last time it was reviewed 2 years ago. I created task according to https://currency-switcher.com/woocs-labs/, but this can take 2 weeks to resolve according to its turn in the queue
Hello
Thank you for the signal, last time it was reviewed 2 years ago. I created task according to https://currency-switcher.com/woocs-labs/, but this can take 2 weeks to resolve according to its turn in the queue
Quote from PaoloP on September 6, 2021, 15:00Hi Pablo, thanks for the quick answer.
Okay, I hope that’s possible.
So I’m waiting for news
Thank you so much
Paolo
Hi Pablo, thanks for the quick answer.
Okay, I hope that’s possible.
So I’m waiting for news
Thank you so much
Paolo
Quote from Pablo Borysenco on September 16, 2021, 13:22Hello Paolo
It looks like the free version is not available right now - https://c2n.me/4dm2zi7.png
So please drop me wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
Hello Paolo
It looks like the free version is not available right now - https://c2n.me/4dm2zi7.png
So please drop me wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
Quote from PaoloP on September 20, 2021, 10:07Hello, Thank you for your answer.
You can find the free version on this page:
https://yithemes.com/themes/plugins/yith-woocommerce-product-add-ons/
by clicking on "GET THE FREE VERSION".Thank you very very much
Hello, Thank you for your answer.
You can find the free version on this page:
https://yithemes.com/themes/plugins/yith-woocommerce-product-add-ons/
by clicking on"GET THE FREE VERSION".
Thank you very very much
Quote from Pablo Borysenco on September 20, 2021, 11:58Hello
Ok! Thank you!
Hello
Ok! Thank you!
Quote from Pablo Borysenco on September 24, 2021, 20:00Hello
In file - wp-content\plugins\yith-woocommerce-product-add-ons\includes\yith-wapo-functions.php - add code - https://share.pluginus.net/image/i20210924205826.png
if ( class_exists( 'WOOCS' ) ) {
global $WOOCS;
$currencies = $WOOCS->get_currencies();
$currency_rate = $currencies[ $WOOCS->current_currency ]['rate'];
}And in file - \wp-content\plugins\yith-woocommerce-product-add-ons\includes\class-yith-wapo-cart.php - delete this code - https://share.pluginus.net/image/i20210924205956.png
Hello
In file - wp-content\plugins\yith-woocommerce-product-add-ons\includes\yith-wapo-functions.php - add code - https://share.pluginus.net/image/i20210924205826.png
if ( class_exists( 'WOOCS' ) ) {
global $WOOCS;
$currencies = $WOOCS->get_currencies();
$currency_rate = $currencies[ $WOOCS->current_currency ]['rate'];
}
And in file - \wp-content\plugins\yith-woocommerce-product-add-ons\includes\class-yith-wapo-cart.php - delete this code - https://share.pluginus.net/image/i20210924205956.png
Quote from PaoloP on September 29, 2021, 15:32Hello,
Thank you very very much for your reply.
I’m sorry for the delay.
I have applied the modifications indicated.
Something has gone right, something not ;)
Now, in the total, the price of the options is correct but in the individual options is wrong.
and the final total remains in € with the symbol in $.
You can see the difference between the first screenshotand this:
https://prnt.sc/1u3au3sThanks again for your timePaolo
Thank you very very much for your reply.
I’m sorry for the delay.
I have applied the modifications indicated.
Something has gone right, something not ;)
Now, in the total, the price of the options is correct but in the individual options is wrong.
and the final total remains in € with the symbol in $.
Quote from Pablo Borysenco on September 30, 2021, 09:37Hello Paolo
I will check it
But you should do tests with a clean install (no third-party plugins) and a free version of the plugin
Hello Paolo
I will check it
But you should do tests with a clean install (no third-party plugins) and a free version of the plugin
Quote from PaoloP on September 30, 2021, 11:17Ok Pablo, I will try.
thanks ;)
Ok Pablo, I will try.
thanks ;)
Quote from Pablo Borysenco on September 30, 2021, 12:26Yes thank you. I need this to exclude the possibility of conflict with another plugin, and perhaps the paid and free versions of the plugin have different code
There are no such errors on my site, but I will check again
Yes thank you. I need this to exclude the possibility of conflict with another plugin, and perhaps the paid and free versions of the plugin have different code
There are no such errors on my site, but I will check again
Quote from PaoloP on September 30, 2021, 15:15Ciao,
I disabled everything, including the template (https://prntscr.com/1u85350) but problem remains.https://prntscr.com/1u852lu
Ciao,
I disabled everything, including the template (https://prntscr.com/1u85350) but problem remains.
Quote from Pablo Borysenco on October 1, 2021, 09:09Hello Paolo
Ok! I will write to you as soon as I get the result
Hello Paolo
Ok! I will write to you as soon as I get the result
Quote from Pablo Borysenco on October 1, 2021, 17:06Hello
unfortunately I can't get this error - https://share.pluginus.net/video/v20211001180101.mp4
everything works correctly
Hello
unfortunately I can't get this error - https://share.pluginus.net/video/v20211001180101.mp4
everything works correctly
Quote from PaoloP on October 6, 2021, 09:30Good morning Pablo,
This video shows only operation in €, but I guess it works with all currencies. Even to me in € it works but not in $.
However I will make other attempts to understand if the two plugins can live together on my website and I will let you know.Thank you for all your time and patience.
Paolo
Good morning Pablo,
This video shows only operation in €, but I guess it works with all currencies. Even to me in € it works but not in $.
However I will make other attempts to understand if the two plugins can live together on my website and I will let you know.
Thank you for all your time and patience.
Paolo
Quote from Pablo Borysenco on October 6, 2021, 10:49Hello Paolo
It doesn't matter what currency. The main thing is that it is not the base currency.
Test - https://c2n.me/4dzcNxy
Hello Paolo
It doesn't matter what currency. The main thing is that it is not the base currency.
Test - https://c2n.me/4dzcNxy