Skip to content
Václav Vracovský edited this page Jul 27, 2021 · 8 revisions

About Shoptet templates assets

This repository contains all CSS and JavaScript assets used in Shoptet 3rd generation templates.

3rd generation of templates

Currently there are six public templates of 3rd generation, see list below.

{
    "07": {
    "name": "Techno",
    "url": "https://techno.shoptet.cz/"
    },
    "09": {
    "name": "Tango",
    "url": "https://tango.shoptet.cz/"
    },
    "10": {
    "name": "Waltz",
    "url": "https://waltz.shoptet.cz/"
    },
    "11": {
    "name": "Classic",
    "url": "https://classic.shoptet.cz/"
    },
    "12": {
    "name": "Step",
    "url": "https://step.shoptet.cz/"
    },
    "13": {
    "name": "Disco",
    "url": "https://disco.shoptet.cz/"
    }
}

Folder structure

Folder 00

Folder named 00 contains assets shared between 3rd generation templates.

Template folders 07|09|etc.

Each template has its own folder with template specific assets.

Clone this wiki locally