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

[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 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.

As discussed, https://wordpress.org/support/topic/pricing-issue-being-actively-exploited/#post-15127577

  1. can we get an updated version of this please (Screenshots+ code): https://currency-switcher.com/product-bundles-by-somewherewarm/
  2. 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
  3. 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 !

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

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

Hello

Ok!  You can drop  me  zip of  the  third-party  plugin

I've added a download link within the private data for this post

If that doesn't work, please let me know another file transfer method.

 

Thank you

Hello

Yes, I got files

Hello,

 

Any luck identifying the bug/incompatibility?

 

Merry Christmas.

Hello

I will write to you when your turn comes

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

Thank you  !

Will test after the holidays and report back.

Hello

Ok!  Great! welcome;)