Hi, I am working on a form which is as follows -
+---------------+----------------+--------------+-----------------+---------------+
|Item_Code |Item_Name |Quantity |Rate |Amount |
|[ COMBO BOX ] |[ COMBO BOX ] |[ USER INPUT ]|[ Auto Fill after| [ CALCULATED ]|
|Generate Field2|Generate Field 1| |selecting f1/f2 | |
+---------------+----------------+--------------+-----------------+---------------+
The user can either chose combo 1 or combo 2, the other combo will be generated by the corresponding value. The user can add an item by pressing a button "ADD TO CART" or just press "TAB" after the last field (Quantity).
CART TABLE
WILL SHOW THE ITEMS SELECTED USING THE ABOVE INTERFACE.
I am trying to do this using PHP, MySQL, JS & Ajax. Can any one help me to do this?