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:)
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024