ShreeCommerce / spree_address_book

Adds address book for users to Spree

Home Page:https://github.com/spree-contrib/spree_address_book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spree Address Book

Build Status Code Climate

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

Installation

  1. Add this extension to your Gemfile with this line:

Spree >= 3.1

gem 'spree_address_book', github: 'spree-contrib/spree_address_book'

Spree 3.0 and Spree 2.x

gem 'spree_address_book', github: 'spree-contrib/spree_address_book', branch: 'X-X-stable'

The branch option is important: it must match the version of Spree you're using. For example, use 3-0-stable if you're using Spree 3-0-stable or any 3.0.x version.

  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_address_book:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Contributing

If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.

License

Copyright (c) 2011-2016 Roman Smirnov & contributors, released under the New BSD License

About

Adds address book for users to Spree

https://github.com/spree-contrib/spree_address_book

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 85.1%Language:HTML 14.6%Language:CSS 0.3%