No description
Two bugs that invalidated the price A/B/C test (20/30/0): 1. OrderPriceBanner.astro shipped with data-api="" (PUBLIC_API_URL was never set at build), so the ?code= discount lookup hit a relative /api/... path on the static host -> 502. The struck-through discounted price NEVER rendered for anyone who clicked a coupon link; every visitor saw full price. Fixed to fall back to window.__PW_API (set in Base.astro) then the prod API host, the same pattern the rest of the site uses. 2. Daily coupons expired 23:59 ET of the SEND day. The builder runs in the morning ET and carriers read mail across ~36h, so most discount arms saw an already-expired code by open time. Extended to 23:59 ET of the day AFTER send (~1.5 days), and updated the email + banner wording to match. Net: the A/B/C arms can now actually be redeemed, so the test can produce a real signal. Measured by paid Stripe orders keyed to the arm (re-hash of the converter email), not bot-polluted opens/clicks. |
||
|---|---|---|
| .claude/projects/-home-justin-projects-performancewest-new-site/memory | ||
| api | ||
| chrome-extension/fcc-access-helper | ||
| data | ||
| docs | ||
| docserver | ||
| erpnext | ||
| frappe_adyen | ||
| frappe_ca_registry | ||
| frappe_crypto | ||
| infra | ||
| mcp | ||
| monitoring | ||
| node-compile-cache/v25.1.0-x64-392347a2-1000 | ||
| performancewest_erpnext | ||
| scripts | ||
| site | ||
| src | ||
| test_screenshots | ||
| .gitignore | ||
| CLAUDE.md | ||
| deploy.sh | ||
| docker-compose.dev.override.yml | ||
| docker-compose.yml | ||
| extract-erpnext-assets.sh | ||