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

Thread: Recurring Order Error

  1. #1
    juliooscar is offline Junior Member
    Join Date
    Feb 2011
    Location
    Dominican Republic
    Posts
    5

    Question Recurring Order Error

    Attempt to place an order with a recurring product and complete the transaction I get this error. Why?

    ----
    Error Log
    ----
    Page URL:/tienda/checkoutreview.aspx
    Source:.Net SqlClient Data Provider
    Message:The conversion of char data type to datetime datetime value was out of range.
    Statement has been terminated.
    Stack Trace:
    at AspDotNetStorefrontCore.DB.ExecuteSQL(String Sql) in C:\AspDotNetStorefront\Fortress\DP_Products\WebRel eases\AspDotNetStorefrontML\Ashland\ASPDNSFCore\DB .cs:line 673
    at AspDotNetStorefrontGateways.Gateway.MakeOrder(Stri ng PaymentGatewayToUse, String TransactionMode, ShoppingCart cart, Int32 OrderNumber, String CAVV, String ECI, String XID, String RecurringSubscriptionID) in C:\AspDotNetStorefront\Fortress\DP_Products\WebRel eases\AspDotNetStorefrontML\Ashland\ASPDNSFGateway s\Gateway.cs:line 1624
    at AspDotNetStorefront.checkoutreview.ProcessCheckout () in c:\Web\checkoutreview.aspx.cs:line 597
    at AspDotNetStorefront.checkoutreview.ContinueCheckou t() in c:\Web\checkoutreview.aspx.cs:line 190
    at AspDotNetStorefront.checkoutreview.btnContinueChec kout1_Click(Object sender, EventArgs e) in c:\Web\checkoutreview.aspx.cs:line 177
    at System.EventHandler.Invoke(Object sender, EventArgs e)
    at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
    at System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument)
    at System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

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

    Default

    What locale is your site set on? What recurring interval is the product set for, and do you get this for ALL purchases, or just a specific one?

  3. #3
    juliooscar is offline Junior Member
    Join Date
    Feb 2011
    Location
    Dominican Republic
    Posts
    5

    Default The locale is "en-US"

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    What locale is your site set on? What recurring interval is the product set for, and do you get this for ALL purchases, or just a specific one?
    The locale is "en-US"
    HTML Code:
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US"/>
    , the recurring interval is the 1 month and yes is for all purchases.

    Thanks for answer me