Order Confirmation Email for Ecommerce
Your ecommerce order confirmation opens at 60 to 75 percent, more than any campaign you will ever send. This template turns that receipt into a clear confirmation, a real shipping window, and one clean path to the next purchase.
What makes this order confirmation work for ecommerce / DTC
Trigger and timing. In Klaviyo this fires off the Placed Order metric, which Shopify pushes the moment checkout completes. The email should land inside 60 seconds. Buyers expect it instantly. Delay it and you hand the did-my-order-go-through anxiety straight to your support inbox, which is where DTC brands lose margin on WISMO tickets.
Why the open rate is this high. Order confirmations run 60 to 75 percent open in Klaviyo benchmarks because they are transactional and expected, and they are exempt from the consent rules that throttle marketing. That makes this the most reliable touchpoint in the program, so it has to earn its space instead of phoning in a receipt.
What belongs in the body: - Order number and date up top, scannable. Order #1042, placed June 27. - The item list with variant specifics. DTC buyers order variants: size, color, fragrance, wick type. Show them. Cedar & Smoke Candle, 8oz, Qty 1 beats 1x Candle. It cuts refund-causing mistakes. - Verified totals. Subtotal, shipping, tax, the discount code applied, and the total. Show the discount line even when it stings. Hiding it breaks trust. - A shipping ETA window, not a fake date. Leaves our Portland studio in 1 to 2 business days. Estimated delivery June 30 to July 2. Windows beat lies. They cut WISMO tickets, which for a mid-size DTC brand can run into the hundreds per week. - The shipping address echoed back. Buyers catch their own mistakes before the parcel leaves the dock. One echoed address line saves a replacement shipment and a support reply.
The copy angle. Reassure first, then inform. Open with the human line, not the receipt. Real example:
Hi Maya, we got your order (#1042) and we are pouring and packing it now. You will get a shipping email with tracking the moment it leaves our Portland studio.
That line does three jobs. It confirms. It sets a concrete next step. It puts a face on the brand. The receipt follows underneath.
The offer question. DTC founders want to jam a 20 percent discount into the confirmation. Do not. A discount in the receipt trains buyers to wait for the next code and undercuts the purchase they just made. Two moves perform better and protect margin: a referral hook (Give $10, get $10) that turns the buyer into a channel, or a single soft community CTA like SMS restock alerts. Pick one. One CTA, not three.
The CTA. One button. Track my order pointing at a track page, or Manage my order to a self-service portal. Click rate of 10 to 20 percent on confirmations is normal, friction is zero, and it routes buyers away from your inbox.
Numbers to expect. Open 60 to 75 percent. Click 10 to 20 percent. Revenue per recipient is low and that is fine. This email's job is retention and support deflection, not last-touch attribution.
Why it renders in every inbox
Table-based layout, not divs or flex. Outlook on Windows, versions 2007 through 2021, renders email HTML with Microsoft Word, not a browser. Word does not understand flexbox, CSS grid, or margin collapsing. So every structural block is a nested table, every row a tr, every cell a td. That is non-negotiable if you want the receipt to look the same in Outlook as it does in Gmail.
Inline CSS. Gmail and several mobile clients strip style blocks or clip them past a size threshold. Every visual rule lives on the element it styles, as an inline style attribute. Fonts, colors, padding, borders. No external rules.
Bulletproof VML button. The Word engine ignores border-radius and reliable padding on an a tag, so a normal button renders as a flat underlined link in Outlook. The fix is a VML roundrect wrapped around the button. Non-Outlook clients ignore it. Outlook renders a true rounded rectangle with a working click target. This template ships that pattern.
Live text, not images. Item names, prices, addresses, and the order number are real text. Screen readers read them. Dark mode inverts them cleanly. Buyers can copy them. The only images are the logo and item thumbnails, each with alt text and a fixed width.
Dark mode handling. Apple Mail and Gmail dark mode auto-invert colors and have wrecked many a confirmation. Two head tags tell the client you have considered both schemes: a color-scheme meta set to light dark, plus a supported-color-schemes meta. Combined with explicit hex values instead of named colors, this keeps a candle-brand cream and clay palette from flipping to a muddy gray.
One mobile media query. A single max-width 600px block drops the side padding and stacks the two-column ship-to and help block. One query is plenty. More than one invites Gmail clipping and breakage. Keep it simple.
Web font with a fallback. You can declare a brand web font in the head, but Gmail strips web fonts entirely and Outlook ignores them. Every font declaration carries a fallback stack: the brand font, then Helvetica, then Arial, then sans-serif. The design holds even when the custom face does not load.
How to use it in Klaviyo or Mailchimp
Step 1. Copy the HTML, or grab the MJML source first if you want to change the structure. In Mailwright you export both. Take the HTML for a paste-in deployment.
Step 2. Paste it into your ESP. In Klaviyo, open your Placed Order flow, add or open the email, switch the content to a Drag-and-Drop with an HTML block (or use the HTML email type), and paste the full document into the source. In Mailchimp, start a campaign, choose Code Your Own, then Paste in code, and drop the HTML in.
Step 3. Swap brand, colors, and links. Find the logo text Hearth & Hush, the clay button hex b6533f, the cream background f6f1ea, and the track-page URL. Replace each with your client's assets. Keep the structure intact.
Step 4. Wire the merge tags. This is the part that turns a static template into a live confirmation.
Klaviyo (Shopify-connected), real tags: - Subject: Your {{ organization.name }} order {{ event.extra.order_number }} is confirmed - First name: {{ first_name|default:"there" }} - Order number: {{ event.extra.order_number }} - Item loop: {% for item in event.Items %} {{ item.product.name }}, {{ item.quantity }}, {{ item.line_price }} {% endfor %} - Shipping: {{ event.extra.total_shipping }} - Tax: {{ event.extra.total_tax }} - Discount: {{ event.extra.discount_codes }} - Total: {{ event.extra.discounted_total }} - Shipping address: {{ event.ShippingAddress }} - Track link: {{ event.OrderURL }} or /pages/track?order={{ event.extra.order_number }}
Mailchimp (connected store), real tags: - Subject: Your *|STORENAME|* order *|ORDER_NUMBER|* is confirmed - First name: *|FNAME|* - Order number: *|ORDER_NUMBER|* - Order total: *|ORDER_TOTAL|* - Order date: *|ORDER_DATE|* - Receipt URL: *|RECEIPT_URL|* - Shipping address: *|SHIPPING_ADDRESS|* - Product rows: a Mailchimp Product block with *|PRODUCT:NAME|*, *|PRODUCT:QTY|*, *|PRODUCT:PRICE|*
Always check your ESP's current merge tag docs before you send. Platforms rename these between releases.
Step 5. Test before it goes live. Send proofs to Gmail web and the Gmail app on Android and iOS, Apple Mail on macOS and iOS in light and dark mode, Outlook 365 and Outlook.com, and Yahoo if you have volume there. Walk through as a buyer. Confirm the order number pulls through, the totals add up, the address is right, and the track button resolves. Run it through Litmus or Email on Acid if the client pays for it. Manual sends across these clients catch 95 percent of issues.
Questions
Is this ecommerce order confirmation template free to use? +
Yes. The HTML and MJML are free to copy, edit, and ship to your ecommerce clients. Paste it into Klaviyo or Mailchimp, brand it, and wire the merge tags. No license, no attribution.
Will it actually render in Outlook? +
Yes. The layout is nested HTML tables with inline CSS, and the button uses a VML roundrect so Outlook's Word engine shows a real rounded, clickable button instead of a flat underlined link.
How do I change the brand colors? +
Edit the hex values inline in the HTML, or change the mj-all and button attributes in the MJML source and re-export. Swap the clay b6533f button and the cream f6f1ea background for your client's palette. Keep explicit hex values so dark mode does not invert them badly.
Do my clients need to know HTML to use it? +
No. Once you wire the merge tags and links, you paste the finished HTML into Klaviyo or Mailchimp and it runs on the Placed Order trigger. The MJML source is there if you want to change the structure later, but clients never touch it.
Want this on your client's brand?
Paste a client's site and we build a real, on-brand sample in clean, ESP-safe HTML you can paste into Klaviyo.
Get a free sampleMore templates
- Abandoned Cart email for Baby brandsBloom & Burrow
- Abandoned Cart email for Beauty brandsVeloura
- Abandoned cart email for coffee brandsSlow Bloom Coffee
- Abandoned cart email for course creatorsStoryboard Lab
- Abandoned cart email for fashion brandsSTUDIO HALDEN
- Abandoned Cart email for FintechVelt
- Abandoned Cart email for Jewelry brandsSolenne
- Abandoned Cart email for Outdoor brandsRidgebound
- Abandoned Cart email for Pet brandsPantry Hound
- Abandoned Cart email for Real Estate brandsRidgeline Realty
- Abandoned Cart email for RestaurantsSycamore Kitchen
- Abandoned cart email for skincare brandsMira
- Abandoned cart email for supplement brandsVerdant Labs
- Abandoned Cart email for Travel brandsSaltcove Resorts
- Abandoned cart emailMaison Riva
- Back-in-stock email for beauty brandsMarisol Skincare
- Back-in-stock email for coffee brandsNorthbank Coffee Roasters
- Back in Stock email for Fashion brandsMaris & Wren
- Back in Stock email for Jewelry brandsLumen & Vale
- Back in Stock email for Pet brandsWilder Hound
- Back-in-stock email for sneaker brandsPavement Supply Co.
- Back-in-stock email for supplement brandsFernwell Naturals
- Back in Stock email for Wine brandsHollis Ridge
- Back-in-stock emailAURE
- Birthday email for beauty brandsMaison Lumière
- Birthday email for Coffee brandsDaybreak Roasters
- Birthday email for EcommerceHearth & Hazel
- Birthday email for Jewelry brandsAurum & Oak
- Birthday email for Nonprofit brandsBrightwater Children's Fund
- Birthday email for Pet brandsPawly
- Birthday email for restaurantsCoppa Rossa
- Birthday email for Travel brandsTidehaven Resorts
- Birthday emailSMALL BATCH ROASTERS
- Browse Abandonment email for Baby brandsWren & Cub
- Browse Abandonment email for Beauty brandsHalden & Hue
- Browse abandonment email for fashionHalden Studio
- Browse Abandonment email for Fitness brandsRidgeline Strength
- Browse abandonment email for home goodsHalvor & Oak
- Browse abandonment email for supplement brandsHearthroot
- Browse Abandonment email for Travel brandsMeridian Voyages
- Browse abandonment emailHARTWELL
- Weekly digest emailCadence Weekly
- Event / webinar invite emailCadence
- Flash Sale email for Fashion brandsMarlowe Studio
- Flash sale emailMARA
- Loyalty VIP email for coffee brandsDriftwood Coffee Roasters
- Loyalty / VIP emailMAISON VERDE
- Newsletter email for creatorsMargins
- Newsletter email for ecommerceMarlow & Finch
- Newsletter email for fitness brandsRidgeline Strength
- Newsletter email for Jewelry brandsMaison Vermeil
- Newsletter email for Nonprofit brandsRiverbend Food Bank
- Newsletter email for real estate brandsCrestview Realty
- Newsletter email for restaurantsSaltmarsh
- Newsletter email for SaaSRelaybeam
- Newsletter email for Travel brandsDriftwood Voyages
- Editorial newsletter emailFrontier
- Order confirmation emailHALCYON
- Post Purchase email for Coffee brandsDaybreak Coffee Roasters
- Post Purchase email for Fitness brandsForge Strength Club
- Post Purchase email for Jewelry brandsAurum Atelier
- Post-purchase email for Pet brandsBramble & Bark
- Post-purchase email for skincare brandsVesper
- Post-purchase email for supplementsNorthroot
- Post Purchase email for Travel brandsMarisol Retreats
- Post Purchase email for Wine brandsHollis Hollow Estate
- Post-purchase emailHale and Fern
- Price Drop email for Fashion brandsMarlowe
- Price drop emailWREN
- Product announcement emailLUME
- Product launch email for DTC beautyMarisol
- Product Launch email for EcommerceNorthbound Roast
- Product Launch email for Fitness brandsForge Athletics
- Product launch email for jewelry brandsMaison Velaire
- Product Launch email for Nonprofit brandsGreenhollow Land Trust
- Product Launch email for Pet brandsBarkwell
- Product launch email for SaaSForgepath
- Product launch email for sneaker brandsFORM Athletics
- Product launch (drop) emailPULSAR
- Promotional (sale) emailOSSE
- Referral email for EcommerceSaltwater Skin
- Referral emailHEARTH
- Replenishment email for Supplement brandsRootwell
- Replenishment emailNORTHPEAK
- Review request email for course creatorsLoam Academy
- Review request email for ecommerceCove Skincare
- Review Request email for Jewelry brandsVela & Stone
- Review Request email for Nonprofit brandsRiverside Food Bank
- Review Request email for Real Estate brandsBridgepoint Realty
- Review request email for restaurantsOlive & Ember
- Review Request email for SaaSRecurlio
- Review request email for travel brandsNorthbound Lodge
- Review request emailHALCYON
- SaaS onboarding emailCadence
- Shipping Update email for EcommerceCoastline Coffee
- Shipping update emailHalftide
- Trial ending email (SaaS)Cadence
- Welcome email for baby brandsHazel & Fawn
- Welcome email for Beauty brandsMaris Botanica
- Welcome email for Coffee brandsBright Iron Coffee
- Welcome email for course creatorsLoaf & Crumb
- Welcome email for ecommerceNorthpine Coffee Roasters
- Welcome email for Fitness brandsForge Athletics
- Welcome email for Jewelry brandsMaison Aurelle
- Welcome email for Nonprofit brandsRiverbend Land Trust
- Welcome email for Outdoor brandsFoxpine Supply Co.
- Welcome email for Real Estate brandsCrestview Realty
- Welcome email for restaurantsOlea Trattoria
- Welcome email for SaaSForge
- Welcome email for supplement brandsFlorae Health
- Welcome email for Travel brandsCasa Marisol
- Welcome email for Wine brandsRedtail Cellars
- Welcome emailVerda
- Win Back email for Baby brandsOlive & Oat
- Win-back email for course creatorsPigment Studio
- Win-back email for ecommerceMarlowe Skin
- Win-back email for fintechHaven
- Win-back email for jewelry brandsCovelle
- Win Back email for Outdoor brandsSwitchback Outfitters
- Win Back email for Pet brandsNorthpaw
- Win-back email for real estateNorthbridge Realty
- Win Back email for RestaurantsSaltwood Kitchen
- Win-back email for subscription boxesHearthwood Coffee Co.
- Win-back email for supplement brandsFernwood Botanicals
- Win Back email for Wine brandsHollow Oak Estate
- Win-back (re-engagement) emailORSO