Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?