I want to make a collection/all page to replace the default homepage of my shopify website. So when typing in www.xyz.com it redirections to www.xyz.com/collection/all.
Thank you!
A user wants to redirect their Shopify store’s homepage to a /collections/all page using the Prestige theme. When visitors access the main domain (www.xyz.com), they should automatically be redirected to the collections page.
Proposed Solution:
Another user provided a JavaScript-based redirect solution:
</header> tagwindow.location.hrefStatus: The original poster thanked the respondent, suggesting the solution was accepted, though no confirmation of successful implementation was provided.
I want to make a collection/all page to replace the default homepage of my shopify website. So when typing in www.xyz.com it redirections to www.xyz.com/collection/all.
Thank you!
Hi Pasqualito,
Add this script to your theme. Liquid file before closing tag.
Thanks
Sandeep