@edinstvennyi
Hi mate, you can open and edit index.php located in public_html/wp-content/plugins/woo-bought-together/index.php
at line 978 you can see this:
———-
data-qty=”<?php echo $woobt_item_qty; ?>”
———-
just swap it with this:
———-
data-qty=”0″
———-
and save it!
For me works as well as was before update, hope it will work for you too 🙂
Hope in next update it will be resolved by the WPC team.
…..also you can remove ‘Bought together price:’/total summary and text after selecting products in bought together tab/ by just erasing this at line 1062
————-
echo ‘<div class=”woobt_total woobt-text”></div>’;
if ( $woobt_after_text = apply_filters( ‘woobt_after_text’, get_post_meta( $product_id, ‘woobt_after_text’, true ), $product_id ) )
————-
i really don’t need that info in my site, because i try to keep maximum simple and clear design for my shop. It will be great if we like users can control that part of plugin 🙂
same for me. it would be nice if you would fix this bug. if you have the checkbox “Checked all by default?” set to ‘off’, the “add to cart”-button still counts all products and adds it to the cart.
another nice feature would be, to add the current product price to the “bought together price” to see the cost of all products together.
this plugin is still very great! thank you for developing this!
thank you @testmob for the work around solution ! 🙂
@testmob Thank you very much!
It’s work for me, also removed the string for not confusing customers.
Have a good day!
@bralgs
I am not from plugin support team, just a user like you.
How ever, i have some coding skills 🙂
Hope someone from support team to see that bug, and to be solved in next update