From 0ef07e25b4fa88bf3fab65185653b19a83324b16 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 9 May 2026 11:05:24 -0500 Subject: [PATCH] Remove prices from compliance checker service selection Hide individual service prices and total/discount row from the compliance checker results. Users see service names + checkboxes only. Prices revealed on the order page after clicking Get Started. Co-Authored-By: Claude Opus 4.6 (1M context) --- site/src/pages/tools/fcc-compliance-check.astro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index c04c7e1..7f643c2 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -859,20 +859,17 @@ import Base from "../../layouts/Base.astro"; for (const svc of services) { // altOf items start unchecked (they're alternatives to the main item) const checked = svc.price > 0 && svc.id !== "stir_shaken" && !svc.altOf ? "checked" : ""; - const priceLabel = svc.priceLabel || (svc.price > 0 ? `$${svc.price}` : svc.desc || "included"); html += ``; } html += ``; - html += `
`; + html += ``; html += `