Regular Price
Shows ONLY the original (pre-discount) price in site currency. Optional strikethrough (default: only while on sale) so it can sit next to productSalePrice as the struck 'was' price. single_product / shop_catalog / product loops.
Type: "productRegularPrice"
Shows ONLY the original (pre-discount) price in site currency. Optional strikethrough (default: only while on sale) so it can sit next to productSalePrice as the struck 'was' price. 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' | "md" | Ukuran |
strikethrough | 'onSale'|'always'|'never' | "onSale" | Coret (strikethrough) |
hideWhenNoSale | boolean | false | Sembunyikan jika tidak sale |
variantPriceDisplay | 'auto'|'base' | "auto" | Harga varian (belum dipilih) |
Contoh
{
"id": "pro01abc",
"type": "productRegularPrice",
"props": {
"alignment": "left",
"size": "md",
"strikethrough": "onSale",
"hideWhenNoSale": false,
"variantPriceDisplay": "auto"
}
}