Need to create an online ecommerce marketplace like foodzie or etzy. What are my open source options? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionIn addition, i will need it to be scalable and highly customizable. For example, consumers will be able to group together in a yahoo groups/social networking fashion and then discuss and buy together as a group; merchants will have minimum volumes and time tools similar to those available on present group purchasing sites. (http://groupbuyingsite.com/). Are there plugins for each of these things? Can they be integrated together? Is plugins to open source the only route to go? As there is alot of customizatio开发者_运维知识库n going on here should i write from start?
Ubercart is a good option for Drupal! You may also want to look at Organic Groups
No idea on group buying plugins and workflow.
But for php,mysql based multi-vendor shopping cart (Marketplace)
I have done a research !!!
CS cart multivendor edition is your only option as of now.
First of all there are very few options available :
- CS cart multi vendor
- X-cart pro
- osCommerce based implementations
- iScprits
- PHP mall
- PHP multi shop - php nuke based
X-cart pro 4.0 was the best but they have discontinued their development for this version and moving to a new architecture with 5.0, so its a no no.
read https://stackoverflow.com/questions/7625078/any-good-tutorial-available-on-how-to-write-extensions-modules-for-x-cart
Rest of the options which I mentioned above are old implementation and doesn't have hooks/api without which customization is messy.
CS cart mve has is the youngest of them (march 2011) and have hooks implementation for custom addon development.
Magento, prestashop or shopify, none of them has marketplace capability. There is a small module available for dropshipping (magento) but it can't be used for marketplace. And I feel marketplace development goes against magento's basics and I don't at all hope to see this after ebay acquiring them and launcing x.commerce platform.
Prestashop, Magento and OSCommerce are widely used. Shopify is quite good too and comes with plugins contributed by its active community. Shopify was originally built on Ruby but they recently launched a PHP version as well.
精彩评论