vendure-ecommerce / storefront-remix-starter

A storefront starter kit for Vendure built with Remix
https://remix-storefront.vendure.io
176 stars 93 forks source link

New Address on checkout #32

Open mashaole opened 1 year ago

mashaole commented 1 year ago

When customer is logged in and has added product to cart and gets to /checkout and they have lets say 1 shipping address they cant add a new shipping address on the page i think the form should be added even for signed in customers

kyunal commented 1 year ago

Hi, address management is something being worked on alongside the missing account features. I cannot name when this will be available, but contributions are very welcome!

parkashay commented 6 months ago

Hi, I was able to render an address form (when user clicks on a checkbox to add a new address) by rendering the AddresForm component manually and submitting the address to /api/active-order route to set the new shipping address. But it would be way easier if it was a feature already available.