Sale Price
Shows ONLY the discounted price in site currency. Auto-hides (hideWhenNoSale) when the product is not on sale. Pair with productRegularPrice for a 'was/now' layout. single_product / shop_catalog / product loops.
Type: "productSalePrice"
Shows ONLY the discounted price in site currency. Auto-hides (hideWhenNoSale) when the product is not on sale. Pair with productRegularPrice for a 'was/now' layout. single_product / shop_catalog / product loops.
Catatan: Element template-only. Berlaku di template:
single_product,shop_catalog,product_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
alignment | enum | "left" | Alignment |
size | 'sm'|'md'|'lg'|'xl' | "lg" | Ukuran |
hideWhenNoSale | boolean | true | Sembunyikan jika tidak sale |
outOfStockLabel | string | "Stok Habis" | Teks saat stok habis |
variantPriceDisplay | 'auto'|'base' | "auto" | Harga varian (belum dipilih) |
Contoh
{
"id": "pro01abc",
"type": "productSalePrice",
"props": {
"alignment": "left",
"size": "lg",
"hideWhenNoSale": true,
"outOfStockLabel": "Stok Habis",
"variantPriceDisplay": "auto"
}
}