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