Checkout Form
Buyer shipping information form for checkout.
Type: "checkoutForm"
Buyer shipping information form for checkout.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Informasi Pengiriman" | Judul |
showPhone | boolean | true | Tampilkan Nomor HP |
showAddress | boolean | true | Tampilkan Alamat |
showNotes | boolean | false | Tampilkan Catatan |
Contoh
{
"id": "che01abc",
"type": "checkoutForm",
"props": {
"title": "Informasi Pengiriman",
"showPhone": true,
"showAddress": true,
"showNotes": false
}
}