If www.setcom.com is credit card base checkout module. you could take a look at AuthorizeNetPaymentProvider.cs. All the public override methods are the interface that you need to implement. They are"Initialize, Name, Authorize, Capture, Sale and GetConfigurationSettings." Also you want to keep the name of the assembly as xxxPaymentProvider since DSC loads all payment assemblies named that way dynamically. Don't forget to add a reference to the payment module for your web site.
We plan to add "Check" or "Money order" in the next release.
DotShoppingCart Staff
|