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: Adding Order Processing Drop Down on Admin

  1. #1
    kyleeeeee is offline Member
    Join Date
    Dec 2010
    Posts
    34

    Default Adding Order Processing Drop Down on Admin

    Hello,

    I am working on trying to add a dropdown menu to our orders placed on the website where I can adjust the 'Order Process'. For example, if we would want 'Hold','Waiting For Box', etc.

    Here is what I have gathered so far about this but I am hitting a road block :

    • I need this to be saved for each individual order, so they can all be at a different spot
    • I added 'OrderStatus' column to the database, in the 'Orders' table
    • I am pretty sure I need to add it to orderframe.aspx.cs

    What I am running into is being able to create the dropdown menu where I can have the different status' based on the order and have it connect with the database and save for each order.

    Does anyone have any direction to make this happen? I am running 9.0.1.3 with no source code but I think I can do this all hard coded, connecting with the database.

  2. #2
    kyleeeeee is offline Member
    Join Date
    Dec 2010
    Posts
    34

    Default

    Anyone with any guidance on this matter?