This extension adds suggestions for product search.
- Add to Gemfile:
gem 'spree_autosuggest', :git => 'git://github.com/evrone/spree_autosuggest.git'
- Run
rails g spree_autosuggest:install
- Run
rake spree_autosuggest:seed
to add all Taxon & Product names to the autosuggest database
NOTE: This extension works only with Spree 1.0 and higher.