开发者

Looking for recommendations for a shopping cart control with paypal connection [closed]

开发者 https://www.devze.com 2023-01-10 15:00 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

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开发者_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):

Looking for recommendations for a shopping cart control with paypal connection [closed]

If you are using ASP.NET Web Form, you will even get better Design Time support as follows:

Looking for recommendations for a shopping cart control with paypal connection [closed]

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消