在 ASP.NET 中设置电子商务

发布于 2024-07-24 03:55:38 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

半﹌身腐败 2024-07-31 03:55:38

Dash Commerce 几乎是默认的开源 c#/.net 电子商务平台。 它拥有最大的社区,正在积极开发中,具有企业选项(即,如果您愿意,您可以支付支持费用),并且实际上被很多网站使用,因此您可以相当有信心它的成熟、可靠等。还有很多支付插件已经可用,这是一个额外的好处,因为支付很棘手,并且需要安全可靠地完成。不幸的是,Dash Commerce 似乎已经从互联网上消失了。 nopCommerce 是下一个最成熟和最活跃的 ASP.Net Webforms 替代方案。

IIRC 它最初是由 Rob Connery 编写的,作为一个使用 Subsonic 的项目,但它已经成熟并发展了自己从那时起维持生态系统。

Rob 还创建了 MVC Storefront 作为 ASP。 Net MVC 学习练习。 与达世币商务相比,它可能不太成熟且更难使用,但如果练习的一部分是技术挑战,那么它可能会非常有趣。

Dash Commerce is pretty much the default open source c#/.net e-commerce platform. It's got the biggest community, is under active development, has Enterprise options (ie, if you want to, you can pay for support) and is actually used by a lot of websites, so you can be fairly confident it's mature, reliable etc. There are also lots of payment plugins already available, which is a bonus as payments are tricky and need to be done securely and reliably. Unfortunately Dash Commerce seems to have disappeared off the face of the internet. nopCommerce is the next most mature and active ASP.Net Webforms alternative.

IIRC it was originally written by Rob Connery as a project to use Subsonic, but it's matured and grown it's own self sustaining ecosystem since then.

Rob has also created the MVC Storefront as an ASP.Net MVC learning exercise. It's probably less mature and harder to use than dash commerce, but if part of the exercise is the technical challenge, then it might be very interesting.

删除→记忆 2024-07-31 03:55:38

还有一个名为 nopCommerce 的新开源 ASP.NET 商务网站解决方案。 非常简单且功能齐全。

http://www.nopcommerce.com/

There is also a new open source ASP.NET commerce site solution called nopCommerce. Very easy and full featured.

http://www.nopcommerce.com/

我家小可爱 2024-07-31 03:55:38

您还可以查看 SutekiShop,这是 ASP.NET MVC 的简单开源电子商务实现。 它包含良好的编程实践,因此非常适合学习(敏捷/tdd/ddd/...)并且足够简单,可以进行修改或模板化。

You can also check out SutekiShop, simple open source e-commerce implementation of ASP.NET MVC. It contains good programming practices, so it's good for learning (agile/tdd/ddd/...) and simple enough to be modified or templated.

听,心雨的声音 2024-07-31 03:55:38

Kentico CMS 是一个 asp.net CMS 和电子商务平台,我使用它。 如果您想要一款 3 系统合一的软件,那么这是一个集 cms、工作流程和电子商务于一体的系统,非常酷。 现在拥有免费许可证。

一些特点:
CMS、博客、论坛、工作流程、电子商务、日历、投票、在线表格、媒体库等...

Kentico CMS is a asp.net CMS and E-Commerce platafform i use it. Is a system whith cms, workflow, and e-commerce very cool if you want a software with 3 systems in one. Now have a free licenses.

Some features:
CMS, Blog, Forum, Workflow, E-Commerce, Calendar, Polls, Online forms, Media libraries, etc...

小…红帽 2024-07-31 03:55:38

CodePlex 上有一个使用 MVC 框架的预览电子商务网站。 它由 Rob Conery(Subsonic 创建者)创建,他的开发记录在他的博客上。

http://blog.wekeroad.com/category/mvc-storefront

来源是在 CodePlex 上(搜索“MVC Sample Apps”)

There is a preview ecommerce site using the MVC framework on CodePlex. It was created by Rob Conery (Subsonic creator) and his development was chronicled on his blog.

http://blog.wekeroad.com/category/mvc-storefront

The source is on CodePlex (do a search for 'MVC Sample Apps')

深海夜未眠 2024-07-31 03:55:38

您可能需要考虑的另一个选择是 Umbraco。 这是一个易于扩展的开源 CMS。 目前有一个 Commerce for Umbraco 测试版软件包将于今年夏天发布。

Another option you may like to consider is Umbraco. This is an open source CMS which is easily extendible. There is currently a Commerce for Umbraco package in beta that is due to be released this summber.

吾性傲以野 2024-07-31 03:55:38

DotNetNuke 的另一个 .net 电子商务项目是一个名为 NB_Store 的项目,非常酷且功能强大。

Another e-commerce project to .net is for DotNetNuke is a project named NB_Store very cool and powerful.

み零 2024-07-31 03:55:38

由于我还不能发表评论,所以我在这里发帖(但这是对 Mufasa 的回复 在 ASP.NET 中设置电子商务)

Kentico 上的电子商务非常简单,除非您需要授权和 Paypal 之外的其他支付网关。 然后就有点棘手了(而且他们的文档没有帮助)。

话虽如此,我们已经推出了两家电子商务商店(第三家即将推出):

http://www.pureperformancecycles。 comhttp://www.sst-us.com - 均使用 Authorize as他们的支付网关。 Pure Performance 很好而且简单,因为它只使用标准授权网关,但 SST-US 有点复杂,但我们做到了

Since I can't post a comment yet, I'm posting here (but this is in reply to Mufasa here Setting Up ECommerce in ASP.NET)

Ecommerce on Kentico is pretty simple until you need some other payment gateway than Authorize and Paypal. Then it's a little more tricky (and their documentation doesn't help).

Having said that we've already churned out two ecommerce stores (and a third coming soon):

http://www.pureperformancecycles.com and http://www.sst-us.com - both use Authorize as their payment gateways. Pure Performance was nice and simple because it just used the standard Authorize gateway, but SST-US was a little more complicated, but we got there

岁吢 2024-07-31 03:55:38

您也可以尝试 vevocat。 我最近成功部署了一些电子商务网站。 豪华版/多商店版的定价合理。

You can also try vevocart. I recently deploy a few ecommerce sites successfully. Pricing is reasonable for deluxe / multi-store edition.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文