Procházet zdrojové kódy

Update order-received email copy with 48-hour follow-up and spam note

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington před 2 týdny
rodič
revize
bd277a7929
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/models/OrderMailer.asp

+ 1
- 1
app/models/OrderMailer.asp Zobrazit soubor

@@ -77,7 +77,7 @@ Class OrderMailer_Class
Private Function BuildOrderDetailsEmailBody(order, model)
Dim html
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&rsquo;ve received your submission. A KCI representative will be in touch in the next 48 hours. If you don&rsquo;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>" & _
" &middot; submitted " & H(EmailDate(model.SubmittedAt)) & "</p>"



Načítá se…
Zrušit
Uložit

Powered by TurnKey Linux.