cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing multi vendor magento site. Need help of product table structure for multiple vendors

Implementing multi vendor magento site. Need help of product table structure for multiple vendors

We have a requirement for multi-vendor magento site. We need to develop custom module for this. - Seller can add his own products (simple and configurable) - Seller can sell existing product by adding his own sku, price and quantity. We are planning to make one entry in entity product table and then maintain separate entries for stock and price for each vendor. But then sku is different for each vendor. Should we be creating multiple simple products with vendor as a attribute?

3 REPLIES 3

Re: Implementing multi vendor magento site. Need help of product table structure for multiple vendor

Let try with our magento marketplace extension it fits with your requirements http://www.vnecoms.com/magento-marketplace/ The select and sell feature is developed as sub-plugins. It create multiple simple products for each vendor each product will have an attribute called vendor_id so you can assign the product for vendor easily.

Re: Implementing multi vendor magento site. Need help of product table structure for multiple vendor

Yes it would be the easieast to create a vendor attribute on product, duplicate the simple product multiple times and  assign different vendors to different one.

You can also add it as hidden attribute and aasign vendor to the product automatically using a catalog_product_save_before observer, assuming vendors will create products themself.

Re: Implementing multi vendor magento site. Need help of product table structure for multiple vendor

Hi That can be easily achived by using webkul magento marketplace module with single product multiple supplier module https://store.webkul.com/Magento-Marketplace-Seller-Price-Comparison.html user guide http://webkul.com/blog/magento-marketplace-seller-price-comparison/

 

using this module seller can search the product and sku in existing daabase and can list their product as well . thanks