Custom pages
Custom pages can be created using HTML. You can either:
- Task the person responsible for Your support
- Create it Yourself
If You choose to build it Yourself, You will only need to write the body of the page. Bootstrap, Meta tags, and more are added automatically.
To add images from Your gallery open a media window (ex.: from a new product), and use it by copying the id under the image. Then add it with
<img src="/medias/the_id_of_the_image" alt="">
You can also use "/medias-large" or "/medias-xlarge" for better quality.
You also will need a human-readable title for the page, and a URL (to add as a navigation item).