Change your admin login password. Make sure to remember it β there's no reset option.
Orders are charged through Stripe Checkout. Paste your API keys below and wire the webhook endpoint in the Stripe dashboard to
https://thegoodybasket.com/php/stripe_webhook.php (events: checkout.session.completed, checkout.session.expired).
When an order is paid, confirmation emails go to both you and the customer via Resend. You'll need a verified sending domain (see the setup guide in project.md for the DNS records).
Edit the subject lines and HTML bodies for the two confirmation emails. Use the placeholders below β they're substituted automatically when the email is sent.
{{order_id}} {{customer_name}} {{customer_email}} {{customer_phone}}
{{order_items}} {{order_total}} {{pickup_date}}
{{pickup_location}} {{order_notes}}