Hi,
On this page...
https://nbstore.codeplex.com/releases/view/34143
you will find these examples...
Look at the source of NB_Store.
\DesktopModules\NB_Store\Providers\Gateway\GatewayCheque
in there is a project that does the pay by cheque, you will need to use the interface more like a normal payment provider, so basically you need to do a hybrid of the 2. The code from the cheque interface, but the interface of the payment gateways.
Good Luck... :-)
PM me if you get into trouble, if you do the hard work I'll guide you!....but start off by creating a gateway that does nothing and see if you can integrate it into NB_Store like you would a normal gateway.
Regards,
Dave.
On this page...
https://nbstore.codeplex.com/releases/view/34143
you will find these examples...
-
HowToCreatePaymentProvider.pdf
-
ExampleGateway_source.zip
-
ExampleGatewayCSharp_WithNotifyProvider.zip
Look at the source of NB_Store.
\DesktopModules\NB_Store\Providers\Gateway\GatewayCheque
in there is a project that does the pay by cheque, you will need to use the interface more like a normal payment provider, so basically you need to do a hybrid of the 2. The code from the cheque interface, but the interface of the payment gateways.
Good Luck... :-)
PM me if you get into trouble, if you do the hard work I'll guide you!....but start off by creating a gateway that does nothing and see if you can integrate it into NB_Store like you would a normal gateway.
Regards,
Dave.