Checkout Items
Cart items list for checkout page.
Type: "checkoutItems"
Cart items list for checkout page.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Pesanan Kamu" | Judul |
showImage | boolean | true | Tampilkan Gambar |
showQuantity | boolean | true | Tampilkan Jumlah |
Contoh
{
"id": "che01abc",
"type": "checkoutItems",
"props": {
"title": "Pesanan Kamu",
"showImage": true,
"showQuantity": true
}
}