Skip to content

DavidBennettPIO/spree-multi-outlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree Multi Outlet

Adds Nested Store/Outlet Support to Spree.

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.

Allows you to have diffrent store prices

New store price admin to keep a track of the pricing and on hand at each store.

TODO

Clean up, Test, Add front-side views.

Install

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

About

Allows Spree to have miltipule shops with diffrent pricing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages