can only add one item to the cart

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default can only add one item to the cart

    Hi ho - Have got a situation where users can add an item to a cart - then go
    back to the list and browse for more items - actually in this case its symptoms
    -
    problem
    1. user can add 1 item and view the cart no problem
    2. however, if a second item is added i get an erorr page
    3. If i clear te cookies in the browser i can again add 1 item and view it
    4. if i dint clear the cookies then i only get an error

    what to do? where to check? can it be solved?

    regards Mark

    quiero mas Guest

  2. Similar Questions and Discussions

    1. delete item from cart
      Has anyone seen this error? Object of type class coldfusion.runtime.Struct cannot be used as an array I get this when trying to delete an Item...
    2. e.Item.ItemIndex and e.Item.DataSetIndex
      When writing the update event handler for a web forms DataGrid, I am running into a situation that is giving me quite the headache! If a user has...
    3. Checking to see if an item is in shopping cart
      Hi all, I'm trying to query a table to see if an item has already been added. If it hasn't, then add the item to the table and display all the...
    4. [T-SQL] SELECTing item whether or not it has corresponding item in another table
      Hiya! I have a question: I have 2 tables... "Inventory" and "Price" These tables are used by 2 restaurants... the inventory has what they...
    5. Change style of a single row of the item list of datagrid, based on a field value of current item...
      Sorry for the long subject guys, but I don't know how better I can resume the matter... Anyway, I have my datagrid showing items of an order. I...
  3. #2

    Default Re: can only add one item to the cart

    solved
    quiero mas 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