I 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. Like
mycart.Add(new CartItem("Name", "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