Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Upgrading from v2.2 MS2 RC2a to 2.3.4.1 BS CE (developer's log)


dr_lucas

Recommended Posts

I am in the process of testing the upgrade process from a heavily modified (with the ancient SEC shoppe enhancement controller and many other public and custom made addons) v2.2 MS2 RC2a installation to the latest 2.3.4.1 Bootstrap CE

I realized the best way forward is probably to install a clean 2.3.4.1 CE shop, upgrade the old database with all the changes since that release, while skipping changes that already exist in my database. After done with all the database work, I will proceed with required file comparisons and changes, addons installations etc.

I followed the suggestions from 

 

To update the database, I installed this: https://apps.oscommerce.com/2qqbU

And as the readme in the last package says, it also required to install this: https://pastebin.com/Kp7X5rhL

With that done, my shop didn't show any products.

I used TOAD (link) to do a database comparison between a vanilla 2.3.4.1 CE database and my old database, and noticed many configuration records do not exist in the my old upgraded database, so I added them.

Here is the script (generated by TOAD) to add them:

INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('LAST_UPDATE_CHECK_TIME', 'Last Update Check Time', '', 'Last time a check for new versions of osCommerce was run', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MIN_DISPLAY_BESTSELLERS', 'Best Sellers', '1', 'Minimum number of best sellers to display', 2, 15, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ACTION_RECORDER_RESET_PASSWORD_ATTEMPTS', 'Allowed Attempts', '1', 'Number of password reset attempts to allow within the specified period.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ACTION_RECORDER_RESET_PASSWORD_MINUTES', 'Allowed Minutes', '5', 'Number of minutes to allow password resets to occur.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_ADMIN_LOGINS_SORT_ORDER', 'Sort Order', '500', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_ADMIN_LOGINS_STATUS', 'Enable Administrator Logins Module', 'True', 'Do you want to show the latest administrator logins on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_CUSTOMERS_SORT_ORDER', 'Sort Order', '400', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_CUSTOMERS_STATUS', 'Enable Customers Module', 'True', 'Do you want to show the newest customers on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_INSTALLED', 'Installed Modules', 'd_total_revenue.php;d_total_customers.php;d_orders.php;d_customers.php;d_admin_logins.php;d_security_checks.php;d_latest_news.php;d_latest_addons.php;d_partner_news.php;d_version_check.php;d_reviews.php', 'List of Administration Tool Dashboard module filenames separated by a semi-colon. This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_LATEST_ADDONS_SORT_ORDER', 'Sort Order', '800', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_LATEST_ADDONS_STATUS', 'Enable Latest Add-Ons Module', 'True', 'Do you want to show the latest osCommerce Add-Ons on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_LATEST_NEWS_SORT_ORDER', 'Sort Order', '700', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_LATEST_NEWS_STATUS', 'Enable Latest News Module', 'True', 'Do you want to show the latest osCommerce News on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_ORDERS_SORT_ORDER', 'Sort Order', '300', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_ORDERS_STATUS', 'Enable Orders Module', 'True', 'Do you want to show the latest orders on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_SORT_ORDER', 'Sort Order', '820', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_STATUS', 'Enable Partner News Module', 'True', 'Do you want to show the latest osCommerce Partner News on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_REVIEWS_SORT_ORDER', 'Sort Order', '1000', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_REVIEWS_STATUS', 'Enable Latest Reviews Module', 'True', 'Do you want to show the latest reviews on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_SECURITY_CHECKS_SORT_ORDER', 'Sort Order', '600', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_SECURITY_CHECKS_STATUS', 'Enable Security Checks Module', 'True', 'Do you want to run the security checks for this installation?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_TOTAL_CUSTOMERS_SORT_ORDER', 'Sort Order', '200', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_TOTAL_CUSTOMERS_STATUS', 'Enable Total Customers Module', 'True', 'Do you want to show the total customers chart on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_TOTAL_REVENUE_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_TOTAL_REVENUE_STATUS', 'Enable Total Revenue Module', 'True', 'Do you want to show the total revenue chart on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_VERSION_CHECK_SORT_ORDER', 'Sort Order', '900', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ADMIN_DASHBOARD_VERSION_CHECK_STATUS', 'Enable Version Check Module', 'True', 'Do you want to show the version check results on the dashboard?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_BEST_SELLERS_CONTENT_PLACEMENT', 'Content Placement', 'Right Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_BEST_SELLERS_SORT_ORDER', 'Sort Order', '5030', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_BEST_SELLERS_STATUS', 'Enable Best Sellers Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CARD_ACCEPTANCE_CONTENT_PLACEMENT', 'Content Placement', 'Left Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CARD_ACCEPTANCE_LOGOS', 'Logos', 'paypal_horizontal_large.png;visa.png;mastercard_transparent.png;american_express.png;maestro_transparent.png', 'The card acceptance logos to show.', 6, 0, NULL, '2018-07-17 10:16:38', 'bm_card_acceptance_show_logos', 'bm_card_acceptance_edit_logos(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CARD_ACCEPTANCE_SORT_ORDER', 'Sort Order', '1060', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CARD_ACCEPTANCE_STATUS', 'Enable Card Acceptance Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CATEGORIES_CONTENT_PLACEMENT', 'Content Placement', 'Left Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CATEGORIES_SORT_ORDER', 'Sort Order', '1000', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_CATEGORIES_STATUS', 'Enable Categories Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_INSTALLED', 'Installed Modules', 'bm_categories.php;bm_manufacturers.php;bm_whats_new.php;bm_card_acceptance.php;bm_order_history.php;bm_best_sellers.php', 'List of box module filenames separated by a semi-colon. This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_MANUFACTURERS_CONTENT_PLACEMENT', 'Content Placement', 'Left Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_MANUFACTURERS_SORT_ORDER', 'Sort Order', '1020', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_MANUFACTURERS_STATUS', 'Enable Manufacturers Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_ORDER_HISTORY_CONTENT_PLACEMENT', 'Content Placement', 'Right Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_ORDER_HISTORY_SORT_ORDER', 'Sort Order', '5020', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_ORDER_HISTORY_STATUS', 'Enable Order History Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_WHATS_NEW_CONTENT_PLACEMENT', 'Content Placement', 'Left Column', 'Should the module be loaded in the left or right column?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left Column'', ''Right Column''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_WHATS_NEW_SORT_ORDER', 'Sort Order', '1040', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_BOXES_WHATS_NEW_STATUS', 'Enable What''s New Module', 'True', 'Do you want to add the module to your shop?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_ACCOUNT_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_ACCOUNT_TITLE_SORT_ORDER', 'Sort Order', '10', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_ACCOUNT_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CHECKOUT_SUCCESS_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CHECKOUT_SUCCESS_TITLE_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CHECKOUT_SUCCESS_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CS_CONTINUE_BUTTON_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CS_CONTINUE_BUTTON_SORT_ORDER', 'Sort Order', '1000', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CS_CONTINUE_BUTTON_STATUS', 'Enable Continue Button', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CUSTOMER_GREETING_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CUSTOMER_GREETING_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 4, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_CUSTOMER_GREETING_STATUS', 'Enable Customer Greeting Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_COPYRIGHT_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_COPYRIGHT_SORT_ORDER', 'Sort Order', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_COPYRIGHT_STATUS', 'Enable Copyright Details Footer Module', 'True', 'Do you want to enable the Copyright content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_ICONS_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_ICONS_SORT_ORDER', 'Sort Order', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_EXTRA_ICONS_STATUS', 'Enable Payment Icons Footer Module', 'True', 'Do you want to enable the Payment Icons content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_INFORMATION_CONTENT_WIDTH', 'Content Width', '3', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_INFORMATION_SORT_ORDER', 'Sort Order', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_FOOTER_INFORMATION_STATUS', 'Enable Information Links Footer Module', 'True', 'Do you want to enable the Information Links content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_BREADCRUMB_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_BREADCRUMB_SORT_ORDER', 'Sort Order', '40', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_BREADCRUMB_STATUS', 'Enable Header Breadcrumb Module', 'True', 'Do you want to enable the Breadcrumb content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_LOGO_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_LOGO_SORT_ORDER', 'Sort Order', '10', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_LOGO_STATUS', 'Enable Header Logo Module', 'True', 'Do you want to enable the Logo content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_MESSAGESTACK_SORT_ORDER', 'Sort Order', '30', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_MESSAGESTACK_STATUS', 'Enable Message Stack Notifications Module', 'True', 'Should the Message Stack Notifications be shown in the header when needed? ', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_NOSCRIPT_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_NOSCRIPT_SORT_ORDER', 'Sort Order', '1', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_NOSCRIPT_STATUS', 'Enable No Script Module', 'True', 'Add message for people with .js turned off?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_SEARCH_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_SEARCH_SORT_ORDER', 'Sort Order', '20', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_HEADER_SEARCH_STATUS', 'Enable Search Box Module', 'True', 'Do you want to enable the Search Box content module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_DESCRIPTION_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_DESCRIPTION_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 2, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_DESCRIPTION_STATUS', 'Enable Category Description Module', 'True', 'Should this module be enabled?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_LISTING_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_LISTING_CONTENT_WIDTH_EACH', 'Category Width', '4', 'What width container should each Category be shown in?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_LISTING_SORT_ORDER', 'Sort Order', '200', 'Sort order of display. Lowest is displayed first.', 6, 4, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_CATEGORY_LISTING_STATUS', 'Enable Category Listing Module', 'True', 'Should this module be enabled?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_NEW_PRODUCTS_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_NEW_PRODUCTS_DISPLAY_EACH', 'Product Width', '3', 'What width container should each product be shown in? (12 = full width, 6 = half width).', 6, 4, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_NEW_PRODUCTS_MAX_DISPLAY', 'Maximum Display', '6', 'Maximum Number of products that should show in this module?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_NEW_PRODUCTS_SORT_ORDER', 'Sort Order', '300', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_NEW_PRODUCTS_STATUS', 'Enable New Products Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_TITLE_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IN_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_CATEGORY_DESCRIPTION_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_CATEGORY_DESCRIPTION_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 2, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_CATEGORY_DESCRIPTION_STATUS', 'Enable Category/Manufacturer Description Module', 'True', 'Should this module be enabled?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_PRODUCT_LISTING_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_PRODUCT_LISTING_CONTENT_WIDTH_EACH', 'Item Width', '4', 'What width container should each Item be shown in?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_PRODUCT_LISTING_SORT_ORDER', 'Sort Order', '200', 'Sort order of display. Lowest is displayed first.', 6, 4, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_PRODUCT_LISTING_STATUS', 'Enable Product Listing Module', 'True', 'Should this module be enabled?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_TITLE_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_IP_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_I_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_I_TITLE_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_I_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_LOGIN_TITLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_LOGIN_TITLE_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_LOGIN_TITLE_STATUS', 'Enable Title Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_CORNERS', 'Navbar Corners', 'No', 'Should the Navbar have Corners?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Yes'', ''No''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_FIXED', 'Navbar Fixed Position', 'Floating', 'Should the Navbar stay fixed on Top/Bottom of the page or Floating?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Floating'', ''Top'', ''Bottom''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_INSTALLED', 'Installed Modules', 'nb_hamburger_button.php;nb_brand.php;nb_shopping_cart.php', 'List of navbar module filenames separated by a semi-colon. This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_MARGIN', 'Navbar Margin', 'Yes', 'Should the Navbar have a bottom Margin?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Yes'', ''No''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_SORT_ORDER', 'Sort Order', '10', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_STATUS', 'Enable Navbar Module', 'True', 'Should the Navbar be shown? ', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NAVBAR_STYLE', 'Navbar Style', 'Inverse', 'What style should the Navbar have?  See http://getbootstrap.com/components/#navbar-inverted', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Default'', ''Inverse''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NEW_PRODUCTS_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NEW_PRODUCTS_DISPLAY_EACH', 'Product Width', '3', 'What width container should each product be shown in? (12 = full width, 6 = half width).', 6, 4, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NEW_PRODUCTS_MAX_DISPLAY', 'Maximum Display', '6', 'Maximum Number of products that should show in this module?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NEW_PRODUCTS_SORT_ORDER', 'Sort Order', '300', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_NEW_PRODUCTS_STATUS', 'Enable New Products Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PINF_MESSAGE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PINF_MESSAGE_SORT_ORDER', 'Sort Order', '10', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PINF_MESSAGE_STATUS', 'Enable Message Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_BUY_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_BUY_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_BUY_STATUS', 'Enable Buy Button', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DATE_AVAILABLE_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DATE_AVAILABLE_SORT_ORDER', 'Sort Order', '70', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DATE_AVAILABLE_STATUS', 'Enable Date Available Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DATE_AVAILABLE_STYLE', 'Date Style', 'Long', 'How should the date look?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Long'', ''Short''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DESCRIPTION_CONTENT_WIDTH', 'Content Width', '8', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DESCRIPTION_SORT_ORDER', 'Sort Order', '60', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_DESCRIPTION_STATUS', 'Enable Description Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_GALLERY_CONTENT_WIDTH', 'Content Width', '4', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_GALLERY_SORT_ORDER', 'Sort Order', '65', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_GALLERY_STATUS', 'Enable Gallery Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_NAME_CONTENT_WIDTH', 'Content Width', '9', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_NAME_SORT_ORDER', 'Sort Order', '40', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_NAME_STATUS', 'Enable Name Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_OA_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_OA_ENFORCE', 'Enforce Selection', 'True', 'Should customer be forced to select option(s)?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_OA_HELPER', 'Add Helper Text', 'True', 'Should first option in dropdown be Helper Text?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_OA_SORT_ORDER', 'Sort Order', '80', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_OA_STATUS', 'Enable Options & Attributes', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_PRICE_CONTENT_WIDTH', 'Content Width', '3', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_PRICE_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_PRICE_STATUS', 'Enable Price Module', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_REVIEW_CONTENT_WIDTH', 'Content Width', '6', 'What width container should the content be shown in?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_REVIEW_SORT_ORDER', 'Sort Order', '90', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_PI_REVIEW_STATUS', 'Enable Review Button', 'True', 'Should this module be shown on the product info page?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_TEXT_MAIN_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_TEXT_MAIN_SORT_ORDER', 'Sort Order', '200', 'Sort order of display. Lowest is displayed first.', 6, 4, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_TEXT_MAIN_STATUS', 'Enable Main Text Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_CONTENT_WIDTH', 'Content Width', '12', 'What width container should the content be shown in? (12 = full width, 6 = half width).', 6, 2, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''12'', ''11'', ''10'', ''9'', ''8'', ''7'', ''6'', ''5'', ''4'', ''3'', ''2'', ''1''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_EXPECTED_FIELD', 'Sort Field', 'date_expected', 'The column to sort by in the output.', 1, 5, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''products_name'', ''date_expected''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_EXPECTED_SORT', 'Sort Order', 'desc', 'This is the sort order used in the output.', 1, 4, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''asc'', ''desc''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_MAX_DISPLAY', 'Maximum Display', '6', 'Maximum Number of products that should show in this module?', 6, 3, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_SORT_ORDER', 'Sort Order', '400', 'Sort order of display. Lowest is displayed first.', 6, 5, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_CONTENT_UPCOMING_PRODUCTS_STATUS', 'Enable Upcoming Products Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_BREADCRUMB_SCHEMA_SORT_ORDER', 'Sort Order', '900', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_BREADCRUMB_SCHEMA_STATUS', 'Enable Breadcrumb Schema Module', 'True', 'Do you want to enable this module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CANONICAL_SORT_ORDER', 'Sort Order', '400', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CANONICAL_STATUS', 'Enable Canonical Module', 'True', 'Do you want to enable the Canonical module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CATEGORY_TITLE_SEO_BREADCRUMB_OVERRIDE', 'SEO Breadcrumb Override?', 'True', 'Do you want to allow category names in the breadcrumb to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CATEGORY_TITLE_SEO_TITLE_OVERRIDE', 'SEO Title Override?', 'True', 'Do you want to allow category titles to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CATEGORY_TITLE_SORT_ORDER', 'Sort Order', '200', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_CATEGORY_TITLE_STATUS', 'Enable Category Title Module', 'True', 'Do you want to allow category titles to be added to the page title?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_DATEPICKER_JQUERY_PAGES', 'Pages', 'advanced_search.php;account_edit.php;create_account.php', 'The pages to add the Datepicker jQuery Scripts to.', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_datepicker_jquery_show_pages', 'ht_datepicker_jquery_edit_pages(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_DATEPICKER_JQUERY_SORT_ORDER', 'Sort Order', '600', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_DATEPICKER_JQUERY_STATUS', 'Enable Datepicker jQuery Module', 'True', 'Do you want to enable the Datepicker module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_GRID_LIST_VIEW_PAGES', 'Pages', 'advanced_search_result.php;index.php;products_new.php;specials.php', 'The pages to add the Grid List JS Scripts to.', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_grid_list_view_show_pages', 'ht_grid_list_view_edit_pages(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_GRID_LIST_VIEW_SORT_ORDER', 'Sort Order', '700', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_GRID_LIST_VIEW_STATUS', 'Enable Grid List javascript', 'True', 'Do you want to enable the Grid/List Javascript module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_INSTALLED', 'Installed Modules', 'ht_canonical.php;ht_manufacturer_title.php;ht_category_title.php;ht_product_title.php;ht_robot_noindex.php;ht_datepicker_jquery.php;ht_grid_list_view.php;ht_table_click_jquery.php;ht_breadcrumb_schema.php;ht_product_colorbox.php', 'List of header tag module filenames separated by a semi-colon. This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_MANUFACTURER_TITLE_SEO_BREADCRUMB_OVERRIDE', 'SEO Breadcrumb Override?', 'True', 'Do you want to allow manufacturer names in the breadcrumb to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_MANUFACTURER_TITLE_SEO_TITLE_OVERRIDE', 'SEO Title Override?', 'True', 'Do you want to allow manufacturer names to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_MANUFACTURER_TITLE_SORT_ORDER', 'Sort Order', '100', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_MANUFACTURER_TITLE_STATUS', 'Enable Manufacturer Title Module', 'True', 'Do you want to allow manufacturer titles to be added to the page title?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_COLORBOX_LAYOUT', 'Thumbnail Layout', '155', 'Layout of Thumbnails', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_product_colorbox_thumbnail_number', NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_COLORBOX_PAGES', 'Pages', 'product_info.php', 'The pages to add the Colorbox Scripts to.', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_product_colorbox_show_pages', 'ht_product_colorbox_edit_pages(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_COLORBOX_SORT_ORDER', 'Sort Order', '900', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_COLORBOX_STATUS', 'Enable Colorbox Script', 'True', 'Do you want to enable the Colorbox Scripts?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_TITLE_SEO_BREADCRUMB_OVERRIDE', 'SEO Breadcrumb Override?', 'True', 'Do you want to allow product names in the breadcrumb to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_TITLE_SEO_TITLE_OVERRIDE', 'SEO Title Override?', 'True', 'Do you want to allow product titles to be over-ridden by your SEO Titles (if set)?', 6, 0, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_TITLE_SORT_ORDER', 'Sort Order', '300', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_PRODUCT_TITLE_STATUS', 'Enable Product Title Module', 'True', 'Do you want to allow product titles to be added to the page title?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_ROBOT_NOINDEX_PAGES', 'Pages', 'account.php;account_edit.php;account_history.php;account_history_info.php;account_newsletters.php;account_notifications.php;account_password.php;address_book.php;address_book_process.php;checkout_confirmation.php;checkout_payment.php;checkout_payment_address.php;checkout_process.php;checkout_shipping.php;checkout_shipping_address.php;checkout_success.php;cookie_usage.php;create_account.php;create_account_success.php;login.php;logoff.php;password_forgotten.php;password_reset.php;product_reviews_write.php;shopping_cart.php;ssl_check.php;tell_a_friend.php', 'The pages to add the meta robot noindex tag to.', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_robot_noindex_show_pages', 'ht_robot_noindex_edit_pages(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_ROBOT_NOINDEX_SORT_ORDER', 'Sort Order', '500', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_ROBOT_NOINDEX_STATUS', 'Enable Robot NoIndex Module', 'True', 'Do you want to enable the Robot NoIndex module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_TABLE_CLICK_JQUERY_PAGES', 'Pages', 'checkout_payment.php;checkout_shipping.php', 'The pages to add the jQuery Scripts to.', 6, 0, NULL, '2018-07-17 10:16:38', 'ht_table_click_jquery_show_pages', 'ht_table_click_jquery_edit_pages(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_TABLE_CLICK_JQUERY_SORT_ORDER', 'Sort Order', '800', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_HEADER_TAGS_TABLE_CLICK_JQUERY_STATUS', 'Enable Clickable Table Rows Module', 'True', 'Do you want to enable the Clickable Table Rows module?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_BRAND_CONTENT_PLACEMENT', 'Content Placement', 'Home', 'This module must be placed in the Home area of the Navbar.', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Home''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_BRAND_SORT_ORDER', 'Sort Order', '505', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_BRAND_STATUS', 'Enable Brand Module', 'True', 'Do you want to add the module to your Navbar?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_HAMBURGER_BUTTON_CONTENT_PLACEMENT', 'Content Placement', 'Home', 'This module must be placed in the Home area of the Navbar.', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Home''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_HAMBURGER_BUTTON_SORT_ORDER', 'Sort Order', '500', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_HAMBURGER_BUTTON_STATUS', 'Enable Hamburger Button Module', 'True', 'Do you want to add the module to your Navbar?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_SHOPPING_CART_CONTENT_PLACEMENT', 'Content Placement', 'Right', 'Should the module be loaded in the Left or Right or the Home area of the Navbar?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''Left'', ''Right'', ''Home''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_SHOPPING_CART_SORT_ORDER', 'Sort Order', '550', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_NAVBAR_SHOPPING_CART_STATUS', 'Enable Shopping Cart Module', 'True', 'Do you want to add the module to your Navbar?', 6, 1, NULL, '2018-07-17 10:16:38', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ORDER_TOTAL_TAX_SORT_ORDER', 'Sort Order', '3', 'Sort order of display.', 6, 2, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_ORDER_TOTAL_TAX_STATUS', 'Display Tax', 'true', 'Do you want to display the order tax value?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_PAYMENT_COD_ORDER_STATUS_ID', 'Set Order Status', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2018-07-17 10:16:37', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_PAYMENT_COD_SORT_ORDER', 'Sort order of display.', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_PAYMENT_COD_STATUS', 'Enable Cash On Delivery Module', 'True', 'Do you want to accept Cash On Delevery payments?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_PAYMENT_COD_ZONE', 'Payment Zone', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2018-07-17 10:16:37', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes(');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_EMAIL_SORT_ORDER', 'Sort Order', '10', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_EMAIL_STATUS', 'Enable E-Mail Module', 'True', 'Do you want to allow products to be shared through e-mail?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_FACEBOOK_SORT_ORDER', 'Sort Order', '30', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_FACEBOOK_STATUS', 'Enable Facebook Module', 'True', 'Do you want to allow products to be shared through Facebook?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_ALIGN', 'Alignment', 'Left', 'The alignment of the button assets.', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''Left'', ''Right''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_ANNOTATION', 'Annotation', 'None', 'The annotation to display next to the button.', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''Inline'', ''Bubble'', ''Vertical-Bubble'', ''None''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_HEIGHT', 'Height', '15', 'Sets the height of the button.', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''15'', ''20'', ''24'', ''60''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_SORT_ORDER', 'Sort Order', '20', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_STATUS', 'Enable Google+ Share Module', 'True', 'Do you want to allow products to be shared through Google+?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_WIDTH', 'Width', '', 'The maximum width of the button.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_INSTALLED', 'Installed Modules', 'sb_email.php;sb_facebook.php;sb_google_plus_share.php;sb_pinterest.php;sb_twitter.php', 'List of social bookmark module filenames separated by a semi-colon. This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_PINTEREST_BUTTON_COUNT_POSITION', 'Layout Position', 'None', 'Horizontal or Vertical or None', 6, 2, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''Horizontal'', ''Vertical'', ''None''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_PINTEREST_SORT_ORDER', 'Sort Order', '50', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_PINTEREST_STATUS', 'Enable Pinterest Module', 'True', 'Do you want to allow Pinterest Button?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_TWITTER_SORT_ORDER', 'Sort Order', '40', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2018-07-17 10:16:37', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('MODULE_SOCIAL_BOOKMARKS_TWITTER_STATUS', 'Enable Twitter Module', 'True', 'Do you want to allow products to be shared through Twitter?', 6, 1, NULL, '2018-07-17 10:16:37', NULL, 'tep_cfg_select_option(array(''True'', ''False''), ');
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('STORE_LOGO', 'Store Logo', 'store_logo.png', 'This is the filename of your Store Logo.  This should be updated at admin > configuration > Store Logo', 6, 1000, NULL, '2018-07-17 10:16:38', NULL, NULL);
INSERT INTO `configuration` (`configuration_key`, `configuration_title`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`)
VALUES ('TEMPLATE_BLOCK_GROUPS', 'Installed Template Block Groups', 'boxes;header_tags', 'This is automatically updated. No need to edit.', 6, 0, NULL, '2018-07-17 10:16:38', NULL, NULL);

After installing the missing records, the shop now loads correctly, although there are still many more issues to work on.

I will keep on updating this thread as I move forward.

Hope this helps others. Any comments are appreciated.

Link to comment
Share on other sites

@burt and all forum admins: Forum edit time window must really be increased. It's way too short. Would be even better to have the first post always editable to save the forum from multiple follow up edit posts.

Wanted to add that I also followed instructions here:

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...