Best way to update multiple prices via a web page

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Best way to update multiple prices via a web page

    Hi All

    All I'm asking in this post is just for some user interface advice on the
    best way round it.

    Basically I've created a colours and sizes mechanism in my shopcart that
    allows me to specify different prices for my products if a user selects say
    a particular colour or size. To see my shabby work, please visit
    [url]www.henrykaye.co.uk[/url] to see this in action.

    From the customer interface point of view, its been quite straightforward
    for me to populate my drop-down menus with the colours and then dynamically
    change my prices to suit, but my quandary is from an admin point of view.

    The scenario is, I have 1 product code showing on my web page with a
    drop-down list of say sizes this time.

    I don't want to display say 15 different permutations of sizes a) because if
    I have lots of sizes its going to look crap and b) I don't know how many
    sizes I'm going to enter.

    I don't want to make the admin user select the product then the size, then
    click a button to go to a new page so that I can query and put the price in
    1 text box, so they change this, file it and then go through the process
    again. To update 3 products with 10 sizes/prices, this is going to be about
    90 page clicks!!

    How does one allow an admin user to update a multitude of dynamic prices
    from say 1 web page.

    The DB I'm using is Access, but I don't think this really matters. I would
    have thought the insert/update statement is going to be the same whether it
    be Access or SQL Server.

    Any good tips???

    Rgds

    Laphan




    Laphan Guest

  2. Similar Questions and Discussions

    1. Advanced OOP: Best OO design for rendering multiple page types to multiple devices
      Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content...
    2. update multiple records in multiple tables from one form
      hello I have been trying to run multiple update queries based on the data entered by user. Brief background: I am fetching data from various...
    3. Multiple Update
      Invalid CFML construct found on line 1 at column 15. ColdFusion was looking at the following text: # The error occurred in...
    4. multiple grids on one page - use single Update/Edit/Cancel commands
      Hi - can you access the grid id from DataGridCommandEventArgs ? I have multiple similar grids on the one page, and want to use the same events to...
    5. problem with have multiple subjects appear on the web page in multiple lines
      Hello, group I have got this problem, hoping someone can help me to figure it out what is wrong. I have some fields in the database:...
  3. #2

    Default Re: Best way to update multiple prices via a web page

    Hi Guys

    Any ideas??

    Laphan <news@DoNotEmailMe.co.uk> wrote in message
    news:urH3ZMiAEHA.3804@TK2MSFTNGP09.phx.gbl...
    Hi All

    All I'm asking in this post is just for some user interface advice on the
    best way round it.

    Basically I've created a colours and sizes mechanism in my shopcart that
    allows me to specify different prices for my products if a user selects say
    a particular colour or size. To see my shabby work, please visit
    [url]www.henrykaye.co.uk[/url] to see this in action.

    From the customer interface point of view, its been quite straightforward
    for me to populate my drop-down menus with the colours and then dynamically
    change my prices to suit, but my quandary is from an admin point of view.

    The scenario is, I have 1 product code showing on my web page with a
    drop-down list of say sizes this time.

    I don't want to display say 15 different permutations of sizes a) because if
    I have lots of sizes its going to look crap and b) I don't know how many
    sizes I'm going to enter.

    I don't want to make the admin user select the product then the size, then
    click a button to go to a new page so that I can query and put the price in
    1 text box, so they change this, file it and then go through the process
    again. To update 3 products with 10 sizes/prices, this is going to be about
    90 page clicks!!

    How does one allow an admin user to update a multitude of dynamic prices
    from say 1 web page.

    The DB I'm using is Access, but I don't think this really matters. I would
    have thought the insert/update statement is going to be the same whether it
    be Access or SQL Server.

    Any good tips???

    Rgds

    Laphan






    Laphan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139