Payment Plugins Development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi...
I've developed Custom Payment Plugins...its is listed in all plugins list...
But Problem is that.....Its not listed in Payment Method menu in admin panel....
Please Help Me....

Thank You....
12 years ago
Can you post your plugin source code here? A file which implements IPaymentMethod interface. Please also post Description.txt file here
12 years ago
This is my EBSPaymentProcessor.cs...
Please check it out..

http://pastebin.com/STuCJxFQ


and this is Description.txt

http://pastebin.com/vsh7SLrw


Thank you...
12 years ago
Why almost all of your methods and properties and not implemented? Complete them and try one more time
12 years ago
Okay let it go everything....
just answer my this question...

How to display billing address and shipping address on only one page....???

Thank You...
12 years ago
Not sure that I got you. Where do you want do display them? How is it related to the payment plugin?
12 years ago
its required data to be sent on another link....

just want to display both address on one page...
12 years ago
I want Billing address,Shipping address and order total  on same page ...because i will have to pass these information at one time using form post method to another link....

all these information are coming from different different models....

When i declared model name on view page....i got an error.....


Please Help me....
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.