Order Confirmation
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<style>
@page { margin: 40px; }
body { font-family: ‘Helvetica’, ‘Arial’, sans-serif; font-size: 13px; color: #333; line-height: 1.4; margin: 0; }
.header-table { width: 100%; border-bottom: 2px solid #eee; padding-bottom: 20px; margin-bottom: 20px; }
.status-badge { background: #27ae60; color: #fff; padding: 12px 20px; font-weight: bold; font-size: 18px; text-transform: uppercase; border-radius: 4px; text-align: center; }
.label { font-size: 11px; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
.main-table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.main-table th { background: #f8f9fa; text-align: left; padding: 12px; border-bottom: 1px solid #ddd; font-size: 12px; }
.main-table td { padding: 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.footer-grid { width: 100%; border-collapse: collapse; margin-top: 20px; }
.footer-grid td { vertical-align: top; width: 50%; }
.summary-table { width: 100%; border-collapse: collapse; }
.summary-table td { padding: 6px 0; border-bottom: 1px solid #fcfcfc; }
.total-row { font-weight: bold; border-top: 1px solid #333; font-size: 15px; }
.note-box { background: #f9f9f9; border-left: 4px solid #27ae60; padding: 15px; margin-top: 20px; font-style: italic; }
</style>
</head>
<body>
<table class=”header-table”>
<tr>
<td>
<h1 style=”margin:0; color:#27ae60;”>{{company_name}}</h1>
<div style=”font-size:11px; color:#666;”>Professional Web & Domain Hosting Solutions</div>
</td>
<td align=”right” width=”240″>
<div class=”status-badge”>ORDER CONFIRMED</div>
</td>
</tr>
</table><table style=”width:100%;”>
<tr>
<td>
<div class=”label”>BILL TO:</div>
<div style=”font-size:16px; font-weight:bold;”>{{domain}}</div>
<div>{{client_name}} (Admin)</div>
<div>{{email}}</div>
</td>
</tr>
</table><table class=”main-table”>
<thead>
<tr>
<th width=”50%”>Description</th>
<th width=”30%”>Period</th>
<th width=”20%”>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{service_desc}}</td>
<td>{{start_date}} to {{expiry_date}}</td>
<td>{{subtotal}}</td>
</tr>
</tbody>
</table><table class=”footer-grid”>
<tr>
<td style=”padding-right:30px;”>
<div class=”label”>Payment Information</div>
<div style=”background:#fcfcfc; padding:12px; border:1px solid #eee; font-size:12px;”>{{bank_info}}</div>
<div class=”note-box”>
<strong>Official Note:</strong> Thank you for choosing {{company_name}}! Your order is confirmed and your web hosting service is now fully active.
</div>
</td>
<td>
<div class=”label”>Service Details</div>
<table class=”summary-table”>
<tr><td>Domain:</td><td align=”right”>{{domain}}</td></tr>
<tr><td>Duration:</td><td align=”right”>{{duration}}</td></tr>
<tr><td>Status:</td><td align=”right” style=”color:#27ae60;”>{{status}}</td></tr>
<tr><td colspan=”2″ style=”padding:10px 0;”></td></tr>
<tr><td>Subtotal:</td><td align=”right”>{{subtotal}}</td></tr>
<tr><td>Discount:</td><td align=”right”>{{discount}}</td></tr>
<tr><td>Amount Paid:</td><td align=”right”>{{paid}}</td></tr>
<tr class=”total-row”><td style=”padding-top:10px;”>Balance:</td><td align=”right” style=”padding-top:10px;”>{{balance}}</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Payment Pending
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<style>
/* CSS remains identical to maintain structure */
@page { margin: 40px; }
body { font-family: ‘Helvetica’, ‘Arial’, sans-serif; font-size: 13px; color: #333; line-height: 1.4; margin: 0; }
.header-table { width: 100%; border-bottom: 2px solid #eee; padding-bottom: 20px; margin-bottom: 20px; }
.status-badge { background: #e67e22; color: #fff; padding: 12px 20px; font-weight: bold; font-size: 18px; text-transform: uppercase; border-radius: 4px; text-align: center; }
.label { font-size: 11px; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
.main-table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.main-table th { background: #f8f9fa; text-align: left; padding: 12px; border-bottom: 1px solid #ddd; font-size: 12px; }
.main-table td { padding: 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.footer-grid { width: 100%; border-collapse: collapse; margin-top: 20px; }
.footer-grid td { vertical-align: top; width: 50%; }
.summary-table { width: 100%; border-collapse: collapse; }
.summary-table td { padding: 6px 0; border-bottom: 1px solid #fcfcfc; }
.total-row { font-weight: bold; border-top: 1px solid #333; font-size: 15px; }
.note-box { background: #f9f9f9; border-left: 4px solid #e67e22; padding: 15px; margin-top: 20px; font-style: italic; }
</style>
</head>
<body>
<table class=”header-table”>
<tr>
<td>
<h1 style=”margin:0; color:#e67e22;”>{{company_name}}</h1>
<div style=”font-size:11px; color:#666;”>Professional Web & Domain Hosting Solutions</div>
</td>
<td align=”right” width=”240″>
<div class=”status-badge”>PAYMENT PENDING</div>
</td>
</tr>
</table><table style=”width:100%;”>
<tr><td><div class=”label”>BILL TO:</div><div style=”font-size:16px; font-weight:bold;”>{{domain}}</div><div>{{client_name}} (Admin)</div><div>{{email}}</div></td></tr>
</table><table class=”main-table”>
<thead><tr><th width=”50%”>Description</th><th width=”30%”>Period</th><th width=”20%”>Amount</th></tr></thead>
<tbody><tr><td>{{service_desc}}</td><td>{{start_date}} to {{expiry_date}}</td><td>{{subtotal}}</td></tr></tbody>
</table><table class=”footer-grid”>
<tr>
<td style=”padding-right:30px;”>
<div class=”label”>Payment Information</div>
<div style=”background:#fcfcfc; padding:12px; border:1px solid #eee; font-size:12px;”>{{bank_info}}</div>
<div class=”note-box”>
<strong>Official Note:</strong> WARNING: This payment is pending. Please settle the balance immediately to avoid service interruption or account suspension.
</div>
</td>
<td>
<div class=”label”>Service Details</div>
<table class=”summary-table”>
<tr><td>Domain:</td><td align=”right”>{{domain}}</td></tr>
<tr><td>Duration:</td><td align=”right”>{{duration}}</td></tr>
<tr><td>Status:</td><td align=”right” style=”color:#e67e22;”>{{status}}</td></tr>
<tr><td colspan=”2″ style=”padding:10px 0;”></td></tr>
<tr><td>Subtotal:</td><td align=”right”>{{subtotal}}</td></tr>
<tr><td>Discount:</td><td align=”right”>{{discount}}</td></tr>
<tr><td>Amount Paid:</td><td align=”right”>{{paid}}</td></tr>
<tr class=”total-row”><td style=”padding-top:10px;”>Balance:</td><td align=”right” style=”padding-top:10px;”>{{balance}}</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Renewal Service (Blue)
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<style>
/* CSS remains identical to maintain structure */
@page { margin: 40px; }
body { font-family: ‘Helvetica’, ‘Arial’, sans-serif; font-size: 13px; color: #333; line-height: 1.4; margin: 0; }
.header-table { width: 100%; border-bottom: 2px solid #eee; padding-bottom: 20px; margin-bottom: 20px; }
.status-badge { background: #2980b9; color: #fff; padding: 12px 20px; font-weight: bold; font-size: 18px; text-transform: uppercase; border-radius: 4px; text-align: center; }
.label { font-size: 11px; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
.main-table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.main-table th { background: #f8f9fa; text-align: left; padding: 12px; border-bottom: 1px solid #ddd; font-size: 12px; }
.main-table td { padding: 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.footer-grid { width: 100%; border-collapse: collapse; margin-top: 20px; }
.footer-grid td { vertical-align: top; width: 50%; }
.summary-table { width: 100%; border-collapse: collapse; }
.summary-table td { padding: 6px 0; border-bottom: 1px solid #fcfcfc; }
.total-row { font-weight: bold; border-top: 1px solid #333; font-size: 15px; }
.note-box { background: #f9f9f9; border-left: 4px solid #2980b9; padding: 15px; margin-top: 20px; font-style: italic; }
</style>
</head>
<body>
<table class=”header-table”>
<tr>
<td>
<h1 style=”margin:0; color:#2980b9;”>{{company_name}}</h1>
<div style=”font-size:11px; color:#666;”>Professional Web & Domain Hosting Solutions</div>
</td>
<td align=”right” width=”240″>
<div class=”status-badge”>RENEWAL NOTICE</div>
</td>
</tr>
</table><table style=”width:100%;”>
<tr><td><div class=”label”>BILL TO:</div><div style=”font-size:16px; font-weight:bold;”>{{domain}}</div><div>{{client_name}} (Admin)</div><div>{{email}}</div></td></tr>
</table><table class=”main-table”>
<thead><tr><th width=”50%”>Description</th><th width=”30%”>Period</th><th width=”20%”>Amount</th></tr></thead>
<tbody><tr><td>{{service_desc}}</td><td>{{start_date}} to {{expiry_date}}</td><td>{{subtotal}}</td></tr></tbody>
</table><table class=”footer-grid”>
<tr>
<td style=”padding-right:30px;”>
<div class=”label”>Payment Information</div>
<div style=”background:#fcfcfc; padding:12px; border:1px solid #eee; font-size:12px;”>{{bank_info}}</div>
<div class=”note-box”>
<strong>Official Note:</strong> RENEWAL NOTICE: Your subscription is expiring. Renew now to maintain your data integrity and avoid service expiration on {{expiry_date}}.
</div>
</td>
<td>
<div class=”label”>Service Details</div>
<table class=”summary-table”>
<tr><td>Domain:</td><td align=”right”>{{domain}}</td></tr>
<tr><td>Duration:</td><td align=”right”>{{duration}}</td></tr>
<tr><td>Status:</td><td align=”right” style=”color:#2980b9;”>{{status}}</td></tr>
<tr><td colspan=”2″ style=”padding:10px 0;”></td></tr>
<tr><td>Subtotal:</td><td align=”right”>{{subtotal}}</td></tr>
<tr><td>Discount:</td><td align=”right”>{{discount}}</td></tr>
<tr><td>Amount Paid:</td><td align=”right”>{{paid}}</td></tr>
<tr class=”total-row”><td style=”padding-top:10px;”>Balance:</td><td align=”right” style=”padding-top:10px;”>{{balance}}</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Service Cancellation (Red)
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<style>
/* CSS remains identical to maintain structure */
@page { margin: 40px; }
body { font-family: ‘Helvetica’, ‘Arial’, sans-serif; font-size: 13px; color: #333; line-height: 1.4; margin: 0; }
.header-table { width: 100%; border-bottom: 2px solid #eee; padding-bottom: 20px; margin-bottom: 20px; }
.status-badge { background: #c0392b; color: #fff; padding: 12px 20px; font-weight: bold; font-size: 18px; text-transform: uppercase; border-radius: 4px; text-align: center; }
.label { font-size: 11px; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
.main-table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.main-table th { background: #f8f9fa; text-align: left; padding: 12px; border-bottom: 1px solid #ddd; font-size: 12px; }
.main-table td { padding: 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.footer-grid { width: 100%; border-collapse: collapse; margin-top: 20px; }
.footer-grid td { vertical-align: top; width: 50%; }
.summary-table { width: 100%; border-collapse: collapse; }
.summary-table td { padding: 6px 0; border-bottom: 1px solid #fcfcfc; }
.total-row { font-weight: bold; border-top: 1px solid #333; font-size: 15px; }
.note-box { background: #f9f9f9; border-left: 4px solid #c0392b; padding: 15px; margin-top: 20px; font-style: italic; }
</style>
</head>
<body>
<table class=”header-table”>
<tr>
<td>
<h1 style=”margin:0; color:#c0392b;”>{{company_name}}</h1>
<div style=”font-size:11px; color:#666;”>Professional Web & Domain Hosting Solutions</div>
</td>
<td align=”right” width=”240″>
<div class=”status-badge”>SERVICE CANCELLED</div>
</td>
</tr>
</table><table style=”width:100%;”>
<tr><td><div class=”label”>BILL TO:</div><div style=”font-size:16px; font-weight:bold;”>{{domain}}</div><div>{{client_name}} (Admin)</div><div>{{email}}</div></td></tr>
</table><table class=”main-table”>
<thead><tr><th width=”50%”>Description</th><th width=”30%”>Period</th><th width=”20%”>Amount</th></tr></thead>
<tbody><tr><td>{{service_desc}}</td><td>{{start_date}} to {{expiry_date}}</td><td>{{subtotal}}</td></tr></tbody>
</table><table class=”footer-grid”>
<tr>
<td style=”padding-right:30px;”>
<div class=”label”>Payment Information</div>
<div style=”background:#fcfcfc; padding:12px; border:1px solid #eee; font-size:12px;”>{{bank_info}}</div>
<div class=”note-box”>
<strong>Official Note:</strong> CRITICAL WARNING: This service is cancelled. All data may be permanently deleted soon. Contact support immediately for recovery assistance.
</div>
</td>
<td>
<div class=”label”>Service Details</div>
<table class=”summary-table”>
<tr><td>Domain:</td><td align=”right”>{{domain}}</td></tr>
<tr><td>Duration:</td><td align=”right”>{{duration}}</td></tr>
<tr><td>Status:</td><td align=”right” style=”color:#c0392b;”>{{status}}</td></tr>
<tr><td colspan=”2″ style=”padding:10px 0;”></td></tr>
<tr><td>Subtotal:</td><td align=”right”>{{subtotal}}</td></tr>
<tr><td>Discount:</td><td align=”right”>{{discount}}</td></tr>
<tr><td>Amount Paid:</td><td align=”right”>{{paid}}</td></tr>
<tr class=”total-row”><td style=”padding-top:10px;”>Balance:</td><td align=”right” style=”padding-top:10px;”>{{balance}}</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>