Sylius / AdminOrderCreationPlugin

Create orders in Sylius as an Administrator
MIT License
56 stars 50 forks source link

Display address book for shipping and billing address #133

Open maximehuran opened 5 years ago

maximehuran commented 5 years ago

It could be great to display the customer's address book in order to avoid to type shipping / billing address during admin order creation.

I don't find this feature in this plugin.

BartoszWojdalowicz commented 2 years ago

Hi @maximehuran

In one Bitbag project, we implemented this feature. #184 here you can see changes. All you need are twig templates and js file. In the project, it should work without webpack, but for plugin purposes, we had to add it.