Jump to content

Adding additional order information


redbrad0

Recommended Posts

I have a system setup that has certain items that people can purchase things for. Once in awhile I need to collect additional information from the user on the item they are purchasing (this is not a full blown shopping cart). A example of some additional information (which can change per each item) would be

 

- Would you like to get information on the teleconference

- Will you be staying at the conference hotel

- What is the age range of people purchasing tickets

- Where did you hear about us

 

So I am trying to figure out the best way to add this into the database and export it out in a clean fashion. My thought is to add a table with column names (OrderInformation_ID, OrderInformation_OrderID, OrderInformation_FieldName, OrderInformation_FieldValue). And build the information into an array to export the data. Does this seem like the best way?

Link to comment
https://forums.phpfreaks.com/topic/96577-adding-additional-order-information/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.