Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: Implementing Authorize.net SIM Method

  1. #1
    sujith.ak is offline Junior Member
    Join Date
    Mar 2010
    Posts
    3

    Default Implementing Authorize.net SIM Method

    Hi,
    Can we implement Authorize.net Server Integration Method for payment gateway in ASPDotnetStoreFront?. If so can you explain the procedure.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    If you've got the source code you could add that gateway, sure. As for the 'procedure' - same as any other gateway pretty much. You'll have to get their API docs and write a class to handle it, then add that to the solution and adjust the Gateway.cs logic to handle it. You might take a look at how we've integrated Worldpay, 2checkout, and the other 'boomerang' gateways for some ideas on how it should all be structured.

  3. #3
    sujith.ak is offline Junior Member
    Join Date
    Mar 2010
    Posts
    3

    Default Sim Integration

    Hi,
    I implemented the logic for SIM for authorize.net.I didn't find the Gateway.cs file in the solution am using v8.0.3 of ADNSF. Please guide me with sample codes.

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Hmm, what's the exact version of the software you're using? There is no 'v8.0.3' - if you're not sure exactly, you can check on the admin home page of you're site.

    Did you purchase the source code with your license? You're only going to have access to the class files like Gateway.cs if you have the full source.

  5. #5
    sujith.ak is offline Junior Member
    Join Date
    Mar 2010
    Posts
    3

    Default

    This is the version of ADNSF:
    Version (Code/DB): AspDotNetStorefront ML 8.0.1.2/8.0.1.2
    Ya we have purchased the whole source code, Please see the attached image .

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    It's definitely in there if you purchased the source code, in the ASPDNSFGateways project. If you downloaded the software immediately after the purchase (before the SLA was signed), you won't have gotten the full-source download, just the standard files. Try downloading the software again, if you did buy the source code it'll be in there.