This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
Right now, when a product is marked as sold, I have it still visible on the archive pages. I would like to have the product image link to work as well. Is there a way to have the link still be clickable on sold products? I’ve tried changing z-indexes and using javascript to link, but both options aren’t working (js adds “undefined” to url, and z-index just isn’t working). Do you have a solution? Thank you for any help you can provide!
Hello,
Add the following code in child theme style.css
.products-loop .outofstock .product-image-wrapper {
pointer-events: unset;
}
Regards
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up