Picture of Responsive Tables for “Order Paid” Emails

Responsive Tables for “Order Paid” Emails

1. Feature Overview

“Responsive table” is a toggle in Email Message Template Settings that rebuilds the order-items table so it always fits in narrow mail-clients and mobile preview panes.

  • Before – prices and decimals could wrap onto two lines when the viewport was too small.

  • After – table cells re-flow vertically, columns are centred, and typography/padding rules keep values on one line while remaining readable on any device.

2. Typical Use-Cases

  1. Brands with high mobile-open rates – prevents decimal line-wrap and cramped tables on phones.

  2. Stores selling configurable or personalised items – attribute padding (1.5 em) keeps long option lists readable.

  3. High-value orders – bold left-hand labels and regular right-hand values emphasise totals without duplicating emphasis.

  4. Multi-image order lines – responsive rows accommodate thumbnail galleries.

4. Step-by-Step Implementation Guide

A. Enable & Test

  1. Go to: Email Message Template Settings

  2. Turn Responsive table ON.

  3. Save the template.

What happens behind the scenes?
MessageTokenProvider.cs now injects a vertical-stack HTML structure using colspan/rowspan instead of fixed three-column rows. All cells receive inline text-align:center, padding:0.4em 0 (fixed spacing bug), and attributes get an extra padding:1.5em 0.
 

 

     
     
     
     
Incomplete
Alternate Search Terms
WYSIWYG stands for "What You See Is What You Get" which means that the styling choices made in this editor will be reflected on the front end.