Product Wholesale Table
Renders volume-pricing tier table for current product. Auto-hides when no wholesale tiers configured. single_product only.
Type: "productWholesaleTable"
Renders volume-pricing tier table for current product. Auto-hides when no wholesale tiers configured. single_product only.
Catatan: Element template-only. Berlaku di template:
single_product.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Harga Grosir" | Judul |
layout | 'table'|'cards'|'inline' | "table" | Layout |
showSavings | boolean | true | Tampilkan penghematan |
qtyFormat | 'min+'|'min' | "min+" | Format Kuantitas |
qtySuffix | string | "pcs" | Suffix (pcs / unit / dll) |
hideWhenNoTiers | boolean | true | Sembunyikan jika tidak ada tier |
alignment | enum | "left" | Alignment |
Contoh
{
"id": "pro01abc",
"type": "productWholesaleTable",
"props": {
"title": "Harga Grosir",
"layout": "table",
"showSavings": true,
"qtyFormat": "min+",
"qtySuffix": "pcs",
"hideWhenNoTiers": true,
"alignment": "left"
}
}