Complete everyday tasks in Templates Editor
Purpose and scope
The Templates Editor is a code-based design tool for extending the look and feel of different elements of your WebShop, including the Account Dashboard, Gated Login (if enabled), Product Catalog and Product Card, and more.. We have exposed objects and variables that allow you to achieve a personalized look and feel for your WebShop.
This article provides a step-by-step guide to tasks you can complete regardless of which part of your WebShop you are customizing.
Key points
If you are comfortable with HTML, CSS, and variables, you’ll be able to use this feature to achieve a personalized look and feel for your WebShop.
You are responsible for ensuring that the code you have written doesn’t adversely affect your WebShop.
Introducing terms and concepts used in this article
Term | Definition |
|---|---|
Cascading Style Sheets | (CSS), describes how HTML elements are displayed on screen and can control the layout of multiple webpages at once. |
Hypertext Markup Language | (HTML), the standard markup language for creating Web pages, used to describe the structure of a Web page. |
Twig | an open source template engine which we refer to as our templating language. It consists of a standard syntax that uses expressions, variables and tags to control the content and logic of each template or code snippet. |
Tasks
Assumptions
You are logged into the Management Interface.
Open Templates
Edit template file
Reset template to default
Manage Versioning
Check documentation
Check layout
What will my customers see in WebShop?
Related content
Using Templates Editor: Use cases





