Ask HN: What is the best open-source ecommerce platform?

5 points by tsenkov ↗ HN

7 comments

[ 3.1 ms ] story [ 33.6 ms ] thread
"Best" is a bit subjective :)

What's your use case? Preferred language/stack?

Are you selling physical or digital products? Anticipated order volume? Need to integrate with 3rd party systems for inventory management, shipping, marketing, accounting, etc.?

It seems there are more than you can shake a stick at (listing these off the top of my head in no particular order, on my phone):

* Woocommerce (plugin for WordPress - PHP) [1] * Magento (PHP) [2] * Spree Commerce (Ruby on Rails) [3] * Saleor (Django/Python) [4] * Oscar (Django/Python) [5]

I know I'm forgetting others...

If you're into Django, you can find even more solutions listed here: https://djangopackages.org/grids/g/ecommerce/

1 - https://woocommerce.com 2 - https://magento.com 3 - https://spreecommerce.org 4 - http://getsaleor.com 5 - http://oscarcommerce.com

For digital products there is also Easy Digital Downloads for Wordpress.
Does anyone have any thoughts on Opencart?
Using a PHP based stack, Magento and WooCommerce are my go to solutions depending on requirements and size.

If there as a huge range of products then Magento, if not WooCommerce which is easier for me to work with and allows easier customisation and extending the website in general.