Shopify themes, liquid, logos, and UX
Hii There, I want to set my product page as my landing page. When customers type my domain, I want them to land directly on the product page instead of my homepage, as it is now. Can someone help me fix this issue?
Solved! Go to the solution
This is an accepted solution.
Hello @Hug-Me-Stitch ,
Edit theme.liquid
Search for </body>
and just before to it add this code
{% if template == 'index' %}
<script>
window.location.href = "Your_PRODUCT_URL _HERE";
</script>
{% endif %}
Note: Change "Your_PRODUCT_URL" with the actual product URL you have.
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
I have send you a email
I have send you a private message
This is an accepted solution.
Hello @Hug-Me-Stitch ,
Edit theme.liquid
Search for </body>
and just before to it add this code
{% if template == 'index' %}
<script>
window.location.href = "Your_PRODUCT_URL _HERE";
</script>
{% endif %}
Note: Change "Your_PRODUCT_URL" with the actual product URL you have.
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Thank you so much:)
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