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
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:
"templates": ["index", "product"]Current Status:
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?