Sylius / Sylius-Sandbox

[DEPRACATED] Sylius sandbox application, playground and testing place for Sylius and Symfony2 beginners.
Sylius.org
MIT License
76 stars 24 forks source link

PR: Prefill delivery and billing address in Addressing #109

Closed pjezek closed 11 years ago

pjezek commented 11 years ago

Hi,

Doesn't it make sense to prefill both the billing and delivery address in the Addressing step?

Greetings from Switzerland. Patrick

pjedrzejewski commented 11 years ago

Hey! Yes it makes perfect sense, but in sandbox we do not store the address on user. Your implementation would use the address with same id as user, but they are not related in anyway, so it's a random address.

We'll have both addresses configurable on user in main app, and of course pre-fill the checkout for logged in customers. :+1:

Thanks for heads up! Currently this is not possible in sandbox so I'm closing this.