[WOOCS LABS] extra product addons + Wocommerce product bundles
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 KLS2P on December 3, 2021, 14:21As discussed, https://wordpress.org/support/topic/pricing-issue-being-actively-exploited/#post-15127577
- can we get an updated version of this please (Screenshots+ code): https://currency-switcher.com/product-bundles-by-somewherewarm/
- the patch is missing the php file to add the code to. (E.G In file wp-content\plugins\woocommerce-tm-extra-product-options\include\classes add next code:) https://currency-switcher.com/woocommerce-extra-product-options-themecomplete
- Further testing shows that this issue is the current adaptation for https://currency-switcher.com/woocommerce-extra-product-options-themecomplete/ needs updating to resolve the issue.The cart value, when a product has a discounted bundled addon product which is a product bundle, calculates the discount incorrectly.It seems to be a specific issue with the combination of these two plugins and within the cart as the calculation on the product page is ok.
Thank you !
As discussed, https://wordpress.org/support/topic/pricing-issue-being-actively-exploited/#post-15127577
- can we get an updated version of this please (Screenshots+ code): https://currency-switcher.com/product-bundles-by-somewherewarm/
- the patch is missing the php file to add the code to. (E.G In file wp-content\plugins\woocommerce-tm-extra-product-options\include\classes add next code:) https://currency-switcher.com/woocommerce-extra-product-options-themecomplete
- Further testing shows that this issue is the current adaptation for https://currency-switcher.com/woocommerce-extra-product-options-themecomplete/ needs updating to resolve the issue.The cart value, when a product has a discounted bundled addon product which is a product bundle, calculates the discount incorrectly.It seems to be a specific issue with the combination of these two plugins and within the cart as the calculation on the product page is ok.
Thank you !
Quote from Pablo Borysenco on December 6, 2021, 11:54Hello
Please add wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I'll add this to the adaptation queue
Hello
Please add wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I'll add this to the adaptation queue
Quote from KLS2P on December 6, 2021, 13:29Hello,
We can provide temporary access to our wp-staging site but for ssh access it would need to be via one of our jump boxes and scheduled in. We would have to monitor the access (both ssh/wp-staging) so need one of our team present.
Alternatively, please provide details of any required information and I can request those for you.
Kind Regards
Hello,
We can provide temporary access to our wp-staging site but for ssh access it would need to be via one of our jump boxes and scheduled in. We would have to monitor the access (both ssh/wp-staging) so need one of our team present.
Alternatively, please provide details of any required information and I can request those for you.
Kind Regards
Quote from Pablo Borysenco on December 7, 2021, 10:44Hello
Ok! You can drop me zip of the third-party plugin
Hello
Ok! You can drop me zip of the third-party plugin
Quote from KLS2P on December 7, 2021, 21:24I've added a download link within the private data for this post
I've added a download link within the private data for this post
Quote from KLS2P on December 7, 2021, 21:25If that doesn't work, please let me know another file transfer method.
Thank you
If that doesn't work, please let me know another file transfer method.
Thank you
Quote from Pablo Borysenco on December 8, 2021, 11:21Hello
Yes, I got files
Hello
Yes, I got files
Quote from KLS2P on December 21, 2021, 13:45Hello,
Any luck identifying the bug/incompatibility?
Merry Christmas.
Hello,
Any luck identifying the bug/incompatibility?
Merry Christmas.
Quote from Pablo Borysenco on December 22, 2021, 10:49Hello
I will write to you when your turn comes
Hello
I will write to you when your turn comes
Quote from Pablo Borysenco on December 24, 2021, 19:40Hello
In file - wp-content\plugins\woocommerce-tm-extra-product-options\include\classes\class-tm-epo-cart.php - add code - https://c2n.me/4erO4bg.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}AND - https://c2n.me/4erO7KW.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
In file - \wp-content\plugins\woocommerce-tm-extra-product-options\include\compatibility\classes\class-tm-epo-cp-currency.php - add a code - https://share.pluginus.net/image/i20211119193205.png
Hello
In file - wp-content\plugins\woocommerce-tm-extra-product-options\include\classes\class-tm-epo-cart.php - add code - https://c2n.me/4erO4bg.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
AND - https://c2n.me/4erO7KW.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
In file - \wp-content\plugins\woocommerce-tm-extra-product-options\include\compatibility\classes\class-tm-epo-cp-currency.php - add a code - https://share.pluginus.net/image/i20211119193205.png
Quote from KLS2P on December 25, 2021, 01:10Thank you !
Will test after the holidays and report back.
Thank you !
Will test after the holidays and report back.
Quote from Pablo Borysenco on December 27, 2021, 11:13Hello
Ok! Great! welcome;)
Hello
Ok! Great! welcome;)