social marketplace extension built over spree wher user can sell its own products.
Last updated on: January 15 at 06:59 PM
source code bug trackerThis is a social marketplace extension (demo here) where users can have their own shops and sell its own products. The store earns a commission with each transaction. It's racked on top of Spree,
Developed and maintained by:
You can create and manage your own Shop which can manage on their own:
Also: - [X] Super Admins can assign Users to Vendors - [X] You can modify which permissions and models/resources Vendors can manage quite easily
Add this extension to your Gemfile with this line:
ruby
gem 'spree_social_sales', github: 'MateoLa/spree_social_sales'
Install the gem using Bundler:
ruby
bundle install
Copy & run migrations
ruby
bundle exec rails g spree_social_sales:install
Restart your server
If your server was running, restart it so that it can find the assets properly.
Optionally you can also create sample Vendor by running:
bundle exec rake spree_social_sales:sample:create
Fetch new database migrations:
bundle exec rake railties:install:migrations FROM=spree_social_sales
Run migrations
bundle exec rails db:migrate
The gem is available as open source under the terms of the MIT License.
tags | spree versions |
---|---|
master | >= 3.2.0, < 5.0 |