Support » Plugin: Qty Increment Buttons for WooCommerce » Qty stoped showing on shop page

  • Resolved dennis2020

    (@dennis2020)


    I’ve been using this Plugin for some months now and have been very happy with the results. But now it suddently stoped showing on our shoppage.

    Please help me to find out why?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    when did the problem start? After a 2.7.3 QIB update (released 21 hours ago) or earlier? If after this update, please try uninstalling the plugin and downloading 2.7.1 from this link, need to scroll down a bit and select 2.7.1 from the dropdown:

    https://wordpress.org/plugins/qty-increment-buttons-for-woocommerce/advanced/

    By the way, any link that I click on the website directs me back to the home page.

    Best regards,

    Ryszard

    Thread Starter dennis2020

    (@dennis2020)

    Hi Ryszard

    Thank you for getting back to me. We are not sure when the problem started. I have now tryed to delete version 2.7.3 and insted installed version 2.7.1 but it still dont show on the shop page.

    I will like to give you access. So please instruct me, in how I can send you a login with out writing it in public 🙂

    Thread Starter dennis2020

    (@dennis2020)

    Hi again

    To make the Qty button visible on the shop page, Im using this script:

    .woocommerce .quantity input.qty {
    width: 6em;
    }

    I dont know if that is the reason that its not working any more?

    Thread Starter dennis2020

    (@dennis2020)

    Hi again

    I have deactivated the blocking, so you can now access the shop page

    Plugin Author taisho

    (@taisho)

    Hello,

    the reason why the quantity buttons don’t show is that the “Add to cart button” doesn’t have the standard add_to_cart_button class. It’s the first time I encountered such a thing. It appears to have all other standard and required attributes: href and data-product_id, so once it receives an additional class add_to_cart_button the buttons should appear and work properly:

    https://i.imgur.com/l6fcks3.png

    Plugin Author taisho

    (@taisho)

    One thing that I forgot to add – the plugin won’t display quantity buttons for “Out of stock” products. Hopefully, the displayed “Out of stock” corresponds to real WooCommerce product inventory status where the quantities are taken from by Quantity Increment Buttons – once I have encountered a theme that does its own product quantity management that doesn’t correspond to WooCommerce quantities.

    Thread Starter dennis2020

    (@dennis2020)

    Problem i resolved. I found out that it was another plugin blocking this plugin.

    Thank you for your help and your adwise 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Qty stoped showing on shop page’ is closed to new replies.