• Latest version 1.3.4, automatic add all products from wobt list in cart.
    You can see the problem in your demo site too – no product is checked, but all of them are add to cart automatically. It doesn’t matter the settings in plugin page. The only chance for customer to remove them is from cart at checkout, or to check and uncheck tick box from wobt list.

    I use WP 5.0.3, and woocommerce 3.5.4, and for now wobt is stoped in my site, so i provide a link to your test site – https://demo.wpclever.net/?item=woobt

    I also can provide a translation to Bulgarian language of plugin if you need it.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same here

    Thread Starter testmob

    (@testmob)

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

    Thread Starter testmob

    (@testmob)

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

    Thread Starter testmob

    (@testmob)

    @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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error in latest version 1.3.4’ is closed to new replies.