Product Page as the Home Page

Product Page as the Home Page

Letter_Hound
New Member
9 0 0

I want to make my product page, my homepage. The point is that everyone is redirected there. Even if you press the Logo. (The product page was made with PageFly, is that is important) 
Thank you.

Replies 3 (3)

Eric-HAN
Shopify Partner
297 30 32

Hi, there

 

I think you can set up a redirect from the homepage to a specific product page .

You could add a dom load linstener  using js when the customer visit the home page , set its window href  to the product page.

This could be need a little code ,if you need help .please DM me 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee
Letter_Hound
New Member
9 0 0

Hi
You mean this?
{% if template == 'index' %}
<script> window.location.href = '/products/example';
</script>
{% endif %}

Eric-HAN
Shopify Partner
297 30 32

Pretty much the same.It would be better to perform the href replacment after the DOM (Document Object Model) document has been loaded. 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee