Fixed products
Example

Variables
HomeFixedProducts
display_all_url
string | null
optional
title
string
optional
products
array[object (Product) {28}]
optional
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
position
integer
optional
Usage
products
that should be displayed, and then use for-loop statement to show them out. Developer has the option of styling them the way he may need.
Modified at 2024-02-12 13:17:51