Modify php shopping cart to support multiple drop down menus
- by Thomas
I have a shopping cart script that I am trying to modify to support multiple product selection. As it is now, the customer can select a product from a single drop down menu. Now, I would like to add multiple dropdown menus (all populated with the same options).
Here is the php that outputs the dropdown menu:
…