SCUTTLE Admin
Order Cancelled
status_cancelled
Subject Line
Available Placeholders — click to insert into HTML
{{first_name}}
{{customer_name}}
{{order_number}}
{{total_amount}}
{{deposit_amount}}
{{rental_start}}
{{rental_end}}
{{days}}
{{delivery_method}}
{{delivery_address}}
{{items_html}}
{{totals_html}}
{{extend_order_url}}
Click a token to insert at cursor position, or copy and paste manually.
HTML Body
Preview
<!DOCTYPE html> <html> <head><meta charset="UTF-8"/> <style>body{margin:0;padding:0;background:#f4f4f4;font-family:Arial,sans-serif;color:#333;}a{color:#2b6cb0;}</style> </head> <body> <table width="100%" cellpadding="0" cellspacing="0" style="background:#f4f4f4;padding:30px 0;"> <tr><td align="center"> <table width="600" cellpadding="0" cellspacing="0" style="background:#fff;border-radius:8px;overflow:hidden;max-width:600px;"> <tr> <td align="center" style="padding:30px 40px 20px;"> <div style="font-size:26px;font-weight:900;letter-spacing:2px;color:#1a2e4a;">SCUTTLE</div> <div style="font-size:11px;color:#888;letter-spacing:1px;">experience more</div> </td> </tr> <tr> <td style="padding:10px 40px 30px;"> <p style="font-size:18px;color:#333;margin:0 0 16px;">Hi {{first_name}},</p> <p style="font-size:16px;color:#555;line-height:1.6;margin:0 0 20px;"> Your order <strong>#{{order_number}}</strong> has been cancelled. </p> <p style="font-size:16px;color:#555;line-height:1.6;margin:0 0 20px;"> If you have any questions or believe this was a mistake, please contact us at <a href="mailto:orders@scuttle.co.za">orders@scuttle.co.za</a>. </p> </td> </tr> <tr> <td style="padding:20px 40px;border-top:1px solid #eee;"> <p style="font-size:13px;color:#888;margin:0 0 8px;">Questions? Contact us at <a href="mailto:orders@scuttle.co.za">orders@scuttle.co.za</a></p> <p style="font-size:12px;color:#aaa;margin:0;">© 2025 Scuttle (Pty) Ltd. All rights reserved.</p> </td> </tr> </table> </td></tr> </table> </body> </html>
Send Test
Save Template