Remove quantity on quick view and extra field
-
Hello,
-1- How can I remove the quantity amount showing on quick view, I removed it from Single product page but its still showing on quick view
-2- Is there a way to add extra field to Add new product that can be visible only for adminstrators or backend so it can be used as a note?
Thank you in advance
Hello,
01. Navigate to Theme Settings > Shop > Quick View > disable the option Show variations on quick view.
02. You need to find a third party plugin to achieve more functionality that best suits you.
https://woocommerce.com/it/document/extra-custom-product-options-for-woocommerce/
Best Regards.
Thank you, but is there a way to show the variation but to hide only the quantity/stock ( sorry if i mistaked it ) so whenever the person click on variation not to show that this variation has for example only 2 in stock?
-
This reply was modified 1 year, 2 months ago by
tdnd.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.popup-quick-view .quantity {
display: none !important;
}
Best Regards.