dlewis22 Posted February 8, 2007 Share Posted February 8, 2007 Can someone tell me how to add a new field to the shipping fields for suite / room number. Thanks Link to comment Share on other sites More sharing options...
Guest Posted February 8, 2007 Share Posted February 8, 2007 Can someone tell me how to add a new field to the shipping fields for suite / room number. Thanks http://www.oscommerce.com/community/contri...,create+account Corrie Link to comment Share on other sites More sharing options...
dlewis22 Posted February 8, 2007 Author Share Posted February 8, 2007 oops, what did I do? 1146 - Table 'mystorenameTABLE_EXTRA_FIELDS' doesn't exist select ce.fields_id, ce.fields_input_type, ce.fields_required_status, cei.fields_name, ce.fields_status, ce.fields_input_type, ce.fields_size from TABLE_EXTRA_FIELDS ce, TABLE_EXTRA_FIELDS_INFO cei where ce.fields_status=1 and ce.fields_required_status=1 and cei.fields_id=ce.fields_id and cei.languages_id =1 http://www.oscommerce.com/community/contri...,create+account Corrie Link to comment Share on other sites More sharing options...
user99999999 Posted February 8, 2007 Share Posted February 8, 2007 You didnt add the defines to catalog/includes/database_tables.php Link to comment Share on other sites More sharing options...
dlewis22 Posted February 9, 2007 Author Share Posted February 9, 2007 Alright, I have managed to get rid of all of the errors and the information is getting added to the database. But, when I add information into the form and hit submit, the new information does not show on the next page. And the form field does not show up when I go to the edit address information. Is there a better solution than this one out there or can someone tell me how to correct these errors? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.