From 340a364d8ca59c964369be4d45592f32629e41ad Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 30 May 2026 20:57:30 -0500 Subject: [PATCH] add insurance + state compliance upsells to success page for trucking orders - Insurance lead capture: pre-filled name/email from order, submits to /api/v1/insurance-leads - State compliance CTA: shown for new carrier orders, links to DOT compliance page - Only shown for trucking/DOT order slugs --- site/public/order/success/index.html | 99 +++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/site/public/order/success/index.html b/site/public/order/success/index.html index cca7521..c256b63 100644 --- a/site/public/order/success/index.html +++ b/site/public/order/success/index.html @@ -60,7 +60,34 @@ Please wait while we confirm your payment.

Confirming your payment…

This usually takes just a moment.

+ + + + + +
Go to Client Portal Return Home @@ -181,4 +208,74 @@ Send reset link el.innerHTML = template; })(); + \ No newline at end of file