Product page to home page Dawn 15.2.0

Solved

Product page to home page Dawn 15.2.0

Hug-Me-Stitch
Tourist
11 1 2

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? 

Accepted Solution (1)

Guleria
Shopify Partner
3952 791 1123

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

- 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

View solution in original post

Replies 4 (4)
Hug-Me-Stitch
Tourist
11 1 2

I have send you a email

Hug-Me-Stitch
Tourist
11 1 2

I have send you a private message

Guleria
Shopify Partner
3952 791 1123

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

- 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
Hug-Me-Stitch
Tourist
11 1 2

Thank you so much:)