SolidusAddressBook

Build Status

This extension allows registered users to have multiple shipping & billing addresses and select each of them on checkout.

This extension is a solidus version of spree_address_book extension

Installation

Add this line to your application's Gemfile:

gem 'solidus_address_book', github: 'jtapia/solidus_address_book'

Then run the following:

$ bundle install
$ bundle exec rails g solidus_address_book:install

Preview

account-index checkout user addresses edit address form new address form checkout address options checkout address options checkout address options checkout address options

Testing

Run the following to automatically build a dummy app and run the tests:

$ bundle exec rake

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jtapia/solidus_address_book.

License

The gem is available as open source under the terms of the MIT License.