Looking for a lightweight ASP.net shopping cart that is PayPal compatible [closed]

守給你的承諾、 提交于 2019-12-03 07:23:41

There's always:

Shopping Cart.NET

although this may or may not be as "lightweight" as you'd like.

Alternatively, The Beerhouse has an e-commerce "module" containing a shopping cart with PayPal integration, although "The Beerhouse" itself is a complete application, and you would need to refactor out the shopping cart code for your own uses. It is much more "lightweight", however. (Note that the most recent release of The Beerhouse is for ASP.NET MVC whereas older releases are for WebForms).

You can always pick out parts of Shopping Cart .NET to use on your site. You can use InvertedSoftware.ShoppingCart.Intergration for PayPal and InvertedSoftware.ShoppingCart.BusinessLayer for the cart. I can point you in the right direction if you like since i wrote it.

Gal

Check out nopCommerce:

http://www.microsoft.com/web/gallery/nopCommerce.aspx

Might not be exactly what you are after, but it's pretty good, open source and you can at least have a look at how they have done things.

Hope this helps.

If you are ok with building your shopping cart using a Control (for Web Form) or component (for ASP.NET MVC), then, you may try the ASP.NET PayPal Control for Website Payments Standard.

Here is the link : http://www.spicelogic.com/Products/ASP-NET-PayPal-Control-for-Website-Payments-Standard-4

The download also contains sample projects for paypal payment gateway integration in asp net MVC and web form.

We haven't released yet, but if you have patient deadlines, consider DotNetMerchant (http://dotnetmerchant.org), it's a library you can add to your solution to call multiple payment processors, and we will support PayPal (Website Payments Pro, PayFlow Pro, and IPN)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!