Hey, how do I copy a section from one page to another in shopify

Topic summary

Goal: Duplicate a section from one Shopify page to another, keeping the same design and text.

Main solution (Shopify Online Store 2.0):

  • Edit code > Templates. Open the JSON template for the source page, locate the desired section block.
  • Paste that section configuration into the target page’s JSON template.
  • Add the section’s identifier to the template’s “order” array so it renders on the page. This “order” list controls section rendering sequence. Confirmation from another user shows this worked; remembering the “order” entry was crucial.

Alternatives and resources:

  • Linked tutorial explaining duplication on Shopify 2.0.
  • App option: Theme Weaver, which can duplicate sections without editing code (useful if you prefer not to work with Liquid/JSON). Check your plan for needed features.

Open item:

  • A user asked to copy an About page banner to the Home page but remove the image slider (Bakins theme). No direct answer provided for removing the slider variant.

Status: Practical method provided and validated; additional tooling suggested. One specific customization question remains unresolved.

Summarized with AI on December 23. AI used: gpt-5.

Can I duplicate a section from one page to another with the same design and text?

1 Like

Hi @amit_sniper , yes you can. If you are using Shopify 2.0 theme, go to edit code > templates. You’ll see bunch of json files, find the file that you’re using for your page that contains that sections > Find that section. Paste that part into another template - the page where you want to show that exact section. And at the end of that new template file, don’t forget to include section name in ‘order’ part.

2 Likes

Hi Marina,
I want to copy my About page banner to Home page. but I don’t want the images slider in it. I’m using Bakins theme. here you can see the section ( https://paste.pics/de87140bdd4dbabfbaad1aba1672e375 ) and this is the link of the website. ( https://poufdesignsbyvalerie.com/ )

Check out this easy tutorial

Plus, these guys have great sections that you can easily add to your store.

1 Like

Absolutely, you can duplicate a section from one page to another in Shopify. While you can do this manually by copying and pasting the section’s code via the theme’s Liquid files, this method requires a bit of technical know-how in Shopify’s templating language.

However, for a simpler and more straightforward approach, you might want to consider using an app like Theme Weaver. It’s designed to make tasks like these much easier, especially if you’re working within the same theme or similar themes. With Theme Weaver, you can seamlessly duplicate sections, maintaining the same design and text, without needing to dive into the code. This can be a real time-saver and keeps things consistent across your pages. Just make sure your plan supports the features you need for such transfers.

Worked perfectly Marina. Adding the section titles to the ‘order’ structure would have got me if you didn’t mention it. Thanks a million for your help!