tjcook
December 9th, 2003, 06:36 PM
Hello, I'm developing for a music publishing company. Their site will require several tables separate from the shopping cart.
Also, I would like to add more fields such as 'url_to_pdf' , 'composer', 'length', etc. for each catalogue item. I've seen in http://www.ldev.com/forums/showthread.php?t=1015 that you say: "All the data for the 12 text options would end up stored in a single MySQL table field, using the serialize command to turn the array into storable data. For this reason, a MySQL export alone would not give you the option info in a readable format."
I wouldn't want to mess with the serialize command. It seems like there should be support for this. I've seen that in www.madaboutfood.net they have a field that allows the buyer to insert a message for a gift card. I assume such a thing would be a new field in the order?
Please explain how this works. I'm very excited about the shopping cart and hope it can do everything we need to do.
Also, I would like to add more fields such as 'url_to_pdf' , 'composer', 'length', etc. for each catalogue item. I've seen in http://www.ldev.com/forums/showthread.php?t=1015 that you say: "All the data for the 12 text options would end up stored in a single MySQL table field, using the serialize command to turn the array into storable data. For this reason, a MySQL export alone would not give you the option info in a readable format."
I wouldn't want to mess with the serialize command. It seems like there should be support for this. I've seen that in www.madaboutfood.net they have a field that allows the buyer to insert a message for a gift card. I assume such a thing would be a new field in the order?
Please explain how this works. I'm very excited about the shopping cart and hope it can do everything we need to do.