关于电子商务ASP.NET解决方案的一些建议

发布于 2024-09-19 21:29:38 字数 618 浏览 2 评论 0原文

开始在在线礼品网站上做一些工作。我之前没有开发过电子商务解决方案。我需要的解决方案是:

  • MVC2 模式的店面。 从头开始构建就好了。 (理想)

  • 完全的 UI 独立性 - 用户 界面会使用大量 AJAX 和 jQuery。 (非常小鬼)

  • Paypal、Autherize.Net 等主要支付网关 兼容性。 (理想)

  • 快速数据访问(非常重要)。

  • 适度的学习曲线和良好的文档。 (理想)

  • 可定制(非常理想)

NOP​​Commerce 似乎是唯一广泛使用的开源解决方案。我不太确定它在上述几点上得分如何。文档是 20 美元。

还听说了很多关于 http://www.aspdotnetstorefront.com/ 的好消息,但它相当昂贵每个许可证的费用为 1250 美元。

肯定需要一些电子商务解决方案来节省数据库和管理屏幕的开发时间。所以需要关于这部分的一些好的建议。

谢谢。

Starting to do some work on an online gifts website. I have not worked on an e-commerce solution before. What I need from the solution is:

  • The store front in MVC2 pattern.
    Build from scratch is fine. (desirable)

  • Complete UI Independence - The user
    interface would use a lot of AJAX and
    jQuery. (very imp)

  • Paypal, Autherize.Net and other major payment gateways
    compatibility. (desirable)

  • Fast data access (very imp).

  • Modest learning curve and good documentation. (desirable)

  • Customizable (more than desirable)

NOPCommerce seems to be the only widely used open source solution. I am not very sure how well it scores on the above mentioned points. The documentation is $20.

Also heard a lot of good things about http://www.aspdotnetstorefront.com/ but its pretty expensive with $1250 cost per license.

Some e-commerce solution would definitely be required to save development time for database and admin screens. So need some good recommendations on this part.

Thanks.

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

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

发布评论

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

评论(2

只为守护你 2024-09-26 21:29:48

查看 Rob Conery 的 ASP.NET MVC Storefront 系列截屏教程:

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

Check out Rob Conery's ASP.NET MVC Storefront series of screencast tutorials:

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

黒涩兲箜 2024-09-26 21:29:46

看来您对单个项目要求太多,我认为您正在寻找开源解决方案。

nopCommerce 有很多支付服务集成,但它是 ASP.NET Webform,而不是 MVC。

我去年使用过 AspDotNetStoreFront,也浏览了它的代码,我只能说它又大又复杂,而且它绝对不适合刚接触电子商务解决方案的人。

最快的方法是在CodePlex中搜索各种关键字,例如“ecommerce”、“paypal”、“authorize.net”,您肯定会找到几种电子商务解决方案,它们总共可以满足您的大部分要求。

It seems just you asked too much from a single project, I assumed that you are looking for an open source solution.

nopCommerce has lots of payment service integration but it is ASP.NET Webform, not MVC.

I worked with AspDotNetStoreFront last year and also took a glance at its code, all I can say about it is big and complex, and definitely it is not for people who is new to ecommerce solutions.

The quickest way is to search for various keywords in CodePlex such as "ecommerce", "paypal", "authorize.net", surely you will find several ecommerce solutions and they are altogether can fulfill most of your requirements.

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