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.

  1. Select demo Content file

  1. Click "Presets" file

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

You will see 3 files in each preset folder:

  1. templates => index.json.txt

  2. config => settings_data.json.txt

  3. sections => header-group.json.txt

  4. Sections => footer-group.json.txt

Follow these steps to update your theme code files in Shopify:

  1. From your Shopify dashboard, navigate to:

    • Online StoreActionsEdit code

  2. 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.txt and paste it into the templates/index.json file.

    • config/settings_data.json: Copy the content from config/settings_data.json.txt and paste it into the config/settings_data.json file.

    • sections/header-group.json: Copy the content from Sections/header-group.json.txt and paste it into the sections/header-group.json file.

    • sections/footer-group.json: Copy the content from Sections/footer-group.json.txt and paste it into the sections/footer-group.json file.

  3. Save all the changes after replacing the content in each file.

Last updated