Re: Making Products Page As Homepage

How can I set my products page as the default homepage?

Munir_Abdullahi
Shopify Partner
6 0 1

Hello Everyone, Please how can I change my products page into the default homepage. I want it to be the first page that everyone sees whenever they visit my site. I am using the ICON theme, but I can't seem to find any solution from the settings. Also, google doesn't seem to have all the answers. 

     Thank you in advance.

        Munir!

Replies 13 (13)

Anh_Nguyen1
Shopify Partner
131 0 12

You create a product page and set it as the default homepage using a page builder. It's a way to work around. I use PageFly Apps - a new and advanced page builder. About 25 elements, quite flexible. It has an element that supports Shopify product also. Still be free. It's good to try 😉

Some inside look:

 

Download free Shopify theme: https://www.sellersmith.com/pages/sellersmith-free-themes

Munir_Abdullahi
Shopify Partner
6 0 1

Thanks a lot for the feedback. Will surely give it a try and see.

Chris33
Shopify Partner
61 0 11

Can you not just create a collection that includes all of your products and then use the sections on the homepage to insert it? Requires no coding or advanced knowledge and should take you a few minutes.

Munir_Abdullahi
Shopify Partner
6 0 1

The template doesn't have the ability to create sections. But thanks for the response. Appreciate it!

deven1994
Shopify Partner
42 3 19

Add the below code insert theme.liquid before the head tag

{%- if template contains 'index' -%}
<script>
window.location.href = '/products';
</script>
{%- endif -%}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help Whatsapp Me
Shopify Partner | Devenk
Ben231
Visitor
1 0 0

Hi where do i add the code

 

 

deven1994
Shopify Partner
42 3 19

Hi @Ben231 

Add the below code and insert theme.liquid before the head tag

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help Whatsapp Me
Shopify Partner | Devenk
jelloblast
Visitor
1 0 1

Hello do you have any idea how helpful this was thanks

 

The link in my tiktok bio goes to my default product now 🙂

liamhh17
Visitor
1 0 0

im not sure this works for me?

 

JustOptical
Visitor
1 0 0

Thank you for helping. Although when I add the code to my theme i get the collection page instead of a product page. Any idea how to fix that? Using baseline theme. 

Peinka
Visitor
1 0 0

Yeah, i got the same issue, no idea how to fix it

 

Dabeerahmed430
Shopify Partner
2 0 0

{%- if template contains 'index' -%} <script> window.location.href = 'https://example.com/products/example'; </script> {%- endif -%}

 

 

Just add the product url in between ' '. Thanks

zemariavg
Visitor
1 0 0

Thank you!!!