Shopify HELP - Pages Are Replicating

Hey, I have now these pages that everytime I add something to ONE page, it will automatically replicate across all pages.

So if I add “Reviews Widget” by using app, it will add in all these pages below, or if I add let’s say text / content, the same content will be in all these pages.

Last time they tweaked template / code in the theme (you will know what to do), you can see all pages now have reviews -

https://store.integraudio.com/pages/help-center
https://store.integraudio.com/pages/track-your-order
https://store.integraudio.com/pages/reviews

Also, I use the Menu Links with different titles that link to same “help-center” page, so just clicking on this will again open “Reviews Widget” as for help center -

https://drive.google.com/file/d/1VUZm9wwQBmjDTzzQlJastLTyJRikhmPk/view?usp=sharing

It should have something to do with templates or code..

So what I want to achieve is to clean up the pages so each time I add new content or section in new page, it won’t be added in another page.

For Reviews page, I want only to have Reviews widget
For Help Center, I want to have FAQ /answering questions in points
For Track your order page, I only want to have app for tracking orders

It was fixed last time on my previous theme but now I switched theme and it happened again.

Video - https://drive.google.com/file/d/1PJRBYZSBQJt5bny9DZP3YPFnToaKkB5z/view?usp=sharing

How to fix it?

Hi,

Seems like all of your pages are using the same template, you need to create distinct templates for each page.

Hi @sonify199 , It is because you must be using the default template for pages. To fix this you need to create different pages for different content.

You can create pages from the Code Editor or Theme Editor from Shopify.
To create a template for pages from the Code Editor follow the below steps:

  1. From the Shopify Admin go to Online Store > Themes > More Options (Click on the three dots) > Edit Code.

  1. Click on Add a New Template > Select Template Type (Page and select JSON) > Enter Page Name (Name of Your Page) > Done.

  1. Click on Online Store > Pages > Add Page.

  1. Add Title > Content (Optional) > Select Template (Your Template) > Save.

Follow above steps to create multiple templates. Once all are done you will have different templates for different pages.

AT…

Thanks, hopefully one day it would be added on the page section not to go to “edit code”