4

Hi i need a shop software where i can offer products from different vendors. e.g. one could buy a watch from 3 different vendors for different prices. Amazon does this too. (see http://www.amazon.de/gp/offer-listing/B0031SZRZG/ref=dp_olp_new?ie=UTF8&condition=new)

Are there any plugins for that in Spree?

Dominik Goltermann
  • 4,276
  • 2
  • 26
  • 32

1 Answers1

8

Yep spree has plugin for spree multi vendor ,spree multi store as well spree multi tenant

spree multistore https://github.com/bullrico/spree-multistore

spree multi tenant https://github.com/stefansenk/spree_multi_tenant

spree multi vendor https://github.com/chamnap/spree-multi-vendor

or you can use a specific Id for each store and add it to products and admin and add custom feature for multi store

Grey
  • 676
  • 8
  • 23
  • 2
    thanks for the answer, but: spree-multistore is very outdated, multi_tenant is not like amazon, its one completely seperate spree shop per vendor. multi-vendor seems to do this too. We programmed the multistore feature ourselfes now btw – Dominik Goltermann Apr 18 '13 at 09:39
  • 5
    oh that's cool so may be providing or showing what you did or answering your own question will be a good idea – Grey Apr 19 '13 at 04:01
  • @Gaul How difficult was it to create your own solution? Please consider viewing my question http://stackoverflow.com/questions/26828747/is-spree-extensible-enough-to-support-multiple-vendors-in-one-app-just-like-amaz. Thanks – Alexander Suraphel Nov 09 '14 at 14:08