|
|
@@ -77,7 +77,7 @@ Class OrderMailer_Class |
|
|
Private Function BuildOrderDetailsEmailBody(order, model) |
|
|
Private Function BuildOrderDetailsEmailBody(order, model) |
|
|
Dim html |
|
|
Dim html |
|
|
html = "<div style=""color:#7c3bc0; font-weight:800; font-size:11px; letter-spacing:0.06em; text-transform:uppercase;"">Order Received</div>" & _ |
|
|
html = "<div style=""color:#7c3bc0; font-weight:800; font-size:11px; letter-spacing:0.06em; text-transform:uppercase;"">Order Received</div>" & _ |
|
|
"<h1 style=""color:#201a27; font-size:22px; margin:6px 0 4px; font-family:Arial, Helvetica, sans-serif;"">Thanks! We've received your order details.</h1>" & _ |
|
|
|
|
|
|
|
|
"<h1 style=""color:#201a27; font-size:22px; margin:6px 0 4px; font-family:Arial, Helvetica, sans-serif;"">Thanks! We’ve received your submission. A KCI representative will be in touch in the next 48 hours. If you don’t see anything in your inbox, be sure to check your spam folder!</h1>" & _ |
|
|
"<p style=""color:#6d6574; font-size:13px; margin:0 0 8px;"">Jurisdiction number <strong style=""color:#201a27;"">" & H(order("JurisdictionNumber")) & "</strong>" & _ |
|
|
"<p style=""color:#6d6574; font-size:13px; margin:0 0 8px;"">Jurisdiction number <strong style=""color:#201a27;"">" & H(order("JurisdictionNumber")) & "</strong>" & _ |
|
|
" · submitted " & H(EmailDate(model.SubmittedAt)) & "</p>" |
|
|
" · submitted " & H(EmailDate(model.SubmittedAt)) & "</p>" |
|
|
|
|
|
|
|
|
|