berrypod/lib/berrypod_web/live/shop
jamey 01ff8decd5
All checks were successful
deploy / deploy (push) Successful in 1m17s
add order status lookup for customers
Magic link flow on contact page: customer enters email, gets a
time-limited signed link, clicks through to /orders showing all their
paid orders and full detail pages with thumbnails and product links.

- OrderLookupController generates/verifies Phoenix.Token signed links
- Contact LiveView handles lookup_orders + reset_tracking events
- Orders and OrderDetail LiveViews gated by session email
- Order detail shows thumbnails, links to products still available
- .themed-button gets base padding/font-weight so all usages are consistent
- order-summary-card sticky scoped to .cart-grid (was leaking to orders list)
- 27 new tests (1095 total)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 08:40:08 +00:00
..
cart.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
checkout_success.ex include browser/os/screen_size in e-commerce analytics events 2026-02-22 21:13:47 +00:00
collection.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
coming_soon.ex add logo to coming soon page 2026-02-20 22:19:15 +00:00
contact.ex add order status lookup for customers 2026-02-24 08:40:08 +00:00
content.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
home.ex add JSON-LD structured data 2026-02-23 22:37:34 +00:00
order_detail.ex add order status lookup for customers 2026-02-24 08:40:08 +00:00
orders.ex add order status lookup for customers 2026-02-24 08:40:08 +00:00
product_show.ex add JSON-LD structured data 2026-02-23 22:37:34 +00:00