Can I delete items on the products page but leave them in a collection.

Hi,

How do i delete items from the products page without them disappearing from a collection.

It looks untidy on the web shop to see the same products. I have added a collection to a clearance page but do not want customers to see them on any other page.

Thanks

Lorraine

1 Like

create a new product template and assign products which you dont want to show on product page on newly created template.
and on newly created template please add this code inside javascript tag to redirect customer to store homepage.

window.location.href = β€œ{{ shop.url }}”;

so when someone visit those products will redirect customer to store’s homepage.

1 Like