mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
hankchow translated (#17342)
This commit is contained in:
parent
e7bb620ae5
commit
0031c1ad38
@ -1,170 +0,0 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (HankChow)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Best Open Source eCommerce Platforms to Build Online Shopping Websites)
|
||||
[#]: via: (https://itsfoss.com/open-source-ecommerce/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
Best Open Source eCommerce Platforms to Build Online Shopping Websites
|
||||
======
|
||||
|
||||
In an earlier article, I listed some of the [best open-source CMS][1] options available out there. These CMS software, as the name suggests, are more suitable for content focused websites.
|
||||
|
||||
But what if you want to build your own online shopping websites? Thankfully, we have some good open source eCommerce solutions that you can deploy on your own Linux server.
|
||||
|
||||
These eCommerce software are tailored for the sole purpose of giving you a shopping website. So they have essential features like inventory management, product listings, cart, checkout, wishlisting and option to integrate a payment solution.
|
||||
|
||||
_Please note his is not an in-depth review article. So, I insist that you should try the platforms mentioned in this list to know more about them._
|
||||
|
||||
### Best Open Source eCommerce Platforms
|
||||
|
||||
![][2]
|
||||
|
||||
There are many open source eCommerce software available. I have filtered the ones which are actively maintained so that your shopping website doesn’t suffer because of obsolete or maintained software stack.
|
||||
|
||||
_**It is also worth noting that the list here is in no particular order of ranking.**_
|
||||
|
||||
#### 1\. nopCommerce
|
||||
|
||||
![][3]
|
||||
|
||||
nopCommerce is a free and open-source eCommerce platform based on [ASP.NET Core][4]. If you were looking for a PHP-based solution – you can skip to the next option on the list.
|
||||
|
||||
The user interface of its admin panel is clean and easy to use. If you’ve used OpenCart – you might feel the similarity (but I’m not complaining). By default, it has got all the essential features while offering a responsive design for mobile users as well.
|
||||
|
||||
You get access to an [official marketplace][5] where you can get supported themes and extensions. You can opt for premium support or manage it yourself for free.
|
||||
|
||||
To get started, you can download the package with its source code from its [official download page][6] if you want to customize it and deploy it. In either case, you can also download the complete package to get it installed on a web server quickly. You can check out their [GitHub page][7] and the official website to learn more.
|
||||
|
||||
[nopCommerce][8]
|
||||
|
||||
#### 2\. OpenCart
|
||||
|
||||
![][9]
|
||||
|
||||
OpenCart is a quite popular PHP-based eCommerce platform. Personally, I’ve worked on it for a project and the experience was good enough – if not excellent.
|
||||
|
||||
You may find it that it isn’t super actively maintained – but it’s still there and being utilized by a lot of web developers. You get support for a lot of extensions while having most of the essential features baked right into it.
|
||||
|
||||
For some, it may not be the best “modern” eCommerce platform but if you want a good open-source PHP-based alternative, it is worth a try. In most of the web hosting platforms with one-click app installation support, OpenCart should be available to setup. To learn more about it, you can head to its official website and check out the [GitHub page][10].
|
||||
|
||||
[OpenCart][11]
|
||||
|
||||
#### 3\. PrestaShop
|
||||
|
||||
![][12]
|
||||
|
||||
PrestaShop is yet another open-source eCommerce platform that you can utilize.
|
||||
|
||||
An actively maintained open-source solution with an official marketplace for [themes][13] and [extensions][14]. Unlike OpenCart, you may not find it available as a one-click app on hosting services – but you can download it from its official website and it is quite easy to set it up. You can also refer to their [installation guide][15] if you need help.
|
||||
|
||||
It features a lot of options while being easy to use at the same time. I find a lot of users trying out PrestaShop – you should take a look as well!
|
||||
|
||||
You can also take a look at their [GitHub page][16] to learn more.
|
||||
|
||||
[PrestaShop][17]
|
||||
|
||||
#### 4\. WooCommerce
|
||||
|
||||
![][18]
|
||||
|
||||
If you want to utilize [WordPress][19] for your eCommerce website, WooCommerce will help you out.
|
||||
|
||||
Technically, you’re using WordPress as the platform and WooCommerce as a plugin/extension to enable the features needed for an eCommerce website. Potentially, a lot of people (web devs) know how to use WordPress – so it will be easier to learn/create using WooCommerce, I think.
|
||||
|
||||
You shouldn’t have a problem using WordPress, being one of the [best open source website builder][1] out there. It’s easy to use, reliable and supports a ton of extensions and integrations for your online store.
|
||||
|
||||
The best part about using WooCommerce is its flexibility. You get tons of choices for the design and extensions of your online store. It’s worth checking out! You can also head to its [GitHub page][20].
|
||||
|
||||
[WooCommerce][21]
|
||||
|
||||
#### 5\. Zen Cart
|
||||
|
||||
![][22]
|
||||
|
||||
This may not be a modern eCommerce platform but one of the best open-source solutions. If you’re a fan of old school templates (HTML-based primarily) and do not need a whole lot of extensions but just the basics, you can try it out.
|
||||
|
||||
Personally, I wouldn’t recommend this for a new project – but just because it is still an active platform, feel free to experiment on it if you like it.
|
||||
|
||||
You can find the project on [SourceForge][23] as well.
|
||||
|
||||
[Zen Cart][24]
|
||||
|
||||
#### 6\. Magento
|
||||
|
||||
![Image Credits: Magestore][25]
|
||||
|
||||
An Adobe-owned open-source eCommerce platform that is potentially better than WordPress (depending on your preferences obviously).
|
||||
|
||||
Magento is completely tailored for e-commerce applications – so you will find a lot of essential features easy to use while offering advanced customizations as well.
|
||||
|
||||
However, when utilizing the open-source edition, you might miss some of the features available in their hosted offering. You can refer to their [comparison guide][26] for details. Of course, you can self-host it but if you want a managed hosting support, that’s available as well.
|
||||
|
||||
You can also take a look at their [GitHub page][27] to learn more.
|
||||
|
||||
[Magento][28]
|
||||
|
||||
#### 7\. Drupal
|
||||
|
||||
![Drupal][29]
|
||||
|
||||
Drupal is another open-source CMS platform that is suitable for creating an eCommerce website.
|
||||
|
||||
I’ve never used it – so I’m not really sure of its flexibility but looking at its list of modules (Extensions) and themes available on its official site, it looks like you can do almost everything you need for an eCommerce platform easily.
|
||||
|
||||
You should be able to install it easily on any web server just like you install WordPress – so give it a try and see how it goes. You can even download the latest releases and check out the project on their [download page][30].
|
||||
|
||||
[Drupal][31]
|
||||
|
||||
**Wrapping Up**
|
||||
|
||||
I’m sure there are a few more open-source eCommerce platforms out there – however, I haven’t come across anything that’s better than what I’ve listed above (yet).
|
||||
|
||||
If you think that I missed one of your favorites that deserves a mention, let me know in the comments. Also, feel free to share your experience and thoughts about the open-source eCommcerce platforms available in the comments section below.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/open-source-ecommerce/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/open-source-cms/
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/02/open-source-eCommerce.png?ssl=1
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/nopCommerce.png?ssl=1
|
||||
[4]: https://en.wikipedia.org/wiki/ASP.NET_Core
|
||||
[5]: https://www.nopcommerce.com/marketplace
|
||||
[6]: https://www.nopcommerce.com/download-nopcommerce
|
||||
[7]: https://github.com/nopSolutions/nopCommerce
|
||||
[8]: https://www.nopcommerce.com/
|
||||
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/opencart.jpg?ssl=1
|
||||
[10]: https://github.com/opencart/opencart
|
||||
[11]: https://www.opencart.com/
|
||||
[12]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/01/prestashop.jpg?ssl=1
|
||||
[13]: https://addons.prestashop.com/en/3-templates-prestashop
|
||||
[14]: https://addons.prestashop.com/en/
|
||||
[15]: http://doc.prestashop.com/display/PS17/Installing+PrestaShop
|
||||
[16]: https://github.com/PrestaShop/PrestaShop
|
||||
[17]: https://www.prestashop.com/en
|
||||
[18]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/01/woocommerce.jpg?ssl=1
|
||||
[19]: https://wordpress.org/
|
||||
[20]: https://github.com/woocommerce/woocommerce
|
||||
[21]: https://woocommerce.com/
|
||||
[22]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/01/Zen-cart.jpg?ssl=1
|
||||
[23]: https://sourceforge.net/projects/zencart/
|
||||
[24]: https://www.zen-cart.com/
|
||||
[25]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/magento.jpg?ssl=1
|
||||
[26]: https://magento.com/compare-open-source-and-magento-commerce
|
||||
[27]: https://github.com/magento
|
||||
[28]: https://magento.com/
|
||||
[29]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/01/drupal.png?ssl=1
|
||||
[30]: https://www.drupal.org/project/drupal
|
||||
[31]: https://www.drupal.org/industries/ecommerce
|
@ -0,0 +1,168 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (HankChow)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Best Open Source eCommerce Platforms to Build Online Shopping Websites)
|
||||
[#]: via: (https://itsfoss.com/open-source-ecommerce/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
7 个可用于自建电商站点的开源解决方案
|
||||
======
|
||||
|
||||
在[之前的文章][1]中,我介绍过一些开源<ruby>内容管理系统<rt>Content Management System</rt></ruby>(CMS),顾名思义,这些 CMS 平台更适用于以内容为主的站点。
|
||||
|
||||
那如果想要建立自己的线上购物站点呢?我们正好还有一些优秀的开源电商解决方案,可以自行部署在自己的 Linux 服务器上。
|
||||
|
||||
这些电商解决方案是专为搭建线上购物站点设计的,因此都集成了库存管理、商品列表、购物车、下单、愿望清单以及支付这些必需的基础功能。
|
||||
|
||||
_但请注意,这篇文章并不会进行深入介绍。因此,我建议最好广泛试用其中的多个产品,以便进一步的了解和比较。_
|
||||
|
||||
### 优秀的开源电商解决方案
|
||||
|
||||
![][2]
|
||||
|
||||
开源电商解决方案种类繁多,一些缺乏维护的都会被我们忽略掉,以免搭建出来的站点因维护不及时而受到影响。
|
||||
|
||||
_**另外,以下的列表排名不分先后。**_
|
||||
|
||||
#### 1\. nopCommerce
|
||||
|
||||
![][3]
|
||||
|
||||
nopCommerce 是基于 [ASP.NET Core][4] 的自由开源电商解决方案。如果你要找的是基于 PHP 的解决方案,可以跳过这一节了。
|
||||
|
||||
nopCommerce 的管理面板界面具有简洁易用的特点,如果你还使用过 OpenCart,就可能会感到似曾相识。在默认情况下,它就已经自带了很多基本的功能,同时还为移动端用户提供了响应式的设计。
|
||||
|
||||
你可以在其[官方商店][5]中获取到一些兼容的界面主题和应用扩展,还可以选择付费的支持服务。
|
||||
|
||||
在开始使用前,你可以从 nopCommerce 的[官方网站][6]下载源代码包,然后进行自定义配置和部署;也可以直接下载完整的软件包快速安装到 web 服务器上。详细信息可以查阅 nopCommerce 的 [GitHub 页面][7]或官方网站。
|
||||
|
||||
[nopCommerce][8]
|
||||
|
||||
#### 2\. OpenCart
|
||||
|
||||
![][9]
|
||||
|
||||
OpenCart 是一个基于 PHP 的非常流行的电商解决方案, 我个人感觉它还是相当不错的。
|
||||
|
||||
或许你会觉得它维护得不是很频繁,但实际上使用 OpenCart 的开发者并不在少数。你可以获得许多受支持的扩展并将它们的功能加入到 OpenCart 中。
|
||||
|
||||
OpenCart 不一定是适合所有人的电商解决方案,但如果你需要的只是一个基于 PHP 的开源解决方案,OpenCart 是个值得一试的选择,毕竟它可以方便地一键完成安装。想要了解更多,可以查阅 OpenCart 的官方网站或 [GitHub 页面][10]。
|
||||
|
||||
[OpenCart][11]
|
||||
|
||||
#### 3\. PrestaShop
|
||||
|
||||
![][12]
|
||||
|
||||
PrestaShop 也是一个可以尝试的开源电商解决方案。
|
||||
|
||||
PrestaShop 则是一个积极维护下的开源解决方案,它的官方商店中也有额外提供主题和扩展。与 OpenCart 不同,PrestaShop 不是一个能够一键安装的应用。但不需要担心,从官方网站下载下来之后,它的部署过程也并不复杂。如果你需要帮助,也可以参考 PrestaShop 的[安装指南][15]。
|
||||
|
||||
PrestaShop 的特点就是配置丰富和易于使用,我发现很多其它用户也在用它,你也不妨试用一下。
|
||||
|
||||
你也可以在 PrestaShop 的 [GitHub 页面][16]查阅到更多相关内容。
|
||||
|
||||
[PrestaShop][17]
|
||||
|
||||
#### 4\. WooCommerce
|
||||
|
||||
![][18]
|
||||
|
||||
如果你想用 [WordPress][19] 来搭建电商站点,不妨使用 WooCommerce。
|
||||
|
||||
严格来说,这种方式其实是搭建一个 WordPress 应用,然后把 WooCommerce 作为一个插件或扩展以实现电商站点所需要的功能。很多 web 开发者都知道如何使用 WordPress,因此 WooCommerce 的学习成本不会很高。
|
||||
|
||||
WordPress 作为目前最好的开源站点项目之一,对大部分人来说都不会有太高的门槛。它具有易用、稳定的特点,同时还支持大量的扩展插件。
|
||||
|
||||
WooCommerce 的灵活性也是一大亮点,在它的线上商店提供了许多设计和扩展可供选择。你也可以到它的 [GitHub 页面][20]查看相关介绍。
|
||||
|
||||
[WooCommerce][21]
|
||||
|
||||
#### 5\. Zen Cart
|
||||
|
||||
![][22]
|
||||
|
||||
这或许是一个稍显古老的电商解决方案,但同时也是最好的开源解决方案之一。如果你喜欢老式风格的模板(主要基于 HTML),而且只需要一些基础性的扩展,那你也可以尝试使用 Zen Cart。
|
||||
|
||||
就我个人而言,我不建议把 Zen Cart 用在一个新项目当中。但考虑到它仍然是一个活跃更新中的解决方案,如果你喜欢的话,也不妨用它来进行试验。
|
||||
|
||||
你也可以在 [SourceForge][23] 找到 Zen Cart 这个项目。
|
||||
|
||||
[Zen Cart][24]
|
||||
|
||||
#### 6\. Magento
|
||||
|
||||
![Image Credits: Magestore][25]
|
||||
|
||||
Magento 是 Abode 旗下的开源电商解决方案,从某种角度来说,可能比 WordPress 表现得更为优秀。
|
||||
|
||||
Magento 完全是作为电商应用程序而生的,因此你会发现它的很多基础功能都非常好用,甚至还提供了高级的定制。
|
||||
|
||||
但如果你使用的是 Magento 的开源版,可能会接触不到托管版的一些高级功能,两个版本的差异,可以在[官方文档][26]中查看到。如果你使用托管版,还可以选择相关的托管支持服务。
|
||||
|
||||
想要了解更多,可以查看 Magento 的 [GitHub 页面][27]。
|
||||
|
||||
[Magento][28]
|
||||
|
||||
#### 7\. Drupal
|
||||
|
||||
![Drupal][29]
|
||||
|
||||
Drupal 是一个适用于创建电商站点的开源 CMS 解决方案。
|
||||
|
||||
我没有使用过 Drupal,因此我不太确定它用起来是否足够灵活。但从它的官方网站上来看,它提供的扩展模块和主题列表,足以让你轻松完成一个电商站点需要做的任何事情。
|
||||
|
||||
跟 WordPress 类似,Drupal 在服务器上的部署并不复杂,不妨看看它的使用效果。在它的[下载页面][30]可以查看这个项目以及下载最新的版本。
|
||||
|
||||
[Drupal][31]
|
||||
|
||||
总结
|
||||
|
||||
以上是我接触过最好的几个开源电商解决方案了,当然或许还会有很多更好的同类产品。如果你还有其它值得一提的产品,可以在评论区发表。也欢迎在评论区分享你对开源电商解决方案的经验和想法。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/open-source-ecommerce/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[HankChow](https://github.com/HankChow)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/open-source-cms/
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/02/open-source-eCommerce.png?ssl=1
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/nopCommerce.png?ssl=1
|
||||
[4]: https://en.wikipedia.org/wiki/ASP.NET_Core
|
||||
[5]: https://www.nopcommerce.com/marketplace
|
||||
[6]: https://www.nopcommerce.com/download-nopcommerce
|
||||
[7]: https://github.com/nopSolutions/nopCommerce
|
||||
[8]: https://www.nopcommerce.com/
|
||||
[9]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/opencart.jpg?ssl=1
|
||||
[10]: https://github.com/opencart/opencart
|
||||
[11]: https://www.opencart.com/
|
||||
[12]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/01/prestashop.jpg?ssl=1
|
||||
[13]: https://addons.prestashop.com/en/3-templates-prestashop
|
||||
[14]: https://addons.prestashop.com/en/
|
||||
[15]: http://doc.prestashop.com/display/PS17/Installing+PrestaShop
|
||||
[16]: https://github.com/PrestaShop/PrestaShop
|
||||
[17]: https://www.prestashop.com/en
|
||||
[18]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/01/woocommerce.jpg?ssl=1
|
||||
[19]: https://wordpress.org/
|
||||
[20]: https://github.com/woocommerce/woocommerce
|
||||
[21]: https://woocommerce.com/
|
||||
[22]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/01/Zen-cart.jpg?ssl=1
|
||||
[23]: https://sourceforge.net/projects/zencart/
|
||||
[24]: https://www.zen-cart.com/
|
||||
[25]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/01/magento.jpg?ssl=1
|
||||
[26]: https://magento.com/compare-open-source-and-magento-commerce
|
||||
[27]: https://github.com/magento
|
||||
[28]: https://magento.com/
|
||||
[29]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/01/drupal.png?ssl=1
|
||||
[30]: https://www.drupal.org/project/drupal
|
||||
[31]: https://www.drupal.org/industries/ecommerce
|
Loading…
Reference in New Issue
Block a user