diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

added default email (user.email) value for adressess #149

Closed restless closed 10 years ago

restless commented 10 years ago

What it does:

Normalizes usage of initials for adress forms. If user is authenticated then value of user.email is automatically placed into the address forms (invoice & shipping) on the checkout page. Previously email field was empty, even if user had it set in user account.

For anonymous checkouts - nothing changed.

diefenbach commented 10 years ago

Thx!