build69
build69  /  Components  /  Commerce  /  OrderConfirmation

OrderConfirmation

v1.0.14Updated 27 Aug 2026

Order confirmation / thank-you page — classic, with-tracking, receipt and thank-you layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
Confirmed ClassicOpen ↗
Why this is recommendedorder-confirmationthank-youreceiptcommerce+3

OrderConfirmation — confirmed classic.

Recommended for+14
  • Post-purchase confirmation pages
  • Ecommerce sites
Tags+6
order-confirmationthank-youreceiptcommercepageconfirmedclassic
Features+4
  • Classic, with-tracking, receipt and thank-you layouts
  • Delivery / digital-download / subscription / problem-state variants
  • Self-contained — no required props
Not recommended for−2
  • Order management (use Orders)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "OrderConfirmation" })

Usage

import { OrderConfirmedClassic } from '@/components/pages/order-confirmation';

<OrderConfirmedClassic />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related