By Stefan Holmberg on June 4th, 2007
ALL ARTICLES IN THIS SERIE
Step 1
Step 2
Step 3
Step 4 (download)
But instead we are getting redirected to shopckeckout.aspx. Here’s the secret on how to make the whole shopping cart available to Paypal.
Buy posting multiple form fields (named after a certain scheme) we can send the whole shopping cart to Paypal.:
item_name_1item_number_1amount_1quantity_1
item_name_2item_number_2amount_2quantity_2
etc
So we create those form fields [...]
By Stefan Holmberg on June 4th, 2007
ALL ARTICLES IN THIS SERIE
Step 1
Step 2
Step 3
Step 4 (download)
The download solution will look like this:
I have tried to keep it as clean and simple – but still wanted to keep some sort of structure and object hierarchy which will ease your own implementation.
article.cs
You should modify this to match your own product/article implementation, [...]
By Stefan Holmberg on June 4th, 2007
ALL ARTICLES IN THIS SERIE
Step 1
Step 2
Step 3
Step 4 (download)
Now when clicking on the “Click here to place your order” button we are taken to a new page – shopcheckout.aspx:
Doesn’t seem to do much but it is vital – I will explain more later. However – you will be automatically transferred to Paypal now:
And [...]
By Stefan Holmberg on June 4th, 2007
ALL ARTICLES IN THIS SERIE
Step 1
Step 2
Step 3
Step 4 (download)
There are hundreds (???) of examples on how to create a Paypal shop with ASP.NET so why should I write an article myself? Because ny solution fills a void. This solution will let you
- create a shopping cart solution where users can add/delete items from your [...]