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 5 of 5

Thread: Checkout confirmation not showing

  1. #1
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default Checkout confirmation not showing

    Hi

    We are testing out a new payment gateway on our dev site. The test SOAP XMl gateway has been installed by a developer and this is also selected within Storefront (Appconfig and in the Monthly Config)

    The files that have been changed are the checkoutpayment.aspx file and the gateway file.

    When a test order is placed the Gateway status is returning (Some) expected results but there is no Confirmation screen that we see on our live site. I've attached an screen shot to show you.

    How can we resolve this? Is this in the .aspx file or another setting? Within the dev site we have the following settings

    Caching Is: ONTURN CACHING OFF
    Primary Store Locale Setting: en-GB
    SQL Locale Setting: en-GB
    Customer Locale Setting: en-GB
    Primary Store Currency: GBP
    Payment Gateway: COMMIDEA
    Gateway Mode: LIVE
    Transaction Mode: AUTH CAPTURE
    Payment Methods: Credit Card
    MicroPay Enabled: False
    Cardinal Enabled: False
    Store Credit Cards: True
    Using Gatway Recurring Billing: False

    One thing I have noticed is that our live site is set at

    Version (Code/DB): AspDotNetStorefront ML 7.1.1.0/7.1.1.0

    But our dev site is Version (Code/DB): AspDotNetStorefront ML 8.0.0.0/7.1.1.0

    Would this cause a problem?

    Screenshot - http://img685.imageshack.us/img685/5066/11331807.jpg

    Cheers!

  2. #2
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Sorry, but the screenshot is not readable, and you should be using the SAME version on both sides yes...for sure. You'll have to have your developer help in this one...
    AspDotNetStorefront
    Shopping Cart

  3. #3
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Ok we now have it on the same Code as the live site but when the "Continue Checkout" is selected on the checkoutpayment.aspx the following message is shown

    Server Error in '/' Application.
    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30456: 'ro_GWCOMMIDEAV4' is not a member of 'AspDotNetStorefrontGateways.Gateway'.

    Source Error:

    Line 345: ' try create the order record, check for status of TX though:
    Line 346: OrderNumber = AppLogic.GetNextOrderNumber()
    Line 347: Dim status As String = Gateway.MakeOrder(Gateway.ro_GWCOMMIDEAV4, AppLogic.TransactionMode(), cart, OrderNumber, String.Empty, String.Empty, String.Empty, String.Empty)
    Line 348: If status = AppLogic.ro_3DSecure Then
    Line 349: Response.Redirect("secureform.aspx")

  4. #4
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Have no clue, that's not a normal error. Do you have mismatched code from several versions on the site?
    Last edited by Rob; 03-17-2010 at 12:16 PM.
    AspDotNetStorefront
    Shopping Cart

  5. #5
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    It looks like your developer has tried to utilize a variable - ro_GWCOMMIDEAV4 - that follows our naming conventions (we use ro_CAPITALLETTERS to define read only strings that our gateways use in the Gateway class in the AspDotNetStorefrontGateways projects) but didn't actually create the string and recompile so that it can be used. You'll want to talk to your developer about how he/she performed the integration...looks like they just tried to make things look like they should work but haven't actually completed the integration.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>