Receipt Email (Basic)

Template

Transactional receipt for purchases, bookings, or subscriptions. Renders a line-item table with order ID, date, and total.

core/email-tpl-receipt-basic

Installation

1 · Add registry to components.json

2 · Install component

Examples

Preview

Rendered with previewProps — subject, plain text, and live HTML.

API Reference

PropTypeDescription
orderIdreq
stringOrder / booking reference ID.
orderDatereq
stringFormatted date string.
lineItemsreq
ReceiptLineItem[]Array of { label, amount } objects.
totalreq
stringFormatted total amount string.
currency
stringCurrency prefix. Defaults to 'USD'.
recipientName
stringOptional greeting name.
siteName
stringDefaults to 'Keystone Core'.
logoUrl
stringOptional logo image URL.
supportEmail
stringOptional support address in footer.