All things Shopify and commerce
I want to make my product page, my homepage. The point is that everyone is redirected there. Even if you press the Logo. (The product page was made with PageFly, is that is important)
Thank you.
Hi, there
I think you can set up a redirect from the homepage to a specific product page .
You could add a dom load linstener using js when the customer visit the home page , set its window href to the product page.
This could be need a little code ,if you need help .please DM me
Hi
You mean this?
{% if template == 'index' %}
<script> window.location.href = '/products/example';
</script>
{% endif %}
Pretty much the same.It would be better to perform the href replacment after the DOM (Document Object Model) document has been loaded.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025