All things Shopify and commerce
how to make my store link send straight to one product page? Right now if i click on the link it sends me to homepage. I put this store link as an example of what i mean: shoedryzer.com
This is my store link: https://0xb5xp-h1.myshopify.com/
Hello @Novaye4537 ,
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 did as you told me, but it is still the same. Or is it only working when a customer goes to my link when i publish my store?
Yes when customers visit the homepage they will redirect to the product page.
btw I didn't check the reference you shared earlier. They are using featured products in the homepage not redirecting the customer to the product page. You can do the same by using featured products in the homepage.
Did i understand right that the code sends customer to the featured product and then they have to click a button to go to product page?But is it possible to send customers straight to product page without them having to click any buttons? like in this store: shoedryser.com
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025