Please make this easier, and also a way to save sections and paste them on to other pages, this is way to complicated.
Topic summary
A merchant wants to create multiple landing pages with similar designs but minor variations to target different customer demographics, all within a single Shopify store.
Initial Guidance:
- Shopify support initially suggested duplicating the entire theme, which creates separate theme versions but doesn’t solve the need for multiple pages within one site.
- For duplicating individual pages, support recommended either hiring a Shopify Expert to work with code or using third-party apps like PageFly Landing Page Builder.
Community Solution:
A user provided a detailed workaround without external apps:
- Navigate to Online Store > Themes > Customize
- Create a new page template
- Access the code editor and locate the template to duplicate (e.g.,
index.jsonfor homepage) - Copy all code from the source template
- Paste into the newly created template file (e.g.,
page.landing-page.json) - Assign the new template to actual pages through Online Store > Pages
Key Limitations:
- Each landing page exists at a unique URL (e.g., example.com/pages/new-york)
- The system doesn’t automatically route visitors to different pages based on demographics or location
- Merchants must manually direct traffic through links, menus, or marketing campaigns
Community Feedback:
Multiple users expressed frustration that this basic functionality isn’t simpler in Shopify, though many found the code-based workaround helpful and time-saving.
5 Likes