Product Sale Countdown
Countdown timer to sale end. Auto-hides or shows expired text when finished. single_product only.
Type: "productCountdown"
Countdown timer to sale end. Auto-hides or shows expired text when finished. single_product only.
Catatan: Element template-only. Berlaku di template:
single_product.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
label | string | "Sale berakhir dalam:" | Label |
variant | 'boxes'|'compact'|'inline' | "boxes" | Gaya |
showDays | boolean | true | Tampilkan hari |
onExpired | 'hide'|'showText' | "hide" | Saat Berakhir |
expiredText | string | "Sale telah berakhir" | Teks Berakhir |
labelDays | string | "Hari" | Label Hari |
labelHours | string | "Jam" | Label Jam |
labelMinutes | string | "Menit" | Label Menit |
labelSeconds | string | "Detik" | Label Detik |
alignment | enum | "left" | Alignment |
Contoh
{
"id": "pro01abc",
"type": "productCountdown",
"props": {
"label": "Sale berakhir dalam:",
"variant": "boxes",
"showDays": true,
"onExpired": "hide",
"expiredText": "Sale telah berakhir",
"labelDays": "Hari",
"labelHours": "Jam",
"labelMinutes": "Menit",
"labelSeconds": "Detik",
"alignment": "left"
}
}