in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Where to start ??

Last post 07-23-2008 5:16 PM by yitzchok. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 07-21-2008 8:12 AM

    • Karan
    • Top 50 Contributor
    • Joined on 07-21-2008
    • Posts 16

    Where to start ??

    Hi

    I have downloaded the latest release of DashCommerce (Source Code). I am new to this. I have installed all necessary software as in the technology sheet. When I open the folder there is sln file called "dashcommerce" and folder Core, store, web etc.

     I need add payment gateway for HSBC. So could some one please help me from how to run & test this DC from VS 2005. and which file to edit to add HSBC payment

     Advance Thanks

  • 07-21-2008 8:52 AM In reply to

    Re: Where to start ??

    Open the dashCommerce.sln.

    Then go to the Store Project.
    Go to  - Services\PaymentService .
    Create a new File/Class HSBCPaymentProvider that impliment IPaymentProvider and all its members.
    You can look at PayPalProPaymentProvider.cs for some help how it is done.

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 07-21-2008 11:51 AM In reply to

    • Karan
    • Top 50 Contributor
    • Joined on 07-21-2008
    • Posts 16

    Re: Where to start ??

    Hi

    Thanks for your swift response. I have created a class file "HSBCpaymentprovider" , but didn't understand how that will implement IPaymentProvider and all it members. Could you please explain a bit clear.

     Thank you

  • 07-21-2008 12:41 PM In reply to

    Re: Where to start ??

    If you are new to C# or Programming you might want to get a book on programming. (because this seems to be a real basic c# questions)

    If you mean something specific then please explain an I will be happy to help if I can :)

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 07-23-2008 7:26 AM In reply to

    Re: Where to start ??

    Hi dear the discussion above really helped me understand the configuration of dascommerce.

    I did following steps

    ->All the prerequistes.

    ->configured dashcommerce virtual directory.

    ->Ran scripts in MSSQL Server management Studion express edition i.e made tables and stored procedures.

    ->Configured connection string

    ->Run in IIS.

    ->When I start the application without debugging it only works on craete a new login and login pages(only show these pages).

    ->When i click on any other link it simply gives error oops 404 and ....................

    ->What am i missing?

     

     

  • 07-23-2008 5:16 PM In reply to

    Re: Where to start ??

    dash.bilal:
    Hi dear the discussion above really helped me understand the configuration of dascommerce.
    Looks like ou are talking about something else.

     Try this go to the page that you can access (login.aspx) then replace login.aspx with default.aspx what happens.

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
Page 1 of 1 (6 items)