Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Václav Vracovský edited this page Sep 30, 2019 · 2 revisions

About Shoptet custom template theme

Process of creating custom template theme is described in README.md. As its written there, there are many ways how to create custom theme, the way described is recommended, but not the only way.

The most important thing is not to edit files in https://github.com/Shoptet/templates-assets repository. If you want to use them, include them in you custom file. You can change most of desired values by rewriting variables in both layout and theme variables. When the variables rewriting is not enough, you have to use your custom LESS file and the original file use as a base, as an inspiration or not to use it at all.

The sample described in README.md is for Classic template (11), but you can use blank mode for all of templates listed in package.json.

Clone this wiki locally