Remove sold out products in related products
-
Hello,
How can I remove sold out products in related products?
https://snipboard.io/xRQ6LN.jpg
Hello,
You can disable the related products in the Theme Settings > Single products > Related products.
If you have any questions please feel free to contact us.
Best Regards
Hello,
You did not answer my question. I asked “How can I remove sold out products in related products”? Not how to remove related products.
https://snipboard.io/xRQ6LN.jpg
Hello,
Sorry, please provide the page URL where I can see that so that I could give you custom CSS.
Best Regards
Please see links in private content.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.related-products .labels-rounded .onsale {
display:none;
}
This code would remove the label, however, would not remove the product itself. Woocommerce does not provide the option to remove sold-out products from certain places. There is the option to remove out-of-stock products from the whole catalog.
Best Regards
Hello,
That code does not work: https://snipboard.io/ZvsPnk.jpg
Please advise.
Hello,
Please replace the code with this one:
.related-products .labels-rounded .out-of-stock {
display:none;
}
Best Regards