/spree-last-address

Relieves user of retyping address on return order in spree

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SpreeLastAddress

Relieves the customer of typing his address again on a second order. (As this unnecessary typing may lead to order abortion)

Prefills any address during checkout with the last used address.

No db changes, one query during checkout more.

Installation

Just put in your Gemfile

gem 'spree_last_address', :git => "git://github.com/dancinglightning/spree-last-address.git"

No assets, no migrations, not rake tasks.

PS: I pulled best commits from forked reps. Thanks to kenscotthlebek, TylerRick

Copyright (c) 2010 [Torsten Rüger], released under the New BSD License