-- phpMyAdmin SQL Dump -- version 2.11.9.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jan 20, 2010 at 10:28 PM -- Server version: 5.0.81 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `citysur_iadshoppingcart2` -- -- -------------------------------------------------------- -- -- Table structure for table `address_book` -- CREATE TABLE IF NOT EXISTS `address_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `entry_gender` char(1) NOT NULL, `entry_company` varchar(32) default NULL, `entry_firstname` varchar(32) NOT NULL, `entry_lastname` varchar(32) NOT NULL, `entry_street_address` varchar(64) NOT NULL, `entry_suburb` varchar(32) default NULL, `entry_postcode` varchar(10) NOT NULL, `entry_city` varchar(32) NOT NULL, `entry_state` varchar(32) default NULL, `entry_country_id` int(11) NOT NULL default '0', `entry_zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_book_id`), KEY `idx_address_book_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `address_book` -- INSERT INTO `address_book` (`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES (1, 1, 'm', 'ACME Inc.', 'John', 'Doe', '1 Way Street', '', '12345', 'NeverNever', '', 223, 12), (2, 2, 'm', '', 'Ch', 'Had', '112121', '', '83815', 'CDA', '', 223, 22), (3, 2, 'm', '', 'Charles', 'Had', '11910 gov', '', '90245', 'honolulu', '', 223, 21), (4, 2, 'm', '', 'Chas', 'Hardy', '11910 gov', '', '83545', 'Anchorage', '', 223, 2); -- -------------------------------------------------------- -- -- Table structure for table `address_format` -- CREATE TABLE IF NOT EXISTS `address_format` ( `address_format_id` int(11) NOT NULL auto_increment, `address_format` varchar(128) NOT NULL, `address_summary` varchar(48) NOT NULL, PRIMARY KEY (`address_format_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `address_format` -- INSERT INTO `address_format` (`address_format_id`, `address_format`, `address_summary`) VALUES (1, '$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country', '$city / $country'), (2, '$firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country', '$city, $state / $country'), (3, '$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country', '$state / $country'), (4, '$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country', '$postcode / $country'), (5, '$firstname $lastname$cr$streets$cr$postcode $city$cr$country', '$city / $country'); -- -------------------------------------------------------- -- -- Table structure for table `administrators` -- CREATE TABLE IF NOT EXISTS `administrators` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(32) character set latin1 collate latin1_bin NOT NULL, `user_password` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `administrators` -- INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES (1, 'fan4chevy', '2d092af0c9ef5bb8f8c8d2e9fcbc6d36:16'); -- -------------------------------------------------------- -- -- Table structure for table `banners` -- CREATE TABLE IF NOT EXISTS `banners` ( `banners_id` int(11) NOT NULL auto_increment, `banners_title` varchar(64) NOT NULL, `banners_url` varchar(255) NOT NULL, `banners_image` varchar(64) NOT NULL, `banners_group` varchar(10) NOT NULL, `banners_html_text` text, `expires_impressions` int(7) default '0', `expires_date` datetime default NULL, `date_scheduled` datetime default NULL, `date_added` datetime NOT NULL, `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', PRIMARY KEY (`banners_id`), KEY `idx_banners_group` (`banners_group`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `banners` -- INSERT INTO `banners` (`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`) VALUES (1, 'osCommerce', 'http://www.oscommerce.com', 'banners/oscommerce.gif', '468x50', '', 0, NULL, NULL, '2010-01-10 00:31:17', NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `banners_history` -- CREATE TABLE IF NOT EXISTS `banners_history` ( `banners_history_id` int(11) NOT NULL auto_increment, `banners_id` int(11) NOT NULL, `banners_shown` int(5) NOT NULL default '0', `banners_clicked` int(5) NOT NULL default '0', `banners_history_date` datetime NOT NULL, PRIMARY KEY (`banners_history_id`), KEY `idx_banners_history_banners_id` (`banners_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `banners_history` -- INSERT INTO `banners_history` (`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES (1, 1, 585, 0, '2010-01-10 00:33:18'), (2, 1, 164, 0, '2010-01-11 00:01:09'), (3, 1, 56, 0, '2010-01-12 00:33:33'), (4, 1, 72, 0, '2010-01-13 00:45:58'), (5, 1, 272, 0, '2010-01-14 00:01:53'), (6, 1, 101, 0, '2010-01-20 01:09:50'); -- -------------------------------------------------------- -- -- Table structure for table `categories` -- CREATE TABLE IF NOT EXISTS `categories` ( `categories_id` int(11) NOT NULL auto_increment, `categories_image` varchar(64) default NULL, `parent_id` int(11) NOT NULL default '0', `sort_order` int(3) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, `categories_keywords` text, `categories_metadescription` text, `categories_pagetitle` text, PRIMARY KEY (`categories_id`), KEY `idx_categories_parent_id` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; -- -- Dumping data for table `categories` -- INSERT INTO `categories` (`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_keywords`, `categories_metadescription`, `categories_pagetitle`) VALUES (1, 'category_hardware.gif', 0, 1, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (2, 'category_software.gif', 0, 2, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (3, 'category_dvd_movies.gif', 0, 3, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (4, 'subcategory_graphic_cards.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (5, 'subcategory_printers.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (6, 'subcategory_monitors.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (7, 'subcategory_speakers.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (8, 'subcategory_keyboards.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (9, 'subcategory_mice.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (10, 'subcategory_action.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (11, 'subcategory_science_fiction.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (12, 'subcategory_comedy.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (13, 'subcategory_cartoons.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (14, 'subcategory_thriller.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (15, 'subcategory_drama.gif', 3, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (16, 'subcategory_memory.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (17, 'subcategory_cdrom_drives.gif', 1, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (18, 'subcategory_simulation.gif', 2, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (19, 'subcategory_action_games.gif', 2, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (20, 'subcategory_strategy.gif', 2, 0, '2010-01-10 00:31:17', NULL, NULL, NULL, NULL), (21, '', 0, 1, '2010-01-10 02:02:24', '2010-01-14 12:29:41', 'hutch', 'Nice Hutch', 'Meta Test hutch'), (25, 'CategoryBack2.jpg', 21, 1, '2010-01-20 13:53:15', '2010-01-20 14:06:31', '', '', 'Coffee Table Test'), (23, 'CrofterCHest.jpg', 21, 2, '2010-01-10 02:03:07', NULL, NULL, NULL, NULL), (24, 'OutdoorFurniture.jpg', 21, 3, '2010-01-10 02:03:26', NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `categories_description` -- CREATE TABLE IF NOT EXISTS `categories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(32) NOT NULL, PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `categories_description` -- INSERT INTO `categories_description` (`categories_id`, `language_id`, `categories_name`) VALUES (1, 1, 'Hardware'), (2, 1, 'Software'), (3, 1, 'DVD Movies'), (4, 1, 'Graphics Cards'), (5, 1, 'Printers'), (6, 1, 'Monitors'), (7, 1, 'Speakers'), (8, 1, 'Keyboards'), (9, 1, 'Mice'), (10, 1, 'Action'), (11, 1, 'Science Fiction'), (12, 1, 'Comedy'), (13, 1, 'Cartoons'), (14, 1, 'Thriller'), (15, 1, 'Drama'), (16, 1, 'Memory'), (17, 1, 'CDROM Drives'), (18, 1, 'Simulation'), (19, 1, 'Action'), (20, 1, 'Strategy'), (21, 1, 'Test'), (25, 1, 'test image'), (23, 1, 'test2'), (24, 1, 'test3'); -- -------------------------------------------------------- -- -- Table structure for table `configuration` -- CREATE TABLE IF NOT EXISTS `configuration` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` varchar(255) NOT NULL, `configuration_key` varchar(255) NOT NULL, `configuration_value` varchar(255) NOT NULL, `configuration_description` varchar(255) NOT NULL, `configuration_group_id` int(11) NOT NULL, `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, `use_function` varchar(255) default NULL, `set_function` varchar(255) default NULL, PRIMARY KEY (`configuration_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=861 ; -- -- Dumping data for table `configuration` -- INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (1, 'Store Name', 'STORE_NAME', 'I. A. Decor', 'The name of my store', 1, 1, NULL, '2010-01-10 00:31:17', NULL, NULL), (2, 'Store Owner', 'STORE_OWNER', '', 'The name of my store owner', 1, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (3, 'E-Mail Address', 'STORE_OWNER_EMAIL_ADDRESS', 'sales@iadecor.com', 'The e-mail address of my store owner', 1, 3, NULL, '2010-01-10 00:31:17', NULL, NULL), (4, 'E-Mail From', 'EMAIL_FROM', 'osCommerce ', 'The e-mail address used in (sent) e-mails', 1, 4, NULL, '2010-01-10 00:31:17', NULL, NULL), (5, 'Country', 'STORE_COUNTRY', '223', 'The country my store is located in

Note: Please remember to update the store zone.', 1, 6, NULL, '2010-01-10 00:31:17', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('), (6, 'Zone', 'STORE_ZONE', '22', 'The zone my store is located in', 1, 7, '2010-01-12 03:14:59', '2010-01-10 00:31:17', 'tep_cfg_get_zone_name', 'tep_cfg_pull_down_zone_list('), (7, 'Expected Sort Order', 'EXPECTED_PRODUCTS_SORT', 'desc', 'This is the sort order used in the expected products box.', 1, 8, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''asc'', ''desc''), '), (8, 'Expected Sort Field', 'EXPECTED_PRODUCTS_FIELD', 'date_expected', 'The column to sort by in the expected products box.', 1, 9, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''products_name'', ''date_expected''), '), (9, 'Switch To Default Language Currency', 'USE_DEFAULT_LANGUAGE_CURRENCY', 'false', 'Automatically switch to the language''s currency when it is changed', 1, 10, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (10, 'Send Extra Order Emails To', 'SEND_EXTRA_ORDER_EMAILS_TO', '', 'Send extra order emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>', 1, 11, NULL, '2010-01-10 00:31:17', NULL, NULL), (11, 'Use Search-Engine Safe URLs (still in development)', 'SEARCH_ENGINE_FRIENDLY_URLS', 'false', 'Use search-engine safe urls for all site links', 1, 12, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (12, 'Display Cart After Adding Product', 'DISPLAY_CART', 'true', 'Display the shopping cart after adding a product (or return back to their origin)', 1, 14, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (13, 'Allow Guest To Tell A Friend', 'ALLOW_GUEST_TO_TELL_A_FRIEND', 'false', 'Allow guests to tell a friend about a product', 1, 15, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (14, 'Default Search Operator', 'ADVANCED_SEARCH_DEFAULT_OPERATOR', 'and', 'Default search operators', 1, 17, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''and'', ''or''), '), (15, 'Store Address and Phone', 'STORE_NAME_ADDRESS', 'Store Name\nAddress\nCountry\nPhone', 'This is the Store Name, Address and Phone used on printable documents and displayed online', 1, 18, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_textarea('), (16, 'Show Category Counts', 'SHOW_COUNTS', 'false', 'Count recursively how many products are in each category', 1, 19, '2010-01-10 13:51:34', '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (17, 'Tax Decimal Places', 'TAX_DECIMAL_PLACES', '0', 'Pad the tax value this amount of decimal places', 1, 20, NULL, '2010-01-10 00:31:17', NULL, NULL), (18, 'Display Prices with Tax', 'DISPLAY_PRICE_WITH_TAX', 'false', 'Display prices with tax included (true) or add the tax at the end (false)', 1, 21, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (19, 'First Name', 'ENTRY_FIRST_NAME_MIN_LENGTH', '2', 'Minimum length of first name', 2, 1, NULL, '2010-01-10 00:31:17', NULL, NULL), (20, 'Last Name', 'ENTRY_LAST_NAME_MIN_LENGTH', '2', 'Minimum length of last name', 2, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (21, 'Date of Birth', 'ENTRY_DOB_MIN_LENGTH', '10', 'Minimum length of date of birth', 2, 3, NULL, '2010-01-10 00:31:17', NULL, NULL), (22, 'E-Mail Address', 'ENTRY_EMAIL_ADDRESS_MIN_LENGTH', '6', 'Minimum length of e-mail address', 2, 4, NULL, '2010-01-10 00:31:17', NULL, NULL), (23, 'Street Address', 'ENTRY_STREET_ADDRESS_MIN_LENGTH', '5', 'Minimum length of street address', 2, 5, NULL, '2010-01-10 00:31:17', NULL, NULL), (24, 'Company', 'ENTRY_COMPANY_MIN_LENGTH', '2', 'Minimum length of company name', 2, 6, NULL, '2010-01-10 00:31:17', NULL, NULL), (25, 'Post Code', 'ENTRY_POSTCODE_MIN_LENGTH', '4', 'Minimum length of post code', 2, 7, NULL, '2010-01-10 00:31:17', NULL, NULL), (26, 'City', 'ENTRY_CITY_MIN_LENGTH', '3', 'Minimum length of city', 2, 8, NULL, '2010-01-10 00:31:17', NULL, NULL), (27, 'State', 'ENTRY_STATE_MIN_LENGTH', '2', 'Minimum length of state', 2, 9, NULL, '2010-01-10 00:31:17', NULL, NULL), (28, 'Telephone Number', 'ENTRY_TELEPHONE_MIN_LENGTH', '3', 'Minimum length of telephone number', 2, 10, NULL, '2010-01-10 00:31:17', NULL, NULL), (29, 'Password', 'ENTRY_PASSWORD_MIN_LENGTH', '5', 'Minimum length of password', 2, 11, NULL, '2010-01-10 00:31:17', NULL, NULL), (30, 'Credit Card Owner Name', 'CC_OWNER_MIN_LENGTH', '3', 'Minimum length of credit card owner name', 2, 12, NULL, '2010-01-10 00:31:17', NULL, NULL), (31, 'Credit Card Number', 'CC_NUMBER_MIN_LENGTH', '10', 'Minimum length of credit card number', 2, 13, NULL, '2010-01-10 00:31:17', NULL, NULL), (32, 'Review Text', 'REVIEW_TEXT_MIN_LENGTH', '50', 'Minimum length of review text', 2, 14, NULL, '2010-01-10 00:31:17', NULL, NULL), (33, 'Best Sellers', 'MIN_DISPLAY_BESTSELLERS', '1', 'Minimum number of best sellers to display', 2, 15, NULL, '2010-01-10 00:31:17', NULL, NULL), (34, 'Also Purchased', 'MIN_DISPLAY_ALSO_PURCHASED', '1', 'Minimum number of products to display in the ''This Customer Also Purchased'' box', 2, 16, NULL, '2010-01-10 00:31:17', NULL, NULL), (35, 'Address Book Entries', 'MAX_ADDRESS_BOOK_ENTRIES', '5', 'Maximum address book entries a customer is allowed to have', 3, 1, NULL, '2010-01-10 00:31:17', NULL, NULL), (36, 'Search Results', 'MAX_DISPLAY_SEARCH_RESULTS', '20', 'Amount of products to list', 3, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (37, 'Page Links', 'MAX_DISPLAY_PAGE_LINKS', '5', 'Number of ''number'' links use for page-sets', 3, 3, NULL, '2010-01-10 00:31:17', NULL, NULL), (38, 'Special Products', 'MAX_DISPLAY_SPECIAL_PRODUCTS', '9', 'Maximum number of products on special to display', 3, 4, NULL, '2010-01-10 00:31:17', NULL, NULL), (39, 'New Products Module', 'MAX_DISPLAY_NEW_PRODUCTS', '9', 'Maximum number of new products to display in a category', 3, 5, NULL, '2010-01-10 00:31:17', NULL, NULL), (40, 'Products Expected', 'MAX_DISPLAY_UPCOMING_PRODUCTS', '10', 'Maximum number of products expected to display', 3, 6, NULL, '2010-01-10 00:31:17', NULL, NULL), (41, 'Manufacturers List', 'MAX_DISPLAY_MANUFACTURERS_IN_A_LIST', '0', 'Used in manufacturers box; when the number of manufacturers exceeds this number, a drop-down list will be displayed instead of the default list', 3, 7, NULL, '2010-01-10 00:31:17', NULL, NULL), (42, 'Manufacturers Select Size', 'MAX_MANUFACTURERS_LIST', '1', 'Used in manufacturers box; when this value is ''1'' the classic drop-down list will be used for the manufacturers box. Otherwise, a list-box with the specified number of rows will be displayed.', 3, 7, NULL, '2010-01-10 00:31:17', NULL, NULL), (43, 'Length of Manufacturers Name', 'MAX_DISPLAY_MANUFACTURER_NAME_LEN', '15', 'Used in manufacturers box; maximum length of manufacturers name to display', 3, 8, NULL, '2010-01-10 00:31:17', NULL, NULL), (44, 'New Reviews', 'MAX_DISPLAY_NEW_REVIEWS', '6', 'Maximum number of new reviews to display', 3, 9, NULL, '2010-01-10 00:31:17', NULL, NULL), (45, 'Selection of Random Reviews', 'MAX_RANDOM_SELECT_REVIEWS', '10', 'How many records to select from to choose one random product review', 3, 10, NULL, '2010-01-10 00:31:17', NULL, NULL), (46, 'Selection of Random New Products', 'MAX_RANDOM_SELECT_NEW', '10', 'How many records to select from to choose one random new product to display', 3, 11, NULL, '2010-01-10 00:31:17', NULL, NULL), (47, 'Selection of Products on Special', 'MAX_RANDOM_SELECT_SPECIALS', '10', 'How many records to select from to choose one random product special to display', 3, 12, NULL, '2010-01-10 00:31:17', NULL, NULL), (48, 'Categories To List Per Row', 'MAX_DISPLAY_CATEGORIES_PER_ROW', '3', 'How many categories to list per row', 3, 13, NULL, '2010-01-10 00:31:17', NULL, NULL), (49, 'New Products Listing', 'MAX_DISPLAY_PRODUCTS_NEW', '10', 'Maximum number of new products to display in new products page', 3, 14, NULL, '2010-01-10 00:31:17', NULL, NULL), (50, 'Best Sellers', 'MAX_DISPLAY_BESTSELLERS', '10', 'Maximum number of best sellers to display', 3, 15, NULL, '2010-01-10 00:31:17', NULL, NULL), (51, 'Also Purchased', 'MAX_DISPLAY_ALSO_PURCHASED', '6', 'Maximum number of products to display in the ''This Customer Also Purchased'' box', 3, 16, NULL, '2010-01-10 00:31:17', NULL, NULL), (52, 'Customer Order History Box', 'MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX', '6', 'Maximum number of products to display in the customer order history box', 3, 17, NULL, '2010-01-10 00:31:17', NULL, NULL), (53, 'Order History', 'MAX_DISPLAY_ORDER_HISTORY', '10', 'Maximum number of orders to display in the order history page', 3, 18, NULL, '2010-01-10 00:31:17', NULL, NULL), (54, 'Product Quantities In Shopping Cart', 'MAX_QTY_IN_CART', '99', 'Maximum number of product quantities that can be added to the shopping cart (0 for no limit)', 3, 19, NULL, '2010-01-10 00:31:17', NULL, NULL), (55, 'Small Image Width', 'SMALL_IMAGE_WIDTH', '140', 'The pixel width of small images', 4, 1, '2010-01-10 15:50:50', '2010-01-10 00:31:17', NULL, NULL), (56, 'Small Image Height', 'SMALL_IMAGE_HEIGHT', '', 'The pixel height of small images', 4, 2, '2010-01-10 15:30:27', '2010-01-10 00:31:17', NULL, NULL), (57, 'Heading Image Width', 'HEADING_IMAGE_WIDTH', '175', 'The pixel width of heading images', 4, 3, '2010-01-20 13:46:16', '2010-01-10 00:31:17', NULL, NULL), (58, 'Heading Image Height', 'HEADING_IMAGE_HEIGHT', '', 'The pixel height of heading images', 4, 4, '2010-01-10 15:30:41', '2010-01-10 00:31:17', NULL, NULL), (59, 'Subcategory Image Width', 'SUBCATEGORY_IMAGE_WIDTH', '175', 'The pixel width of subcategory images', 4, 5, '2010-01-20 13:46:24', '2010-01-10 00:31:17', NULL, NULL), (60, 'Subcategory Image Height', 'SUBCATEGORY_IMAGE_HEIGHT', '', 'The pixel height of subcategory images', 4, 6, '2010-01-10 15:51:01', '2010-01-10 00:31:17', NULL, NULL), (61, 'Calculate Image Size', 'CONFIG_CALCULATE_IMAGE_SIZE', 'true', 'Calculate the size of images?', 4, 7, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (62, 'Image Required', 'IMAGE_REQUIRED', 'true', 'Enable to display broken images. Good for development.', 4, 8, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (63, 'Gender', 'ACCOUNT_GENDER', 'true', 'Display gender in the customers account', 5, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (64, 'Date of Birth', 'ACCOUNT_DOB', 'true', 'Display date of birth in the customers account', 5, 2, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (65, 'Company', 'ACCOUNT_COMPANY', 'true', 'Display company in the customers account', 5, 3, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (66, 'Suburb', 'ACCOUNT_SUBURB', 'true', 'Display suburb in the customers account', 5, 4, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (67, 'State', 'ACCOUNT_STATE', 'true', 'Display state in the customers account', 5, 5, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (68, 'Installed Modules', 'MODULE_PAYMENT_INSTALLED', 'cc.php;cod.php', 'List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: cc.php;cod.php;paypal.php)', 6, 0, '2010-01-14 01:04:30', '2010-01-10 00:31:17', NULL, NULL), (69, 'Installed Modules', 'MODULE_ORDER_TOTAL_INSTALLED', 'ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php', 'List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (70, 'Installed Modules', 'MODULE_SHIPPING_INSTALLED', 'flat.php;indvship.php;zones.php', 'List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)', 6, 0, '2010-01-20 01:49:49', '2010-01-10 00:31:17', NULL, NULL), (71, 'Enable Cash On Delivery Module', 'MODULE_PAYMENT_COD_STATUS', 'True', 'Do you want to accept Cash On Delevery payments?', 6, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (72, 'Payment Zone', 'MODULE_PAYMENT_COD_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2010-01-10 00:31:17', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (73, 'Sort order of display.', 'MODULE_PAYMENT_COD_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (74, 'Set Order Status', 'MODULE_PAYMENT_COD_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2010-01-10 00:31:17', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (75, 'Enable Credit Card Module', 'MODULE_PAYMENT_CC_STATUS', 'True', 'Do you want to accept credit card payments?', 6, 0, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (76, 'Split Credit Card E-Mail Address', 'MODULE_PAYMENT_CC_EMAIL', '', 'If an e-mail address is entered, the middle digits of the credit card number will be sent to the e-mail address (the outside digits are stored in the database with the middle digits censored)', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (77, 'Sort order of display.', 'MODULE_PAYMENT_CC_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (78, 'Payment Zone', 'MODULE_PAYMENT_CC_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2010-01-10 00:31:17', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (79, 'Set Order Status', 'MODULE_PAYMENT_CC_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2010-01-10 00:31:17', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (80, 'Enable Flat Shipping', 'MODULE_SHIPPING_FLAT_STATUS', 'False', 'Do you want to offer flat rate shipping?', 6, 0, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (81, 'Shipping Cost', 'MODULE_SHIPPING_FLAT_COST', '5.00', 'The shipping cost for all orders using this shipping method.', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (82, 'Tax Class', 'MODULE_SHIPPING_FLAT_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', 6, 0, NULL, '2010-01-10 00:31:17', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('), (83, 'Shipping Zone', 'MODULE_SHIPPING_FLAT_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', 6, 0, NULL, '2010-01-10 00:31:17', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (84, 'Sort Order', 'MODULE_SHIPPING_FLAT_SORT_ORDER', '0', 'Sort order of display.', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (85, 'Default Currency', 'DEFAULT_CURRENCY', 'USD', 'Default Currency', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (86, 'Default Language', 'DEFAULT_LANGUAGE', 'en', 'Default Language', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (87, 'Default Order Status For New Orders', 'DEFAULT_ORDERS_STATUS_ID', '1', 'When a new order is created, this order status will be assigned to it.', 6, 0, NULL, '2010-01-10 00:31:17', NULL, NULL), (88, 'Display Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_STATUS', 'true', 'Do you want to display the order shipping cost?', 6, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (89, 'Sort Order', 'MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER', '2', 'Sort order of display.', 6, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (90, 'Allow Free Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING', 'false', 'Do you want to allow free shipping?', 6, 3, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (91, 'Free Shipping For Orders Over', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER', '50', 'Provide free shipping for orders over the set amount.', 6, 4, NULL, '2010-01-10 00:31:17', 'currencies->format', NULL), (92, 'Provide Free Shipping For Orders Made', 'MODULE_ORDER_TOTAL_SHIPPING_DESTINATION', 'national', 'Provide free shipping for orders sent to the set destination.', 6, 5, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''national'', ''international'', ''both''), '), (93, 'Display Sub-Total', 'MODULE_ORDER_TOTAL_SUBTOTAL_STATUS', 'true', 'Do you want to display the order sub-total cost?', 6, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (94, 'Sort Order', 'MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER', '1', 'Sort order of display.', 6, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (95, 'Display Tax', 'MODULE_ORDER_TOTAL_TAX_STATUS', 'true', 'Do you want to display the order tax value?', 6, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (96, 'Sort Order', 'MODULE_ORDER_TOTAL_TAX_SORT_ORDER', '3', 'Sort order of display.', 6, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (97, 'Display Total', 'MODULE_ORDER_TOTAL_TOTAL_STATUS', 'true', 'Do you want to display the total order value?', 6, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (98, 'Sort Order', 'MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER', '4', 'Sort order of display.', 6, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (99, 'Country of Origin', 'SHIPPING_ORIGIN_COUNTRY', '223', 'Select the country of origin to be used in shipping quotes.', 7, 1, '2010-01-13 02:48:30', '2010-01-10 00:31:17', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('), (100, 'Postal Code', 'SHIPPING_ORIGIN_ZIP', '83815', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.', 7, 2, '2010-01-12 03:23:53', '2010-01-10 00:31:17', NULL, NULL), (101, 'Enter the Maximum Package Weight you will ship', 'SHIPPING_MAX_WEIGHT', '9999997', 'Carriers have a max weight limit for a single package. This is a common one for all.', 7, 3, '2010-01-12 03:23:22', '2010-01-10 00:31:17', NULL, NULL), (102, 'Package Tare weight.', 'SHIPPING_BOX_WEIGHT', '0', 'What is the weight of typical packaging of small to medium packages?', 7, 4, '2010-01-13 02:48:53', '2010-01-10 00:31:17', NULL, NULL), (103, 'Larger packages - percentage increase.', 'SHIPPING_BOX_PADDING', '0', 'For 10% enter 10', 7, 5, '2010-01-12 03:11:55', '2010-01-10 00:31:17', NULL, NULL), (104, 'Display Product Image', 'PRODUCT_LIST_IMAGE', '1', 'Do you want to display the Product Image?', 8, 1, NULL, '2010-01-10 00:31:17', NULL, NULL), (105, 'Display Product Manufaturer Name', 'PRODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer Name?', 8, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (106, 'Display Product Model', 'PRODUCT_LIST_MODEL', '0', 'Do you want to display the Product Model?', 8, 3, NULL, '2010-01-10 00:31:17', NULL, NULL), (107, 'Display Product Name', 'PRODUCT_LIST_NAME', '2', 'Do you want to display the Product Name?', 8, 4, NULL, '2010-01-10 00:31:17', NULL, NULL), (108, 'Display Product Price', 'PRODUCT_LIST_PRICE', '3', 'Do you want to display the Product Price', 8, 5, NULL, '2010-01-10 00:31:17', NULL, NULL), (109, 'Display Product Quantity', 'PRODUCT_LIST_QUANTITY', '0', 'Do you want to display the Product Quantity?', 8, 6, NULL, '2010-01-10 00:31:17', NULL, NULL), (110, 'Display Product Weight', 'PRODUCT_LIST_WEIGHT', '0', 'Do you want to display the Product Weight?', 8, 7, NULL, '2010-01-10 00:31:17', NULL, NULL), (111, 'Display Buy Now column', 'PRODUCT_LIST_BUY_NOW', '4', 'Do you want to display the Buy Now column?', 8, 8, NULL, '2010-01-10 00:31:17', NULL, NULL), (112, 'Display Category/Manufacturer Filter (0=disable; 1=enable)', 'PRODUCT_LIST_FILTER', '1', 'Do you want to display the Category/Manufacturer Filter?', 8, 9, NULL, '2010-01-10 00:31:17', NULL, NULL), (113, 'Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 'PREV_NEXT_BAR_LOCATION', '3', 'Sets the location of the Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 8, 10, '2010-01-10 01:18:44', '2010-01-10 00:31:17', NULL, NULL), (114, 'Check stock level', 'STOCK_CHECK', 'true', 'Check to see if sufficent stock is available', 9, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (115, 'Subtract stock', 'STOCK_LIMITED', 'true', 'Subtract product in stock by product orders', 9, 2, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (116, 'Allow Checkout', 'STOCK_ALLOW_CHECKOUT', 'true', 'Allow customer to checkout even if there is insufficient stock', 9, 3, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (117, 'Mark product out of stock', 'STOCK_MARK_PRODUCT_OUT_OF_STOCK', '***', 'Display something on screen so customer can see which product has insufficient stock', 9, 4, NULL, '2010-01-10 00:31:17', NULL, NULL), (118, 'Stock Re-order level', 'STOCK_REORDER_LEVEL', '5', 'Define when stock needs to be re-ordered', 9, 5, NULL, '2010-01-10 00:31:17', NULL, NULL), (119, 'Store Page Parse Time', 'STORE_PAGE_PARSE_TIME', 'false', 'Store the time it takes to parse a page', 10, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (120, 'Log Destination', 'STORE_PAGE_PARSE_TIME_LOG', '/var/log/www/tep/page_parse_time.log', 'Directory and filename of the page parse time log', 10, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (121, 'Log Date Format', 'STORE_PARSE_DATE_TIME_FORMAT', '%d/%m/%Y %H:%M:%S', 'The date format', 10, 3, NULL, '2010-01-10 00:31:17', NULL, NULL), (122, 'Display The Page Parse Time', 'DISPLAY_PAGE_PARSE_TIME', 'true', 'Display the page parse time (store page parse time must be enabled)', 10, 4, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (123, 'Store Database Queries', 'STORE_DB_TRANSACTIONS', 'false', 'Store the database queries in the page parse time log (PHP4 only)', 10, 5, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (124, 'Use Cache', 'USE_CACHE', 'false', 'Use caching features', 11, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (125, 'Cache Directory', 'DIR_FS_CACHE', '/tmp/', 'The directory where the cached files are saved', 11, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (126, 'E-Mail Transport Method', 'EMAIL_TRANSPORT', 'sendmail', 'Defines if this server uses a local connection to sendmail or uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS should change this setting to SMTP.', 12, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''sendmail'', ''smtp''),'), (127, 'E-Mail Linefeeds', 'EMAIL_LINEFEED', 'LF', 'Defines the character sequence used to separate mail headers.', 12, 2, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''LF'', ''CRLF''),'), (128, 'Use MIME HTML When Sending Emails', 'EMAIL_USE_HTML', 'false', 'Send e-mails in HTML format', 12, 3, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (129, 'Verify E-Mail Addresses Through DNS', 'ENTRY_EMAIL_ADDRESS_CHECK', 'false', 'Verify e-mail address through a DNS server', 12, 4, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (130, 'Send E-Mails', 'SEND_EMAILS', 'true', 'Send out e-mails', 12, 5, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (131, 'Enable download', 'DOWNLOAD_ENABLED', 'false', 'Enable the products download functions.', 13, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (132, 'Download by redirect', 'DOWNLOAD_BY_REDIRECT', 'false', 'Use browser redirection for download. Disable on non-Unix systems.', 13, 2, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (133, 'Expiry delay (days)', 'DOWNLOAD_MAX_DAYS', '7', 'Set number of days before the download link expires. 0 means no limit.', 13, 3, NULL, '2010-01-10 00:31:17', NULL, ''), (134, 'Maximum number of downloads', 'DOWNLOAD_MAX_COUNT', '5', 'Set the maximum number of downloads. 0 means no download authorized.', 13, 4, NULL, '2010-01-10 00:31:17', NULL, ''), (135, 'Enable GZip Compression', 'GZIP_COMPRESSION', 'false', 'Enable HTTP GZip compression.', 14, 1, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (136, 'Compression Level', 'GZIP_LEVEL', '5', 'Use this compression level 0-9 (0 = minimum, 9 = maximum).', 14, 2, NULL, '2010-01-10 00:31:17', NULL, NULL), (137, 'Session Directory', 'SESSION_WRITE_DIRECTORY', '/tmp', 'If sessions are file based, store them in this directory.', 15, 1, NULL, '2010-01-10 00:31:17', NULL, NULL), (138, 'Force Cookie Use', 'SESSION_FORCE_COOKIE_USE', 'False', 'Force the use of sessions when cookies are only enabled.', 15, 2, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (139, 'Check SSL Session ID', 'SESSION_CHECK_SSL_SESSION_ID', 'False', 'Validate the SSL_SESSION_ID on every secure HTTPS page request.', 15, 3, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (140, 'Check User Agent', 'SESSION_CHECK_USER_AGENT', 'False', 'Validate the clients browser user agent on every page request.', 15, 4, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (141, 'Check IP Address', 'SESSION_CHECK_IP_ADDRESS', 'False', 'Validate the clients IP address on every page request.', 15, 5, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (142, 'Prevent Spider Sessions', 'SESSION_BLOCK_SPIDERS', 'True', 'Prevent known spiders from starting a session.', 15, 6, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (143, 'Recreate Session', 'SESSION_RECREATE', 'False', 'Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).', 15, 7, NULL, '2010-01-10 00:31:17', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (144, 'Display Product Options', 'PRODUCT_LIST_OPTIONS', '0', 'Do you want to display product options within the product listing', 8, 0, NULL, '2010-01-10 00:48:52', '', ''), (145, 'Product Listing Style', 'PRODUCT_THUMBNAIL_VIEW', 'thumbnails in grid', 'Product Listing As Thumbnails, Product List or Manufacturer List. Straight or block list.', 8, 15, '2010-01-10 01:19:09', '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''list'', ''list in blocks'', ''thumbnails'', ''thumbnails in grid'', ''manufacturer'', ''manufacturer in blocks''),'), (146, 'Product Listing Short Description', 'PRODUCT_SHORT_DESC', 'false', 'Display Product Short Description In Listing', 8, 16, NULL, '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (147, 'Product Listing Buy Now / Details Button', 'LISTING_BUTTON', 'buy now & details', 'Display a ‘Buy Now’, ‘Details’ Button or Both', 8, 22, '2010-01-10 01:19:28', '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''none'', ''buy now'', ''small buy now'', ''details'', ''buy now & details''),'), (148, 'Product Listing Manufacturers Description', 'MANU_DESCRIPTION', 'false', 'Display Manufacturers Description In Listing', 8, 16, NULL, '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (149, 'Product Listing Headings', 'LISTING_HEADINGS', 'true', 'Show Listing Column Headings (false prevents user sorting listing).', 8, 23, NULL, '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (150, 'Display Product Options', 'PRODUCT_LIST_OPTIONS', 'false', 'Do you want to display product options within the product listing.\r\nDisplay will be adjacent to \r\nbuy now button.', 8, 9, NULL, '2010-01-10 00:48:52', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (151, 'Product Listing Image Height.', 'PRODUCT_IMAGE_HEIGHT', '135', 'It is recommended this is left empty so images aren''t distorted.', 8, 17, '2010-01-10 01:59:17', '2010-01-10 00:48:52', '', ''), (152, 'Product Listing Image Width', 'PRODUCT_IMAGE_WIDTH', '', 'Product Listing Image Width.', 8, 17, '2010-01-10 01:59:24', '2010-01-10 00:48:52', '', ''), (153, 'Product Listing Box Width', 'PRODUCT_LIST_WIDTH', '', 'Individual Product Listing Box Width.', 8, 18, '2010-01-10 01:59:45', '2010-01-10 00:48:52', '', ''), (154, 'Product Listing Box Height', 'PRODUCT_LIST_HEIGHT', '180', 'Individual Product Listing Box Height.', 8, 19, NULL, '2010-01-10 00:48:52', '', ''), (155, 'Product Listing Per Row', 'PRODUCTS_PER_ROW', '3', 'Number Of Products To List Per Row.', 8, 21, '2010-01-10 01:24:17', '2010-01-10 00:48:52', '', ''), (156, 'Product Listing Image Vertical Space', 'PRODUCT_IMAGE_VSPACE', '10', 'Image Vertical Space, set to height of largest image in thumbnail.', 8, 20, '2010-01-10 02:00:00', '2010-01-10 00:48:52', '', ''), (157, 'Product Listing Name Vertical Space', 'PRODUCT_NAME_VSPACE', '25', 'Name Vertical Space, sets vertical space for name + description in thumbnail.', 8, 20, NULL, '2010-01-10 00:48:52', '', ''), (158, 'Display Product Truncated Description', 'PRODUCT_LIST_DESCRIPTION', '0', 'Include truncated product description in the product listing. The product \r\ndescription will be included under the product name, so, that must be included in the product listing too.', 8, 5, '2010-01-10 01:17:58', '2010-01-10 00:48:52', '', ''), (159, 'Product Truncated Description Length', 'PRODUCT_LIST_DESCRIPTION_MAX_LENGTH', '120', 'Maximum number of characters for the product truncated description in \r\nthe product listing.', 8, 5, NULL, '2010-01-10 00:48:52', '', ''), (160, 'Display Product Name/Price above all other fields', 'PRODUCT_LIST_HEAD_TITLE', 'true', 'Display product name & price (if set) as a title on its own line above \r\nall other fields.', 8, 4, NULL, '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (161, 'Enable Multi Add to Cart', 'PRODUCT_LIST_MULTI_BUY', 'false', 'Enable adding mutiple items to the cart at once, and set position of Add to Cart Button on the \r\nlisting display. See docs for all requirements for proper operation.', 8, 8, NULL, '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''top'', ''bottom'',''both'',''false''),'), (162, 'Display a Quantity Input Box / Drop Down', 'PRODUCT_LIST_QUANTITY_BOX', 'true', 'Display a quantity input box above the buy now button as a input box with \r\nincremental buttons or as a drop down.', 8, 9, NULL, '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''false'', ''true'', ''drop down''),'), (163, 'Display Products Extra Fields', 'LISTING_EXTRA_FIELDS', 'false', 'Set to true if you have products extra fields installed & you want to display the fields in \r\nthe listing', 8, 9, '2010-01-10 01:25:50', '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (164, 'Product Listing Style Last Column Size', 'BLOCK_LAST_SIZE', '1', 'Set the size of the last column in block mode so the last x fields will appear there.', 8, 15, NULL, '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''1'', ''2'', ''3'', ''4'', ''5'',''6''),'), (165, 'Product Listing Style Switch', 'LISTING_SWITCH', 'both', 'Provide the user the option to switch listing style.', 8, 24, '2010-01-10 01:22:10', '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''top'', ''bottom'',''both'',''false''),'), (166, 'Product Listing Image zoom on hover', 'IMAGE_TTIP', 'false', 'Display tool tip image zoom on hover over product image', 8, 30, NULL, '2010-01-10 00:48:52', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (167, 'Product Listing Image hover zoom width', 'IMAGE_TTIP_WIDTH', '200', 'Width of tooltip image on hover in pixels', 8, 31, NULL, '2010-01-10 00:48:52', '', ''), (168, 'Display Left & Right Columns', 'SHOW_COLUMNS', 'left', 'Select both to show both columns. Select left to show the left column only. Select right to show the right column only. Select non to not to show either column.', 16, 1, '2010-01-10 15:54:51', '2010-01-10 15:07:39', NULL, 'tep_cfg_select_option(array(''both'', ''left'', ''right'', ''none''), '), (169, 'Left Column Width', 'BOX_WIDTH_LEFT', '207', 'Enter the width for the Left Column mesured in pixels. Default is 125.', 16, 2, '2010-01-10 22:21:37', '2010-01-10 15:07:39', NULL, NULL), (170, 'Right Column Width', 'BOX_WIDTH_RIGHT', '75', 'Enter the width for the Right Column mesured in pixels. Default is 125.', 16, 3, '2010-01-10 15:52:57', '2010-01-10 15:07:39', NULL, NULL), (171, 'Hide Left & Right Columns From Default Index Page', 'HIDE_DEFAULT', 'false', 'Hide Left & Right Columns from default index page', 16, 4, NULL, '2010-01-10 15:07:39', NULL, 'tep_cfg_select_option(array(''true'', ''false''), '), (172, 'Tiny Image Width', 'TINY_IMAGE_WIDTH', '30', 'Image width for additional image thumbnail', 4, 20, NULL, '2010-01-10 20:20:40', '', ''), (173, 'Tiny Image Height', 'TINY_IMAGE_HEIGHT', '30', 'Image height for additional image thumbnail', 4, 21, NULL, '2010-01-10 20:20:40', '', ''), (174, 'Additional images per row/column', 'TINY_IMAGE_GROUP_SIZE', '3', 'Number of additional images to show per row/column in the product display', 4, 22, NULL, '2010-01-10 20:20:40', '', ''), (175, 'Additional Image Format', 'ADDITIONAL_IMAGE_FORMAT', 'horizontal', 'Show additional image in a vertical or horizontal format', 4, 23, NULL, '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''horizontal'', ''vertical''),'), (176, 'Dim background on popup', 'DIM_BACKGROUND', 'true', 'Dim the background when popup images are shown. (enabled, this option can make the zoom action less smooth).', 4, 24, '2010-01-10 20:38:08', '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (177, 'Background luminosity', 'BKG_LUMA', '7', 'How much to dim background, if enabled. 1 = min, 9 = max.', 4, 25, '2010-01-10 20:38:32', '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''1'', ''2'',''3'',''4'',''5'',''6'',''7'',''8'',''9''),'), (178, 'Popup images dragable', 'DRAG_POPUP', 'true', 'Enable dragging of popup images.', 4, 26, '2010-01-10 20:37:59', '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (179, 'Popup ''swing'' effect', 'SWING_POPUP', 'true', 'Add a ''swing'' effect to the opening popup zoom.', 4, 27, NULL, '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (180, 'Show popup navigation', 'SHOW_NAV', 'true', 'Always show popup navigation icons, or hide till mouse over.', 4, 28, '2010-01-10 20:37:51', '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''true'', ''false''),'), (181, 'Popup navigation position', 'POS_NAV', 'middle', 'Position the popup navigation icons at the top, middle or bottom of images.', 4, 29, NULL, '2010-01-10 20:20:40', '', 'tep_cfg_select_option(array(''top'', ''middle'',''bottom''),'), (182, 'Indiv Ship Home Country', 'INDIVIDUAL_SHIP_HOME_COUNTRY', '223', 'Individual ship home country ID (other countries will have extra freight)', 7, NULL, '2010-01-13 02:48:16', '0000-00-00 00:00:00', NULL, NULL), (183, 'Indiv Ship Outside Home Increase', 'INDIVIDUAL_SHIP_INCREASE', '3', 'Individual ship x increase for shipping outside home country. For example: If you set your item ship price to $50 and this value to 3 and ship outside your home country they will pay $150, and if this value was 2, they would pay $100.', 7, NULL, '2010-01-12 03:12:45', '0000-00-00 00:00:00', NULL, NULL), (192, 'Enable Zones Method', 'MODULE_SHIPPING_ZONES_STATUS', 'False', 'Do you want to offer zone rate shipping?', 6, 0, NULL, '2010-01-12 03:15:28', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (193, 'Tax Class', 'MODULE_SHIPPING_ZONES_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', 6, 0, NULL, '2010-01-12 03:15:28', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('), (515, 'Handling Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING', '4.95', 'Handling fee for these States.', 6, 0, NULL, '2010-01-14 01:17:21', NULL, NULL), (859, 'States Zone 7', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone7', 'hawaii,', 'States Zone 7', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (860, 'States Zone 7 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone7', '7', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (858, 'States Zone 6 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone6', '6.5', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (856, 'States Zone 5 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone5', '2.2', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (857, 'States Zone 6', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone6', 'alaska,', 'States Zone 6', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (855, 'States Zone 5', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone5', 'alabama,florida,', 'States Zone 5', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (854, 'States Zone 4 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone4', '1.85', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (853, 'States Zone 4', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone4', 'texas,oklahoma,', 'States Zone 4', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (852, 'States Zone 3 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone3', '1.6', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (851, 'States Zone 3', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone3', 'arizona,new mexico,', 'States Zone 3', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (850, 'States Zone 1 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone2', '1.4', 'Multiply This Amount From Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (849, 'States Zone 2', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone2', 'california,nevada,', 'States Zone 2', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (848, 'States Zone 1 Fee', 'MODULE_SHIPPING_INDVSHIP_HANDLING_Zone1', '1', 'Multiply This Amount This Zone 1.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (846, 'Sort Order', 'MODULE_SHIPPING_INDVSHIP_SORT_ORDER', '1', 'Sort order of display.', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (847, 'States Zone 1', 'MODULE_SHIPPING_INDVSHIP_STATES_Zone1', 'idaho,washington', 'States Zone 1', 6, 0, NULL, '2010-01-20 01:49:49', NULL, NULL), (845, 'Shipping Zone', 'MODULE_SHIPPING_INDVSHIP_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', 6, 0, NULL, '2010-01-20 01:49:49', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (844, 'Tax Class', 'MODULE_SHIPPING_INDVSHIP_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', 6, 0, NULL, '2010-01-20 01:49:49', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('), (843, 'Enable Individual Shipping Prices', 'MODULE_SHIPPING_INDVSHIP_STATUS', 'True', 'Do you want to offer individual shipping prices?', 6, 0, NULL, '2010-01-20 01:49:49', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '), (831, 'Enable SEO URLs 5?', 'SEO_URLS_ENABLED', 'true', 'Turn Seo Urls 5 on', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (832, 'Add cPath to product URLs?', 'SEO_URLS_ADD_CPATH_TO_PRODUCT_URLS', 'false', 'This setting will append the cPath to the end of product URLs (i.e. - some-product-p-1.html?cPath=xx).', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (833, 'Add category parent to beginning of URLs?', 'SEO_URLS_ADD_CAT_PARENT', 'true', 'This setting will add the category parent name to the beginning of the category URLs (i.e. - parent-category-c-1.html).', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (834, 'Filter Short Words', 'SEO_URLS_FILTER_SHORT_WORDS', '1', 'This setting will filter words.
1 = Remove words of 1 letter
2 = Remove words of 2 letters or less
3 = Remove words of 3 letters or less
', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''1'', ''2'', ''3''), '), (835, 'Output W3C valid URLs?', 'SEO_URLS_USE_W3C_VALID', 'true', 'This setting will output W3C valid URLs.', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (836, 'Choose URL Rewrite Type', 'SEO_URLS_TYPE', 'standard', 'Choose SEO URL format:
rewrite
mysite.com/great-product-p-3.html
standard
mysite.com/product_info.php/great-product-p-3

Note: mod_rewrite has to be enabled for the rewrite option and AllowOveride set to all.

', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''rewrite'', ''standard''), '), (837, 'Enter special character conversions. (Better to use the file based character conversions.See extras/character_conversion_pack/instructions.txt)', 'SEO_URLS_CHAR_CONVERT_SET', '', 'This setting will convert characters.

The format MUST be in the form: char=>conv,char2=>conv2', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', ''), (838, 'Remove all non-alphanumeric characters?', 'SEO_URLS_REMOVE_ALL_SPEC_CHARS', 'true', 'This will remove all non-letters and non-numbers. If your language has special characters then you will need to use the character conversion system.', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (839, 'Set the number of days to store the cache.', 'SEO_URLS_CACHE_DAYS', '7', 'Set the number of days you wish to retain cached data, after this the cache will auto reset.', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', ''), (840, 'Reset SEO URLs Cache', 'SEO_URLS_CACHE_RESET', 'false', 'This will reset the cache data for SEO', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', 'tep_reset_cache_data_seo_urls', 'tep_cfg_select_option(array(''reset'', ''false''), '), (841, 'Turn debug reporting on true/false.', 'SEO_URLS_OUPUT_PERFORMANCE', 'false', 'Debug reporting should NOT be set to ON on a live site
It is for dev reporting re: performance and queries.', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''true'', ''false''), '), (842, 'Select caching system.', 'SEO_URLS_CACHE_SYSTEM', 'FileSystem', 'Filesystem:
Zero queries after cache load.
Database:
One query after cache load
Memcached:
Requires memcached in apache and php.ini.', 17, 99, '2010-01-20 06:47:40', '2010-01-20 06:47:40', '', 'tep_cfg_select_option(array(''FileSystem'', ''Database'', ''Memcached''), '); -- -------------------------------------------------------- -- -- Table structure for table `configuration_group` -- CREATE TABLE IF NOT EXISTS `configuration_group` ( `configuration_group_id` int(11) NOT NULL auto_increment, `configuration_group_title` varchar(64) NOT NULL, `configuration_group_description` varchar(255) NOT NULL, `sort_order` int(5) default NULL, `visible` int(1) default '1', PRIMARY KEY (`configuration_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ; -- -- Dumping data for table `configuration_group` -- INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES (1, 'My Store', 'General information about my store', 1, 1), (2, 'Minimum Values', 'The minimum values for functions / data', 2, 1), (3, 'Maximum Values', 'The maximum values for functions / data', 3, 1), (4, 'Images', 'Image parameters', 4, 1), (5, 'Customer Details', 'Customer account configuration', 5, 1), (6, 'Module Options', 'Hidden from configuration', 6, 0), (7, 'Shipping/Packaging', 'Shipping options available at my store', 7, 1), (8, 'Product Listing', 'Product Listing configuration options', 8, 1), (9, 'Stock', 'Stock configuration options', 9, 1), (10, 'Logging', 'Logging configuration options', 10, 1), (11, 'Cache', 'Caching configuration options', 11, 1), (12, 'E-Mail Options', 'General setting for E-Mail transport and HTML E-Mails', 12, 1), (13, 'Download', 'Downloadable products options', 13, 1), (14, 'GZip Compression', 'GZip compression options', 14, 1), (15, 'Sessions', 'Session options', 15, 1), (16, 'Left & Right Columns', 'Controls whether or not to display the left and right columns. Set the width for the left and right columns.', 16, 1), (17, 'Seo Urls 5', 'Options for ULTIMATE Seo Urls 5 by FWR Media', 99, 1); -- -------------------------------------------------------- -- -- Table structure for table `counter` -- CREATE TABLE IF NOT EXISTS `counter` ( `startdate` char(8) default NULL, `counter` int(12) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `counter` -- INSERT INTO `counter` (`startdate`, `counter`) VALUES ('20100110', 1248); -- -------------------------------------------------------- -- -- Table structure for table `counter_history` -- CREATE TABLE IF NOT EXISTS `counter_history` ( `month` char(8) default NULL, `counter` int(12) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `counter_history` -- -- -------------------------------------------------------- -- -- Table structure for table `countries` -- CREATE TABLE IF NOT EXISTS `countries` ( `countries_id` int(11) NOT NULL auto_increment, `countries_name` varchar(64) NOT NULL, `countries_iso_code_2` char(2) NOT NULL, `countries_iso_code_3` char(3) NOT NULL, `address_format_id` int(11) NOT NULL, PRIMARY KEY (`countries_id`), KEY `IDX_COUNTRIES_NAME` (`countries_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=240 ; -- -- Dumping data for table `countries` -- INSERT INTO `countries` (`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES (1, 'Afghanistan', 'AF', 'AFG', 1), (2, 'Albania', 'AL', 'ALB', 1), (3, 'Algeria', 'DZ', 'DZA', 1), (4, 'American Samoa', 'AS', 'ASM', 1), (5, 'Andorra', 'AD', 'AND', 1), (6, 'Angola', 'AO', 'AGO', 1), (7, 'Anguilla', 'AI', 'AIA', 1), (8, 'Antarctica', 'AQ', 'ATA', 1), (9, 'Antigua and Barbuda', 'AG', 'ATG', 1), (10, 'Argentina', 'AR', 'ARG', 1), (11, 'Armenia', 'AM', 'ARM', 1), (12, 'Aruba', 'AW', 'ABW', 1), (13, 'Australia', 'AU', 'AUS', 1), (14, 'Austria', 'AT', 'AUT', 5), (15, 'Azerbaijan', 'AZ', 'AZE', 1), (16, 'Bahamas', 'BS', 'BHS', 1), (17, 'Bahrain', 'BH', 'BHR', 1), (18, 'Bangladesh', 'BD', 'BGD', 1), (19, 'Barbados', 'BB', 'BRB', 1), (20, 'Belarus', 'BY', 'BLR', 1), (21, 'Belgium', 'BE', 'BEL', 1), (22, 'Belize', 'BZ', 'BLZ', 1), (23, 'Benin', 'BJ', 'BEN', 1), (24, 'Bermuda', 'BM', 'BMU', 1), (25, 'Bhutan', 'BT', 'BTN', 1), (26, 'Bolivia', 'BO', 'BOL', 1), (27, 'Bosnia and Herzegowina', 'BA', 'BIH', 1), (28, 'Botswana', 'BW', 'BWA', 1), (29, 'Bouvet Island', 'BV', 'BVT', 1), (30, 'Brazil', 'BR', 'BRA', 1), (31, 'British Indian Ocean Territory', 'IO', 'IOT', 1), (32, 'Brunei Darussalam', 'BN', 'BRN', 1), (33, 'Bulgaria', 'BG', 'BGR', 1), (34, 'Burkina Faso', 'BF', 'BFA', 1), (35, 'Burundi', 'BI', 'BDI', 1), (36, 'Cambodia', 'KH', 'KHM', 1), (37, 'Cameroon', 'CM', 'CMR', 1), (38, 'Canada', 'CA', 'CAN', 1), (39, 'Cape Verde', 'CV', 'CPV', 1), (40, 'Cayman Islands', 'KY', 'CYM', 1), (41, 'Central African Republic', 'CF', 'CAF', 1), (42, 'Chad', 'TD', 'TCD', 1), (43, 'Chile', 'CL', 'CHL', 1), (44, 'China', 'CN', 'CHN', 1), (45, 'Christmas Island', 'CX', 'CXR', 1), (46, 'Cocos (Keeling) Islands', 'CC', 'CCK', 1), (47, 'Colombia', 'CO', 'COL', 1), (48, 'Comoros', 'KM', 'COM', 1), (49, 'Congo', 'CG', 'COG', 1), (50, 'Cook Islands', 'CK', 'COK', 1), (51, 'Costa Rica', 'CR', 'CRI', 1), (52, 'Cote D''Ivoire', 'CI', 'CIV', 1), (53, 'Croatia', 'HR', 'HRV', 1), (54, 'Cuba', 'CU', 'CUB', 1), (55, 'Cyprus', 'CY', 'CYP', 1), (56, 'Czech Republic', 'CZ', 'CZE', 1), (57, 'Denmark', 'DK', 'DNK', 1), (58, 'Djibouti', 'DJ', 'DJI', 1), (59, 'Dominica', 'DM', 'DMA', 1), (60, 'Dominican Republic', 'DO', 'DOM', 1), (61, 'East Timor', 'TP', 'TMP', 1), (62, 'Ecuador', 'EC', 'ECU', 1), (63, 'Egypt', 'EG', 'EGY', 1), (64, 'El Salvador', 'SV', 'SLV', 1), (65, 'Equatorial Guinea', 'GQ', 'GNQ', 1), (66, 'Eritrea', 'ER', 'ERI', 1), (67, 'Estonia', 'EE', 'EST', 1), (68, 'Ethiopia', 'ET', 'ETH', 1), (69, 'Falkland Islands (Malvinas)', 'FK', 'FLK', 1), (70, 'Faroe Islands', 'FO', 'FRO', 1), (71, 'Fiji', 'FJ', 'FJI', 1), (72, 'Finland', 'FI', 'FIN', 1), (73, 'France', 'FR', 'FRA', 1), (74, 'France, Metropolitan', 'FX', 'FXX', 1), (75, 'French Guiana', 'GF', 'GUF', 1), (76, 'French Polynesia', 'PF', 'PYF', 1), (77, 'French Southern Territories', 'TF', 'ATF', 1), (78, 'Gabon', 'GA', 'GAB', 1), (79, 'Gambia', 'GM', 'GMB', 1), (80, 'Georgia', 'GE', 'GEO', 1), (81, 'Germany', 'DE', 'DEU', 5), (82, 'Ghana', 'GH', 'GHA', 1), (83, 'Gibraltar', 'GI', 'GIB', 1), (84, 'Greece', 'GR', 'GRC', 1), (85, 'Greenland', 'GL', 'GRL', 1), (86, 'Grenada', 'GD', 'GRD', 1), (87, 'Guadeloupe', 'GP', 'GLP', 1), (88, 'Guam', 'GU', 'GUM', 1), (89, 'Guatemala', 'GT', 'GTM', 1), (90, 'Guinea', 'GN', 'GIN', 1), (91, 'Guinea-bissau', 'GW', 'GNB', 1), (92, 'Guyana', 'GY', 'GUY', 1), (93, 'Haiti', 'HT', 'HTI', 1), (94, 'Heard and Mc Donald Islands', 'HM', 'HMD', 1), (95, 'Honduras', 'HN', 'HND', 1), (96, 'Hong Kong', 'HK', 'HKG', 1), (97, 'Hungary', 'HU', 'HUN', 1), (98, 'Iceland', 'IS', 'ISL', 1), (99, 'India', 'IN', 'IND', 1), (100, 'Indonesia', 'ID', 'IDN', 1), (101, 'Iran (Islamic Republic of)', 'IR', 'IRN', 1), (102, 'Iraq', 'IQ', 'IRQ', 1), (103, 'Ireland', 'IE', 'IRL', 1), (104, 'Israel', 'IL', 'ISR', 1), (105, 'Italy', 'IT', 'ITA', 1), (106, 'Jamaica', 'JM', 'JAM', 1), (107, 'Japan', 'JP', 'JPN', 1), (108, 'Jordan', 'JO', 'JOR', 1), (109, 'Kazakhstan', 'KZ', 'KAZ', 1), (110, 'Kenya', 'KE', 'KEN', 1), (111, 'Kiribati', 'KI', 'KIR', 1), (112, 'Korea, Democratic People''s Republic of', 'KP', 'PRK', 1), (113, 'Korea, Republic of', 'KR', 'KOR', 1), (114, 'Kuwait', 'KW', 'KWT', 1), (115, 'Kyrgyzstan', 'KG', 'KGZ', 1), (116, 'Lao People''s Democratic Republic', 'LA', 'LAO', 1), (117, 'Latvia', 'LV', 'LVA', 1), (118, 'Lebanon', 'LB', 'LBN', 1), (119, 'Lesotho', 'LS', 'LSO', 1), (120, 'Liberia', 'LR', 'LBR', 1), (121, 'Libyan Arab Jamahiriya', 'LY', 'LBY', 1), (122, 'Liechtenstein', 'LI', 'LIE', 1), (123, 'Lithuania', 'LT', 'LTU', 1), (124, 'Luxembourg', 'LU', 'LUX', 1), (125, 'Macau', 'MO', 'MAC', 1), (126, 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD', 1), (127, 'Madagascar', 'MG', 'MDG', 1), (128, 'Malawi', 'MW', 'MWI', 1), (129, 'Malaysia', 'MY', 'MYS', 1), (130, 'Maldives', 'MV', 'MDV', 1), (131, 'Mali', 'ML', 'MLI', 1), (132, 'Malta', 'MT', 'MLT', 1), (133, 'Marshall Islands', 'MH', 'MHL', 1), (134, 'Martinique', 'MQ', 'MTQ', 1), (135, 'Mauritania', 'MR', 'MRT', 1), (136, 'Mauritius', 'MU', 'MUS', 1), (137, 'Mayotte', 'YT', 'MYT', 1), (138, 'Mexico', 'MX', 'MEX', 1), (139, 'Micronesia, Federated States of', 'FM', 'FSM', 1), (140, 'Moldova, Republic of', 'MD', 'MDA', 1), (141, 'Monaco', 'MC', 'MCO', 1), (142, 'Mongolia', 'MN', 'MNG', 1), (143, 'Montserrat', 'MS', 'MSR', 1), (144, 'Morocco', 'MA', 'MAR', 1), (145, 'Mozambique', 'MZ', 'MOZ', 1), (146, 'Myanmar', 'MM', 'MMR', 1), (147, 'Namibia', 'NA', 'NAM', 1), (148, 'Nauru', 'NR', 'NRU', 1), (149, 'Nepal', 'NP', 'NPL', 1), (150, 'Netherlands', 'NL', 'NLD', 1), (151, 'Netherlands Antilles', 'AN', 'ANT', 1), (152, 'New Caledonia', 'NC', 'NCL', 1), (153, 'New Zealand', 'NZ', 'NZL', 1), (154, 'Nicaragua', 'NI', 'NIC', 1), (155, 'Niger', 'NE', 'NER', 1), (156, 'Nigeria', 'NG', 'NGA', 1), (157, 'Niue', 'NU', 'NIU', 1), (158, 'Norfolk Island', 'NF', 'NFK', 1), (159, 'Northern Mariana Islands', 'MP', 'MNP', 1), (160, 'Norway', 'NO', 'NOR', 1), (161, 'Oman', 'OM', 'OMN', 1), (162, 'Pakistan', 'PK', 'PAK', 1), (163, 'Palau', 'PW', 'PLW', 1), (164, 'Panama', 'PA', 'PAN', 1), (165, 'Papua New Guinea', 'PG', 'PNG', 1), (166, 'Paraguay', 'PY', 'PRY', 1), (167, 'Peru', 'PE', 'PER', 1), (168, 'Philippines', 'PH', 'PHL', 1), (169, 'Pitcairn', 'PN', 'PCN', 1), (170, 'Poland', 'PL', 'POL', 1), (171, 'Portugal', 'PT', 'PRT', 1), (172, 'Puerto Rico', 'PR', 'PRI', 1), (173, 'Qatar', 'QA', 'QAT', 1), (174, 'Reunion', 'RE', 'REU', 1), (175, 'Romania', 'RO', 'ROM', 1), (176, 'Russian Federation', 'RU', 'RUS', 1), (177, 'Rwanda', 'RW', 'RWA', 1), (178, 'Saint Kitts and Nevis', 'KN', 'KNA', 1), (179, 'Saint Lucia', 'LC', 'LCA', 1), (180, 'Saint Vincent and the Grenadines', 'VC', 'VCT', 1), (181, 'Samoa', 'WS', 'WSM', 1), (182, 'San Marino', 'SM', 'SMR', 1), (183, 'Sao Tome and Principe', 'ST', 'STP', 1), (184, 'Saudi Arabia', 'SA', 'SAU', 1), (185, 'Senegal', 'SN', 'SEN', 1), (186, 'Seychelles', 'SC', 'SYC', 1), (187, 'Sierra Leone', 'SL', 'SLE', 1), (188, 'Singapore', 'SG', 'SGP', 4), (189, 'Slovakia (Slovak Republic)', 'SK', 'SVK', 1), (190, 'Slovenia', 'SI', 'SVN', 1), (191, 'Solomon Islands', 'SB', 'SLB', 1), (192, 'Somalia', 'SO', 'SOM', 1), (193, 'South Africa', 'ZA', 'ZAF', 1), (194, 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', 1), (195, 'Spain', 'ES', 'ESP', 3), (196, 'Sri Lanka', 'LK', 'LKA', 1), (197, 'St. Helena', 'SH', 'SHN', 1), (198, 'St. Pierre and Miquelon', 'PM', 'SPM', 1), (199, 'Sudan', 'SD', 'SDN', 1), (200, 'Suriname', 'SR', 'SUR', 1), (201, 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', 1), (202, 'Swaziland', 'SZ', 'SWZ', 1), (203, 'Sweden', 'SE', 'SWE', 1), (204, 'Switzerland', 'CH', 'CHE', 1), (205, 'Syrian Arab Republic', 'SY', 'SYR', 1), (206, 'Taiwan', 'TW', 'TWN', 1), (207, 'Tajikistan', 'TJ', 'TJK', 1), (208, 'Tanzania, United Republic of', 'TZ', 'TZA', 1), (209, 'Thailand', 'TH', 'THA', 1), (210, 'Togo', 'TG', 'TGO', 1), (211, 'Tokelau', 'TK', 'TKL', 1), (212, 'Tonga', 'TO', 'TON', 1), (213, 'Trinidad and Tobago', 'TT', 'TTO', 1), (214, 'Tunisia', 'TN', 'TUN', 1), (215, 'Turkey', 'TR', 'TUR', 1), (216, 'Turkmenistan', 'TM', 'TKM', 1), (217, 'Turks and Caicos Islands', 'TC', 'TCA', 1), (218, 'Tuvalu', 'TV', 'TUV', 1), (219, 'Uganda', 'UG', 'UGA', 1), (220, 'Ukraine', 'UA', 'UKR', 1), (221, 'United Arab Emirates', 'AE', 'ARE', 1), (222, 'United Kingdom', 'GB', 'GBR', 1), (223, 'United States', 'US', 'USA', 2), (224, 'United States Minor Outlying Islands', 'UM', 'UMI', 1), (225, 'Uruguay', 'UY', 'URY', 1), (226, 'Uzbekistan', 'UZ', 'UZB', 1), (227, 'Vanuatu', 'VU', 'VUT', 1), (228, 'Vatican City State (Holy See)', 'VA', 'VAT', 1), (229, 'Venezuela', 'VE', 'VEN', 1), (230, 'Viet Nam', 'VN', 'VNM', 1), (231, 'Virgin Islands (British)', 'VG', 'VGB', 1), (232, 'Virgin Islands (U.S.)', 'VI', 'VIR', 1), (233, 'Wallis and Futuna Islands', 'WF', 'WLF', 1), (234, 'Western Sahara', 'EH', 'ESH', 1), (235, 'Yemen', 'YE', 'YEM', 1), (236, 'Yugoslavia', 'YU', 'YUG', 1), (237, 'Zaire', 'ZR', 'ZAR', 1), (238, 'Zambia', 'ZM', 'ZMB', 1), (239, 'Zimbabwe', 'ZW', 'ZWE', 1); -- -------------------------------------------------------- -- -- Table structure for table `currencies` -- CREATE TABLE IF NOT EXISTS `currencies` ( `currencies_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` char(3) NOT NULL, `symbol_left` varchar(12) default NULL, `symbol_right` varchar(12) default NULL, `decimal_point` char(1) default NULL, `thousands_point` char(1) default NULL, `decimal_places` char(1) default NULL, `value` float(13,8) default NULL, `last_updated` datetime default NULL, PRIMARY KEY (`currencies_id`), KEY `idx_currencies_code` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `currencies` -- INSERT INTO `currencies` (`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES (1, 'US Dollar', 'USD', '$', '', '.', ',', '2', 1.00000000, '2010-01-10 00:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `customers` -- CREATE TABLE IF NOT EXISTS `customers` ( `customers_id` int(11) NOT NULL auto_increment, `customers_gender` char(1) NOT NULL, `customers_firstname` varchar(32) NOT NULL, `customers_lastname` varchar(32) NOT NULL, `customers_dob` datetime NOT NULL default '0000-00-00 00:00:00', `customers_email_address` varchar(96) NOT NULL, `customers_default_address_id` int(11) default NULL, `customers_telephone` varchar(32) NOT NULL, `customers_fax` varchar(32) default NULL, `customers_password` varchar(40) NOT NULL, `customers_newsletter` char(1) default NULL, PRIMARY KEY (`customers_id`), KEY `idx_customers_email_address` (`customers_email_address`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `customers` -- INSERT INTO `customers` (`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`) VALUES (1, 'm', 'John', 'doe', '2001-01-01 00:00:00', 'root@localhost', 1, '12345', '', 'd95e8fa7f20a009372eb3477473fcd34:1c', '0'), (2, 'm', 'Ch', 'Had', '1969-04-09 00:00:00', 'signups@cruisinstreet.com', 2, '000.000.0000', '', '4472a2e38b1ce38a9c60cd7814f1de33:05', ''); -- -------------------------------------------------------- -- -- Table structure for table `customers_basket` -- CREATE TABLE IF NOT EXISTS `customers_basket` ( `customers_basket_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `products_id` tinytext NOT NULL, `customers_basket_quantity` int(2) NOT NULL, `final_price` decimal(15,4) default NULL, `customers_basket_date_added` char(8) default NULL, PRIMARY KEY (`customers_basket_id`), KEY `idx_customers_basket_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Dumping data for table `customers_basket` -- -- -------------------------------------------------------- -- -- Table structure for table `customers_basket_attributes` -- CREATE TABLE IF NOT EXISTS `customers_basket_attributes` ( `customers_basket_attributes_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `products_id` tinytext NOT NULL, `products_options_id` int(11) NOT NULL, `products_options_value_id` int(11) NOT NULL, PRIMARY KEY (`customers_basket_attributes_id`), KEY `idx_customers_basket_att_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `customers_basket_attributes` -- -- -------------------------------------------------------- -- -- Table structure for table `customers_info` -- CREATE TABLE IF NOT EXISTS `customers_info` ( `customers_info_id` int(11) NOT NULL, `customers_info_date_of_last_logon` datetime default NULL, `customers_info_number_of_logons` int(5) default NULL, `customers_info_date_account_created` datetime default NULL, `customers_info_date_account_last_modified` datetime default NULL, `global_product_notifications` int(1) default '0', PRIMARY KEY (`customers_info_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `customers_info` -- INSERT INTO `customers_info` (`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES (1, NULL, 0, '2010-01-10 00:31:17', NULL, 0), (2, '2010-01-20 01:50:39', 15, '2010-01-10 14:09:06', NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `geo_zones` -- CREATE TABLE IF NOT EXISTS `geo_zones` ( `geo_zone_id` int(11) NOT NULL auto_increment, `geo_zone_name` varchar(32) NOT NULL, `geo_zone_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `geo_zones` -- INSERT INTO `geo_zones` (`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES (1, 'Idaho', 'Idaho State Tax 6%', '2010-01-12 02:50:49', '2010-01-10 00:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE IF NOT EXISTS `languages` ( `languages_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` char(2) NOT NULL, `image` varchar(64) default NULL, `directory` varchar(32) default NULL, `sort_order` int(3) default NULL, PRIMARY KEY (`languages_id`), KEY `IDX_LANGUAGES_NAME` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`languages_id`, `name`, `code`, `image`, `directory`, `sort_order`) VALUES (1, 'English', 'en', 'icon.gif', 'english', 1); -- -------------------------------------------------------- -- -- Table structure for table `manufacturers` -- CREATE TABLE IF NOT EXISTS `manufacturers` ( `manufacturers_id` int(11) NOT NULL auto_increment, `manufacturers_name` varchar(32) NOT NULL, `manufacturers_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`manufacturers_id`), KEY `IDX_MANUFACTURERS_NAME` (`manufacturers_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Dumping data for table `manufacturers` -- INSERT INTO `manufacturers` (`manufacturers_id`, `manufacturers_name`, `manufacturers_image`, `date_added`, `last_modified`) VALUES (1, 'Matrox', 'manufacturer_matrox.gif', '2010-01-10 00:31:17', NULL), (2, 'Microsoft', 'manufacturer_microsoft.gif', '2010-01-10 00:31:17', NULL), (3, 'Warner', 'manufacturer_warner.gif', '2010-01-10 00:31:17', NULL), (4, 'Fox', 'manufacturer_fox.gif', '2010-01-10 00:31:17', NULL), (5, 'Logitech', 'manufacturer_logitech.gif', '2010-01-10 00:31:17', NULL), (6, 'Canon', 'manufacturer_canon.gif', '2010-01-10 00:31:17', NULL), (7, 'Sierra', 'manufacturer_sierra.gif', '2010-01-10 00:31:17', NULL), (8, 'GT Interactive', 'manufacturer_gt_interactive.gif', '2010-01-10 00:31:17', NULL), (9, 'Hewlett Packard', 'manufacturer_hewlett_packard.gif', '2010-01-10 00:31:17', NULL); -- -------------------------------------------------------- -- -- Table structure for table `manufacturers_info` -- CREATE TABLE IF NOT EXISTS `manufacturers_info` ( `manufacturers_id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `manufacturers_url` varchar(255) NOT NULL, `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, `manufacturers_description` varchar(64) default NULL, PRIMARY KEY (`manufacturers_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `manufacturers_info` -- INSERT INTO `manufacturers_info` (`manufacturers_id`, `languages_id`, `manufacturers_url`, `url_clicked`, `date_last_click`, `manufacturers_description`) VALUES (1, 1, 'http://www.matrox.com', 0, NULL, NULL), (2, 1, 'http://www.microsoft.com', 0, NULL, NULL), (3, 1, 'http://www.warner.com', 0, NULL, NULL), (4, 1, 'http://www.fox.com', 0, NULL, NULL), (5, 1, 'http://www.logitech.com', 0, NULL, NULL), (6, 1, 'http://www.canon.com', 0, NULL, NULL), (7, 1, 'http://www.sierra.com', 0, NULL, NULL), (8, 1, 'http://www.infogrames.com', 0, NULL, NULL), (9, 1, 'http://www.hewlettpackard.com', 0, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `newsletters` -- CREATE TABLE IF NOT EXISTS `newsletters` ( `newsletters_id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `content` text NOT NULL, `module` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_sent` datetime default NULL, `status` int(1) default NULL, `locked` int(1) default '0', PRIMARY KEY (`newsletters_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `newsletters` -- -- -------------------------------------------------------- -- -- Table structure for table `orders` -- CREATE TABLE IF NOT EXISTS `orders` ( `orders_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `customers_name` varchar(64) NOT NULL, `customers_company` varchar(32) default NULL, `customers_street_address` varchar(64) NOT NULL, `customers_suburb` varchar(32) default NULL, `customers_city` varchar(32) NOT NULL, `customers_postcode` varchar(10) NOT NULL, `customers_state` varchar(32) default NULL, `customers_country` varchar(32) NOT NULL, `customers_telephone` varchar(32) NOT NULL, `customers_email_address` varchar(96) NOT NULL, `customers_address_format_id` int(5) NOT NULL, `delivery_name` varchar(64) NOT NULL, `delivery_company` varchar(32) default NULL, `delivery_street_address` varchar(64) NOT NULL, `delivery_suburb` varchar(32) default NULL, `delivery_city` varchar(32) NOT NULL, `delivery_postcode` varchar(10) NOT NULL, `delivery_state` varchar(32) default NULL, `delivery_country` varchar(32) NOT NULL, `delivery_address_format_id` int(5) NOT NULL, `billing_name` varchar(64) NOT NULL, `billing_company` varchar(32) default NULL, `billing_street_address` varchar(64) NOT NULL, `billing_suburb` varchar(32) default NULL, `billing_city` varchar(32) NOT NULL, `billing_postcode` varchar(10) NOT NULL, `billing_state` varchar(32) default NULL, `billing_country` varchar(32) NOT NULL, `billing_address_format_id` int(5) NOT NULL, `payment_method` varchar(255) NOT NULL, `cc_type` varchar(20) default NULL, `cc_owner` varchar(64) default NULL, `cc_number` varchar(32) default NULL, `cc_expires` varchar(4) default NULL, `last_modified` datetime default NULL, `date_purchased` datetime default NULL, `orders_status` int(5) NOT NULL, `orders_date_finished` datetime default NULL, `currency` char(3) default NULL, `currency_value` decimal(14,6) default NULL, PRIMARY KEY (`orders_id`), KEY `idx_orders_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `orders` -- INSERT INTO `orders` (`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`) VALUES (1, 2, 'Ch Had', '', '112121', '', 'CDA', '83815', 'Idaho', 'United States', '000.000.0000', 'signups@cruisinstreet.com', 2, 'Ch Had', '', '112121', '', 'CDA', '83815', 'Idaho', 'United States', 2, 'Ch Had', '', '112121', '', 'CDA', '83815', 'Idaho', 'United States', 2, 'Cash on Delivery', '', '', '', '', NULL, '2010-01-10 14:26:11', 1, NULL, 'USD', '1.000000'); -- -------------------------------------------------------- -- -- Table structure for table `orders_products` -- CREATE TABLE IF NOT EXISTS `orders_products` ( `orders_products_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `products_id` int(11) NOT NULL, `products_model` varchar(12) default NULL, `products_name` varchar(64) NOT NULL, `products_price` decimal(15,4) NOT NULL, `final_price` decimal(15,4) NOT NULL, `products_tax` decimal(7,4) NOT NULL, `products_quantity` int(2) NOT NULL, PRIMARY KEY (`orders_products_id`), KEY `idx_orders_products_orders_id` (`orders_id`), KEY `idx_orders_products_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `orders_products` -- INSERT INTO `orders_products` (`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`) VALUES (1, 1, 28, '', 'test1', '50.0000', '50.0000', '0.0000', 1); -- -------------------------------------------------------- -- -- Table structure for table `orders_products_attributes` -- CREATE TABLE IF NOT EXISTS `orders_products_attributes` ( `orders_products_attributes_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `orders_products_id` int(11) NOT NULL, `products_options` varchar(32) NOT NULL, `products_options_values` varchar(32) NOT NULL, `options_values_price` decimal(15,4) NOT NULL, `price_prefix` char(1) NOT NULL, PRIMARY KEY (`orders_products_attributes_id`), KEY `idx_orders_products_att_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `orders_products_attributes` -- -- -------------------------------------------------------- -- -- Table structure for table `orders_products_download` -- CREATE TABLE IF NOT EXISTS `orders_products_download` ( `orders_products_download_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_products_id` int(11) NOT NULL default '0', `orders_products_filename` varchar(255) NOT NULL default '', `download_maxdays` int(2) NOT NULL default '0', `download_count` int(2) NOT NULL default '0', PRIMARY KEY (`orders_products_download_id`), KEY `idx_orders_products_download_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `orders_products_download` -- -- -------------------------------------------------------- -- -- Table structure for table `orders_status` -- CREATE TABLE IF NOT EXISTS `orders_status` ( `orders_status_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `orders_status_name` varchar(32) NOT NULL, `public_flag` int(11) default '1', `downloads_flag` int(11) default '0', PRIMARY KEY (`orders_status_id`,`language_id`), KEY `idx_orders_status_name` (`orders_status_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `orders_status` -- INSERT INTO `orders_status` (`orders_status_id`, `language_id`, `orders_status_name`, `public_flag`, `downloads_flag`) VALUES (1, 1, 'Pending', 1, 0), (2, 1, 'Processing', 1, 0), (3, 1, 'Delivered', 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `orders_status_history` -- CREATE TABLE IF NOT EXISTS `orders_status_history` ( `orders_status_history_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `orders_status_id` int(5) NOT NULL, `date_added` datetime NOT NULL, `customer_notified` int(1) default '0', `comments` text, PRIMARY KEY (`orders_status_history_id`), KEY `idx_orders_status_history_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `orders_status_history` -- INSERT INTO `orders_status_history` (`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES (1, 1, 1, '2010-01-10 14:26:11', 1, ''); -- -------------------------------------------------------- -- -- Table structure for table `orders_total` -- CREATE TABLE IF NOT EXISTS `orders_total` ( `orders_total_id` int(10) unsigned NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL, `class` varchar(32) NOT NULL, `sort_order` int(11) NOT NULL, PRIMARY KEY (`orders_total_id`), KEY `idx_orders_total_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `orders_total` -- INSERT INTO `orders_total` (`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES (1, 1, 'Sub-Total:', '$50.00', '50.0000', 'ot_subtotal', 1), (2, 1, 'Flat Rate (Best Way):', '$5.00', '5.0000', 'ot_shipping', 2), (3, 1, 'Total:', '$55.00', '55.0000', 'ot_total', 4); -- -------------------------------------------------------- -- -- Table structure for table `products` -- CREATE TABLE IF NOT EXISTS `products` ( `products_id` int(11) NOT NULL auto_increment, `products_quantity` int(4) NOT NULL, `products_model` varchar(12) default NULL, `products_image` varchar(64) default NULL, `products_price` decimal(15,4) NOT NULL, `products_date_added` datetime NOT NULL, `products_last_modified` datetime default NULL, `products_date_available` datetime default NULL, `products_weight` decimal(5,2) NOT NULL, `products_status` tinyint(1) NOT NULL, `products_tax_class_id` int(11) NOT NULL, `manufacturers_id` int(11) default NULL, `products_ordered` int(11) NOT NULL default '0', `products_image_array` blob, PRIMARY KEY (`products_id`), KEY `idx_products_model` (`products_model`), KEY `idx_products_date_added` (`products_date_added`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ; -- -- Dumping data for table `products` -- INSERT INTO `products` (`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `products_ordered`, `products_image_array`) VALUES (1, 32, 'MG200MMS', 'matrox/mg200mms.gif', '299.9900', '2010-01-10 00:31:17', NULL, NULL, '23.00', 1, 1, 1, 0, NULL), (2, 32, 'MG400-32MB', 'matrox/mg400-32mb.gif', '499.9900', '2010-01-10 00:31:17', NULL, NULL, '23.00', 1, 1, 1, 0, NULL), (3, 2, 'MSIMPRO', 'microsoft/msimpro.gif', '49.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (4, 13, 'DVD-RPMK', 'dvd/replacement_killers.gif', '42.0000', '2010-01-10 00:31:17', NULL, NULL, '23.00', 1, 1, 2, 0, NULL), (5, 17, 'DVD-BLDRNDC', 'dvd/blade_runner.gif', '35.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (6, 10, 'DVD-MATR', 'dvd/the_matrix.gif', '39.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (7, 10, 'DVD-YGEM', 'dvd/youve_got_mail.gif', '34.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (8, 10, 'DVD-ABUG', 'dvd/a_bugs_life.gif', '35.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (9, 10, 'DVD-UNSG', 'dvd/under_siege.gif', '29.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (10, 10, 'DVD-UNSG2', 'dvd/under_siege2.gif', '29.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (11, 10, 'DVD-FDBL', 'dvd/fire_down_below.gif', '29.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (12, 10, 'DVD-DHWV', 'dvd/die_hard_3.gif', '39.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 4, 0, NULL), (13, 10, 'DVD-LTWP', 'dvd/lethal_weapon.gif', '34.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (14, 10, 'DVD-REDC', 'dvd/red_corner.gif', '32.0000', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (15, 10, 'DVD-FRAN', 'dvd/frantic.gif', '35.0000', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (16, 10, 'DVD-CUFI', 'dvd/courage_under_fire.gif', '38.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 4, 0, NULL), (17, 10, 'DVD-SPEED', 'dvd/speed.gif', '39.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 4, 0, NULL), (18, 10, 'DVD-SPEED2', 'dvd/speed_2.gif', '42.0000', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 4, 0, NULL), (19, 10, 'DVD-TSAB', 'dvd/theres_something_about_mary.gif', '49.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 4, 0, NULL), (20, 10, 'DVD-BELOVED', 'dvd/beloved.gif', '54.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 3, 0, NULL), (21, 16, 'PC-SWAT3', 'sierra/swat_3.gif', '79.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 7, 0, NULL), (22, 13, 'PC-UNTM', 'gt_interactive/unreal_tournament.gif', '89.9900', '2010-01-10 00:31:17', NULL, NULL, '7.00', 1, 1, 8, 0, NULL), (23, 16, 'PC-TWOF', 'gt_interactive/wheel_of_time.gif', '99.9900', '2010-01-10 00:31:17', NULL, NULL, '10.00', 1, 1, 8, 0, NULL), (24, 17, 'PC-DISC', 'gt_interactive/disciples.gif', '90.0000', '2010-01-10 00:31:17', NULL, NULL, '8.00', 1, 1, 8, 0, NULL), (25, 16, 'MSINTKB', 'microsoft/intkeyboardps2.gif', '69.9900', '2010-01-10 00:31:17', NULL, NULL, '8.00', 1, 1, 2, 0, NULL), (26, 10, 'MSIMEXP', 'microsoft/imexplorer.gif', '64.9500', '2010-01-10 00:31:17', NULL, NULL, '8.00', 1, 1, 2, 0, NULL), (27, 8, 'HPLJ1100XI', 'hewlett_packard/lj1100xi.gif', '499.9900', '2010-01-10 00:31:17', NULL, NULL, '45.00', 1, 1, 9, 0, NULL), (31, 10, '', 'DiningTableSide.jpg', '1000.0000', '2010-01-20 13:55:58', '2010-01-20 14:05:38', NULL, '0.00', 1, 0, 0, 0, 0x613a323a7b693a303b733a32313a22426c6b44726573736572536964653235502e6a7067223b693a313b733a31343a224265616d4d616e746c652e6a7067223b7d); -- -------------------------------------------------------- -- -- Table structure for table `products_attributes` -- CREATE TABLE IF NOT EXISTS `products_attributes` ( `products_attributes_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `options_id` int(11) NOT NULL, `options_values_id` int(11) NOT NULL, `options_values_price` decimal(15,4) NOT NULL, `price_prefix` char(1) NOT NULL, PRIMARY KEY (`products_attributes_id`), KEY `idx_products_attributes_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ; -- -- Dumping data for table `products_attributes` -- INSERT INTO `products_attributes` (`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES (1, 1, 4, 1, '0.0000', '+'), (2, 1, 4, 2, '50.0000', '+'), (3, 1, 4, 3, '70.0000', '+'), (4, 1, 3, 5, '0.0000', '+'), (5, 1, 3, 6, '100.0000', '+'), (6, 2, 4, 3, '10.0000', '-'), (7, 2, 4, 4, '0.0000', '+'), (8, 2, 3, 6, '0.0000', '+'), (9, 2, 3, 7, '120.0000', '+'), (10, 26, 3, 8, '0.0000', '+'), (11, 26, 3, 9, '6.0000', '+'), (26, 22, 5, 10, '0.0000', '+'), (27, 22, 5, 13, '0.0000', '+'); -- -------------------------------------------------------- -- -- Table structure for table `products_attributes_download` -- CREATE TABLE IF NOT EXISTS `products_attributes_download` ( `products_attributes_id` int(11) NOT NULL, `products_attributes_filename` varchar(255) NOT NULL default '', `products_attributes_maxdays` int(2) default '0', `products_attributes_maxcount` int(2) default '0', PRIMARY KEY (`products_attributes_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_attributes_download` -- INSERT INTO `products_attributes_download` (`products_attributes_id`, `products_attributes_filename`, `products_attributes_maxdays`, `products_attributes_maxcount`) VALUES (26, 'unreal.zip', 7, 3); -- -------------------------------------------------------- -- -- Table structure for table `products_description` -- CREATE TABLE IF NOT EXISTS `products_description` ( `products_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '1', `products_name` varchar(64) NOT NULL default '', `products_description` text, `products_url` varchar(255) default NULL, `products_viewed` int(5) default '0', `products_keywords` text, `products_metadescription` text, `products_pagetitle` text, PRIMARY KEY (`products_id`,`language_id`), KEY `products_name` (`products_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ; -- -- Dumping data for table `products_description` -- INSERT INTO `products_description` (`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`, `products_keywords`, `products_metadescription`, `products_pagetitle`) VALUES (1, 1, 'Matrox G200 MMS', 'Reinforcing its position as a multi-monitor trailblazer, Matrox Graphics Inc. has once again developed the most flexible and highly advanced solution in the industry. Introducing the new Matrox G200 Multi-Monitor Series; the first graphics card ever to support up to four DVI digital flat panel displays on a single 8" PCI board.

With continuing demand for digital flat panels in the financial workplace, the Matrox G200 MMS is the ultimate in flexible solutions. The Matrox G200 MMS also supports the new digital video interface (DVI) created by the Digital Display Working Group (DDWG) designed to ease the adoption of digital flat panels. Other configurations include composite video capture ability and onboard TV tuner, making the Matrox G200 MMS the complete solution for business needs.

Based on the award-winning MGA-G200 graphics chip, the Matrox G200 Multi-Monitor Series provides superior 2D/3D graphics acceleration to meet the demanding needs of business applications such as real-time stock quotes (Versus), live video feeds (Reuters & Bloombergs), multiple windows applications, word processing, spreadsheets and CAD.', 'www.matrox.com/mga/products/g200_mms/home.cfm', 1, NULL, NULL, NULL), (2, 1, 'Matrox G400 32MB', 'Dramatically Different High Performance Graphics

Introducing the Millennium G400 Series - a dramatically different, high performance graphics experience. Armed with the industry''s fastest graphics chip, the Millennium G400 Series takes explosive acceleration two steps further by adding unprecedented image quality, along with the most versatile display options for all your 3D, 2D and DVD applications. As the most powerful and innovative tools in your PC''s arsenal, the Millennium G400 Series will not only change the way you see graphics, but will revolutionize the way you use your computer.

Key features:', 'www.matrox.com/mga/products/mill_g400/home.htm', 0, NULL, NULL, NULL), (3, 1, 'Microsoft IntelliMouse Pro', 'Every element of IntelliMouse Pro - from its unique arched shape to the texture of the rubber grip around its base - is the product of extensive customer and ergonomic research. Microsoft''s popular wheel control, which now allows zooming and universal scrolling functions, gives IntelliMouse Pro outstanding comfort and efficiency.', 'www.microsoft.com/hardware/mouse/intellimouse.asp', 1, NULL, NULL, NULL), (4, 1, 'The Replacement Killers', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).
Languages: English, Deutsch.
Subtitles: English, Deutsch, Spanish.
Audio: Dolby Surround 5.1.
Picture Format: 16:9 Wide-Screen.
Length: (approx) 80 minutes.
Other: Interactive Menus, Chapter Selection, Subtitles (more languages).', 'www.replacement-killers.com', 1, NULL, NULL, NULL), (5, 1, 'Blade Runner - Director''s Cut', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).
Languages: English, Deutsch.
Subtitles: English, Deutsch, Spanish.
Audio: Dolby Surround 5.1.
Picture Format: 16:9 Wide-Screen.
Length: (approx) 112 minutes.
Other: Interactive Menus, Chapter Selection, Subtitles (more languages).', 'www.bladerunner.com', 0, NULL, NULL, NULL), (6, 1, 'The Matrix', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch.\r
\nAudio: Dolby Surround.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 131 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Making Of.', 'www.thematrix.com', 0, NULL, NULL, NULL), (7, 1, 'You''ve Got Mail', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch, Spanish.\r
\nSubtitles: English, Deutsch, Spanish, French, Nordic, Polish.\r
\nAudio: Dolby Digital 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 115 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', 'www.youvegotmail.com', 0, NULL, NULL, NULL), (8, 1, 'A Bug''s Life', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Digital 5.1 / Dobly Surround Stereo.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 91 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', 'www.abugslife.com', 0, NULL, NULL, NULL), (9, 1, 'Under Siege', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 98 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (10, 1, 'Under Siege 2 - Dark Territory', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 98 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (11, 1, 'Fire Down Below', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 100 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 3, NULL, NULL, NULL), (12, 1, 'Die Hard With A Vengeance', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 122 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (13, 1, 'Lethal Weapon', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 100 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (14, 1, 'Red Corner', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 117 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (15, 1, 'Frantic', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 115 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 2, NULL, NULL, NULL), (16, 1, 'Courage Under Fire', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 112 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (17, 1, 'Speed', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 112 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (18, 1, 'Speed 2: Cruise Control', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 120 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (19, 1, 'There''s Something About Mary', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 114 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (20, 1, 'Beloved', 'Regional Code: 2 (Japan, Europe, Middle East, South Africa).\r
\nLanguages: English, Deutsch.\r
\nSubtitles: English, Deutsch, Spanish.\r
\nAudio: Dolby Surround 5.1.\r
\nPicture Format: 16:9 Wide-Screen.\r
\nLength: (approx) 164 minutes.\r
\nOther: Interactive Menus, Chapter Selection, Subtitles (more languages).', '', 0, NULL, NULL, NULL), (21, 1, 'SWAT 3: Close Quarters Battle', 'Windows 95/98

211 in progress with shots fired. Officer down. Armed suspects with hostages. Respond Code 3! Los Angles, 2005, In the next seven days, representatives from every nation around the world will converge on Las Angles to witness the signing of the United Nations Nuclear Abolishment Treaty. The protection of these dignitaries falls on the shoulders of one organization, LAPD SWAT. As part of this elite tactical organization, you and your team have the weapons and all the training necessary to protect, to serve, and "When needed" to use deadly force to keep the peace. It takes more than weapons to make it through each mission. Your arsenal includes C2 charges, flashbangs, tactical grenades. opti-Wand mini-video cameras, and other devices critical to meeting your objectives and keeping your men free of injury. Uncompromised Duty, Honor and Valor!', 'www.swat3.com', 0, NULL, NULL, NULL), (22, 1, 'Unreal Tournament', 'From the creators of the best-selling Unreal, comes Unreal Tournament. A new kind of single player experience. A ruthless multiplayer revolution.

This stand-alone game showcases completely new team-based gameplay, groundbreaking multi-faceted single player action or dynamic multi-player mayhem. It''s a fight to the finish for the title of Unreal Grand Master in the gladiatorial arena. A single player experience like no other! Guide your team of ''bots'' (virtual teamates) against the hardest criminals in the galaxy for the ultimate title - the Unreal Grand Master.', 'www.unrealtournament.net', 0, NULL, NULL, NULL), (23, 1, 'The Wheel Of Time', 'The world in which The Wheel of Time takes place is lifted directly out of Jordan''s pages; it''s huge and consists of many different environments. How you navigate the world will depend largely on which game - single player or multipayer - you''re playing. The single player experience, with a few exceptions, will see Elayna traversing the world mainly by foot (with a couple notable exceptions). In the multiplayer experience, your character will have more access to travel via Ter''angreal, Portal Stones, and the Ways. However you move around, though, you''ll quickly discover that means of locomotion can easily become the least of the your worries...

During your travels, you quickly discover that four locations are crucial to your success in the game. Not surprisingly, these locations are the homes of The Wheel of Time''s main characters. Some of these places are ripped directly from the pages of Jordan''s books, made flesh with Legend''s unparalleled pixel-pushing ways. Other places are specific to the game, conceived and executed with the intent of expanding this game world even further. Either way, they provide a backdrop for some of the most intense first person action and strategy you''ll have this year.', 'www.wheeloftime.com', 0, NULL, NULL, NULL), (24, 1, 'Disciples: Sacred Lands', 'A new age is dawning...

Enter the realm of the Sacred Lands, where the dawn of a New Age has set in motion the most momentous of wars. As the prophecies long foretold, four races now clash with swords and sorcery in a desperate bid to control the destiny of their gods. Take on the quest as a champion of the Empire, the Mountain Clans, the Legions of the Damned, or the Undead Hordes and test your faith in battles of brute force, spellbinding magic and acts of guile. Slay demons, vanquish giants and combat merciless forces of the dead and undead. But to ensure the salvation of your god, the hero within must evolve.

The day of reckoning has come... and only the chosen will survive.', '', 0, NULL, NULL, NULL), (25, 1, 'Microsoft Internet Keyboard PS/2', 'The Internet Keyboard has 10 Hot Keys on a comfortable standard keyboard design that also includes a detachable palm rest. The Hot Keys allow you to browse the web, or check e-mail directly from your keyboard. The IntelliType Pro software also allows you to customize your hot keys - make the Internet Keyboard work the way you want it to!', '', 1, NULL, NULL, NULL), (26, 1, 'Microsoft IntelliMouse Explorer', 'Microsoft introduces its most advanced mouse, the IntelliMouse Explorer! IntelliMouse Explorer features a sleek design, an industrial-silver finish, a glowing red underside and taillight, creating a style and look unlike any other mouse. IntelliMouse Explorer combines the accuracy and reliability of Microsoft IntelliEye optical tracking technology, the convenience of two new customizable function buttons, the efficiency of the scrolling wheel and the comfort of expert ergonomic design. All these great features make this the best mouse for the PC!', 'www.microsoft.com/hardware/mouse/explorer.asp', 0, NULL, NULL, NULL), (27, 1, 'Hewlett Packard LaserJet 1100Xi', 'HP has always set the pace in laser printing technology. The new generation HP LaserJet 1100 series sets another impressive pace, delivering a stunning 8 pages per minute print speed. The 600 dpi print resolution with HP''s Resolution Enhancement technology (REt) makes every document more professional.

Enhanced print speed and laser quality results are just the beginning. With 2MB standard memory, HP LaserJet 1100xi users will be able to print increasingly complex pages. Memory can be increased to 18MB to tackle even more complex documents with ease. The HP LaserJet 1100xi supports key operating systems including Windows 3.1, 3.11, 95, 98, NT 4.0, OS/2 and DOS. Network compatibility available via the optional HP JetDirect External Print Servers.

HP LaserJet 1100xi also features The Document Builder for the Web Era from Trellix Corp. (featuring software to create Web documents).', 'www.pandi.hp.com/pandi-db/prodinfo.main?product=laserjet1100', 2, NULL, NULL, NULL), (31, 1, 'Test Product', '

test image

', '', 4, '', '', 'Table Test Images'); -- -------------------------------------------------------- -- -- Table structure for table `products_notifications` -- CREATE TABLE IF NOT EXISTS `products_notifications` ( `products_id` int(11) NOT NULL, `customers_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`products_id`,`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_notifications` -- -- -------------------------------------------------------- -- -- Table structure for table `products_options` -- CREATE TABLE IF NOT EXISTS `products_options` ( `products_options_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `products_options_name` varchar(32) NOT NULL default '', PRIMARY KEY (`products_options_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_options` -- INSERT INTO `products_options` (`products_options_id`, `language_id`, `products_options_name`) VALUES (1, 1, 'Color'), (2, 1, 'Size'), (3, 1, 'Model'), (4, 1, 'Memory'), (5, 1, 'Version'); -- -------------------------------------------------------- -- -- Table structure for table `products_options_values` -- CREATE TABLE IF NOT EXISTS `products_options_values` ( `products_options_values_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `products_options_values_name` varchar(64) NOT NULL default '', PRIMARY KEY (`products_options_values_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_options_values` -- INSERT INTO `products_options_values` (`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES (1, 1, '4 mb'), (2, 1, '8 mb'), (3, 1, '16 mb'), (4, 1, '32 mb'), (5, 1, 'Value'), (6, 1, 'Premium'), (7, 1, 'Deluxe'), (8, 1, 'PS/2'), (9, 1, 'USB'), (10, 1, 'Download: Windows - English'), (13, 1, 'Box: Windows - English'); -- -------------------------------------------------------- -- -- Table structure for table `products_options_values_to_products_options` -- CREATE TABLE IF NOT EXISTS `products_options_values_to_products_options` ( `products_options_values_to_products_options_id` int(11) NOT NULL auto_increment, `products_options_id` int(11) NOT NULL, `products_options_values_id` int(11) NOT NULL, PRIMARY KEY (`products_options_values_to_products_options_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ; -- -- Dumping data for table `products_options_values_to_products_options` -- INSERT INTO `products_options_values_to_products_options` (`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES (1, 4, 1), (2, 4, 2), (3, 4, 3), (4, 4, 4), (5, 3, 5), (6, 3, 6), (7, 3, 7), (8, 3, 8), (9, 3, 9), (10, 5, 10), (13, 5, 13); -- -------------------------------------------------------- -- -- Table structure for table `products_shipping` -- CREATE TABLE IF NOT EXISTS `products_shipping` ( `products_id` int(11) NOT NULL default '0', `products_ship_methods_id` int(11) default NULL, `products_ship_zip` varchar(32) default NULL, `products_ship_price` varchar(10) default NULL, `products_ship_price_two` varchar(10) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_shipping` -- INSERT INTO `products_shipping` (`products_id`, `products_ship_methods_id`, `products_ship_zip`, `products_ship_price`, `products_ship_price_two`) VALUES (28, 0, '83835', '20', '15'), (29, 0, '83835', '0', '0'), (31, 0, '83835', '50', '40'); -- -------------------------------------------------------- -- -- Table structure for table `products_to_categories` -- CREATE TABLE IF NOT EXISTS `products_to_categories` ( `products_id` int(11) NOT NULL, `categories_id` int(11) NOT NULL, PRIMARY KEY (`products_id`,`categories_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `products_to_categories` -- INSERT INTO `products_to_categories` (`products_id`, `categories_id`) VALUES (1, 4), (2, 4), (3, 9), (4, 10), (5, 11), (6, 10), (7, 12), (8, 13), (9, 10), (10, 10), (11, 10), (12, 10), (13, 10), (14, 15), (15, 14), (16, 15), (17, 10), (18, 10), (19, 12), (20, 15), (21, 18), (22, 19), (23, 20), (24, 20), (25, 8), (26, 9), (27, 5), (31, 25); -- -------------------------------------------------------- -- -- Table structure for table `reviews` -- CREATE TABLE IF NOT EXISTS `reviews` ( `reviews_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `customers_id` int(11) default NULL, `customers_name` varchar(64) NOT NULL, `reviews_rating` int(1) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, `reviews_read` int(5) NOT NULL default '0', PRIMARY KEY (`reviews_id`), KEY `idx_reviews_products_id` (`products_id`), KEY `idx_reviews_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `reviews` -- INSERT INTO `reviews` (`reviews_id`, `products_id`, `customers_id`, `customers_name`, `reviews_rating`, `date_added`, `last_modified`, `reviews_read`) VALUES (1, 19, 1, 'John doe', 5, '2010-01-10 00:31:17', NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `reviews_description` -- CREATE TABLE IF NOT EXISTS `reviews_description` ( `reviews_id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `reviews_text` text NOT NULL, PRIMARY KEY (`reviews_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `reviews_description` -- INSERT INTO `reviews_description` (`reviews_id`, `languages_id`, `reviews_text`) VALUES (1, 1, 'this has to be one of the funniest movies released for 1999!'); -- -------------------------------------------------------- -- -- Table structure for table `sessions` -- CREATE TABLE IF NOT EXISTS `sessions` ( `sesskey` varchar(32) NOT NULL, `expiry` int(11) unsigned NOT NULL, `value` text NOT NULL, PRIMARY KEY (`sesskey`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `sessions` -- INSERT INTO `sessions` (`sesskey`, `expiry`, `value`) VALUES ('1adc00367851250bae7d888d56e19e3c', 1264044009, 'cart|O:12:"shoppingCart":5:{s:8:"contents";a:0:{}s:5:"total";i:0;s:6:"weight";i:0;s:12:"content_type";b:0;s:9:"shiptotal";s:0:"";}language|s:7:"english";languages_id|s:1:"1";currency|s:3:"USD";navigation|O:17:"navigationHistory":2:{s:4:"path";a:1:{i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:"post";a:0:{}}}s:8:"snapshot";a:0:{}}'), ('b9ce67c2ba239c1b628a992bdc45d4db', 1264029251, 'cart|O:12:"shoppingCart":5:{s:8:"contents";a:0:{}s:5:"total";i:0;s:6:"weight";i:0;s:12:"content_type";b:0;s:9:"shiptotal";s:0:"";}language|s:7:"english";languages_id|s:1:"1";currency|s:3:"USD";navigation|O:17:"navigationHistory":2:{s:4:"path";a:1:{i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:"post";a:0:{}}}s:8:"snapshot";a:0:{}}'), ('cf3719839d81a4e4a2364e63a75a71b1', 1264016129, 'language|s:7:"english";languages_id|s:1:"1";selected_box|s:7:"catalog";admin|a:2:{s:2:"id";s:1:"1";s:8:"username";s:9:"fan4chevy";}'), ('838cc2b3d97c8c8447d00729669d449f', 1264045863, 'cart|O:12:"shoppingCart":5:{s:8:"contents";a:0:{}s:5:"total";i:0;s:6:"weight";i:0;s:12:"content_type";b:0;s:9:"shiptotal";s:0:"";}language|s:7:"english";languages_id|s:1:"1";currency|s:3:"USD";navigation|O:17:"navigationHistory":2:{s:4:"path";a:1:{i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:"post";a:0:{}}}s:8:"snapshot";a:0:{}}'); -- -------------------------------------------------------- -- -- Table structure for table `specials` -- CREATE TABLE IF NOT EXISTS `specials` ( `specials_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `specials_new_products_price` decimal(15,4) NOT NULL, `specials_date_added` datetime default NULL, `specials_last_modified` datetime default NULL, `expires_date` datetime default NULL, `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', PRIMARY KEY (`specials_id`), KEY `idx_specials_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `specials` -- INSERT INTO `specials` (`specials_id`, `products_id`, `specials_new_products_price`, `specials_date_added`, `specials_last_modified`, `expires_date`, `date_status_change`, `status`) VALUES (1, 3, '39.9900', '2010-01-10 00:31:17', NULL, NULL, NULL, 1), (2, 5, '30.0000', '2010-01-10 00:31:17', NULL, NULL, NULL, 1), (3, 6, '30.0000', '2010-01-10 00:31:17', NULL, NULL, NULL, 1), (4, 16, '29.9900', '2010-01-10 00:31:17', NULL, NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `tax_class` -- CREATE TABLE IF NOT EXISTS `tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `tax_class_title` varchar(32) NOT NULL, `tax_class_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tax_class` -- INSERT INTO `tax_class` (`tax_class_id`, `tax_class_title`, `tax_class_description`, `last_modified`, `date_added`) VALUES (1, 'Taxable Goods', 'The following types of products are included non-food, services, etc', '2010-01-10 00:31:17', '2010-01-10 00:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `tax_rates` -- CREATE TABLE IF NOT EXISTS `tax_rates` ( `tax_rates_id` int(11) NOT NULL auto_increment, `tax_zone_id` int(11) NOT NULL, `tax_class_id` int(11) NOT NULL, `tax_priority` int(5) default '1', `tax_rate` decimal(7,4) NOT NULL, `tax_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`tax_rates_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tax_rates` -- INSERT INTO `tax_rates` (`tax_rates_id`, `tax_zone_id`, `tax_class_id`, `tax_priority`, `tax_rate`, `tax_description`, `last_modified`, `date_added`) VALUES (1, 1, 1, 1, '6.0000', 'ID TAX 6.0%', '2010-01-12 02:51:16', '2010-01-10 00:31:17'); -- -------------------------------------------------------- -- -- Table structure for table `usu_cache` -- CREATE TABLE IF NOT EXISTS `usu_cache` ( `cache_name` varchar(32) NOT NULL, `cache_data` mediumtext NOT NULL, `cache_date` datetime NOT NULL, PRIMARY KEY (`cache_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `usu_cache` -- -- -------------------------------------------------------- -- -- Table structure for table `whos_online` -- CREATE TABLE IF NOT EXISTS `whos_online` ( `customer_id` int(11) default NULL, `full_name` varchar(64) NOT NULL, `session_id` varchar(128) NOT NULL, `ip_address` varchar(15) NOT NULL, `time_entry` varchar(14) NOT NULL, `time_last_click` varchar(14) NOT NULL, `last_page_url` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `whos_online` -- INSERT INTO `whos_online` (`customer_id`, `full_name`, `session_id`, `ip_address`, `time_entry`, `time_last_click`, `last_page_url`) VALUES (0, 'Guest', '838cc2b3d97c8c8447d00729669d449f', '98.145.69.225', '1264044423', '1264044423', '/catalog/'); -- -------------------------------------------------------- -- -- Table structure for table `zones` -- CREATE TABLE IF NOT EXISTS `zones` ( `zone_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL, `zone_code` varchar(32) NOT NULL, `zone_name` varchar(32) NOT NULL, PRIMARY KEY (`zone_id`), KEY `idx_zones_country_id` (`zone_country_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=183 ; -- -- Dumping data for table `zones` -- INSERT INTO `zones` (`zone_id`, `zone_country_id`, `zone_code`, `zone_name`) VALUES (1, 223, 'AL', 'Alabama'), (2, 223, 'AK', 'Alaska'), (3, 223, 'AS', 'American Samoa'), (4, 223, 'AZ', 'Arizona'), (5, 223, 'AR', 'Arkansas'), (6, 223, 'AF', 'Armed Forces Africa'), (7, 223, 'AA', 'Armed Forces Americas'), (8, 223, 'AC', 'Armed Forces Canada'), (9, 223, 'AE', 'Armed Forces Europe'), (10, 223, 'AM', 'Armed Forces Middle East'), (11, 223, 'AP', 'Armed Forces Pacific'), (12, 223, 'CA', 'California'), (13, 223, 'CO', 'Colorado'), (14, 223, 'CT', 'Connecticut'), (15, 223, 'DE', 'Delaware'), (16, 223, 'DC', 'District of Columbia'), (17, 223, 'FM', 'Federated States Of Micronesia'), (18, 223, 'FL', 'Florida'), (19, 223, 'GA', 'Georgia'), (20, 223, 'GU', 'Guam'), (21, 223, 'HI', 'Hawaii'), (22, 223, 'ID', 'Idaho'), (23, 223, 'IL', 'Illinois'), (24, 223, 'IN', 'Indiana'), (25, 223, 'IA', 'Iowa'), (26, 223, 'KS', 'Kansas'), (27, 223, 'KY', 'Kentucky'), (28, 223, 'LA', 'Louisiana'), (29, 223, 'ME', 'Maine'), (30, 223, 'MH', 'Marshall Islands'), (31, 223, 'MD', 'Maryland'), (32, 223, 'MA', 'Massachusetts'), (33, 223, 'MI', 'Michigan'), (34, 223, 'MN', 'Minnesota'), (35, 223, 'MS', 'Mississippi'), (36, 223, 'MO', 'Missouri'), (37, 223, 'MT', 'Montana'), (38, 223, 'NE', 'Nebraska'), (39, 223, 'NV', 'Nevada'), (40, 223, 'NH', 'New Hampshire'), (41, 223, 'NJ', 'New Jersey'), (42, 223, 'NM', 'New Mexico'), (43, 223, 'NY', 'New York'), (44, 223, 'NC', 'North Carolina'), (45, 223, 'ND', 'North Dakota'), (46, 223, 'MP', 'Northern Mariana Islands'), (47, 223, 'OH', 'Ohio'), (48, 223, 'OK', 'Oklahoma'), (49, 223, 'OR', 'Oregon'), (50, 223, 'PW', 'Palau'), (51, 223, 'PA', 'Pennsylvania'), (52, 223, 'PR', 'Puerto Rico'), (53, 223, 'RI', 'Rhode Island'), (54, 223, 'SC', 'South Carolina'), (55, 223, 'SD', 'South Dakota'), (56, 223, 'TN', 'Tennessee'), (57, 223, 'TX', 'Texas'), (58, 223, 'UT', 'Utah'), (59, 223, 'VT', 'Vermont'), (60, 223, 'VI', 'Virgin Islands'), (61, 223, 'VA', 'Virginia'), (62, 223, 'WA', 'Washington'), (63, 223, 'WV', 'West Virginia'), (64, 223, 'WI', 'Wisconsin'), (65, 223, 'WY', 'Wyoming'), (66, 38, 'AB', 'Alberta'), (67, 38, 'BC', 'British Columbia'), (68, 38, 'MB', 'Manitoba'), (69, 38, 'NF', 'Newfoundland'), (70, 38, 'NB', 'New Brunswick'), (71, 38, 'NS', 'Nova Scotia'), (72, 38, 'NT', 'Northwest Territories'), (73, 38, 'NU', 'Nunavut'), (74, 38, 'ON', 'Ontario'), (75, 38, 'PE', 'Prince Edward Island'), (76, 38, 'QC', 'Quebec'), (77, 38, 'SK', 'Saskatchewan'), (78, 38, 'YT', 'Yukon Territory'), (79, 81, 'NDS', 'Niedersachsen'), (80, 81, 'BAW', 'Baden-W?rttemberg'), (81, 81, 'BAY', 'Bayern'), (82, 81, 'BER', 'Berlin'), (83, 81, 'BRG', 'Brandenburg'), (84, 81, 'BRE', 'Bremen'), (85, 81, 'HAM', 'Hamburg'), (86, 81, 'HES', 'Hessen'), (87, 81, 'MEC', 'Mecklenburg-Vorpommern'), (88, 81, 'NRW', 'Nordrhein-Westfalen'), (89, 81, 'RHE', 'Rheinland-Pfalz'), (90, 81, 'SAR', 'Saarland'), (91, 81, 'SAS', 'Sachsen'), (92, 81, 'SAC', 'Sachsen-Anhalt'), (93, 81, 'SCN', 'Schleswig-Holstein'), (94, 81, 'THE', 'Th?ringen'), (95, 14, 'WI', 'Wien'), (96, 14, 'NO', 'Nieder?sterreich'), (97, 14, 'OO', 'Ober?sterreich'), (98, 14, 'SB', 'Salzburg'), (99, 14, 'KN', 'K?rnten'), (100, 14, 'ST', 'Steiermark'), (101, 14, 'TI', 'Tirol'), (102, 14, 'BL', 'Burgenland'), (103, 14, 'VB', 'Voralberg'), (104, 204, 'AG', 'Aargau'), (105, 204, 'AI', 'Appenzell Innerrhoden'), (106, 204, 'AR', 'Appenzell Ausserrhoden'), (107, 204, 'BE', 'Bern'), (108, 204, 'BL', 'Basel-Landschaft'), (109, 204, 'BS', 'Basel-Stadt'), (110, 204, 'FR', 'Freiburg'), (111, 204, 'GE', 'Genf'), (112, 204, 'GL', 'Glarus'), (113, 204, 'JU', 'Graub?nden'), (114, 204, 'JU', 'Jura'), (115, 204, 'LU', 'Luzern'), (116, 204, 'NE', 'Neuenburg'), (117, 204, 'NW', 'Nidwalden'), (118, 204, 'OW', 'Obwalden'), (119, 204, 'SG', 'St. Gallen'), (120, 204, 'SH', 'Schaffhausen'), (121, 204, 'SO', 'Solothurn'), (122, 204, 'SZ', 'Schwyz'), (123, 204, 'TG', 'Thurgau'), (124, 204, 'TI', 'Tessin'), (125, 204, 'UR', 'Uri'), (126, 204, 'VD', 'Waadt'), (127, 204, 'VS', 'Wallis'), (128, 204, 'ZG', 'Zug'), (129, 204, 'ZH', 'Z?rich'), (130, 195, 'A Coru?a', 'A Coru?a'), (131, 195, 'Alava', 'Alava'), (132, 195, 'Albacete', 'Albacete'), (133, 195, 'Alicante', 'Alicante'), (134, 195, 'Almeria', 'Almeria'), (135, 195, 'Asturias', 'Asturias'), (136, 195, 'Avila', 'Avila'), (137, 195, 'Badajoz', 'Badajoz'), (138, 195, 'Baleares', 'Baleares'), (139, 195, 'Barcelona', 'Barcelona'), (140, 195, 'Burgos', 'Burgos'), (141, 195, 'Caceres', 'Caceres'), (142, 195, 'Cadiz', 'Cadiz'), (143, 195, 'Cantabria', 'Cantabria'), (144, 195, 'Castellon', 'Castellon'), (145, 195, 'Ceuta', 'Ceuta'), (146, 195, 'Ciudad Real', 'Ciudad Real'), (147, 195, 'Cordoba', 'Cordoba'), (148, 195, 'Cuenca', 'Cuenca'), (149, 195, 'Girona', 'Girona'), (150, 195, 'Granada', 'Granada'), (151, 195, 'Guadalajara', 'Guadalajara'), (152, 195, 'Guipuzcoa', 'Guipuzcoa'), (153, 195, 'Huelva', 'Huelva'), (154, 195, 'Huesca', 'Huesca'), (155, 195, 'Jaen', 'Jaen'), (156, 195, 'La Rioja', 'La Rioja'), (157, 195, 'Las Palmas', 'Las Palmas'), (158, 195, 'Leon', 'Leon'), (159, 195, 'Lleida', 'Lleida'), (160, 195, 'Lugo', 'Lugo'), (161, 195, 'Madrid', 'Madrid'), (162, 195, 'Malaga', 'Malaga'), (163, 195, 'Melilla', 'Melilla'), (164, 195, 'Murcia', 'Murcia'), (165, 195, 'Navarra', 'Navarra'), (166, 195, 'Ourense', 'Ourense'), (167, 195, 'Palencia', 'Palencia'), (168, 195, 'Pontevedra', 'Pontevedra'), (169, 195, 'Salamanca', 'Salamanca'), (170, 195, 'Santa Cruz de Tenerife', 'Santa Cruz de Tenerife'), (171, 195, 'Segovia', 'Segovia'), (172, 195, 'Sevilla', 'Sevilla'), (173, 195, 'Soria', 'Soria'), (174, 195, 'Tarragona', 'Tarragona'), (175, 195, 'Teruel', 'Teruel'), (176, 195, 'Toledo', 'Toledo'), (177, 195, 'Valencia', 'Valencia'), (178, 195, 'Valladolid', 'Valladolid'), (179, 195, 'Vizcaya', 'Vizcaya'), (180, 195, 'Zamora', 'Zamora'), (181, 195, 'Zaragoza', 'Zaragoza'), (182, 223, '2', 'Zone2'); -- -------------------------------------------------------- -- -- Table structure for table `zones_to_geo_zones` -- CREATE TABLE IF NOT EXISTS `zones_to_geo_zones` ( `association_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL, `zone_id` int(11) default NULL, `geo_zone_id` int(11) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`association_id`), KEY `idx_zones_to_geo_zones_country_id` (`zone_country_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `zones_to_geo_zones` -- INSERT INTO `zones_to_geo_zones` (`association_id`, `zone_country_id`, `zone_id`, `geo_zone_id`, `last_modified`, `date_added`) VALUES (1, 223, 18, 1, NULL, '2010-01-10 00:31:17');