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

Thread: Surname duplicated in Order

  1. #1
    h0lly is offline Junior Member
    Join Date
    Aug 2010
    Posts
    3

    Default Surname duplicated in Order

    When an order is created the customer surname is being applied in the firstname column of the db table. I have tried to find the sql query that executes the insert statement for a new order to no avail.

    The process appears to happen between checkoutshipping.aspx and checkoutpayment.aspx

    Where can I find the point where the order details are added to the db?

  2. #2
    h0lly is offline Junior Member
    Join Date
    Aug 2010
    Posts
    3

    Default Surname in both Firstname and Surname columns of db order

    Does anyone know what file initiates inserting an order into the database? Currently the customer's surname is being inserted into both the FirstName and Surname and I have unsuccessfully tried to find where the insert takes place.

    Any pointers would be appreciated.