Quick summary
A static-site update note about replacing an old promotion, fixing print-page routing, updating share copy, and adding a chat script behind cookie approval.
The problem
The static site needed a new promotion to replace an older offer, plus chat support that depended on cookie/script approval before firing publicly.
What I checked
- Promotion listing order
- Print-page route behavior
- Text and email share copy
- Static HTML pages that needed the chat script
- Cookie approval requirements for the chat provider
What I changed
- Added the new promotion in the requested position
- Removed the old promotion and matching print page
- Fixed the print link by routing it through the static print redirect map
- Updated promo, print, text, and email share wording
- Added the chat script across the static HTML site and documented the remaining cookie approval step
Result
The promotion flow and print route matched the new offer, and the chat script was installed pending public cookie-script approval.
What I'd watch next
- Whether cookie consent settings allow the chat script to load
- Whether old promotion URLs need redirects
- Whether future offers update print and share copy together