quantity shows up in single product page and chart even if disabled
-
hi. i m running a marketplace where users can only sell one product per listing. I need to get rid of quantity from everywhere on my site.
I have disabled the quantity tab from the theme settings- shop-Quantity input on shopping cart widget
-off …. not working: https://paste.pics/ce71286cad26f045901485a83a836ffa
I’ve also tried this snippet for the product page and the same, not working: https://paste.pics/7434bb9991ff4f4f6470d11a15d53075
.product-image-summary .quantity {
display: none !important;
}
And I also need this “x1” removed from the chart..
could you please help? I have no ideea why these don’t work
Hello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Thank you in advance.
Kind Regards
please see the details attached in private content. thanks!
Hello,
Please try to use the below code to hide quantity fields, define the code in Theme Settings -> Custom CSS.
.woocommerce-cart .shop_table .product-quantity,
.woocommerce-checkout .product-quantity,
.single-product .quantity {
display: none;
}
Kind Regards
Hello,
You are welcome! In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
The topic ‘quantity shows up in single product page and chart even if disabled’ is closed to new replies.