Order Summary
Price summary and pay button for checkout.
Type: "checkoutSummary"
Price summary and pay button for checkout.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Ringkasan Pesanan" | Judul |
buttonText | string | "Bayar Sekarang" | Teks Tombol |
showPromoCode | boolean | false | Tampilkan Kode Promo |
Contoh
{
"id": "che01abc",
"type": "checkoutSummary",
"props": {
"title": "Ringkasan Pesanan",
"buttonText": "Bayar Sekarang",
"showPromoCode": false
}
}