Setup Store Demo
Within the theme package you received from Envato, find and open the file labeled "demo Content" This file contains preset configurations that you can use to quickly set up your theme with predefined layouts and settings tailored for various use cases.
Select demo Content file

Click "Presets" file

Choose the specific demo file that you wish to utilize for your store.

You will see 3 files in each preset folder:
templates => index.json.txt
config => settings_data.json.txt
sections => header-group.json.txt
Sections => footer-group.json.txt
Follow these steps to update your theme code files in Shopify:
From your Shopify dashboard, navigate to:
Online Store → Actions → Edit code
Access the theme code files and replace their content with the corresponding files from the sample data folder:
templates/index.json: Copy the content from
templates/index.json.txtand paste it into thetemplates/index.jsonfile.config/settings_data.json: Copy the content from
config/settings_data.json.txtand paste it into theconfig/settings_data.jsonfile.sections/header-group.json: Copy the content from
Sections/header-group.json.txtand paste it into thesections/header-group.jsonfile.sections/footer-group.json: Copy the content from
Sections/footer-group.json.txtand paste it into thesections/footer-group.jsonfile.
Save all the changes after replacing the content in each file.
Last updated