This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hi,
the shop I’m working on has quite some products that are out of stock. The similiar/recommended section recommends also those out-of-stock items. There is no point in recommending products that noone can buy.
How to set it up so that only available items are listed?
Best regards
Hello,
Try to use this code in custom.css file:
.items-slider .slider .slide-item .outofstock {
display: none;
}
Regards,
Eva Kemp.
Hi,
thank you!
Best regards
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Similar/recommended books’' has been successfully resolved, and the topic is now closed for further responses