• Resolved iopodx

    (@iopodx)


    Steps to reproduce:

    – Create bundled product with Plugin “WooCommerce Product Bundles”
    – Try to change amount on single product page
    – Event listener “wacListenQtyChange” will cehck the field with class .qty and will toggle the confirm with text “Are you sure you want to remove this item from cart?”
    – an amount of zero is possible and needed.

    Your plugin should not listen on the class “qty”, it should listen on “.wac-quantity .qty” or something like that.

    Please fix.

Viewing 1 replies (of 1 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello Sir,

    I’m not much comfortable to change the selector, i guess it may cause troubles for some users / themes.

    So i’ve added a check if the class “bundle_add_to_cart_button” is present then prevent the code of this plugin.

    Thanks for report the issue.

    • This reply was modified 5 years, 1 month ago by moiseh.
Viewing 1 replies (of 1 total)
  • The topic ‘Not working with WooCommerce Bundled products when changing quantity on bundle’ is closed to new replies.