an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 12/2/2008 9:22:00 AM By Newmedia Design. 2 replies.
12/1/2008 8:02:44 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Checkout
Hi
 
I am working on implementing a 3rd party gateway (world pay). The way this will work is 
Step 1:    Shipping Address
Step 2:   Billing address
Step 3:   Review and submit order to World Pay secure server.
 
The only way I can enable the billing section is if I enable credit cards ie.e authroize.net.
 
My query is if i disable the credit card part of the billing section will this cause any problems and is this the best or only way that i can capture billing details as part of the checkout process?
 
Thanks
  
12/2/2008 7:09:53 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Checkout
Could you please tell us a little more about worldpay payment gateway? Is it a credit card payment gateway like Authorize.net or a total different beast like PayPal Standard or Google Checkout. If the former you will just need to copy what's in authorize.net payment provider. If the later, that will be a bigger problem since it will touch the entire checkout process. You might want to check how PayPal Standard or Google Checkout is implemented.
DotShoppingCart Staff
12/2/2008 9:22:00 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Checkout
Hi Lukezy
 
I figured it out, it is very similar to paypa standard checlout porcess so i am gong to modify that.
 
Thanks