• Resolved daropress

    (@daropress)


    When you change the quantity of the product from the store and click “Add to cart”, the selected quantity is not displayed in the cart. Only one item is added to the cart even if multiple items are selected.
    How can I solve the problem?

    *On the product page everything works fine.

    Thank you!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here in our store: http://www.fruchtbote.com

    Only one item is added at a time, independently from the quantity you choose.

    I kindly request your support in this.

    Kind regards,

    Daniel

    Same problem i had, did you guys found any solution for that?
    It seems like @taisho isn’t providing support

    Not yet, hopefully @taisho is responding soon. We think that the issue was caused by an update (maybe from wordpress or woocommerce). Other Quantity Button Plugins have the same problem.

    Thread Starter daropress

    (@daropress)

    I turned off the plugin. It makes no sense that every version update will have a problem .. and support is not available ..
    Look for a developer that will add a few lines of code and everything will work. It’s two hours of work

    Plugin Author taisho

    (@taisho)

    Hello,

    I’m sorry for the temporary lack of support. No later than this weekend I will release all critical fixes. The problem must be related to WooCommerce 4.0.

    I even had 2.7.0 version ready, with small updates, when I also positively tested for WooCommerce 3.9.0 and PHP 7.4 compatibility. I didn’t release it in the end.

    Best Regards,

    Ryszard

    • This reply was modified 6 years, 2 months ago by taisho.
    Plugin Author taisho

    (@taisho)

    Hello,

    For a fast fix – in 2.6.1 version of the plugin, file: qty-increment-buttons-for-woocommerce.php, change line 469 from:

    add_to_cart_button.data( "quantity", jQuery( this ).val() );

    to:

    add_to_cart_button.attr( "data-quantity", jQuery( this ).val() );

    Best Regards,

    Ryszard

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Plugin does not work from the store page’ is closed to new replies.