Hi can i configure 2checkout with my custom made shopping cart in asp.net 2.0, i do not want to add products at 2checkout because i have alot of dynamic products.
You need to login in order to make a new post. If you do not have a community account, you can get one here.
2Checkout configuration with ASP.NET 2.0
March 19th, 2009, by: arasimYou need to login before leaving a comment If you do not have an account, you can register one here.
2 Comments »
+0
-0
Yes, can choose to create your shopping cart in any script language that you wish. The only requirement is that the language of choice has the ability to perform HTML form posts to our purchase URL.
If you do not want to add products to the 2Checkout system you will need to use this 3rd party cart parameter set when you set up your shopping cart.
+0
-0
Yes its possible to integrate 2Checkout in ASP.NET cart. All you need is to built a form with appropriate data from your order and then post it to 2Checkout purchase routine. Have a look at 2Checkout parameter set their is information available that how form fields containing data should look like so built form with those fields set its action to purchase routine URL and finally post that form that’s it. In order to track back 2checkout alerts you may need to handle the INS Notifications.