berrypod/lib/berrypod_web/components/shop_components
jamey 6289c678f7
Some checks failed
deploy / deploy (push) Has been cancelled
add no-JS fallback for contact page order tracking form
Both order tracking forms now have action="/contact/lookup" so they
POST to a new OrderLookupController.lookup action when JS is off.
The controller mirrors the LiveView handler: checks for paid orders,
sends the verification email, and redirects with a flash message.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 23:10:15 +00:00
..
base.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
cart.ex add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00
content.ex add no-JS fallback for contact page order tracking form 2026-02-24 23:10:15 +00:00
layout.ex add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00
product.ex fix add-to-cart button not submitting in shop mode 2026-02-24 22:58:41 +00:00