Skip to content

Commit 0aa2a76

Browse files
authored
Update DoorDash ordering CTAs and smart button (#33)
## Summary - Switch Skillet'z online ordering CTAs to DoorDash Storefront (`order.online`) using a shared DoorDash config. - Add DoorDash's site-wide floating `ORDER ONLINE` smart button via the Storefront SDK. - Update `/order-online` copy to “Track and manage your order online.” and simplify the buttons to `Order Pickup` / `Order Delivery`. - Style ordering CTAs consistently: DoorDash red (`#eb1700`) for the order page buttons and header nav button; rounded `8px` corners for the floating smart button. - Keep Tea-Rek'z `/order-online-tearekz` pointed at Toast by decoupling its redirect from Skillet'z ordering partner config. - Rebuild the generated GitHub Pages `docs/` output. ## Analytics - The `/order-online` clickouts continue to use the existing Google Analytics outbound click tracking helper. - The pickup/delivery links emit labels like `order_online:pickup` and `order_online:delivery` with destination URL/domain/page context. ## CI / validation - `npm run lint` (passes; existing `<img>` warnings only) - `npm run format:check` - `make build` - GitHub Actions `build` check is green ## Notes - `order.online` blocks direct bot/link-check fetches with Cloudflare, so Proof HTML ignores that domain and the DoorDash-provided Storefront URL is treated as authoritative. - This PR only prepares the change; it has not been merged or deployed.
1 parent 89db777 commit 0aa2a76

163 files changed

Lines changed: 298 additions & 189 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/proof-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
directory: ./docs
2020
check_css: false
21-
ignore_url_re: '(instagram\.com|facebook\.com|yelp\.com|yelp\.to|tripadvisor\.com|toasttab\.com|doordash\.com|kron4\.com)'
21+
ignore_url_re: '(instagram\.com|facebook\.com|yelp\.com|yelp\.to|tripadvisor\.com|toasttab\.com|doordash\.com|order\.online|kron4\.com)'
2222
validator_ignore: 'Element.*style.*not allowed as child of element.*div.*in this context.*'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Skillet'z Cafe is a family-owned restaurant proudly serving the Fremont communit
2424
- Thursday-Sunday: 8am - 8pm
2525
- **Address:** 37378 Niles Blvd, Fremont, CA 94536
2626
- **Phone:** (510) 793-8161
27-
- **Online Ordering:** Available through [DoorDash](https://www.doordash.com/store/skillet'z-cafe-fremont-31854517/)
27+
- **Online Ordering:** Available through [DoorDash Storefront](https://order.online/store/~31854517/?hideModal=true) ([DoorDash marketplace profile](https://www.doordash.com/store/skillet'z-cafe-fremont-31854517/))
2828

2929
## Website Technical Details
3030

docs/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
File renamed without changes.

docs/_next/data/8FQp9WvzG4vNna_7uMtah/blog/tag/about.json renamed to docs/_next/data/dR3N2GhXkEZypvhIerjQK/blog/tag/about.json

File renamed without changes.

docs/_next/data/8FQp9WvzG4vNna_7uMtah/blog/tag/antonio.json renamed to docs/_next/data/dR3N2GhXkEZypvhIerjQK/blog/tag/antonio.json

File renamed without changes.

docs/_next/data/8FQp9WvzG4vNna_7uMtah/blog/tag/business.json renamed to docs/_next/data/dR3N2GhXkEZypvhIerjQK/blog/tag/business.json

File renamed without changes.

docs/_next/data/8FQp9WvzG4vNna_7uMtah/blog/tag/community.json renamed to docs/_next/data/dR3N2GhXkEZypvhIerjQK/blog/tag/community.json

File renamed without changes.

docs/_next/data/8FQp9WvzG4vNna_7uMtah/blog/tag/harvard.json renamed to docs/_next/data/dR3N2GhXkEZypvhIerjQK/blog/tag/harvard.json

File renamed without changes.

0 commit comments

Comments
 (0)