Single brand
single brand page template
is to display the details of a single brand within the store's list of brands. These details can be a short blurb about that brand and a marketing banner for it. It also shows the list of that brand's products as well. The goal here is to group the products of that brand along with information about them on one page for the customer's reference.
Example

Variables
SingleBrandPage
page
object
optional
title
string
optional
slug
enum<string>
optional
Allowed value:
brands.single
id
string
optional
Default:
page.id = brand.id
brand
object (Brand)
optional
id
number
required
name
string
required
description
string
required
banner
string
required
logo
string
required
ar_char
string
required
en_char
string
required
metadata
object
required
products
array[object (Product) {28}]
optional
products.next_page
name
string
required
price
number
required
status
enum<string>
required
Allowed values:
hiddensaleout
product_type
enum<string>
required
Allowed values:
productservicegroup_productscodesdigitalfooddonatingbooking
quantity
number
required
unlimited_quantity
boolean
required
description
string
required
categories
array[string]
required
min_amount_donating
number
required
max_amount_donating
number
required
sale_price
number
required
cost_price
number
required
sale_end
string
required
require_shipping
boolean
required
maximum_quantity_per_order
number
required
weight
number
required
sku
string
required
hide_quantity
boolean
required
enable_upload_image
boolean
required
enable_note
boolean
required
pinned
boolean
required
active_advance
boolean
required
subtitle
string
required
promotion_title
string
required
metadata_title
string
required
metadata_description
string
required
brand_id
number
required
tags
array[number]
required
Components
JS Web Components
<salla-products-list>
Hooks
For example, the brand details can be displayed before and after the brand information:
Usage
brands
contains all of these information. For example, brand.name
, brand.description
, and brand brand.banner
.
products
which represents the list of the brand's products using for-loop. Note that the salla-infinite-scroll
is the Salla component that is used to paginate the long list of products.
page
can be used to display informtion about that page.
Modified at 2025-03-04 12:54:02