Product page to home page Dawn 15.2.0

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?

I have send you a email

I have send you a private message

Hello @Hug-Me-Stitch ,

Edit theme.liquid
Search for

and just before to it add this code

{% if template == 'index' %}

{% 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

1 Like

Thank you so much:)

1 Like