Remove quantity on Product Archive
-
Hey, how do we remove this.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I can check and give you a possible solution?
Best Regards
Hey below is the url
We also have an issue with adding products to cart, where when we do it it adds two product to the cart, please try add one single product, not bundle to cart, where you need to choose a variable, and you will see two items will appear in the cart.
Hello,
1. Navigate to WooCommerce > Settings > Products > Inventory.
2. Look for the option Stock Display Format.
3. Select Never show the quantity remaining in stock from the dropdown menu.
4. Save the changes.
This will prevent the stock quantity from being shown on the product page.
Best Regards
Hey,
Thank you for hiding the stock quantity on the product page. However, we are looking to remove the entire “In Stock” message, not just the quantity. Could you advise us on how to remove this, specifically for the archive card?
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
p.stock.in-stock.wd-style-default {
display: none !important;
}
Best Regards