Single page
single pages
that show static content. Examples of that are the copy right page, terms and conditions, delivery information, shipping methods, and payment methods information pages. All of these topics are essential for the store owner, as he needs them to deliver specific information to the customers. This kind of information is rarely changed. For this reason, these pages are considered static.
Example

Variables
SinglePagePage
page
object
optional
title
string
optional
content
string
optional
url
string
optional
slug
enum<string>
optional
Allowed value:
page-single
Components
breadcrumbs
component. The {% component breadcrumbs %}
line returns the current naviation for the user.
comments
on a specific page may be displayed using the component {% component 'comments' %}
.
Usage
page
which contains the details of the static content to be displayed. For example, the developer can use the variables page.title
and page.cotent
which are the core of this page template.
comments
on a specific page may be displayed using the component {% component 'comments' %}
.
Modified at 2025-03-04 12:54:02