Set up my store as Hyper demo
A guide to import Hyper demo data onto your store
Hyper offers 2 demo options (Hyper and Ceramide) that are great starting points for building an eCommerce site that stands out from the crowd.

If you want to import and set up your store as a demo, make sure your theme is not in the trial mode and follow the steps below.
Get the sample data
After adding the theme to your Shopify store, click the download links to get the sample data of the demo you prefer.
In each sample data folder, you will find some files in .json format.


Import the sample data to your theme
Steps:
From your Shopify dashboard, go to Online Store > Actions > Edit code.
In the theme code, replace the content of the relevant files with the files provided in the demo sample data you downloaded.
For example:
templates/index.json: copy and replace the content of the file templates/index.json.
sections/header-group.json: copy and replace the content of the file sections/header-group.json.
sections/footer-group.json: copy and replace the content of the file sections/footer-group.json.
Once you’ve replaced the contents of the necessary files, don’t forget to save all your changes.

Last updated