Mobile app version of vmapp.org
Login or Join
Cody1181609

: Online store script which support multi provider Does any one know a online shop script ( php - mysql) which support multi providers? I want to run a shop and some providers can login and

@Cody1181609

Posted in: #ShoppingCart

Does any one know a online shop script ( php - mysql) which support multi providers?
I want to run a shop and some providers can login and manage their own products / sales and admin can manage all of them.
Providers may create / delete edit own products and can't access to other provider information.

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

5 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

Actually CS-Cart Multi Vendor is built for this exact purpose so that you can allow vendors to login and sell their own products similar to a market place like Envato and you charge if you want a small fee for each item sold
www.cs-cart.com/multivendor.html

CS-Cart Multi-Vendor is an extended edition of CS-Cart that enables
you to create an online marketplace where multiple vendors can manage
sales of their own products through one common web store.

10% popularity Vote Up Vote Down


 

@Courtney195

Ubercart is based on Drupal and it's all permission based and you can fine grain as per your requirement. It is powerful but ligher weight than Magento however learning curve is steep.

But I'm not sure whether this type of requirement was kept in mind by the designers of Ubercart.

10% popularity Vote Up Vote Down


 

@Rambettina238

X-Cart is quality e-commerce software which comes in a Platinum version, which contains Multi-Vendor support. This includes separate shipping rates for vendors. As of 23rd Nov 2012 it costs 95.

10% popularity Vote Up Vote Down


 

@Gail5422790

One possibility is to build the site in Magento, which is Open Source and can be installed for free, then create an external application which uses the Magento API, through which each vendor can control his/her own products, stock, orders, etc.

The Magento API uses SOAP. Your external application would be built around a SOAP client and would use SOAP calls to perform its various actions. I strongly recommend building this external application in PHP as the native SoapClient will work pretty much seamlessly with Magento SOAP server.

10% popularity Vote Up Vote Down


 

@Odierno851

You may want to check this out. I saw it not too long ago and have not dived too much into it, but this could help you out. www.opencart.com/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme