This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Brunos
Hello,
All products from my shop are digitals. So I don’t need to display Qty.
I have already deactivated QUANTITY on Single Product Page.
However it always displayed on AJAX PRODUCTS TABS.
How can I remove Qty keeping the green ADD TO CART button?
(I know that I can remove all by PRODUCT STYLE in configuration STORE)
Regards
Hello,
Keep this option disabled https://prnt.sc/3rdYNPOTf0U9 (Theme Options > WooCommerce > Shop > Product styles).
Regards
Thank you for your reply.
Yes I knew that I can remove it with this option. However as I said I would like to keep the green ADD TO CART button and remove only the QTY.
Hello,
Add to cart button appears on the hover of the product with the hover effect that you chose and you will have 2 add to cart button, is that ok for you? If you choose the Default type of hover effect then you will have the following view https://prnt.sc/td2OA1H4Nd-o
In case you want to have the double add to cart on hover and below then enable that option and hide q-ty using custom CSS
.content-product .quantity-wrapper .quantity {
display: none;
}
Regards
Thank you so much for great support!
The issue related to '‘Remove Quantity (Only) – not Add to Cart’' has been successfully resolved, and the topic is now closed for further responses