in

dashCommerce

An ASP.NET Open Source e-Commerce Application

How to add new Payment provider ?

Last post 07-31-2008 2:50 AM by nabeel. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-04-2008 10:27 AM

    • sudha
    • Top 500 Contributor
    • Joined on 05-14-2008
    • Posts 3

    How to add new Payment provider ?

    Hi

    I am using HSBC as payment provider. So how do I edit or what file to look in DC 2.0 (Vb.net Version) - . Because the default DC 2.0 comes with paypal & authorize.net. Also we are in UK.

    Or Someone please guide me in the right direction how to add payment provider we need ???- Simple guidence would be enough to start

     

    Moreover I couldn't install DC 3.0 web ready - (Syntax error in FULLTEXT). I am using SQL 2000 and the database created with Full text enabled. Any idea to work around ???

     Many thanks

  • 07-05-2008 12:35 AM In reply to

    Re: How to add new Payment provider ?

    First off, I recommend using SQL2005. If your hoster doesn't offer that, then get a new one.

    Second, to create a payment provider, create a class the implements the IPaymentProvider.

    Then create a usercontrol the inherits from the PaymentConfigurationControl.

    If you take a look at the default payment providers, you might be able to get an idea on how to do it.

    ~Paul
  • 07-31-2008 2:50 AM In reply to

    Re: How to add new Payment provider ?

     After making the user control what will be the next step.

Page 1 of 1 (3 items)