How to convert a theme design into a webpage?

Hi - I wanted to create a new landing page based on my current template, so I duplicated my homepage template and edited that. However, now I don’t know how to convert that to a page on the existing website. Both are ba

Any help dearly appreciated.

Hello,

If you are using an Online Store 2.0 theme, you can do the following steps:

  1. Open the code editor by clicking the (…) menu then “Edit code”.
  2. Under templates on the left sidebar, open the template you created.
  3. The template should have a pencil button next to it on the sidebar to rename it. Give it a name like page.landing-page.json. The page. and .json are required.
  4. You can now go to the page you want to assign it to, and on the right sidebar, find it under “Online store > Theme template”.

If you do not see the template you created, you can still create a new one:

  1. Under step 2 above, click “Add a new template” instead.
  2. Make sure under template type you select “page” and JSON.
  3. Copy the contents of index.json and paste it under your new template.
  4. Same as step 4 above.

Let me know if it worked or need further assistance.