Order Tracker
Check where an order is and when it's due to land.
Placeholder. Final copy pending from the client — this page exists so the link works and the layout is ready.
Order tracking needs two things that don't exist yet. First, a record of the order: today checkout hands off to Stripe and the cart clears on the success page, but nothing is written down, so there is nothing to look up. That's the checkout.session.completed webhook.
Second, tracking numbers have to come back from wherever the orders are actually fulfilled and shipped from — which is a question for Buz, not a code question.
Once orders are being stored, this page becomes a short form: order number plus email, returning status, carrier and a tracking link.