No commit activity in last 3 years
No release in over 3 years
Adds address book for users to Spree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

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.