Use this pre-defined component to display a group of products that has no scrolling effect. Their location is fixed.Following is the location of this component.
If other url links exist, it means it's necessary to show more links to this url.
title
string
optional
The title of the fixed products component.
products
array[object (Product) {28}]
optional
The list of products which are displayed in the fixed prodcuts component.
name
string
required
A label to identify and categoriz a product listing.
price
number
required
The specified cost assigned to a particular item.
status
enum<string>
required
The current condition or state of availability of a particular item within a product catalog or inventory.
Allowed values:
hiddensaleout
product_type
enum<string>
required
Product type classifies items by shared attributes or characteristics, streamlining inventory organization and improving search and categorization efficiency.
Display whether this product has an infinite quantity or is limited.
description
string
required
The detailed information about an item.
categories
array[string]
required
A group of category IDs that connect to the product, defining its placement within different classifications for improved organization and customer discovery.
min_amount_donating
number
required
The minimum amount of donation.
max_amount_donating
number
required
The maximum amount of donation.
sale_price
number
required
The reduced cost assigned to an item for a limited period.
cost_price
number
required
The expense to acquire or produce an item before additional costs or profit margins.
sale_end
string
required
The end of a period when an item is available at a discounted price.
require_shipping
boolean
required
To specify if a product needs physical delivery or can be provided digitally.
maximum_quantity_per_order
number
required
Maximum product quantity for a single order.
weight
number
required
The weight of the order in numerical form.
sku
string
required
Stock Keeping Unit is a unique alphanumeric code for identifying and managing products in inventory.
hide_quantity
boolean
required
Hide Product quantity option.
enable_upload_image
boolean
required
The option to allow uploading an image for a product when adding it to their cart.
enable_note
boolean
required
The option to add a note to a product when adding product to the cart.
pinned
boolean
required
Whether or not the product is pinned in the categories page.
active_advance
boolean
required
Whether or not to enable product active advance.
subtitle
string
required
a brief additional description for a product that is displayed under product name in pages.
promotion_title
string
required
a concise label or heading used to highlight a specific promotion, sale, or special offer displayed in the main image.
metadata_title
string
required
Product SEO Metadata Title which is a concise label used to optimize search engine results and enhance the visibility of a product page.
metadata_description
string
required
A succinct summary crafted to enhance search engine optimization .
brand_id
number
required
A unique identifier assigned to a specific brand, aiding in precise tracking and management of products associated with that brand.
This component takes a list of the 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.