Receipt Email (Basic)
TemplateTransactional receipt for purchases, bookings, or subscriptions. Renders a line-item table with order ID, date, and total.
core/email-tpl-receipt-basicInstallation
1 · Add registry to components.json
2 · Install component
Examples
Preview
Rendered with previewProps — subject, plain text, and live HTML.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
orderIdreq | string | — | Order / booking reference ID. |
orderDatereq | string | — | Formatted date string. |
lineItemsreq | ReceiptLineItem[] | — | Array of { label, amount } objects. |
totalreq | string | — | Formatted total amount string. |
currency | string | — | Currency prefix. Defaults to 'USD'. |
recipientName | string | — | Optional greeting name. |
siteName | string | — | Defaults to 'Keystone Core'. |
logoUrl | string | — | Optional logo image URL. |
supportEmail | string | — | Optional support address in footer. |