Dashed-border receipt with the store name and order id, three monospaced quantity-name-price rows, a subtotal, and a bold final total with payment method.
New here? Read the installation guide.
import { Commerce25 } from "@/components/beste/piece/commerce25";
<Commerce25
storeName="Beste Goods · SF"
orderId="INV-2026-0421"
lines={[
{
"qty": 2,
"name": "Air Max 90",
"price": "$258.00"
},
{
"qty": 1,
"name": "Cotton Tee",
"price": "$48.00"
},
{
"qty": 1,
"name": "Retro Shades",
"price": "$38.00"
}
]}
subtotal="$344.00"
total="$368.14"
paid="Visa ending 4242"
/>Vertical shipment status with check, spinning, and pending dots connected by a tone-colored line, each row showing label and timestamp.
Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.
Order math card with subtotal, shipping, tax, and an emerald discount line, separated from a bold final total below.
Nearby stores list where each row carries a semantic stock dot, store name, distance, and a chevron to drill into the location.