how to make my store link send straight to one product page?

how to make my store link send straight to one product page?

Novaye4537
Tourist
13 0 2

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/

Replies 4 (4)

Guleria
Shopify Partner
4146 809 1164

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Novaye4537
Tourist
13 0 2

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?

Guleria
Shopify Partner
4146 809 1164

 

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.

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Novaye4537
Tourist
13 0 2

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