Extends spree_multi_domain to have nested stores so that products in child stores show up in the parent stores.
This allows you to have redshop.example.com blueshop.example.com and www.example.com where www.example.com would show products available in all 3 stores.
New store price admin to keep a track of the pricing and on hand at each store.
Clean up, Test, Add front-side views.
Add to you Gemfile:
gem "spree_multi_domain", :git => 'git://github.com/spree/spree-multi-domain.git'
gem "spree_multi_outlet", :git => 'git://github.com/complistic-gaff/spree-multi-outlet.git'
Then run these commands from your rails root:
bundle install
rake spree_multi_domain:install
rake spree_multi_outlet:install
rake db:migrate
Copyright (c) 2011 David Bennett, released under the New BSD License