testmob
Forum Replies Created
-
@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
…..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 🙂@edinstvennyi
Hi mate, you can open and edit index.php located in public_html/wp-content/plugins/woo-bought-together/index.phpat 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.