an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > Custom Payment Provider
Last Post 3/31/2010 8:12:37 PM By paulp. 2 replies.
2/4/2010 12:32:02 PM
landsharkdaddy
Posts: 16
Joined: 1/24/2010
Custom Payment Provider
I have a payment provider that I need to add support to dotShoppingCart for. I keep seeing things on the forums about just inheriting from AuthorizeNet payment provider or something like that and I can't seem to find this class. We have purchased the Suite and I have that source code but don't see the payment providers or anything like that in the project. Can someone please help me out to get this done. Thank you in advance for your help.
2/4/2010 2:38:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Payment Provider
You acutually derive from CreditCardPaymentProvider. You can take a look at AuthorizeNet provider as the example. The source code for AuthorizeNet is contained in the the core component source code package. Send me the offline email if you just need that piece of code.
DotShoppingCart Staff
3/31/2010 8:12:37 PM
paulp
Posts: 9
Joined: 11/3/2009
Location:Melb Aus
Re: Custom Payment Provider
HI Luke
 
Can I have a look at the AuthorizeNet provider code as well please.