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

Add Size to Checkout Page #101

Closed slavakurilyak closed 4 years ago

slavakurilyak commented 4 years ago

Please add size (variations) to the checkout page

Image 2020-09-16 at 10 03 14 AM
robbieaverill commented 4 years ago

Hi @slavakurilyak, it's a good idea to list all selected variants here, thanks for the suggestion.

If you feel like making a pull request, I'd happily review one - otherwise we'll get to this when we have a chance to.

robbieaverill commented 4 years ago

@slavakurilyak has implemented this in #102 - thank you for your contribution!