Quote Originally Posted by DivaVocals View Post
As I have indicated in my posts and on my site, there is an auto-installer with edit Orders. NO external SQL file needed..
Right, thank you, I understood that the first go-around and have made several installation attempts thereafter. Yet the blank config menu remains when navigating to Admin Panel > Configuration > Edit Orders after each installation attempt. 1. Might this have something to do with the following SQL holdover from Edit Orders v1.5.3?

INSERT INTO `xzen_admin_files` (`id`, `page`, `header`, `submenu`) VALUES (93, 'edit_orders', 2, 0);
2.Or am I missing some SQL (see below)? 3.Or what is needed to get the config menu installed or to display properly? Using a freshly installed, clean database on top of already clean, no-modded Zen Cart 1.5.0 files is not an option.

If I have to massage a database entry or two hundred, fine, but installing it again won't work any better than the four previous times. Here is all the SQL I could find in my database relating to "edit order" and "edit_order" (let me know if I should try another keyphrase, thanks):

INSERT INTO `xzen_admin_activity_log` (`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`, `flagged`, `attention`, `gzpost`) VALUES (2308, '2012-07-09 08:38:25', 1, 'edit_orders.php', 'oID=122832&', '63.169.106.0', 0, '', '');

INSERT INTO `xzen_admin_files` (`id`, `page`, `header`, `submenu`) VALUES (93, 'edit_orders', 2, 0);

INSERT INTO `xzen_admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES ('configEditOrders', 'BOX_CONFIGURATION_EDIT_ORDERS', 'FILENAME_CONFIGURATION', 'gID=51', 'configuration', 'Y', 55);

INSERT INTO `xzen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (900, 'Ty Package Tracker Module Switch for Edit Orders v3.0 or Super Orders v3.0', 'TY_TRACKER', 'True', 'If you have the either Edit Orders v3.0 or Super Orders v3.0 installed, set this option to TRUE so that the Ty Package Tracker fields will display in Edit Orders or Super Orders<br><br><strong><font color=red>YOU MUST HAVE EDIT ORDERS v3.0 OR SUPER ORDERS v3.0 INSTALLED TO USE THIS FEATURE!!</font></strong><br><br>(Activating this flag without the required mod(s) installed <strong>WILL CAUSE ERRORS IN YOUR STORE!!!!</strong>)', 49, 175, '2012-07-09 07:50:32', '2012-07-09 07:48:22', NULL, 'zen_cfg_select_option(array(''True'', ''False''),'),

INSERT INTO `xzen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (908, 'Edit Orders Version', 'EO_VERSION', '4.0', 'Installed Version', 52, 1, '2012-07-09 08:31:16', '2012-07-09 08:31:16', NULL, 'trim(');

INSERT INTO `xzen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (909, 'Shipping Tax', 'SHIPPING_TAX', '0.0', 'Shipping tax is not stored in the database, but Edit Orders will use the value entered here to calculate the shipping tax and add it to the shipping totals', 52, 185, '2012-07-09 08:31:16', '2012-07-09 08:31:16', NULL, NULL);

INSERT INTO `xzen_configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES (52, 'Edit Orders', 'Settings for Edit Orders features', 52, 1);