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
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 🙂
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?
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.
Problem i resolved. I found out that it was another plugin blocking this plugin.
Thank you for your help and your adwise 🙂