…..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 ??