Saleor-Multi-Vendor / saleor-multi-vendor

Multi Vendor Plugin for Saleor e-Commerce
GNU General Public License v3.0
122 stars 16 forks source link

Saleor Multi Vendor (Marketplace) Addon

Multi Vendor Plugin for Saleor e-Commerce

!!!!Please note that this project in not part of Official saleor!!!!

Live Chat at Gitter

Project Board at Github

Donate to this project on Open Collective

There is no stable release yet. Get help on gitter chat.

We are looking for contributors. Use issues to get an invite to organization.

Short Analysis:

Pre-requirements.

Multi Vendor Plugin Implementation

Let's check a success plugin in ruby ecosystem and learn best practices. Spree Multi Vendor Plugin

Let's start with database. ERD

We already know the Saleor feature set but database shows what actually happening.

Defining the feature set for Vendors:

Methodology:

Pluses:

A marketplace requirement at production:

Technical equality of these requirements.

Application logic:

General:

Dashboard:

Store Front

So as you can see in spree plugin, this implementation can be done with less than 1000 line of code. I am Ruby on Rails expert, never tried Django before. But I am super impressed to use Saleor as marketplace. If anybody want to work on this feature, we can schedule our times. Thank you!