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] integration with YITH WooCommerce 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.

any chance to get support for bundles fixed prices with YITH WooCommerce Product Bundles?

thank you!

Hello

Please  add FTP+wp-admin  access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

Describe in more detail what the problem is

I will add this plugin to the adapt queue

issue description: For products that have type bundle (from the YITH WooCommerce Product Bundles) it is not possible to set a fixed price, the option is not visible

As suggested by the software team that maintains our page: issue is on wp-content/plugins/woocommerce-currency-switcher/classes/fixed/fixed_price.php:24 where it is required to add in the 'if' statement:
OR $_product->is_type('yith_bundle')

Would it be possible to add this to your plugin?

Thank you

Hello

Have you done tests with this code?

Hello Pablo,

sorry for late answer, was busy with other project.

Yes, we've done the tests and it works properly.

However, now for the bundles with fixed prices, which include products that also have set the fixed prices the subtotal price in the cart is not counted properly.

As an example:

bundle of 2x product A price is set to $199, the product A fixed price is set to $1. When choosing the product I see the following in the cart: Subtotal $201. So it incorrectly adds the fixed price of bundled product A to the total price of the bundle. If I remove the fixed price of the product A, all works fine. Any ideas what could be wrong?

Thank you in advance.

Hello

Please  add FTP+wp-admin  access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png

I will add this plugin to the adapt queue

Thank you, Pablo. I've provided the credentials for access.

Hello

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

Hello

Please  check  your FTP access

 

Hey Pablo,

I've checked the FTP access using FileZilla and with provided credentials, there was no issue, I just needed to confirm the untrusted certificate to connect. What is the issue? Thank you.

Hello

Yes I checked it works with filezilla

Hello Martin

please add the path to the folder with your site

Hello Pablo,

page can be found in /var/www/html

Hello

Ok!  Thank  you

Hello

In  functions.php  add  code

add_filter('woocs_fixed_raw_woocommerce_price', function( $tmp_val, $product, $price){
if(!$price){
$tmp_val = $price;
}

return $tmp_val;
},99,3);

I did it. Please  do a test