Start chat

Shopify Documentation

Introduction

Congratulations on your purchase of the Shopify template! This documentation consists of several parts and describes the installation, creation and setting up an OpenCart website process.
We did our best to make this manual information to be presented in a simple, straightforward manner. For ease of reference, the text the manual provides has been restructured in different chapters, you can see in the left-side menu. You are able to navigate to any part of the documentation using the active content headers' links.
We recommend that you start reading the documentation at the first section.

What is Shopify platform?

Shopify is an online eCommerce platform for creating online stores. The system is SaaS-based (software as a service).

What is SaaS?

It is a model of providing services where the developer takes care of maintaining and administering the software, providing customers with the online application for temporary use. So, you do not need to look for hosting, to install and to configure the softwarethe developer does all this. You're getting a ready-made online shop in just a few clicks.

What is Shopify template?

Shopify template is a theme for your online store. You can easily change the appearance of your online shop by installing a new theme in a few easy steps. The template includes an archive with files that can be modified to your needs.

File structure

The theme package consists of several folders:
  • Screenshots
    contains the theme screenshots and the link to the theme Live Demo;
  • Images
    contains images that were used in the theme;
  • theme###.zip
    contains theme files;
    • assets
      contains styles, scripts and the theme fonts;
    • config
      contains thee settings;
      • settings_data.json
        the table of theme settings available under Theme Settings;
      • settings_schema.json
        the file is based on settings.html file, it is not desirable to edit it;
    • layout
      contains the layout files;
      • theme.liquid
        the main theme layout;
    • locales
      contains the localization files and translated text files;
    • sections
      contains the theme sections mark-up files;
    • snippets
      contains snippets and widgets used in the theme;
    • templates
      contains the page templates (category page, product page, cart page, etc.).