We have an ASP.NET web site containing a product catalogue. We have now been asked to add on shopping cart and payment functionality. However, as this is a trial, it needs to be cost free (as far as reasonable) and there is no SSL certificate installed.
So we've turned to PayPal as a solution, but before we digest the manuals, is this a good approach?
- Can a collection of items in a basket (in ASP.NET) be pushed into PayPal's own hosted payment pages? This would be easiest for us as we can easily create the basket and contents within the ASP.NET site
- Is there a way (using API or whatever) to 'Add to Basket' without redirecting the shopper to PayPal and then back to our site again?
- Is there a better way all round that we've missed?!?
All advice will be up-voted - this a fact-finding journey for us before we start any work.