chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Working billing address input on the checkout form #211

Closed PaitoAnderson closed 3 years ago

PaitoAnderson commented 3 years ago

The goal of this PR is to make it a bit easier for others to use this repo as a template to start their own store, by wiring up the billing address inputs which could be a big job.

jaepass commented 3 years ago

Thanks Paito! Will give this a test as soon as we can!

PaitoAnderson commented 3 years ago

Thanks @jaepass, great suggestions!