ASP.NET小型网上商店、购物车
目前我有一个网站正在使用 Google Checkout 的迷你购物车系统,我非常喜欢它,但是,我想知道是否有更专业的方法来做到这一点,同时仍然保持简单。
我已经研究过一个authorize.net 帐户,但我需要找到一种方法来处理迷你购物车,然后再去处理订单。
是否有任何好的开源迷你购物车,不与商家服务链接?
Currently I have a site that is using Google Checkout's mini cart system and I like it a lot, however, I'm wondering if there is a more professional way of doing it, while still keeping it simple.
I've looked into an authorize.net account, but I need to find a way to handle the mini shopping cart before heading off to process the order.
Are there any good open source mini shopping carts that are not linked with a merchant service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无法关闭问题,仍然可以回答。
对于 Asp.Net,最流行的购物车之一是 AspDotNetStorefront。它并不便宜,但可扩展。
PayflowPro(由 PayPal 运行)可能是您将来要考虑的一个选项。它比 Paypal 更专业,完全可换肤。
Can't close the question, can still answer.
For Asp.Net one of the most popular shopping carts is AspDotNetStorefront. It's not inexpensive, but extensible.
PayflowPro ( run by PayPal ) might be an option you want to consider in the future. It's more professinoal than Paypal, fully skinnable.
使用 Google Checkout,只是想结束这个问题。
Went with Google Checkout, just wanted to close this question.