We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI am looking for a nice control that allows me to have a shopping cart on my webpage.
Requirements:
- Easy to implement. I want to add items into the cart from everywhere. Likemycart.Add(new CartItem("Name开发者_StackOverflow社区", "Description", Price"))
- Implemented shopping cart overview with the ability to delete previous added items.
- Allows connection to Paypal
Can anybody recommend such a control?
(I've already found Looking for a lightweight ASP.net shopping cart that is PayPal compatible but the posted solution "shopping cart .net" does not seem to fulfill the third requirement, If I'm not mistaken.)
It decided to build my custom shopping cart and used a paypal component. I've decided to stick to Spicelogic Paypal component
SpiceLogic ASP.NET PayPal Control for Website Payments Standard is a collection of PayPal Buttons like BuyNow Button, Donation Button etc and one of the button is 'Upload Complete Card Button'. Yes, that 'Upload Complete Cart Button' will allow you to use code like this (if you are using ASP.NET MVC):
If you are using ASP.NET Web Form, you will even get better Design Time support as follows:
You can find the details from their page at : https://www.spicelogic.com/Products/ASP-NET-PayPal-Control-for-Website-Payments-Standard-4
Do you want just a component that provides cart functions and its database? Do you need out of the box UI? I'm just confused because it seems that you already have a website.
精彩评论