Product Sale Percent
Discount badge (-25% / 'Hemat Rp 50.000') derived from sale price. Auto-hides when no sale. single_product / shop_catalog.
Type: "productSalePercent"
Discount badge (-25% / 'Hemat Rp 50.000') derived from sale price. Auto-hides when no sale. single_product / shop_catalog.
Catatan: Element template-only. Berlaku di template:
single_product,shop_catalog,product_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
showAs | 'percent'|'amount'|'both' | "percent" | Tampilan |
variant | 'badge'|'pill'|'plain' | "badge" | Gaya |
amountPrefix | string | "Hemat" | Prefix Nominal |
alignment | enum | "left" | Alignment |
hideWhenNoSale | boolean | true | Sembunyikan jika tidak sale |
size | 'sm'|'md'|'lg' | "md" | Ukuran |
Contoh
{
"id": "pro01abc",
"type": "productSalePercent",
"props": {
"showAs": "percent",
"variant": "badge",
"amountPrefix": "Hemat",
"hideWhenNoSale": true,
"size": "md",
"alignment": "left"
}
}