Copy a section and paste to another page

Topic summary

A user wants to duplicate a multicolumn section from their store and add it to the product page, asking if there’s an easy method or app to accomplish this.

Proposed Solution:

  • Edit the section’s code file
  • Add specific JSON code to the “presets” array that includes:
    • "templates": ["index", "product"]
    • Category and name fields for the multicolumn section

Current Status:

  • The original poster requested more detailed instructions on exactly where to paste the code
  • Discussion remains open with implementation details pending
Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hey guys,

I want to duplicate this multicolumn section and add it to my product page too. Is there an easy way to do that? Or an app that enables to move sections to other pages?

Best regards

To move the section to the product page, edit the section code file and add

"presets": [
  {
    "name": "Multicolumn",
    "category": "Custom",
    "templates": ["index", "product"]
  }
]

Can you explain in detail where exactly I need to paste it?