I'm working on a mod to add a new field to the product listing virtually identical to the manufacturers list. The good news is all the work done up to this point in the admin has gone off perfect. I've created a new section to add "scent categories", mirroring adding a manufacturer. All works beautifully and is writing to the db with out a hitch. The problem is on the next step of actually adding a product. The drop down box appears with the list I've created from the admin within the add products screen. I add the test product and select a "scent category" that I want related to that product and save the product. When I check the db it is not writing the scent id to the products table. I'm not getting any errors, just not writing the id to the system.
I've carefully gone over my code in the collect_info.php and can't find any errors. Is there another file I've overlooked (I've modified so many) that I should be looking at to possiblly find a coding error that would prevent data from the add products screen to write to the database. All the other info is writing correctly and the new product shows perfectly with this one exception in the database. I can post my collect_info file here.... but it's a large file, so I thought I would first see if there was something else I should be checking first.
Thanks in advance for any assistance.



