spree_address_book
spree_address_book copied to clipboard
Adds address book for users to Spree
Update extension to use bootstrap-4 classes
Make sure that the address is not deleted if we are looking up billing or shipping address
When an user has two addresses, if you add a product to cart, start the checkout and switch from one address to the other one, the first one gets destroyed....
If a user clicks the radio button to enter another address, this form was prefilled by spree default address for this user. This is NOT what we want. We want...
Are there any thoughts of releasing new version? Adding a gem like this: ```rb gem 'spree_address_book', github: 'spree-contrib/spree_address_book' ``` ...in the extension makes it required to add the same line...
Using Spree 3.1.0 Looking at https://github.com/spree-contrib/spree_address_book/blob/master/app/models/spree/order_decorator.rb#L76 when this method is getting passed attributes for an address, it is just a simple Hash of attributes, not a Parameters object from the...
Earlier it was saving all the addresses and ```save_user_address``` parameters not in used. Address should be stored only if use provide permission to save