Copy a section and paste to another page

Copy a section and paste to another page

ekrembcc
Explorer
56 0 14

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

 

Screenshot (46).png

Replies 2 (2)

Asad-Mahmood
Shopify Partner
452 80 91

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

"presets": [
  {
    "name": "Multicolumn",
    "category": "Custom",
    "templates": ["index", "product"]
  }
]
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




ekrembcc
Explorer
56 0 14

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