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

Thread: error on checkout page

  1. #1
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation error on checkout page

    Hi i get this error on checkout page.

    HTML Code:
    Could not find stored procedure 'aspdnsf_updOrderitemQuantityDiscount'.
    what could be wrong
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

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

    Default

    That's the same problem you had in this thread, and we walked you through how to fix it step by step - the same applies.

    At some point, while running the install or upgrade script something failed and you lost some sprocs. You just need to go through the same steps to replace that.

  3. #3
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation Thanks

    I could fix it. i created Sproc and checkout is working fine.

    but i have one more error in product viewing page
    HTML Code:
    Exception=Could not find stored procedure 'Quix_GetParentSection'.
    this message is showing at the bottom of the page, i have all the information in that page with no problem.

    I was actually comparing this store DB to the other 8.1 DB and gettign the SQL for the missing Sproc.

    But i don't find and Sproc like Quix_GetParentSection in both websites.

    Could you please tell me where can i find this Sproc so that i can get that SQL for this and run it in this website.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  4. #4
    Tek7 is offline Senior Member
    Join Date
    May 2006
    Posts
    137

    Default

    That looks like a custom sproc - I've always found that ASPDNSF prefixes them with aspdnsf_
    May

  5. #5
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation How can I

    How can I get rid of that message?
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  6. #6
    Tek7 is offline Senior Member
    Join Date
    May 2006
    Posts
    137

    Default

    That message means the stored procedure is missing, you probably deleted it somehow or forgot to upload it.
    You need to recreate it.
    May

  7. #7
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Cool got it

    just created a dummy sproc.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4