0byt3m1n1
Path:
/
data
/
19
/
3
/
93
/
86
/
3093738
/
meta
/
3447532
/
mysql.backup
/
[
Home
]
File: communityuser.mysqlv111.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv111 Database: communityuser -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `admin` -- DROP TABLE IF EXISTS `admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin` ( `id` int(11) NOT NULL auto_increment, `username` varchar(24) NOT NULL, `password` varchar(256) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin` -- LOCK TABLES `admin` WRITE; /*!40000 ALTER TABLE `admin` DISABLE KEYS */; INSERT INTO `admin` VALUES (1,'admin','f59d38525ae2f1b0fdbace295cb6c359'); /*!40000 ALTER TABLE `admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blocked` -- DROP TABLE IF EXISTS `blocked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blocked` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL, `by` int(11) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blocked` -- LOCK TABLES `blocked` WRITE; /*!40000 ALTER TABLE `blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat` -- DROP TABLE IF EXISTS `chat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `chat` ( `id` int(11) NOT NULL auto_increment, `from` int(11) NOT NULL, `to` int(11) NOT NULL, `message` text collate utf8_unicode_ci NOT NULL, `read` int(11) NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `chat` -- LOCK TABLES `chat` WRITE; /*!40000 ALTER TABLE `chat` DISABLE KEYS */; INSERT INTO `chat` VALUES (1,1,2,'I dont think I like you, but. Ok',1,'2013-09-10 21:38:33'),(2,31,1,'Are you guys looking for any sponsors? ',0,'2013-10-27 20:35:32'); /*!40000 ALTER TABLE `chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `comments` -- DROP TABLE IF EXISTS `comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `comments` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL, `mid` int(11) NOT NULL, `message` text collate utf8_unicode_ci NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `comments` -- LOCK TABLES `comments` WRITE; /*!40000 ALTER TABLE `comments` DISABLE KEYS */; /*!40000 ALTER TABLE `comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `likes` -- DROP TABLE IF EXISTS `likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `likes` ( `id` int(11) NOT NULL auto_increment, `post` int(11) NOT NULL, `by` int(11) NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `likes` -- LOCK TABLES `likes` WRITE; /*!40000 ALTER TABLE `likes` DISABLE KEYS */; INSERT INTO `likes` VALUES (1,4,1,'2013-09-23 02:10:10'); /*!40000 ALTER TABLE `likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages` -- DROP TABLE IF EXISTS `messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messages` ( `id` int(12) NOT NULL auto_increment, `uid` int(32) NOT NULL, `message` text collate utf8_unicode_ci NOT NULL, `tag` varchar(256) collate utf8_unicode_ci NOT NULL, `type` varchar(16) character set latin1 NOT NULL, `value` varchar(512) collate utf8_unicode_ci NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `public` int(11) NOT NULL, `likes` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messages` -- LOCK TABLES `messages` WRITE; /*!40000 ALTER TABLE `messages` DISABLE KEYS */; INSERT INTO `messages` VALUES (3,1,'The new updated community!','','','','2013-09-10 21:12:37',1,0),(4,2,'Rohn dude here!','','','','2013-09-10 21:31:44',1,1),(6,1,'Try searching for some friends, check on my page for updates about anything! Also can message us here for any questions or ideas!','','','','2013-09-10 23:19:53',1,0),(7,3,'LOL - Epic','','','','2013-09-11 03:09:54',1,0),(8,1,'We will be having updates by who gets the most friends to signup!','','','','2013-09-11 05:15:11',1,0),(9,3,'I am LOL cat','','','','2013-09-12 20:49:11',1,0),(10,1,'','','video','yt:D5Mz9o-GymI','2013-09-15 19:44:21',1,0); /*!40000 ALTER TABLE `messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notifications` -- DROP TABLE IF EXISTS `notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `notifications` ( `id` int(11) NOT NULL auto_increment, `from` int(11) NOT NULL, `to` int(11) NOT NULL, `parent` int(11) NOT NULL, `child` int(11) NOT NULL, `type` int(11) NOT NULL, `read` int(11) NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `notifications` -- LOCK TABLES `notifications` WRITE; /*!40000 ALTER TABLE `notifications` DISABLE KEYS */; INSERT INTO `notifications` VALUES (1,1,2,0,0,4,1,'2013-09-10 21:38:22'),(2,3,1,0,0,4,1,'2013-09-11 03:10:13'),(3,1,2,4,0,2,0,'2013-09-23 02:10:10'),(4,31,1,0,0,4,0,'2013-10-27 20:34:31'); /*!40000 ALTER TABLE `notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_address` -- DROP TABLE IF EXISTS `ocart_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_address` ( `address_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `company` varchar(32) NOT NULL, `company_id` varchar(32) NOT NULL, `tax_id` varchar(32) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL default '0', `zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_address` -- LOCK TABLES `ocart_address` WRITE; /*!40000 ALTER TABLE `ocart_address` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_affiliate` -- DROP TABLE IF EXISTS `ocart_affiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_affiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `company` varchar(32) NOT NULL, `website` varchar(255) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL, `code` varchar(64) NOT NULL, `commission` decimal(4,2) NOT NULL default '0.00', `tax` varchar(64) NOT NULL, `payment` varchar(6) NOT NULL, `cheque` varchar(100) NOT NULL, `paypal` varchar(64) NOT NULL, `bank_name` varchar(64) NOT NULL, `bank_branch_number` varchar(64) NOT NULL, `bank_swift_code` varchar(64) NOT NULL, `bank_account_name` varchar(64) NOT NULL, `bank_account_number` varchar(64) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_affiliate` -- LOCK TABLES `ocart_affiliate` WRITE; /*!40000 ALTER TABLE `ocart_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_affiliate_transaction` -- DROP TABLE IF EXISTS `ocart_affiliate_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_affiliate_transaction` ( `affiliate_transaction_id` int(11) NOT NULL auto_increment, `affiliate_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_affiliate_transaction` -- LOCK TABLES `ocart_affiliate_transaction` WRITE; /*!40000 ALTER TABLE `ocart_affiliate_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_affiliate_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_attribute` -- DROP TABLE IF EXISTS `ocart_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_attribute` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_attribute` -- LOCK TABLES `ocart_attribute` WRITE; /*!40000 ALTER TABLE `ocart_attribute` DISABLE KEYS */; INSERT INTO `ocart_attribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8); /*!40000 ALTER TABLE `ocart_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_attribute_description` -- DROP TABLE IF EXISTS `ocart_attribute_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_attribute_description` ( `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_attribute_description` -- LOCK TABLES `ocart_attribute_description` WRITE; /*!40000 ALTER TABLE `ocart_attribute_description` DISABLE KEYS */; INSERT INTO `ocart_attribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed'); /*!40000 ALTER TABLE `ocart_attribute_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_attribute_group` -- DROP TABLE IF EXISTS `ocart_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_attribute_group` ( `attribute_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_attribute_group` -- LOCK TABLES `ocart_attribute_group` WRITE; /*!40000 ALTER TABLE `ocart_attribute_group` DISABLE KEYS */; INSERT INTO `ocart_attribute_group` VALUES (3,2),(4,1),(5,3),(6,4); /*!40000 ALTER TABLE `ocart_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_attribute_group_description` -- DROP TABLE IF EXISTS `ocart_attribute_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_attribute_group_description` ( `attribute_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_attribute_group_description` -- LOCK TABLES `ocart_attribute_group_description` WRITE; /*!40000 ALTER TABLE `ocart_attribute_group_description` DISABLE KEYS */; INSERT INTO `ocart_attribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor'); /*!40000 ALTER TABLE `ocart_attribute_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_banner` -- DROP TABLE IF EXISTS `ocart_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_banner` ( `banner_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `status` tinyint(1) NOT NULL, PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_banner` -- LOCK TABLES `ocart_banner` WRITE; /*!40000 ALTER TABLE `ocart_banner` DISABLE KEYS */; INSERT INTO `ocart_banner` VALUES (6,'HP Products',1),(7,'Samsung Tab',1),(8,'Manufacturers',1); /*!40000 ALTER TABLE `ocart_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_banner_image` -- DROP TABLE IF EXISTS `ocart_banner_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_banner_image` ( `banner_image_id` int(11) NOT NULL auto_increment, `banner_id` int(11) NOT NULL, `link` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`banner_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_banner_image` -- LOCK TABLES `ocart_banner_image` WRITE; /*!40000 ALTER TABLE `ocart_banner_image` DISABLE KEYS */; INSERT INTO `ocart_banner_image` VALUES (54,7,'index.php?route=product/product&path=57&product_id=49','data/demo/samsung_banner.jpg'),(77,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_banner.jpg'),(75,8,'index.php?route=product/manufacturer/info&manufacturer_id=5','data/demo/htc_logo.jpg'),(73,8,'index.php?route=product/manufacturer/info&manufacturer_id=8','data/demo/apple_logo.jpg'),(74,8,'index.php?route=product/manufacturer/info&manufacturer_id=9','data/demo/canon_logo.jpg'),(71,8,'index.php?route=product/manufacturer/info&manufacturer_id=10','data/demo/sony_logo.jpg'),(72,8,'index.php?route=product/manufacturer/info&manufacturer_id=6','data/demo/palm_logo.jpg'),(76,8,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_logo.jpg'); /*!40000 ALTER TABLE `ocart_banner_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_banner_image_description` -- DROP TABLE IF EXISTS `ocart_banner_image_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_banner_image_description` ( `banner_image_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `banner_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, PRIMARY KEY (`banner_image_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_banner_image_description` -- LOCK TABLES `ocart_banner_image_description` WRITE; /*!40000 ALTER TABLE `ocart_banner_image_description` DISABLE KEYS */; INSERT INTO `ocart_banner_image_description` VALUES (54,1,7,'Samsung Tab 10.1'),(77,1,6,'HP Banner'),(75,1,8,'HTC'),(74,1,8,'Canon'),(73,1,8,'Apple'),(72,1,8,'Palm'),(71,1,8,'Sony'),(76,1,8,'Hewlett-Packard'); /*!40000 ALTER TABLE `ocart_banner_image_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category` -- DROP TABLE IF EXISTS `ocart_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category` ( `category_id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `parent_id` int(11) NOT NULL default '0', `top` tinyint(1) NOT NULL, `column` int(3) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category` -- LOCK TABLES `ocart_category` WRITE; /*!40000 ALTER TABLE `ocart_category` DISABLE KEYS */; INSERT INTO `ocart_category` VALUES (25,'',0,1,1,3,1,'2009-01-31 01:04:25','2011-05-30 12:14:55'),(27,'',20,0,0,2,1,'2009-01-31 01:55:34','2010-08-22 06:32:15'),(20,'data/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(24,'',0,1,1,5,1,'2009-01-20 02:36:26','2011-05-30 12:15:18'),(18,'data/demo/hp_2.jpg',0,1,0,2,1,'2009-01-05 21:49:15','2011-05-30 12:13:55'),(17,'',0,1,1,4,1,'2009-01-03 21:08:57','2011-05-30 12:15:11'),(28,'',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(26,'',20,0,0,1,1,'2009-01-31 01:55:14','2010-08-22 06:31:45'),(29,'',25,0,0,1,1,'2009-02-02 13:11:37','2010-08-22 06:32:39'),(30,'',25,0,0,1,1,'2009-02-02 13:11:59','2010-08-22 06:33:00'),(31,'',25,0,0,1,1,'2009-02-03 14:17:24','2010-08-22 06:33:06'),(32,'',25,0,0,1,1,'2009-02-03 14:17:34','2010-08-22 06:33:12'),(33,'',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'data/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31'),(35,'',28,0,0,0,1,'2010-09-17 10:06:48','2010-09-18 14:02:42'),(36,'',28,0,0,0,1,'2010-09-17 10:07:13','2010-09-18 14:02:55'),(37,'',34,0,0,0,1,'2010-09-18 14:03:39','2011-04-22 01:55:08'),(38,'',34,0,0,0,1,'2010-09-18 14:03:51','2010-09-18 14:03:51'),(39,'',34,0,0,0,1,'2010-09-18 14:04:17','2011-04-22 01:55:20'),(40,'',34,0,0,0,1,'2010-09-18 14:05:36','2010-09-18 14:05:36'),(41,'',34,0,0,0,1,'2010-09-18 14:05:49','2011-04-22 01:55:30'),(42,'',34,0,0,0,1,'2010-09-18 14:06:34','2010-11-07 20:31:04'),(43,'',34,0,0,0,1,'2010-09-18 14:06:49','2011-04-22 01:55:40'),(44,'',34,0,0,0,1,'2010-09-21 15:39:21','2010-11-07 20:30:55'),(45,'',18,0,0,0,1,'2010-09-24 18:29:16','2011-04-26 08:52:11'),(46,'',18,0,0,0,1,'2010-09-24 18:29:31','2011-04-26 08:52:23'),(47,'',34,0,0,0,1,'2010-11-07 11:13:16','2010-11-07 11:13:16'),(48,'',34,0,0,0,1,'2010-11-07 11:13:33','2010-11-07 11:13:33'),(49,'',34,0,0,0,1,'2010-11-07 11:14:04','2010-11-07 11:14:04'),(50,'',34,0,0,0,1,'2010-11-07 11:14:23','2011-04-22 01:16:01'),(51,'',34,0,0,0,1,'2010-11-07 11:14:38','2011-04-22 01:16:13'),(52,'',34,0,0,0,1,'2010-11-07 11:16:09','2011-04-22 01:54:57'),(53,'',34,0,0,0,1,'2010-11-07 11:28:53','2011-04-22 01:14:36'),(54,'',34,0,0,0,1,'2010-11-07 11:29:16','2011-04-22 01:16:50'),(55,'',34,0,0,0,1,'2010-11-08 10:31:32','2010-11-08 10:31:32'),(56,'',34,0,0,0,1,'2010-11-08 10:31:50','2011-04-22 01:16:37'),(57,'',0,1,1,3,1,'2011-04-26 08:53:16','2011-05-30 12:15:05'),(58,'',52,0,0,0,1,'2011-05-08 13:44:16','2011-05-08 13:44:16'); /*!40000 ALTER TABLE `ocart_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category_description` -- DROP TABLE IF EXISTS `ocart_category_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category_description` ( `category_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, PRIMARY KEY (`category_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category_description` -- LOCK TABLES `ocart_category_description` WRITE; /*!40000 ALTER TABLE `ocart_category_description` DISABLE KEYS */; INSERT INTO `ocart_category_description` VALUES (28,1,'Monitors','','',''),(33,1,'Cameras','','',''),(32,1,'Web Cameras','','',''),(31,1,'Scanners','','',''),(30,1,'Printers','','',''),(29,1,'Mice and Trackballs','','',''),(27,1,'Mac','','',''),(26,1,'PC','','',''),(17,1,'Software','','',''),(25,1,'Components','','',''),(24,1,'Phones & PDAs','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','Example of category description',''),(35,1,'test 1','','',''),(36,1,'test 2','','',''),(37,1,'test 5','','',''),(38,1,'test 4','','',''),(39,1,'test 6','','',''),(40,1,'test 7','','',''),(41,1,'test 8','','',''),(42,1,'test 9','','',''),(43,1,'test 11','','',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(18,1,'Laptops & Notebooks','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(44,1,'test 12','','',''),(45,1,'Windows','','',''),(46,1,'Macs','','',''),(47,1,'test 15','','',''),(48,1,'test 16','','',''),(49,1,'test 17','','',''),(50,1,'test 18','','',''),(51,1,'test 19','','',''),(52,1,'test 20','','',''),(53,1,'test 21','','',''),(54,1,'test 22','','',''),(55,1,'test 23','','',''),(56,1,'test 24','','',''),(57,1,'Tablets','','',''),(58,1,'test 25','','',''); /*!40000 ALTER TABLE `ocart_category_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category_filter` -- DROP TABLE IF EXISTS `ocart_category_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category_filter` ( `category_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category_filter` -- LOCK TABLES `ocart_category_filter` WRITE; /*!40000 ALTER TABLE `ocart_category_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_category_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category_path` -- DROP TABLE IF EXISTS `ocart_category_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category_path` ( `category_id` int(11) NOT NULL, `path_id` int(11) NOT NULL, `level` int(11) NOT NULL, PRIMARY KEY (`category_id`,`path_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category_path` -- LOCK TABLES `ocart_category_path` WRITE; /*!40000 ALTER TABLE `ocart_category_path` DISABLE KEYS */; INSERT INTO `ocart_category_path` VALUES (25,25,0),(28,25,0),(28,28,1),(35,25,0),(35,28,1),(35,35,2),(36,25,0),(36,28,1),(36,36,2),(29,25,0),(29,29,1),(30,25,0),(30,30,1),(31,25,0),(31,31,1),(32,25,0),(32,32,1),(20,20,0),(27,20,0),(27,27,1),(26,20,0),(26,26,1),(24,24,0),(18,18,0),(45,18,0),(45,45,1),(46,18,0),(46,46,1),(17,17,0),(33,33,0),(34,34,0),(37,34,0),(37,37,1),(38,34,0),(38,38,1),(39,34,0),(39,39,1),(40,34,0),(40,40,1),(41,34,0),(41,41,1),(42,34,0),(42,42,1),(43,34,0),(43,43,1),(44,34,0),(44,44,1),(47,34,0),(47,47,1),(48,34,0),(48,48,1),(49,34,0),(49,49,1),(50,34,0),(50,50,1),(51,34,0),(51,51,1),(52,34,0),(52,52,1),(58,34,0),(58,52,1),(58,58,2),(53,34,0),(53,53,1),(54,34,0),(54,54,1),(55,34,0),(55,55,1),(56,34,0),(56,56,1),(57,57,0); /*!40000 ALTER TABLE `ocart_category_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category_to_layout` -- DROP TABLE IF EXISTS `ocart_category_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category_to_layout` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category_to_layout` -- LOCK TABLES `ocart_category_to_layout` WRITE; /*!40000 ALTER TABLE `ocart_category_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_category_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_category_to_store` -- DROP TABLE IF EXISTS `ocart_category_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_category_to_store` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_category_to_store` -- LOCK TABLES `ocart_category_to_store` WRITE; /*!40000 ALTER TABLE `ocart_category_to_store` DISABLE KEYS */; INSERT INTO `ocart_category_to_store` VALUES (17,0),(18,0),(20,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(37,0),(38,0),(39,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0),(50,0),(51,0),(52,0),(53,0),(54,0),(55,0),(56,0),(57,0),(58,0); /*!40000 ALTER TABLE `ocart_category_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_country` -- DROP TABLE IF EXISTS `ocart_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_country` ( `country_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `iso_code_2` varchar(2) NOT NULL, `iso_code_3` varchar(3) NOT NULL, `address_format` text NOT NULL, `postcode_required` tinyint(1) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_country` -- LOCK TABLES `ocart_country` WRITE; /*!40000 ALTER TABLE `ocart_country` DISABLE KEYS */; INSERT INTO `ocart_country` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(240,'Jersey','JE','JEY','',1,1),(241,'Guernsey','GG','GGY','',1,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1); /*!40000 ALTER TABLE `ocart_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_coupon` -- DROP TABLE IF EXISTS `ocart_coupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_coupon` ( `coupon_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `code` varchar(10) NOT NULL, `type` char(1) NOT NULL, `discount` decimal(15,4) NOT NULL, `logged` tinyint(1) NOT NULL, `shipping` tinyint(1) NOT NULL, `total` decimal(15,4) NOT NULL, `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', `uses_total` int(11) NOT NULL, `uses_customer` varchar(11) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_coupon` -- LOCK TABLES `ocart_coupon` WRITE; /*!40000 ALTER TABLE `ocart_coupon` DISABLE KEYS */; INSERT INTO `ocart_coupon` VALUES (4,'-10% Discount','2222','P','10.0000',0,0,'0.0000','2011-01-01','2012-01-01',10,'10',1,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P','0.0000',0,1,'100.0000','2009-03-01','2009-08-31',10,'10',1,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F','10.0000',0,0,'10.0000','1970-11-01','2020-11-01',100000,'10000',1,'2009-03-14 21:15:18'); /*!40000 ALTER TABLE `ocart_coupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_coupon_category` -- DROP TABLE IF EXISTS `ocart_coupon_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_coupon_category` ( `coupon_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`coupon_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_coupon_category` -- LOCK TABLES `ocart_coupon_category` WRITE; /*!40000 ALTER TABLE `ocart_coupon_category` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_coupon_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_coupon_history` -- DROP TABLE IF EXISTS `ocart_coupon_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_coupon_history` ( `coupon_history_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`coupon_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_coupon_history` -- LOCK TABLES `ocart_coupon_history` WRITE; /*!40000 ALTER TABLE `ocart_coupon_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_coupon_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_coupon_product` -- DROP TABLE IF EXISTS `ocart_coupon_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_coupon_product` ( `coupon_product_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, PRIMARY KEY (`coupon_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_coupon_product` -- LOCK TABLES `ocart_coupon_product` WRITE; /*!40000 ALTER TABLE `ocart_coupon_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_coupon_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_currency` -- DROP TABLE IF EXISTS `ocart_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_currency` ( `currency_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` varchar(3) NOT NULL, `symbol_left` varchar(12) NOT NULL, `symbol_right` varchar(12) NOT NULL, `decimal_place` char(1) NOT NULL, `value` float(15,8) NOT NULL, `status` tinyint(1) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`currency_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_currency` -- LOCK TABLES `ocart_currency` WRITE; /*!40000 ALTER TABLE `ocart_currency` DISABLE KEYS */; INSERT INTO `ocart_currency` VALUES (1,'Pound Sterling','GBP','£','','2',0.61979997,1,'2011-07-16 10:30:52'),(2,'US Dollar','USD','$','','2',1.00000000,1,'2011-07-16 16:55:46'),(3,'Euro','EUR','','€','2',0.70660001,1,'2011-07-16 10:30:52'); /*!40000 ALTER TABLE `ocart_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_custom_field` -- DROP TABLE IF EXISTS `ocart_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_custom_field` ( `custom_field_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `value` text NOT NULL, `required` tinyint(1) NOT NULL, `location` varchar(32) NOT NULL, `position` int(3) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_custom_field` -- LOCK TABLES `ocart_custom_field` WRITE; /*!40000 ALTER TABLE `ocart_custom_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_custom_field_description` -- DROP TABLE IF EXISTS `ocart_custom_field_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_custom_field_description` ( `custom_field_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_custom_field_description` -- LOCK TABLES `ocart_custom_field_description` WRITE; /*!40000 ALTER TABLE `ocart_custom_field_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_custom_field_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_custom_field_to_customer_group` -- DROP TABLE IF EXISTS `ocart_custom_field_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_custom_field_to_customer_group` ( `custom_field_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`custom_field_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_custom_field_to_customer_group` -- LOCK TABLES `ocart_custom_field_to_customer_group` WRITE; /*!40000 ALTER TABLE `ocart_custom_field_to_customer_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_custom_field_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_custom_field_value` -- DROP TABLE IF EXISTS `ocart_custom_field_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_custom_field_value` ( `custom_field_value_id` int(11) NOT NULL auto_increment, `custom_field_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_custom_field_value` -- LOCK TABLES `ocart_custom_field_value` WRITE; /*!40000 ALTER TABLE `ocart_custom_field_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_custom_field_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_custom_field_value_description` -- DROP TABLE IF EXISTS `ocart_custom_field_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_custom_field_value_description` ( `custom_field_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_custom_field_value_description` -- LOCK TABLES `ocart_custom_field_value_description` WRITE; /*!40000 ALTER TABLE `ocart_custom_field_value_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_custom_field_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer` -- DROP TABLE IF EXISTS `ocart_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer` ( `customer_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `cart` text, `wishlist` text, `newsletter` tinyint(1) NOT NULL default '0', `address_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL default '0', `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `token` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer` -- LOCK TABLES `ocart_customer` WRITE; /*!40000 ALTER TABLE `ocart_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_ban_ip` -- DROP TABLE IF EXISTS `ocart_customer_ban_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_ban_ip` ( `customer_ban_ip_id` int(11) NOT NULL auto_increment, `ip` varchar(40) NOT NULL, PRIMARY KEY (`customer_ban_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_ban_ip` -- LOCK TABLES `ocart_customer_ban_ip` WRITE; /*!40000 ALTER TABLE `ocart_customer_ban_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_ban_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_field` -- DROP TABLE IF EXISTS `ocart_customer_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_field` ( `customer_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_field` -- LOCK TABLES `ocart_customer_field` WRITE; /*!40000 ALTER TABLE `ocart_customer_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_group` -- DROP TABLE IF EXISTS `ocart_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_group` ( `customer_group_id` int(11) NOT NULL auto_increment, `approval` int(1) NOT NULL, `company_id_display` int(1) NOT NULL, `company_id_required` int(1) NOT NULL, `tax_id_display` int(1) NOT NULL, `tax_id_required` int(1) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_group` -- LOCK TABLES `ocart_customer_group` WRITE; /*!40000 ALTER TABLE `ocart_customer_group` DISABLE KEYS */; INSERT INTO `ocart_customer_group` VALUES (1,0,1,0,0,1,1); /*!40000 ALTER TABLE `ocart_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_group_description` -- DROP TABLE IF EXISTS `ocart_customer_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_group_description` ( `customer_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`customer_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_group_description` -- LOCK TABLES `ocart_customer_group_description` WRITE; /*!40000 ALTER TABLE `ocart_customer_group_description` DISABLE KEYS */; INSERT INTO `ocart_customer_group_description` VALUES (1,1,'Default','test'); /*!40000 ALTER TABLE `ocart_customer_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_history` -- DROP TABLE IF EXISTS `ocart_customer_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_history` ( `customer_history_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_history` -- LOCK TABLES `ocart_customer_history` WRITE; /*!40000 ALTER TABLE `ocart_customer_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_ip` -- DROP TABLE IF EXISTS `ocart_customer_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_ip` ( `customer_ip_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_ip` -- LOCK TABLES `ocart_customer_ip` WRITE; /*!40000 ALTER TABLE `ocart_customer_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_online` -- DROP TABLE IF EXISTS `ocart_customer_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_online` ( `ip` varchar(40) NOT NULL, `customer_id` int(11) NOT NULL, `url` text NOT NULL, `referer` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_online` -- LOCK TABLES `ocart_customer_online` WRITE; /*!40000 ALTER TABLE `ocart_customer_online` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_reward` -- DROP TABLE IF EXISTS `ocart_customer_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_reward` ( `customer_reward_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `description` text NOT NULL, `points` int(8) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_reward_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_reward` -- LOCK TABLES `ocart_customer_reward` WRITE; /*!40000 ALTER TABLE `ocart_customer_reward` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_customer_transaction` -- DROP TABLE IF EXISTS `ocart_customer_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_customer_transaction` ( `customer_transaction_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_customer_transaction` -- LOCK TABLES `ocart_customer_transaction` WRITE; /*!40000 ALTER TABLE `ocart_customer_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_customer_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_download` -- DROP TABLE IF EXISTS `ocart_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_download` ( `download_id` int(11) NOT NULL auto_increment, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_download` -- LOCK TABLES `ocart_download` WRITE; /*!40000 ALTER TABLE `ocart_download` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_download_description` -- DROP TABLE IF EXISTS `ocart_download_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_download_description` ( `download_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`download_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_download_description` -- LOCK TABLES `ocart_download_description` WRITE; /*!40000 ALTER TABLE `ocart_download_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_download_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_extension` -- DROP TABLE IF EXISTS `ocart_extension`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_extension` ( `extension_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `code` varchar(32) NOT NULL, PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_extension` -- LOCK TABLES `ocart_extension` WRITE; /*!40000 ALTER TABLE `ocart_extension` DISABLE KEYS */; INSERT INTO `ocart_extension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(387,'shipping','flat'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(411,'module','affiliate'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'); /*!40000 ALTER TABLE `ocart_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_filter` -- DROP TABLE IF EXISTS `ocart_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_filter` ( `filter_id` int(11) NOT NULL auto_increment, `filter_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_filter` -- LOCK TABLES `ocart_filter` WRITE; /*!40000 ALTER TABLE `ocart_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_filter_description` -- DROP TABLE IF EXISTS `ocart_filter_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_filter_description` ( `filter_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `filter_group_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_filter_description` -- LOCK TABLES `ocart_filter_description` WRITE; /*!40000 ALTER TABLE `ocart_filter_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_filter_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_filter_group` -- DROP TABLE IF EXISTS `ocart_filter_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_filter_group` ( `filter_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_filter_group` -- LOCK TABLES `ocart_filter_group` WRITE; /*!40000 ALTER TABLE `ocart_filter_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_filter_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_filter_group_description` -- DROP TABLE IF EXISTS `ocart_filter_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_filter_group_description` ( `filter_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_filter_group_description` -- LOCK TABLES `ocart_filter_group_description` WRITE; /*!40000 ALTER TABLE `ocart_filter_group_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_filter_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_geo_zone` -- DROP TABLE IF EXISTS `ocart_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_geo_zone` ( `geo_zone_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_geo_zone` -- LOCK TABLES `ocart_geo_zone` WRITE; /*!40000 ALTER TABLE `ocart_geo_zone` DISABLE KEYS */; INSERT INTO `ocart_geo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53'); /*!40000 ALTER TABLE `ocart_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_information` -- DROP TABLE IF EXISTS `ocart_information`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_information` ( `information_id` int(11) NOT NULL auto_increment, `bottom` int(1) NOT NULL default '0', `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`information_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_information` -- LOCK TABLES `ocart_information` WRITE; /*!40000 ALTER TABLE `ocart_information` DISABLE KEYS */; INSERT INTO `ocart_information` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1); /*!40000 ALTER TABLE `ocart_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_information_description` -- DROP TABLE IF EXISTS `ocart_information_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_information_description` ( `information_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`information_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_information_description` -- LOCK TABLES `ocart_information_description` WRITE; /*!40000 ALTER TABLE `ocart_information_description` DISABLE KEYS */; INSERT INTO `ocart_information_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n'),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n'),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n'),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n'); /*!40000 ALTER TABLE `ocart_information_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_information_to_layout` -- DROP TABLE IF EXISTS `ocart_information_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_information_to_layout` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_information_to_layout` -- LOCK TABLES `ocart_information_to_layout` WRITE; /*!40000 ALTER TABLE `ocart_information_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_information_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_information_to_store` -- DROP TABLE IF EXISTS `ocart_information_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_information_to_store` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_information_to_store` -- LOCK TABLES `ocart_information_to_store` WRITE; /*!40000 ALTER TABLE `ocart_information_to_store` DISABLE KEYS */; INSERT INTO `ocart_information_to_store` VALUES (3,0),(4,0),(5,0),(6,0); /*!40000 ALTER TABLE `ocart_information_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_language` -- DROP TABLE IF EXISTS `ocart_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_language` ( `language_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` varchar(5) NOT NULL, `locale` varchar(255) NOT NULL, `image` varchar(64) NOT NULL, `directory` varchar(32) NOT NULL, `filename` varchar(64) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_language` -- LOCK TABLES `ocart_language` WRITE; /*!40000 ALTER TABLE `ocart_language` DISABLE KEYS */; INSERT INTO `ocart_language` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','gb.png','english','english',1,1); /*!40000 ALTER TABLE `ocart_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_layout` -- DROP TABLE IF EXISTS `ocart_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_layout` ( `layout_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, PRIMARY KEY (`layout_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_layout` -- LOCK TABLES `ocart_layout` WRITE; /*!40000 ALTER TABLE `ocart_layout` DISABLE KEYS */; INSERT INTO `ocart_layout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'); /*!40000 ALTER TABLE `ocart_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_layout_route` -- DROP TABLE IF EXISTS `ocart_layout_route`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_layout_route` ( `layout_route_id` int(11) NOT NULL auto_increment, `layout_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `route` varchar(255) NOT NULL, PRIMARY KEY (`layout_route_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_layout_route` -- LOCK TABLES `ocart_layout_route` WRITE; /*!40000 ALTER TABLE `ocart_layout_route` DISABLE KEYS */; INSERT INTO `ocart_layout_route` VALUES (30,6,0,'account'),(17,10,0,'affiliate/'),(29,3,0,'product/category'),(26,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(22,5,0,'product/manufacturer'),(23,7,0,'checkout/'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'); /*!40000 ALTER TABLE `ocart_layout_route` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_length_class` -- DROP TABLE IF EXISTS `ocart_length_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_length_class` ( `length_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL, PRIMARY KEY (`length_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_length_class` -- LOCK TABLES `ocart_length_class` WRITE; /*!40000 ALTER TABLE `ocart_length_class` DISABLE KEYS */; INSERT INTO `ocart_length_class` VALUES (1,'1.00000000'),(2,'10.00000000'),(3,'0.39370000'); /*!40000 ALTER TABLE `ocart_length_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_length_class_description` -- DROP TABLE IF EXISTS `ocart_length_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_length_class_description` ( `length_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`length_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_length_class_description` -- LOCK TABLES `ocart_length_class_description` WRITE; /*!40000 ALTER TABLE `ocart_length_class_description` DISABLE KEYS */; INSERT INTO `ocart_length_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in'); /*!40000 ALTER TABLE `ocart_length_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_manufacturer` -- DROP TABLE IF EXISTS `ocart_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_manufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_manufacturer` -- LOCK TABLES `ocart_manufacturer` WRITE; /*!40000 ALTER TABLE `ocart_manufacturer` DISABLE KEYS */; INSERT INTO `ocart_manufacturer` VALUES (5,'HTC','data/demo/htc_logo.jpg',0),(6,'Palm','data/demo/palm_logo.jpg',0),(7,'Hewlett-Packard','data/demo/hp_logo.jpg',0),(8,'Apple','data/demo/apple_logo.jpg',0),(9,'Canon','data/demo/canon_logo.jpg',0),(10,'Sony','data/demo/sony_logo.jpg',0); /*!40000 ALTER TABLE `ocart_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_manufacturer_to_store` -- DROP TABLE IF EXISTS `ocart_manufacturer_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_manufacturer_to_store` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_manufacturer_to_store` -- LOCK TABLES `ocart_manufacturer_to_store` WRITE; /*!40000 ALTER TABLE `ocart_manufacturer_to_store` DISABLE KEYS */; INSERT INTO `ocart_manufacturer_to_store` VALUES (5,0),(6,0),(7,0),(8,0),(9,0),(10,0); /*!40000 ALTER TABLE `ocart_manufacturer_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_option` -- DROP TABLE IF EXISTS `ocart_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_option` ( `option_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_option` -- LOCK TABLES `ocart_option` WRITE; /*!40000 ALTER TABLE `ocart_option` DISABLE KEYS */; INSERT INTO `ocart_option` VALUES (1,'radio',2),(2,'checkbox',3),(4,'text',4),(5,'select',1),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',1),(12,'date',1); /*!40000 ALTER TABLE `ocart_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_option_description` -- DROP TABLE IF EXISTS `ocart_option_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_option_description` ( `option_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_option_description` -- LOCK TABLES `ocart_option_description` WRITE; /*!40000 ALTER TABLE `ocart_option_description` DISABLE KEYS */; INSERT INTO `ocart_option_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size'); /*!40000 ALTER TABLE `ocart_option_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_option_value` -- DROP TABLE IF EXISTS `ocart_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_option_value` ( `option_value_id` int(11) NOT NULL auto_increment, `option_id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_option_value` -- LOCK TABLES `ocart_option_value` WRITE; /*!40000 ALTER TABLE `ocart_option_value` DISABLE KEYS */; INSERT INTO `ocart_option_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3); /*!40000 ALTER TABLE `ocart_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_option_value_description` -- DROP TABLE IF EXISTS `ocart_option_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_option_value_description` ( `option_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_option_value_description` -- LOCK TABLES `ocart_option_value_description` WRITE; /*!40000 ALTER TABLE `ocart_option_value_description` DISABLE KEYS */; INSERT INTO `ocart_option_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small'); /*!40000 ALTER TABLE `ocart_option_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order` -- DROP TABLE IF EXISTS `ocart_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order` ( `order_id` int(11) NOT NULL auto_increment, `invoice_no` int(11) NOT NULL default '0', `invoice_prefix` varchar(26) NOT NULL, `store_id` int(11) NOT NULL default '0', `store_name` varchar(64) NOT NULL, `store_url` varchar(255) NOT NULL, `customer_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `payment_firstname` varchar(32) NOT NULL, `payment_lastname` varchar(32) NOT NULL, `payment_company` varchar(32) NOT NULL, `payment_company_id` varchar(32) NOT NULL, `payment_tax_id` varchar(32) NOT NULL, `payment_address_1` varchar(128) NOT NULL, `payment_address_2` varchar(128) NOT NULL, `payment_city` varchar(128) NOT NULL, `payment_postcode` varchar(10) NOT NULL, `payment_country` varchar(128) NOT NULL, `payment_country_id` int(11) NOT NULL, `payment_zone` varchar(128) NOT NULL, `payment_zone_id` int(11) NOT NULL, `payment_address_format` text NOT NULL, `payment_method` varchar(128) NOT NULL, `payment_code` varchar(128) NOT NULL, `shipping_firstname` varchar(32) NOT NULL, `shipping_lastname` varchar(32) NOT NULL, `shipping_company` varchar(32) NOT NULL, `shipping_address_1` varchar(128) NOT NULL, `shipping_address_2` varchar(128) NOT NULL, `shipping_city` varchar(128) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_country` varchar(128) NOT NULL, `shipping_country_id` int(11) NOT NULL, `shipping_zone` varchar(128) NOT NULL, `shipping_zone_id` int(11) NOT NULL, `shipping_address_format` text NOT NULL, `shipping_method` varchar(128) NOT NULL, `shipping_code` varchar(128) NOT NULL, `comment` text NOT NULL, `total` decimal(15,4) NOT NULL default '0.0000', `order_status_id` int(11) NOT NULL default '0', `affiliate_id` int(11) NOT NULL, `commission` decimal(15,4) NOT NULL, `language_id` int(11) NOT NULL, `currency_id` int(11) NOT NULL, `currency_code` varchar(3) NOT NULL, `currency_value` decimal(15,8) NOT NULL default '1.00000000', `ip` varchar(40) NOT NULL, `forwarded_ip` varchar(40) NOT NULL, `user_agent` varchar(255) NOT NULL, `accept_language` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order` -- LOCK TABLES `ocart_order` WRITE; /*!40000 ALTER TABLE `ocart_order` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_download` -- DROP TABLE IF EXISTS `ocart_order_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_download` ( `order_download_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(3) NOT NULL default '0', PRIMARY KEY (`order_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_download` -- LOCK TABLES `ocart_order_download` WRITE; /*!40000 ALTER TABLE `ocart_order_download` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_field` -- DROP TABLE IF EXISTS `ocart_order_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_field` ( `order_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_field` -- LOCK TABLES `ocart_order_field` WRITE; /*!40000 ALTER TABLE `ocart_order_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_fraud` -- DROP TABLE IF EXISTS `ocart_order_fraud`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_fraud` ( `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `country_match` varchar(3) NOT NULL, `country_code` varchar(2) NOT NULL, `high_risk_country` varchar(3) NOT NULL, `distance` int(11) NOT NULL, `ip_region` varchar(255) NOT NULL, `ip_city` varchar(255) NOT NULL, `ip_latitude` decimal(10,6) NOT NULL, `ip_longitude` decimal(10,6) NOT NULL, `ip_isp` varchar(255) NOT NULL, `ip_org` varchar(255) NOT NULL, `ip_asnum` int(11) NOT NULL, `ip_user_type` varchar(255) NOT NULL, `ip_country_confidence` varchar(3) NOT NULL, `ip_region_confidence` varchar(3) NOT NULL, `ip_city_confidence` varchar(3) NOT NULL, `ip_postal_confidence` varchar(3) NOT NULL, `ip_postal_code` varchar(10) NOT NULL, `ip_accuracy_radius` int(11) NOT NULL, `ip_net_speed_cell` varchar(255) NOT NULL, `ip_metro_code` int(3) NOT NULL, `ip_area_code` int(3) NOT NULL, `ip_time_zone` varchar(255) NOT NULL, `ip_region_name` varchar(255) NOT NULL, `ip_domain` varchar(255) NOT NULL, `ip_country_name` varchar(255) NOT NULL, `ip_continent_code` varchar(2) NOT NULL, `ip_corporate_proxy` varchar(3) NOT NULL, `anonymous_proxy` varchar(3) NOT NULL, `proxy_score` int(3) NOT NULL, `is_trans_proxy` varchar(3) NOT NULL, `free_mail` varchar(3) NOT NULL, `carder_email` varchar(3) NOT NULL, `high_risk_username` varchar(3) NOT NULL, `high_risk_password` varchar(3) NOT NULL, `bin_match` varchar(10) NOT NULL, `bin_country` varchar(2) NOT NULL, `bin_name_match` varchar(3) NOT NULL, `bin_name` varchar(255) NOT NULL, `bin_phone_match` varchar(3) NOT NULL, `bin_phone` varchar(32) NOT NULL, `customer_phone_in_billing_location` varchar(8) NOT NULL, `ship_forward` varchar(3) NOT NULL, `city_postal_match` varchar(3) NOT NULL, `ship_city_postal_match` varchar(3) NOT NULL, `score` decimal(10,5) NOT NULL, `explanation` text NOT NULL, `risk_score` decimal(10,5) NOT NULL, `queries_remaining` int(11) NOT NULL, `maxmind_id` varchar(8) NOT NULL, `error` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_fraud` -- LOCK TABLES `ocart_order_fraud` WRITE; /*!40000 ALTER TABLE `ocart_order_fraud` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_fraud` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_history` -- DROP TABLE IF EXISTS `ocart_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_history` ( `order_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_status_id` int(5) NOT NULL, `notify` tinyint(1) NOT NULL default '0', `comment` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_history` -- LOCK TABLES `ocart_order_history` WRITE; /*!40000 ALTER TABLE `ocart_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_option` -- DROP TABLE IF EXISTS `ocart_order_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_option` ( `order_option_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `product_option_id` int(11) NOT NULL, `product_option_value_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `value` text NOT NULL, `type` varchar(32) NOT NULL, PRIMARY KEY (`order_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_option` -- LOCK TABLES `ocart_order_option` WRITE; /*!40000 ALTER TABLE `ocart_order_option` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_product` -- DROP TABLE IF EXISTS `ocart_order_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_product` ( `order_product_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `price` decimal(15,4) NOT NULL default '0.0000', `total` decimal(15,4) NOT NULL default '0.0000', `tax` decimal(15,4) NOT NULL default '0.0000', `reward` int(8) NOT NULL, PRIMARY KEY (`order_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_product` -- LOCK TABLES `ocart_order_product` WRITE; /*!40000 ALTER TABLE `ocart_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_recurring` -- DROP TABLE IF EXISTS `ocart_order_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_recurring` ( `order_recurring_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(4) NOT NULL, `product_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `profile_name` varchar(255) NOT NULL, `profile_description` varchar(255) NOT NULL, `recurring_frequency` varchar(25) NOT NULL, `recurring_cycle` smallint(6) NOT NULL, `recurring_duration` smallint(6) NOT NULL, `recurring_price` decimal(10,4) NOT NULL, `trial` tinyint(1) NOT NULL, `trial_frequency` varchar(25) NOT NULL, `trial_cycle` smallint(6) NOT NULL, `trial_duration` smallint(6) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `profile_reference` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_recurring` -- LOCK TABLES `ocart_order_recurring` WRITE; /*!40000 ALTER TABLE `ocart_order_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_recurring_transaction` -- DROP TABLE IF EXISTS `ocart_order_recurring_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_recurring_transaction` ( `order_recurring_transaction_id` int(11) NOT NULL auto_increment, `order_recurring_id` int(11) NOT NULL, `created` datetime NOT NULL, `amount` decimal(10,4) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_recurring_transaction` -- LOCK TABLES `ocart_order_recurring_transaction` WRITE; /*!40000 ALTER TABLE `ocart_order_recurring_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_recurring_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_status` -- DROP TABLE IF EXISTS `ocart_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_status` ( `order_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`order_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_status` -- LOCK TABLES `ocart_order_status` WRITE; /*!40000 ALTER TABLE `ocart_order_status` DISABLE KEYS */; INSERT INTO `ocart_order_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired'); /*!40000 ALTER TABLE `ocart_order_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_total` -- DROP TABLE IF EXISTS `ocart_order_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_total` ( `order_total_id` int(10) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(32) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL default '0.0000', `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_total_id`), KEY `idx_orders_total_orders_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_total` -- LOCK TABLES `ocart_order_total` WRITE; /*!40000 ALTER TABLE `ocart_order_total` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_order_voucher` -- DROP TABLE IF EXISTS `ocart_order_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_order_voucher` ( `order_voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `voucher_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, PRIMARY KEY (`order_voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_order_voucher` -- LOCK TABLES `ocart_order_voucher` WRITE; /*!40000 ALTER TABLE `ocart_order_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_order_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product` -- DROP TABLE IF EXISTS `ocart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product` ( `product_id` int(11) NOT NULL auto_increment, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL default '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) default NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `points` int(8) NOT NULL default '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL default '0.00000000', `weight_class_id` int(11) NOT NULL default '0', `length` decimal(15,8) NOT NULL default '0.00000000', `width` decimal(15,8) NOT NULL default '0.00000000', `height` decimal(15,8) NOT NULL default '0.00000000', `length_class_id` int(11) NOT NULL default '0', `subtract` tinyint(1) NOT NULL default '1', `minimum` int(11) NOT NULL default '1', `sort_order` int(11) NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `viewed` int(5) NOT NULL default '0', PRIMARY KEY (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product` -- LOCK TABLES `ocart_product` WRITE; /*!40000 ALTER TABLE `ocart_product` DISABLE KEYS */; INSERT INTO `ocart_product` VALUES (28,'Product 1','','','','','','','',939,7,'data/demo/htc_touch_hd_1.jpg',5,1,'100.0000',200,9,'2009-02-03','146.40000000',2,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:06:50','2011-09-30 01:05:39',0),(29,'Product 2','','','','','','','',999,6,'data/demo/palm_treo_pro_1.jpg',6,1,'279.9900',0,9,'2009-02-03','133.00000000',2,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 16:42:17','2011-09-30 01:06:08',0),(30,'Product 3','','','','','','','',7,6,'data/demo/canon_eos_5d_1.jpg',9,1,'100.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:59:00','2011-09-30 01:05:23',0),(31,'Product 4','','','','','','','',1000,6,'data/demo/nikon_d300_1.jpg',0,1,'80.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 17:00:10','2011-09-30 01:06:00',0),(32,'Product 5','','','','','','','',999,6,'data/demo/ipod_touch_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 17:07:26','2011-09-30 01:07:22',0),(33,'Product 6','','','','','','','',1000,6,'data/demo/samsung_syncmaster_941bw.jpg',0,1,'200.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 17:08:31','2011-09-30 01:06:29',0),(34,'Product 7','','','','','','','',1000,6,'data/demo/ipod_shuffle_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:07:54','2011-09-30 01:07:17',0),(35,'Product 8','','','','','','','',1000,5,'',0,0,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 18:08:31','2011-09-30 01:06:17',0),(36,'Product 9','','','','','','','',994,6,'data/demo/ipod_nano_1.jpg',8,0,'100.0000',100,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:09:19','2011-09-30 01:07:12',0),(40,'product 11','','','','','','','',970,5,'data/demo/iphone_1.jpg',8,1,'101.0000',0,9,'2009-02-03','10.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:12','2011-09-30 01:06:53',0),(41,'Product 14','','','','','','','',977,5,'data/demo/imac_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:26','2011-09-30 01:06:44',0),(42,'Product 15','','','','','','','',990,5,'data/demo/apple_cinema_30.jpg',8,1,'100.0000',400,9,'2009-02-04','12.50000000',1,'1.00000000','2.00000000','3.00000000',1,1,2,0,1,'2009-02-03 21:07:37','2011-09-30 00:46:19',0),(43,'Product 16','','','','','','','',929,5,'data/demo/macbook_1.jpg',8,0,'500.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:07:49','2011-09-30 01:05:46',0),(44,'Product 17','','','','','','','',1000,5,'data/demo/macbook_air_1.jpg',8,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:00','2011-09-30 01:05:53',0),(45,'Product 18','','','','','','','',998,5,'data/demo/macbook_pro_1.jpg',8,1,'2000.0000',0,100,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:17','2011-09-15 22:22:01',0),(46,'Product 19','','','','','','','',1000,5,'data/demo/sony_vaio_1.jpg',10,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:29','2011-09-30 01:06:39',0),(47,'Product 21','','','','','','','',1000,5,'data/demo/hp_1.jpg',7,1,'100.0000',400,9,'2009-02-03','1.00000000',1,'0.00000000','0.00000000','0.00000000',1,0,1,0,1,'2009-02-03 21:08:40','2011-09-30 01:05:28',0),(48,'product 20','test 1','','','','','','test 2',995,5,'data/demo/ipod_classic_1.jpg',8,1,'100.0000',0,9,'2009-02-08','1.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-08 17:21:51','2011-09-30 01:07:06',0),(49,'SAM1','','','','','','','',0,8,'data/demo/samsung_tab_1.jpg',0,1,'199.9900',0,9,'2011-04-25','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,1,1,'2011-04-26 08:57:34','2011-09-30 01:06:23',0); /*!40000 ALTER TABLE `ocart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_attribute` -- DROP TABLE IF EXISTS `ocart_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_attribute` ( `product_id` int(11) NOT NULL, `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`product_id`,`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_attribute` -- LOCK TABLES `ocart_product_attribute` WRITE; /*!40000 ALTER TABLE `ocart_product_attribute` DISABLE KEYS */; INSERT INTO `ocart_product_attribute` VALUES (43,2,1,'1'),(47,4,1,'16GB'),(43,4,1,'8gb'),(42,3,1,'100mhz'),(47,2,1,'4'); /*!40000 ALTER TABLE `ocart_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_description` -- DROP TABLE IF EXISTS `ocart_product_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`product_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_description` -- LOCK TABLES `ocart_product_description` WRITE; /*!40000 ALTER TABLE `ocart_product_description` DISABLE KEYS */; INSERT INTO `ocart_product_description` VALUES (35,1,'Product 8','<p>\r\n Product 8</p>\r\n','','',''),(48,1,'iPod Classic','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <strong>More room to move.</strong></p>\r\n <p>\r\n With 80GB or 160GB of storage and up to 40 hours of battery life, the new iPod classic lets you enjoy up to 40,000 songs or up to 200 hours of video or any combination wherever you go.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.</p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleeker design.</strong></p>\r\n <p>\r\n Beautiful, durable, and sleeker than ever, iPod classic now features an anodized aluminum and polished stainless steel enclosure with rounded edges.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(40,1,'iPhone','<p class="intro">\r\n iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.</p>\r\n','','',''),(28,1,'HTC Touch HD','<p>\r\n HTC Touch - in High Definition. Watch music videos and streaming content in awe-inspiring high definition clarity for a mobile experience you never thought possible. Seductively sleek, the HTC Touch HD provides the next generation of mobile functionality, all at a simple touch. Fully integrated with Windows Mobile Professional 6.1, ultrafast 3.5G, GPS, 5MP camera, plus lots more - all delivered on a breathtakingly crisp 3.8&quot; WVGA touchscreen - you can take control of your mobile world with the HTC Touch HD.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Processor Qualcomm&reg; MSM 7201A&trade; 528 MHz</li>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Operating System</li>\r\n <li>\r\n Memory: 512 MB ROM, 288 MB RAM</li>\r\n <li>\r\n Dimensions: 115 mm x 62.8 mm x 12 mm / 146.4 grams</li>\r\n <li>\r\n 3.8-inch TFT-LCD flat touch-sensitive screen with 480 x 800 WVGA resolution</li>\r\n <li>\r\n HSDPA/WCDMA: Europe/Asia: 900/2100 MHz; Up to 2 Mbps up-link and 7.2 Mbps down-link speeds</li>\r\n <li>\r\n Quad-band GSM/GPRS/EDGE: Europe/Asia: 850/900/1800/1900 MHz (Band frequency, HSUPA availability, and data speed are operator dependent.)</li>\r\n <li>\r\n Device Control via HTC TouchFLO&trade; 3D &amp; Touch-sensitive front panel buttons</li>\r\n <li>\r\n GPS and A-GPS ready</li>\r\n <li>\r\n Bluetooth&reg; 2.0 with Enhanced Data Rate and A2DP for wireless stereo headsets</li>\r\n <li>\r\n Wi-Fi&reg;: IEEE 802.11 b/g</li>\r\n <li>\r\n HTC ExtUSB&trade; (11-pin mini-USB 2.0)</li>\r\n <li>\r\n 5 megapixel color camera with auto focus</li>\r\n <li>\r\n VGA CMOS color camera</li>\r\n <li>\r\n Built-in 3.5 mm audio jack, microphone, speaker, and FM radio</li>\r\n <li>\r\n Ring tone formats: AAC, AAC+, eAAC+, AMR-NB, AMR-WB, QCP, MP3, WMA, WAV</li>\r\n <li>\r\n 40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</li>\r\n <li>\r\n Rechargeable Lithium-ion or Lithium-ion polymer 1350 mAh battery</li>\r\n <li>\r\n Expansion Slot: microSD&trade; memory card (SD 2.0 compatible)</li>\r\n <li>\r\n AC Adapter Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz DC output: 5V and 1A</li>\r\n <li>\r\n Special Features: FM Radio, G-Sensor</li>\r\n</ul>\r\n','','',''),(44,1,'MacBook Air','<div>\r\n MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don&rsquo;t lose inches and pounds overnight. It&rsquo;s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.</div>\r\n','','',''),(45,1,'MacBook Pro','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <b>Latest Intel mobile architecture</b></p>\r\n <p>\r\n Powered by the most advanced mobile processors from Intel, the new Core 2 Duo MacBook Pro is over 50% faster than the original Core Duo MacBook Pro and now supports up to 4GB of RAM.</p>\r\n <p>\r\n <b>Leading-edge graphics</b></p>\r\n <p>\r\n The NVIDIA GeForce 8600M GT delivers exceptional graphics processing power. For the ultimate creative canvas, you can even configure the 17-inch model with a 1920-by-1200 resolution display.</p>\r\n <p>\r\n <b>Designed for life on the road</b></p>\r\n <p>\r\n Innovations such as a magnetic power connection and an illuminated keyboard with ambient light sensor put the MacBook Pro in a class by itself.</p>\r\n <p>\r\n <b>Connect. Create. Communicate.</b></p>\r\n <p>\r\n Quickly set up a video conference with the built-in iSight camera. Control presentations and media from up to 30 feet away with the included Apple Remote. Connect to high-bandwidth peripherals with FireWire 800 and DVI.</p>\r\n <p>\r\n <b>Next-generation wireless</b></p>\r\n <p>\r\n Featuring 802.11n wireless technology, the MacBook Pro delivers up to five times the performance and up to twice the range of previous-generation technologies.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(29,1,'Palm Treo Pro','<p>\r\n Redefine your workday with the Palm Treo Pro smartphone. Perfectly balanced, you can respond to business and personal email, stay on top of appointments and contacts, and use Wi-Fi or GPS when you&rsquo;re out and about. Then watch a video on YouTube, catch up with news and sports on the web, or listen to a few songs. Balance your work and play the way you like it, with the Palm Treo Pro.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Edition</li>\r\n <li>\r\n Qualcomm&reg; MSM7201 400MHz Processor</li>\r\n <li>\r\n 320x320 transflective colour TFT touchscreen</li>\r\n <li>\r\n HSDPA/UMTS/EDGE/GPRS/GSM radio</li>\r\n <li>\r\n Tri-band UMTS &mdash; 850MHz, 1900MHz, 2100MHz</li>\r\n <li>\r\n Quad-band GSM &mdash; 850/900/1800/1900</li>\r\n <li>\r\n 802.11b/g with WPA, WPA2, and 801.1x authentication</li>\r\n <li>\r\n Built-in GPS</li>\r\n <li>\r\n Bluetooth Version: 2.0 + Enhanced Data Rate</li>\r\n <li>\r\n 256MB storage (100MB user available), 128MB RAM</li>\r\n <li>\r\n 2.0 megapixel camera, up to 8x digital zoom and video capture</li>\r\n <li>\r\n Removable, rechargeable 1500mAh lithium-ion battery</li>\r\n <li>\r\n Up to 5.0 hours talk time and up to 250 hours standby</li>\r\n <li>\r\n MicroSDHC card expansion (up to 32GB supported)</li>\r\n <li>\r\n MicroUSB 2.0 for synchronization and charging</li>\r\n <li>\r\n 3.5mm stereo headset jack</li>\r\n <li>\r\n 60mm (W) x 114mm (L) x 13.5mm (D) / 133g</li>\r\n</ul>\r\n','','',''),(36,1,'iPod Nano','<div>\r\n <p>\r\n <strong>Video in your pocket.</strong></p>\r\n <p>\r\n Its the small iPod with one very big idea: video. The worlds most popular music player now lets you enjoy movies, TV shows, and more on a two-inch display thats 65% brighter than before.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.<strong>&nbsp;</strong></p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleek and colorful.</strong></p>\r\n <p>\r\n With an anodized aluminum and polished stainless steel enclosure and a choice of five colors, iPod nano is dressed to impress.</p>\r\n <p>\r\n <strong>iTunes.</strong></p>\r\n <p>\r\n Available as a free download, iTunes makes it easy to browse and buy millions of songs, movies, TV shows, audiobooks, and games and download free podcasts all at the iTunes Store. And you can import your own music, manage your whole media library, and sync your iPod or iPhone with ease.</p>\r\n</div>\r\n','','',''),(46,1,'Sony VAIO','<div>\r\n Unprecedented power. The next generation of processing technology has arrived. Built into the newest VAIO notebooks lies Intel&#39;s latest, most powerful innovation yet: Intel&reg; Centrino&reg; 2 processor technology. Boasting incredible speed, expanded wireless connectivity, enhanced multimedia support and greater energy efficiency, all the high-performance essentials are seamlessly combined into a single chip.</div>\r\n','','',''),(47,1,'HP LP3065','<p>\r\n Stop your co-workers in their tracks with the stunning new 30-inch diagonal HP LP3065 Flat Panel Monitor. This flagship monitor features best-in-class performance and presentation features on a huge wide-aspect screen while letting you work as comfortably as possible - you might even forget you&#39;re at the office</p>\r\n','','',''),(32,1,'iPod Touch','<p>\r\n <strong>Revolutionary multi-touch interface.</strong><br />\r\n iPod touch features the same multi-touch screen technology as iPhone. Pinch to zoom in on a photo. Scroll through your songs and videos with a flick. Flip through your library by album artwork with Cover Flow.</p>\r\n<p>\r\n <strong>Gorgeous 3.5-inch widescreen display.</strong><br />\r\n Watch your movies, TV shows, and photos come alive with bright, vivid color on the 320-by-480-pixel display.</p>\r\n<p>\r\n <strong>Music downloads straight from iTunes.</strong><br />\r\n Shop the iTunes Wi-Fi Music Store from anywhere with Wi-Fi.1 Browse or search to find the music youre looking for, preview it, and buy it with just a tap.</p>\r\n<p>\r\n <strong>Surf the web with Wi-Fi.</strong><br />\r\n Browse the web using Safari and watch YouTube videos on the first iPod with Wi-Fi built in<br />\r\n &nbsp;</p>\r\n','','',''),(41,1,'iMac','<div>\r\n Just when you thought iMac had everything, now there´s even more. More powerful Intel Core 2 Duo processors. And more memory standard. Combine this with Mac OS X Leopard and iLife ´08, and it´s more all-in-one than ever. iMac packs amazing performance into a stunningly slim space.</div>\r\n','','',''),(33,1,'Samsung SyncMaster 941BW','<div>\r\n Imagine the advantages of going big without slowing down. The big 19&quot; 941BW monitor combines wide aspect ratio with fast pixel response time, for bigger images, more room to work and crisp motion. In addition, the exclusive MagicBright 2, MagicColor and MagicTune technologies help deliver the ideal image in every situation, while sleek, narrow bezels and adjustable stands deliver style just the way you want it. With the Samsung 941BW widescreen analog/digital LCD monitor, it&#39;s not hard to imagine.</div>\r\n','','',''),(34,1,'iPod Shuffle','<div>\r\n <strong>Born to be worn.</strong>\r\n <p>\r\n Clip on the worlds most wearable music player and take up to 240 songs with you anywhere. Choose from five colors including four new hues to make your musical fashion statement.</p>\r\n <p>\r\n <strong>Random meets rhythm.</strong></p>\r\n <p>\r\n With iTunes autofill, iPod shuffle can deliver a new musical experience every time you sync. For more randomness, you can shuffle songs during playback with the slide of a switch.</p>\r\n <strong>Everything is easy.</strong>\r\n <p>\r\n Charge and sync with the included USB dock. Operate the iPod shuffle controls with one hand. Enjoy up to 12 hours straight of skip-free music playback.</p>\r\n</div>\r\n','','',''),(43,1,'MacBook','<div>\r\n <p>\r\n <b>Intel Core 2 Duo processor</b></p>\r\n <p>\r\n Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.</p>\r\n <p>\r\n <b>1GB memory, larger hard drives</b></p>\r\n <p>\r\n The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.</p>\r\n <p>\r\n <b>Sleek, 1.08-inch-thin design</b></p>\r\n <p>\r\n MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.</p>\r\n <p>\r\n <b>Built-in iSight camera</b></p>\r\n <p>\r\n Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth</p>\r\n</div>\r\n','','',''),(31,1,'Nikon D300','<div class="cpt_product_description ">\r\n <div>\r\n Engineered with pro-level features and performance, the 12.3-effective-megapixel D300 combines brand new technologies with advanced features inherited from Nikon&#39;s newly announced D3 professional digital SLR camera to offer serious photographers remarkable performance combined with agility.<br />\r\n <br />\r\n Similar to the D3, the D300 features Nikon&#39;s exclusive EXPEED Image Processing System that is central to driving the speed and processing power needed for many of the camera&#39;s new features. The D300 features a new 51-point autofocus system with Nikon&#39;s 3D Focus Tracking feature and two new LiveView shooting modes that allow users to frame a photograph using the camera&#39;s high-resolution LCD monitor. The D300 shares a similar Scene Recognition System as is found in the D3; it promises to greatly enhance the accuracy of autofocus, autoexposure, and auto white balance by recognizing the subject or scene being photographed and applying this information to the calculations for the three functions.<br />\r\n <br />\r\n The D300 reacts with lightning speed, powering up in a mere 0.13 seconds and shooting with an imperceptible 45-millisecond shutter release lag time. The D300 is capable of shooting at a rapid six frames per second and can go as fast as eight frames per second when using the optional MB-D10 multi-power battery pack. In continuous bursts, the D300 can shoot up to 100 shots at full 12.3-megapixel resolution. (NORMAL-LARGE image setting, using a SanDisk Extreme IV 1GB CompactFlash card.)<br />\r\n <br />\r\n The D300 incorporates a range of innovative technologies and features that will significantly improve the accuracy, control, and performance photographers can get from their equipment. Its new Scene Recognition System advances the use of Nikon&#39;s acclaimed 1,005-segment sensor to recognize colors and light patterns that help the camera determine the subject and the type of scene being photographed before a picture is taken. This information is used to improve the accuracy of autofocus, autoexposure, and auto white balance functions in the D300. For example, the camera can track moving subjects better and by identifying them, it can also automatically select focus points faster and with greater accuracy. It can also analyze highlights and more accurately determine exposure, as well as infer light sources to deliver more accurate white balance detection.</div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(49,1,'Samsung Galaxy Tab 10.1','<p>\r\n Samsung Galaxy Tab 10.1, is the world&rsquo;s thinnest tablet, measuring 8.6 mm thickness, running with Android 3.0 Honeycomb OS on a 1GHz dual-core Tegra 2 processor, similar to its younger brother Samsung Galaxy Tab 8.9.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 gives pure Android 3.0 experience, adding its new TouchWiz UX or TouchWiz 4.0 &ndash; includes a live panel, which lets you to customize with different content, such as your pictures, bookmarks, and social feeds, sporting a 10.1 inches WXGA capacitive touch screen with 1280 x 800 pixels of resolution, equipped with 3 megapixel rear camera with LED flash and a 2 megapixel front camera, HSPA+ connectivity up to 21Mbps, 720p HD video recording capability, 1080p HD playback, DLNA support, Bluetooth 2.1, USB 2.0, gyroscope, Wi-Fi 802.11 a/b/g/n, micro-SD slot, 3.5mm headphone jack, and SIM slot, including the Samsung Stick &ndash; a Bluetooth microphone that can be carried in a pocket like a pen and sound dock with powered subwoofer.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 will come in 16GB / 32GB / 64GB verities and pre-loaded with Social Hub, Reader&rsquo;s Hub, Music Hub and Samsung Mini Apps Tray &ndash; which gives you access to more commonly used apps to help ease multitasking and it is capable of Adobe Flash Player 10.2, powered by 6860mAh battery that gives you 10hours of video-playback time.&nbsp;&auml;&ouml;</p>\r\n','','',''),(42,1,'Apple Cinema 30"','<p>\r\n <font face="helvetica,geneva,arial" size="2"><font face="Helvetica" size="2">The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed specifically for the creative professional, this display provides more space for easier access to all the tools and palettes needed to edit, format and composite your work. Combine this display with a Mac Pro, MacBook Pro, or PowerMac G5 and there&#39;s no limit to what you can achieve. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features an active-matrix liquid crystal display that produces flicker-free images that deliver twice the brightness, twice the sharpness and twice the contrast ratio of a typical CRT display. Unlike other flat panels, it&#39;s designed with a pure digital interface to deliver distortion-free images that never need adjusting. With over 4 million digital pixels, the display is uniquely suited for scientific and technical applications such as visualizing molecular structures or analyzing geological data. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Offering accurate, brilliant color performance, the Cinema HD delivers up to 16.7 million colors across a wide gamut allowing you to see subtle nuances between colors from soft pastels to rich jewel tones. A wide viewing angle ensures uniform color from edge to edge. Apple&#39;s ColorSync technology allows you to create custom profiles to maintain consistent color onscreen and in print. The result: You can confidently use this display in all your color-critical applications. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Housed in a new aluminum design, the display has a very thin bezel that enhances visual accuracy. Each display features two FireWire 400 ports and two USB 2.0 ports, making attachment of desktop peripherals, such as iSight, iPod, digital and still cameras, hard drives, printers and scanners, even more accessible and convenient. Taking advantage of the much thinner and lighter footprint of an LCD, the new displays support the VESA (Video Electronics Standards Association) mounting interface standard. Customers with the optional Cinema Display VESA Mount Adapter kit gain the flexibility to mount their display in locations most appropriate for their work environment. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features a single cable design with elegant breakout for the USB 2.0, FireWire 400 and a pure digital connection using the industry standard Digital Video Interface (DVI) interface. The DVI connection allows for a direct pure-digital connection.<br />\r\n </font></font></p>\r\n<h3>\r\n Features:</h3>\r\n<p>\r\n Unrivaled display performance</p>\r\n<ul>\r\n <li>\r\n 30-inch (viewable) active-matrix liquid crystal display provides breathtaking image quality and vivid, richly saturated color.</li>\r\n <li>\r\n Support for 2560-by-1600 pixel resolution for display of high definition still and video imagery.</li>\r\n <li>\r\n Wide-format design for simultaneous display of two full pages of text and graphics.</li>\r\n <li>\r\n Industry standard DVI connector for direct attachment to Mac- and Windows-based desktops and notebooks</li>\r\n <li>\r\n Incredibly wide (170 degree) horizontal and vertical viewing angle for maximum visibility and color performance.</li>\r\n <li>\r\n Lightning-fast pixel response for full-motion digital video playback.</li>\r\n <li>\r\n Support for 16.7 million saturated colors, for use in all graphics-intensive applications.</li>\r\n</ul>\r\n<p>\r\n Simple setup and operation</p>\r\n<ul>\r\n <li>\r\n Single cable with elegant breakout for connection to DVI, USB and FireWire ports</li>\r\n <li>\r\n Built-in two-port USB 2.0 hub for easy connection of desktop peripheral devices.</li>\r\n <li>\r\n Two FireWire 400 ports to support iSight and other desktop peripherals</li>\r\n</ul>\r\n<p>\r\n Sleek, elegant design</p>\r\n<ul>\r\n <li>\r\n Huge virtual workspace, very small footprint.</li>\r\n <li>\r\n Narrow Bezel design to minimize visual impact of using dual displays</li>\r\n <li>\r\n Unique hinge design for effortless adjustment</li>\r\n <li>\r\n Support for VESA mounting solutions (Apple Cinema Display VESA Mount Adapter sold separately)</li>\r\n</ul>\r\n<h3>\r\n Technical specifications</h3>\r\n<p>\r\n <b>Screen size (diagonal viewable image size)</b></p>\r\n<ul>\r\n <li>\r\n Apple Cinema HD Display: 30 inches (29.7-inch viewable)</li>\r\n</ul>\r\n<p>\r\n <b>Screen type</b></p>\r\n<ul>\r\n <li>\r\n Thin film transistor (TFT) active-matrix liquid crystal display (AMLCD)</li>\r\n</ul>\r\n<p>\r\n <b>Resolutions</b></p>\r\n<ul>\r\n <li>\r\n 2560 x 1600 pixels (optimum resolution)</li>\r\n <li>\r\n 2048 x 1280</li>\r\n <li>\r\n 1920 x 1200</li>\r\n <li>\r\n 1280 x 800</li>\r\n <li>\r\n 1024 x 640</li>\r\n</ul>\r\n<p>\r\n <b>Display colors (maximum)</b></p>\r\n<ul>\r\n <li>\r\n 16.7 million</li>\r\n</ul>\r\n<p>\r\n <b>Viewing angle (typical)</b></p>\r\n<ul>\r\n <li>\r\n 170&deg; horizontal; 170&deg; vertical</li>\r\n</ul>\r\n<p>\r\n <b>Brightness (typical)</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 400 cd/m2</li>\r\n</ul>\r\n<p>\r\n <b>Contrast ratio (typical)</b></p>\r\n<ul>\r\n <li>\r\n 700:1</li>\r\n</ul>\r\n<p>\r\n <b>Response time (typical)</b></p>\r\n<ul>\r\n <li>\r\n 16 ms</li>\r\n</ul>\r\n<p>\r\n <b>Pixel pitch</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 0.250 mm</li>\r\n</ul>\r\n<p>\r\n <b>Screen treatment</b></p>\r\n<ul>\r\n <li>\r\n Antiglare hardcoat</li>\r\n</ul>\r\n<p>\r\n <b>User controls (hardware and software)</b></p>\r\n<ul>\r\n <li>\r\n Display Power,</li>\r\n <li>\r\n System sleep, wake</li>\r\n <li>\r\n Brightness</li>\r\n <li>\r\n Monitor tilt</li>\r\n</ul>\r\n<p>\r\n <b>Connectors and cables</b><br />\r\n Cable</p>\r\n<ul>\r\n <li>\r\n DVI (Digital Visual Interface)</li>\r\n <li>\r\n FireWire 400</li>\r\n <li>\r\n USB 2.0</li>\r\n <li>\r\n DC power (24 V)</li>\r\n</ul>\r\n<p>\r\n Connectors</p>\r\n<ul>\r\n <li>\r\n Two-port, self-powered USB 2.0 hub</li>\r\n <li>\r\n Two FireWire 400 ports</li>\r\n <li>\r\n Kensington security port</li>\r\n</ul>\r\n<p>\r\n <b>VESA mount adapter</b><br />\r\n Requires optional Cinema Display VESA Mount Adapter (M9649G/A)</p>\r\n<ul>\r\n <li>\r\n Compatible with VESA FDMI (MIS-D, 100, C) compliant mounting solutions</li>\r\n</ul>\r\n<p>\r\n <b>Electrical requirements</b></p>\r\n<ul>\r\n <li>\r\n Input voltage: 100-240 VAC 50-60Hz</li>\r\n <li>\r\n Maximum power when operating: 150W</li>\r\n <li>\r\n Energy saver mode: 3W or less</li>\r\n</ul>\r\n<p>\r\n <b>Environmental requirements</b></p>\r\n<ul>\r\n <li>\r\n Operating temperature: 50&deg; to 95&deg; F (10&deg; to 35&deg; C)</li>\r\n <li>\r\n Storage temperature: -40&deg; to 116&deg; F (-40&deg; to 47&deg; C)</li>\r\n <li>\r\n Operating humidity: 20% to 80% noncondensing</li>\r\n <li>\r\n Maximum operating altitude: 10,000 feet</li>\r\n</ul>\r\n<p>\r\n <b>Agency approvals</b></p>\r\n<ul>\r\n <li>\r\n FCC Part 15 Class B</li>\r\n <li>\r\n EN55022 Class B</li>\r\n <li>\r\n EN55024</li>\r\n <li>\r\n VCCI Class B</li>\r\n <li>\r\n AS/NZS 3548 Class B</li>\r\n <li>\r\n CNS 13438 Class B</li>\r\n <li>\r\n ICES-003 Class B</li>\r\n <li>\r\n ISO 13406 part 2</li>\r\n <li>\r\n MPR II</li>\r\n <li>\r\n IEC 60950</li>\r\n <li>\r\n UL 60950</li>\r\n <li>\r\n CSA 60950</li>\r\n <li>\r\n EN60950</li>\r\n <li>\r\n ENERGY STAR</li>\r\n <li>\r\n TCO &#39;03</li>\r\n</ul>\r\n<p>\r\n <b>Size and weight</b><br />\r\n 30-inch Apple Cinema HD Display</p>\r\n<ul>\r\n <li>\r\n Height: 21.3 inches (54.3 cm)</li>\r\n <li>\r\n Width: 27.2 inches (68.8 cm)</li>\r\n <li>\r\n Depth: 8.46 inches (21.5 cm)</li>\r\n <li>\r\n Weight: 27.5 pounds (12.5 kg)</li>\r\n</ul>\r\n<p>\r\n <b>System Requirements</b></p>\r\n<ul>\r\n <li>\r\n Mac Pro, all graphic options</li>\r\n <li>\r\n MacBook Pro</li>\r\n <li>\r\n Power Mac G5 (PCI-X) with ATI Radeon 9650 or better or NVIDIA GeForce 6800 GT DDL or better</li>\r\n <li>\r\n Power Mac G5 (PCI Express), all graphics options</li>\r\n <li>\r\n PowerBook G4 with dual-link DVI support</li>\r\n <li>\r\n Windows PC and graphics card that supports DVI ports with dual-link digital bandwidth and VESA DDC standard for plug-and-play setup</li>\r\n</ul>\r\n','','',''),(30,1,'Canon EOS 5D','<p>\r\n Canon\'s press material for the EOS 5D states that it \'defines (a) new D-SLR category\', while we\'re not typically too concerned with marketing talk this particular statement is clearly pretty accurate. The EOS 5D is unlike any previous digital SLR in that it combines a full-frame (35 mm sized) high resolution sensor (12.8 megapixels) with a relatively compact body (slightly larger than the EOS 20D, although in your hand it feels noticeably \'chunkier\'). The EOS 5D is aimed to slot in between the EOS 20D and the EOS-1D professional digital SLR\'s, an important difference when compared to the latter is that the EOS 5D doesn\'t have any environmental seals. While Canon don\'t specifically refer to the EOS 5D as a \'professional\' digital SLR it will have obvious appeal to professionals who want a high quality digital SLR in a body lighter than the EOS-1D. It will also no doubt appeal to current EOS 20D owners (although lets hope they\'ve not bought too many EF-S lenses...) äë</p>\r\n','','',''); /*!40000 ALTER TABLE `ocart_product_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_discount` -- DROP TABLE IF EXISTS `ocart_product_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_discount` ( `product_discount_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `quantity` int(4) NOT NULL default '0', `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_discount_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_discount` -- LOCK TABLES `ocart_product_discount` WRITE; /*!40000 ALTER TABLE `ocart_product_discount` DISABLE KEYS */; INSERT INTO `ocart_product_discount` VALUES (440,42,1,30,1,'66.0000','0000-00-00','0000-00-00'),(439,42,1,20,1,'77.0000','0000-00-00','0000-00-00'),(438,42,1,10,1,'88.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `ocart_product_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_filter` -- DROP TABLE IF EXISTS `ocart_product_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_filter` ( `product_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_filter` -- LOCK TABLES `ocart_product_filter` WRITE; /*!40000 ALTER TABLE `ocart_product_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_product_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_image` -- DROP TABLE IF EXISTS `ocart_product_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_image` ( `product_image_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL default '0', PRIMARY KEY (`product_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2352 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_image` -- LOCK TABLES `ocart_product_image` WRITE; /*!40000 ALTER TABLE `ocart_product_image` DISABLE KEYS */; INSERT INTO `ocart_product_image` VALUES (2345,30,'data/demo/canon_eos_5d_2.jpg',0),(2321,47,'data/demo/hp_3.jpg',0),(2035,28,'data/demo/htc_touch_hd_2.jpg',0),(2351,41,'data/demo/imac_3.jpg',0),(1982,40,'data/demo/iphone_6.jpg',0),(2001,36,'data/demo/ipod_nano_5.jpg',0),(2000,36,'data/demo/ipod_nano_4.jpg',0),(2005,34,'data/demo/ipod_shuffle_5.jpg',0),(2004,34,'data/demo/ipod_shuffle_4.jpg',0),(2011,32,'data/demo/ipod_touch_7.jpg',0),(2010,32,'data/demo/ipod_touch_6.jpg',0),(2009,32,'data/demo/ipod_touch_5.jpg',0),(1971,43,'data/demo/macbook_5.jpg',0),(1970,43,'data/demo/macbook_4.jpg',0),(1974,44,'data/demo/macbook_air_4.jpg',0),(1973,44,'data/demo/macbook_air_2.jpg',0),(1977,45,'data/demo/macbook_pro_2.jpg',0),(1976,45,'data/demo/macbook_pro_3.jpg',0),(1986,31,'data/demo/nikon_d300_3.jpg',0),(1985,31,'data/demo/nikon_d300_2.jpg',0),(1988,29,'data/demo/palm_treo_pro_3.jpg',0),(1995,46,'data/demo/sony_vaio_5.jpg',0),(1994,46,'data/demo/sony_vaio_4.jpg',0),(1991,48,'data/demo/ipod_classic_4.jpg',0),(1990,48,'data/demo/ipod_classic_3.jpg',0),(1981,40,'data/demo/iphone_2.jpg',0),(1980,40,'data/demo/iphone_5.jpg',0),(2344,30,'data/demo/canon_eos_5d_3.jpg',0),(2320,47,'data/demo/hp_2.jpg',0),(2034,28,'data/demo/htc_touch_hd_3.jpg',0),(2350,41,'data/demo/imac_2.jpg',0),(1979,40,'data/demo/iphone_3.jpg',0),(1978,40,'data/demo/iphone_4.jpg',0),(1989,48,'data/demo/ipod_classic_2.jpg',0),(1999,36,'data/demo/ipod_nano_2.jpg',0),(1998,36,'data/demo/ipod_nano_3.jpg',0),(2003,34,'data/demo/ipod_shuffle_2.jpg',0),(2002,34,'data/demo/ipod_shuffle_3.jpg',0),(2008,32,'data/demo/ipod_touch_2.jpg',0),(2007,32,'data/demo/ipod_touch_3.jpg',0),(2006,32,'data/demo/ipod_touch_4.jpg',0),(1969,43,'data/demo/macbook_2.jpg',0),(1968,43,'data/demo/macbook_3.jpg',0),(1972,44,'data/demo/macbook_air_3.jpg',0),(1975,45,'data/demo/macbook_pro_4.jpg',0),(1984,31,'data/demo/nikon_d300_4.jpg',0),(1983,31,'data/demo/nikon_d300_5.jpg',0),(1987,29,'data/demo/palm_treo_pro_2.jpg',0),(1993,46,'data/demo/sony_vaio_2.jpg',0),(1992,46,'data/demo/sony_vaio_3.jpg',0),(2327,49,'data/demo/samsung_tab_7.jpg',0),(2326,49,'data/demo/samsung_tab_6.jpg',0),(2325,49,'data/demo/samsung_tab_5.jpg',0),(2324,49,'data/demo/samsung_tab_4.jpg',0),(2323,49,'data/demo/samsung_tab_3.jpg',0),(2322,49,'data/demo/samsung_tab_2.jpg',0),(2317,42,'data/demo/canon_logo.jpg',0),(2316,42,'data/demo/hp_1.jpg',0),(2315,42,'data/demo/compaq_presario.jpg',0),(2314,42,'data/demo/canon_eos_5d_1.jpg',0),(2313,42,'data/demo/canon_eos_5d_2.jpg',0); /*!40000 ALTER TABLE `ocart_product_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_option` -- DROP TABLE IF EXISTS `ocart_product_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_option` ( `product_option_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value` text NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`product_option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_option` -- LOCK TABLES `ocart_product_option` WRITE; /*!40000 ALTER TABLE `ocart_product_option` DISABLE KEYS */; INSERT INTO `ocart_product_option` VALUES (224,35,11,'',1),(225,47,12,'2011-04-22',1),(223,42,2,'',1),(217,42,5,'',1),(209,42,6,'',1),(218,42,1,'',1),(208,42,4,'test',1),(219,42,8,'2011-02-20',1),(222,42,7,'',1),(221,42,9,'22:25',1),(220,42,10,'2011-02-20 22:25',1),(226,30,5,'',1); /*!40000 ALTER TABLE `ocart_product_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_option_value` -- DROP TABLE IF EXISTS `ocart_product_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_option_value` ( `product_option_value_id` int(11) NOT NULL auto_increment, `product_option_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL, `quantity` int(3) NOT NULL, `subtract` tinyint(1) NOT NULL, `price` decimal(15,4) NOT NULL, `price_prefix` varchar(1) NOT NULL, `points` int(8) NOT NULL, `points_prefix` varchar(1) NOT NULL, `weight` decimal(15,8) NOT NULL, `weight_prefix` varchar(1) NOT NULL, PRIMARY KEY (`product_option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_option_value` -- LOCK TABLES `ocart_product_option_value` WRITE; /*!40000 ALTER TABLE `ocart_product_option_value` DISABLE KEYS */; INSERT INTO `ocart_product_option_value` VALUES (1,217,42,5,41,100,0,'1.0000','+',0,'+','1.00000000','+'),(6,218,42,1,31,146,1,'20.0000','+',2,'-','20.00000000','+'),(7,218,42,1,43,300,1,'30.0000','+',3,'+','30.00000000','+'),(5,218,42,1,32,96,1,'10.0000','+',1,'+','10.00000000','+'),(4,217,42,5,39,92,1,'4.0000','+',0,'+','4.00000000','+'),(2,217,42,5,42,200,1,'2.0000','+',0,'+','2.00000000','+'),(3,217,42,5,40,300,0,'3.0000','+',0,'+','3.00000000','+'),(8,223,42,2,23,48,1,'10.0000','+',0,'+','10.00000000','+'),(10,223,42,2,44,2696,1,'30.0000','+',0,'+','30.00000000','+'),(9,223,42,2,24,194,1,'20.0000','+',0,'+','20.00000000','+'),(11,223,42,2,45,3998,1,'40.0000','+',0,'+','40.00000000','+'),(12,224,35,11,46,0,1,'5.0000','+',0,'+','0.00000000','+'),(13,224,35,11,47,10,1,'10.0000','+',0,'+','0.00000000','+'),(14,224,35,11,48,15,1,'15.0000','+',0,'+','0.00000000','+'),(16,226,30,5,40,5,1,'0.0000','+',0,'+','0.00000000','+'),(15,226,30,5,39,2,1,'0.0000','+',0,'+','0.00000000','+'); /*!40000 ALTER TABLE `ocart_product_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_profile` -- DROP TABLE IF EXISTS `ocart_product_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_profile` -- LOCK TABLES `ocart_product_profile` WRITE; /*!40000 ALTER TABLE `ocart_product_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_product_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_recurring` -- DROP TABLE IF EXISTS `ocart_product_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_recurring` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_recurring` -- LOCK TABLES `ocart_product_recurring` WRITE; /*!40000 ALTER TABLE `ocart_product_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_product_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_related` -- DROP TABLE IF EXISTS `ocart_product_related`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_related` ( `product_id` int(11) NOT NULL, `related_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`related_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_related` -- LOCK TABLES `ocart_product_related` WRITE; /*!40000 ALTER TABLE `ocart_product_related` DISABLE KEYS */; INSERT INTO `ocart_product_related` VALUES (40,42),(41,42),(42,40),(42,41); /*!40000 ALTER TABLE `ocart_product_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_reward` -- DROP TABLE IF EXISTS `ocart_product_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_reward` ( `product_reward_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `points` int(8) NOT NULL default '0', PRIMARY KEY (`product_reward_id`) ) ENGINE=MyISAM AUTO_INCREMENT=546 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_reward` -- LOCK TABLES `ocart_product_reward` WRITE; /*!40000 ALTER TABLE `ocart_product_reward` DISABLE KEYS */; INSERT INTO `ocart_product_reward` VALUES (515,42,1,100),(519,47,1,300),(379,28,1,400),(329,43,1,600),(339,29,1,0),(343,48,1,0),(335,40,1,0),(539,30,1,200),(331,44,1,700),(333,45,1,800),(337,31,1,0),(425,35,1,0),(345,33,1,0),(347,46,1,0),(545,41,1,0),(351,36,1,0),(353,34,1,0),(355,32,1,0),(521,49,1,1000); /*!40000 ALTER TABLE `ocart_product_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_special` -- DROP TABLE IF EXISTS `ocart_product_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_special` ( `product_special_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_special_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_special` -- LOCK TABLES `ocart_product_special` WRITE; /*!40000 ALTER TABLE `ocart_product_special` DISABLE KEYS */; INSERT INTO `ocart_product_special` VALUES (419,42,1,1,'90.0000','0000-00-00','0000-00-00'),(439,30,1,2,'90.0000','0000-00-00','0000-00-00'),(438,30,1,1,'80.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `ocart_product_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_to_category` -- DROP TABLE IF EXISTS `ocart_product_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_to_category` ( `product_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_to_category` -- LOCK TABLES `ocart_product_to_category` WRITE; /*!40000 ALTER TABLE `ocart_product_to_category` DISABLE KEYS */; INSERT INTO `ocart_product_to_category` VALUES (28,20),(28,24),(29,20),(29,24),(30,20),(30,33),(31,33),(32,34),(33,20),(33,28),(34,34),(35,20),(36,34),(40,20),(40,24),(41,27),(42,20),(42,28),(43,18),(43,20),(44,18),(44,20),(45,18),(46,18),(46,20),(47,18),(47,20),(48,20),(48,34),(49,57); /*!40000 ALTER TABLE `ocart_product_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_to_download` -- DROP TABLE IF EXISTS `ocart_product_to_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_to_download` ( `product_id` int(11) NOT NULL, `download_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_to_download` -- LOCK TABLES `ocart_product_to_download` WRITE; /*!40000 ALTER TABLE `ocart_product_to_download` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_product_to_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_to_layout` -- DROP TABLE IF EXISTS `ocart_product_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_to_layout` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_to_layout` -- LOCK TABLES `ocart_product_to_layout` WRITE; /*!40000 ALTER TABLE `ocart_product_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_product_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_product_to_store` -- DROP TABLE IF EXISTS `ocart_product_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_product_to_store` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL default '0', PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_product_to_store` -- LOCK TABLES `ocart_product_to_store` WRITE; /*!40000 ALTER TABLE `ocart_product_to_store` DISABLE KEYS */; INSERT INTO `ocart_product_to_store` VALUES (28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0); /*!40000 ALTER TABLE `ocart_product_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_profile` -- DROP TABLE IF EXISTS `ocart_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_profile` ( `profile_id` int(11) NOT NULL auto_increment, `sort_order` int(11) NOT NULL, `status` tinyint(4) NOT NULL, `price` decimal(10,4) NOT NULL, `frequency` enum('day','week','semi_month','month','year') NOT NULL, `duration` int(10) unsigned NOT NULL, `cycle` int(10) unsigned NOT NULL, `trial_status` tinyint(4) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `trial_frequency` enum('day','week','semi_month','month','year') NOT NULL, `trial_duration` int(10) unsigned NOT NULL, `trial_cycle` int(10) unsigned NOT NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_profile` -- LOCK TABLES `ocart_profile` WRITE; /*!40000 ALTER TABLE `ocart_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_profile_description` -- DROP TABLE IF EXISTS `ocart_profile_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_profile_description` ( `profile_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`profile_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_profile_description` -- LOCK TABLES `ocart_profile_description` WRITE; /*!40000 ALTER TABLE `ocart_profile_description` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_profile_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_return` -- DROP TABLE IF EXISTS `ocart_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_return` ( `return_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `product` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `opened` tinyint(1) NOT NULL, `return_reason_id` int(11) NOT NULL, `return_action_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `comment` text, `date_ordered` date NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`return_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_return` -- LOCK TABLES `ocart_return` WRITE; /*!40000 ALTER TABLE `ocart_return` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_return_action` -- DROP TABLE IF EXISTS `ocart_return_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_return_action` ( `return_action_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(64) NOT NULL, PRIMARY KEY (`return_action_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_return_action` -- LOCK TABLES `ocart_return_action` WRITE; /*!40000 ALTER TABLE `ocart_return_action` DISABLE KEYS */; INSERT INTO `ocart_return_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent'); /*!40000 ALTER TABLE `ocart_return_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_return_history` -- DROP TABLE IF EXISTS `ocart_return_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_return_history` ( `return_history_id` int(11) NOT NULL auto_increment, `return_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `notify` tinyint(1) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`return_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_return_history` -- LOCK TABLES `ocart_return_history` WRITE; /*!40000 ALTER TABLE `ocart_return_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_return_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_return_reason` -- DROP TABLE IF EXISTS `ocart_return_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_return_reason` ( `return_reason_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(128) NOT NULL, PRIMARY KEY (`return_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_return_reason` -- LOCK TABLES `ocart_return_reason` WRITE; /*!40000 ALTER TABLE `ocart_return_reason` DISABLE KEYS */; INSERT INTO `ocart_return_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details'); /*!40000 ALTER TABLE `ocart_return_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_return_status` -- DROP TABLE IF EXISTS `ocart_return_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_return_status` ( `return_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, PRIMARY KEY (`return_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_return_status` -- LOCK TABLES `ocart_return_status` WRITE; /*!40000 ALTER TABLE `ocart_return_status` DISABLE KEYS */; INSERT INTO `ocart_return_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products'); /*!40000 ALTER TABLE `ocart_return_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_review` -- DROP TABLE IF EXISTS `ocart_review`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_review` ( `review_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `author` varchar(64) NOT NULL, `text` text NOT NULL, `rating` int(1) NOT NULL, `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`review_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_review` -- LOCK TABLES `ocart_review` WRITE; /*!40000 ALTER TABLE `ocart_review` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_review` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_setting` -- DROP TABLE IF EXISTS `ocart_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_setting` ( `setting_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `group` varchar(32) NOT NULL, `key` varchar(64) NOT NULL, `value` text NOT NULL, `serialized` tinyint(1) NOT NULL, PRIMARY KEY (`setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=134 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_setting` -- LOCK TABLES `ocart_setting` WRITE; /*!40000 ALTER TABLE `ocart_setting` DISABLE KEYS */; INSERT INTO `ocart_setting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','1',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(16,0,'config','config_google_analytics','',0),(17,0,'config','config_error_filename','error.txt',0),(18,0,'config','config_error_log','1',0),(19,0,'config','config_error_display','1',0),(20,0,'config','config_compression','0',0),(133,0,'config','config_encryption','ee19fcda2beff39fb8c8d2a901e090ad',0),(22,0,'config','config_maintenance','0',0),(23,0,'config','config_account_mail','0',0),(24,0,'config','config_alert_emails','',0),(25,0,'config','config_secure','0',0),(26,0,'config','config_seo_url','0',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(29,0,'config','config_alert_mail','0',0),(30,0,'config','config_smtp_username','',0),(31,0,'config','config_smtp_password','',0),(32,0,'config','config_smtp_port','25',0),(33,0,'config','config_smtp_timeout','5',0),(34,0,'flat','flat_sort_order','1',0),(35,0,'flat','flat_status','1',0),(36,0,'flat','flat_geo_zone_id','0',0),(37,0,'flat','flat_tax_class_id','9',0),(38,0,'carousel','carousel_module','a:1:{i:0;a:10:{s:9:\"banner_id\";s:1:\"8\";s:5:\"limit\";s:1:\"5\";s:6:\"scroll\";s:1:\"3\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:14:\"content_bottom\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:2:\"-1\";}}',1),(39,0,'featured','featured_product','43,40,42,49,46,47,28',0),(40,0,'featured','featured_module','a:1:{i:0;a:8:{s:5:\"limit\";s:1:\"6\";s:11:\"image_width\";s:2:\"80\";s:12:\"image_height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"2\";}}',1),(41,0,'flat','flat_cost','5.00',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(44,0,'config','config_smtp_host','',0),(45,0,'config','config_image_cart_height','47',0),(46,0,'config','config_mail_protocol','mail',0),(47,0,'config','config_mail_parameter','',0),(48,0,'config','config_image_wishlist_height','47',0),(49,0,'config','config_image_cart_width','47',0),(50,0,'config','config_image_wishlist_width','47',0),(51,0,'config','config_image_compare_height','90',0),(52,0,'config','config_image_compare_width','90',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(55,0,'config','config_image_related_height','80',0),(56,0,'affiliate','affiliate_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:2:\"10\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(57,0,'category','category_module','a:2:{i:0;a:5:{s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}i:1;a:5:{s:9:\"layout_id\";s:1:\"2\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(58,0,'config','config_image_related_width','80',0),(59,0,'config','config_image_additional_height','74',0),(60,0,'account','account_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:1:\"6\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(61,0,'config','config_image_additional_width','74',0),(62,0,'config','config_image_manufacturer_height','80',0),(63,0,'config','config_image_manufacturer_width','80',0),(64,0,'config','config_image_category_height','80',0),(65,0,'config','config_image_category_width','80',0),(66,0,'config','config_image_product_height','80',0),(67,0,'config','config_image_product_width','80',0),(68,0,'config','config_image_popup_height','500',0),(69,0,'config','config_image_popup_width','500',0),(70,0,'config','config_image_thumb_height','228',0),(71,0,'config','config_image_thumb_width','228',0),(72,0,'config','config_icon','data/cart.png',0),(73,0,'config','config_logo','data/logo.png',0),(74,0,'config','config_cart_weight','1',0),(75,0,'config','config_upload_allowed','jpg, JPG, jpeg, gif, png, txt',0),(76,0,'config','config_file_extension_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(77,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/jpeg\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/tiff\r\nimage/svg+xml\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/postscript\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(78,0,'config','config_review_status','1',0),(79,0,'config','config_download','1',0),(80,0,'config','config_return_status_id','2',0),(81,0,'config','config_complete_status_id','5',0),(82,0,'config','config_order_status_id','1',0),(83,0,'config','config_stock_status_id','5',0),(84,0,'config','config_stock_checkout','0',0),(85,0,'config','config_stock_warning','0',0),(86,0,'config','config_stock_display','0',0),(87,0,'config','config_commission','5',0),(88,0,'config','config_affiliate_id','4',0),(89,0,'config','config_checkout_id','5',0),(90,0,'config','config_guest_checkout','1',0),(91,0,'config','config_account_id','3',0),(92,0,'config','config_customer_price','0',0),(93,0,'config','config_customer_group_id','1',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(96,0,'config','config_length_class_id','1',0),(97,0,'config','config_invoice_prefix','INV-2013-00',0),(98,0,'config','config_tax','1',0),(99,0,'config','config_tax_customer','shipping',0),(100,0,'config','config_tax_default','shipping',0),(101,0,'config','config_admin_limit','20',0),(102,0,'config','config_catalog_limit','15',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(105,0,'config','config_weight_class_id','1',0),(106,0,'config','config_currency_auto','1',0),(107,0,'config','config_currency','USD',0),(108,0,'slideshow','slideshow_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"7\";s:5:\"width\";s:3:\"980\";s:6:\"height\";s:3:\"280\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(109,0,'banner','banner_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"6\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"182\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"3\";}}',1),(110,0,'config','config_name','Your Store',0),(111,0,'config','config_owner','Your Name',0),(112,0,'config','config_address','Address 1',0),(131,0,'config','config_email','convictcartel@yahoo.com',0),(114,0,'config','config_telephone','123456789',0),(115,0,'config','config_fax','',0),(116,0,'config','config_title','Your Store',0),(117,0,'config','config_meta_description','My Store',0),(118,0,'config','config_template','default',0),(119,0,'config','config_layout_id','4',0),(120,0,'config','config_country_id','222',0),(121,0,'config','config_zone_id','3563',0),(122,0,'config','config_language','en',0),(123,0,'config','config_admin_language','en',0),(124,0,'config','config_order_edit','100',0),(125,0,'config','config_voucher_min','1',0),(126,0,'config','config_voucher_max','1000',0),(127,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(128,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(129,0,'config','config_password','1',0),(130,0,'config','config_product_count','1',0),(132,0,'config','config_url','http://convictcartel.com/opencart-1.5.6/cart/',0); /*!40000 ALTER TABLE `ocart_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_stock_status` -- DROP TABLE IF EXISTS `ocart_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_stock_status` ( `stock_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`stock_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_stock_status` -- LOCK TABLES `ocart_stock_status` WRITE; /*!40000 ALTER TABLE `ocart_stock_status` DISABLE KEYS */; INSERT INTO `ocart_stock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2 - 3 Days'); /*!40000 ALTER TABLE `ocart_stock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_store` -- DROP TABLE IF EXISTS `ocart_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_store` ( `store_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `url` varchar(255) NOT NULL, `ssl` varchar(255) NOT NULL, PRIMARY KEY (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_store` -- LOCK TABLES `ocart_store` WRITE; /*!40000 ALTER TABLE `ocart_store` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_tax_class` -- DROP TABLE IF EXISTS `ocart_tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_tax_class` -- LOCK TABLES `ocart_tax_class` WRITE; /*!40000 ALTER TABLE `ocart_tax_class` DISABLE KEYS */; INSERT INTO `ocart_tax_class` VALUES (9,'Taxable Goods','Taxed Stuff','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36'); /*!40000 ALTER TABLE `ocart_tax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_tax_rate` -- DROP TABLE IF EXISTS `ocart_tax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_tax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `geo_zone_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, `rate` decimal(15,4) NOT NULL default '0.0000', `type` char(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_tax_rate` -- LOCK TABLES `ocart_tax_rate` WRITE; /*!40000 ALTER TABLE `ocart_tax_rate` DISABLE KEYS */; INSERT INTO `ocart_tax_rate` VALUES (86,3,'VAT (17.5%)','17.5000','P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)','2.0000','F','2011-09-21 21:49:23','2011-09-23 00:40:19'); /*!40000 ALTER TABLE `ocart_tax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_tax_rate_to_customer_group` -- DROP TABLE IF EXISTS `ocart_tax_rate_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_tax_rate_to_customer_group` ( `tax_rate_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`tax_rate_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_tax_rate_to_customer_group` -- LOCK TABLES `ocart_tax_rate_to_customer_group` WRITE; /*!40000 ALTER TABLE `ocart_tax_rate_to_customer_group` DISABLE KEYS */; INSERT INTO `ocart_tax_rate_to_customer_group` VALUES (86,1),(87,1); /*!40000 ALTER TABLE `ocart_tax_rate_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_tax_rule` -- DROP TABLE IF EXISTS `ocart_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_tax_rule` ( `tax_rule_id` int(11) NOT NULL auto_increment, `tax_class_id` int(11) NOT NULL, `tax_rate_id` int(11) NOT NULL, `based` varchar(10) NOT NULL, `priority` int(5) NOT NULL default '1', PRIMARY KEY (`tax_rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_tax_rule` -- LOCK TABLES `ocart_tax_rule` WRITE; /*!40000 ALTER TABLE `ocart_tax_rule` DISABLE KEYS */; INSERT INTO `ocart_tax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2); /*!40000 ALTER TABLE `ocart_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_url_alias` -- DROP TABLE IF EXISTS `ocart_url_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_url_alias` ( `url_alias_id` int(11) NOT NULL auto_increment, `query` varchar(255) NOT NULL, `keyword` varchar(255) NOT NULL, PRIMARY KEY (`url_alias_id`) ) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_url_alias` -- LOCK TABLES `ocart_url_alias` WRITE; /*!40000 ALTER TABLE `ocart_url_alias` DISABLE KEYS */; INSERT INTO `ocart_url_alias` VALUES (704,'product_id=48','ipod_classic'),(773,'category_id=20','desktops'),(503,'category_id=26','pc'),(505,'category_id=27','mac'),(730,'manufacturer_id=8','apple'),(772,'information_id=4','about_us'),(768,'product_id=42','test'),(767,'category_id=34','mp3-players'),(536,'category_id=36','Normal'); /*!40000 ALTER TABLE `ocart_url_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_user` -- DROP TABLE IF EXISTS `ocart_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_user` ( `user_id` int(11) NOT NULL auto_increment, `user_group_id` int(11) NOT NULL, `username` varchar(20) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `code` varchar(40) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_user` -- LOCK TABLES `ocart_user` WRITE; /*!40000 ALTER TABLE `ocart_user` DISABLE KEYS */; INSERT INTO `ocart_user` VALUES (1,1,'admin','5d2163667187927f232b54323712e3b54f31b210','a81daf163','','','convictcartel@yahoo.com','','',1,'2013-09-10 23:15:06'); /*!40000 ALTER TABLE `ocart_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_user_group` -- DROP TABLE IF EXISTS `ocart_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_user_group` ( `user_group_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `permission` text NOT NULL, PRIMARY KEY (`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_user_group` -- LOCK TABLES `ocart_user_group` WRITE; /*!40000 ALTER TABLE `ocart_user_group` DISABLE KEYS */; INSERT INTO `ocart_user_group` VALUES (1,'Top Administrator','a:2:{s:6:\"access\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}s:6:\"modify\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}}'),(10,'Demonstration',''); /*!40000 ALTER TABLE `ocart_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_voucher` -- DROP TABLE IF EXISTS `ocart_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_voucher` ( `voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_voucher` -- LOCK TABLES `ocart_voucher` WRITE; /*!40000 ALTER TABLE `ocart_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_voucher_history` -- DROP TABLE IF EXISTS `ocart_voucher_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_voucher_history` ( `voucher_history_id` int(11) NOT NULL auto_increment, `voucher_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`voucher_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_voucher_history` -- LOCK TABLES `ocart_voucher_history` WRITE; /*!40000 ALTER TABLE `ocart_voucher_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ocart_voucher_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_voucher_theme` -- DROP TABLE IF EXISTS `ocart_voucher_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_voucher_theme` ( `voucher_theme_id` int(11) NOT NULL auto_increment, `image` varchar(255) NOT NULL, PRIMARY KEY (`voucher_theme_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_voucher_theme` -- LOCK TABLES `ocart_voucher_theme` WRITE; /*!40000 ALTER TABLE `ocart_voucher_theme` DISABLE KEYS */; INSERT INTO `ocart_voucher_theme` VALUES (8,'data/demo/canon_eos_5d_2.jpg'),(7,'data/demo/gift-voucher-birthday.jpg'),(6,'data/demo/apple_logo.jpg'); /*!40000 ALTER TABLE `ocart_voucher_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_voucher_theme_description` -- DROP TABLE IF EXISTS `ocart_voucher_theme_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_voucher_theme_description` ( `voucher_theme_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`voucher_theme_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_voucher_theme_description` -- LOCK TABLES `ocart_voucher_theme_description` WRITE; /*!40000 ALTER TABLE `ocart_voucher_theme_description` DISABLE KEYS */; INSERT INTO `ocart_voucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General'); /*!40000 ALTER TABLE `ocart_voucher_theme_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_weight_class` -- DROP TABLE IF EXISTS `ocart_weight_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_weight_class` ( `weight_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL default '0.00000000', PRIMARY KEY (`weight_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_weight_class` -- LOCK TABLES `ocart_weight_class` WRITE; /*!40000 ALTER TABLE `ocart_weight_class` DISABLE KEYS */; INSERT INTO `ocart_weight_class` VALUES (1,'1.00000000'),(2,'1000.00000000'),(5,'2.20460000'),(6,'35.27400000'); /*!40000 ALTER TABLE `ocart_weight_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_weight_class_description` -- DROP TABLE IF EXISTS `ocart_weight_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_weight_class_description` ( `weight_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`weight_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_weight_class_description` -- LOCK TABLES `ocart_weight_class_description` WRITE; /*!40000 ALTER TABLE `ocart_weight_class_description` DISABLE KEYS */; INSERT INTO `ocart_weight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz'); /*!40000 ALTER TABLE `ocart_weight_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_zone` -- DROP TABLE IF EXISTS `ocart_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_zone` ( `zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `code` varchar(32) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4033 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_zone` -- LOCK TABLES `ocart_zone` WRITE; /*!40000 ALTER TABLE `ocart_zone` DISABLE KEYS */; INSERT INTO `ocart_zone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Hi','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chi','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovar-Bilogora','BB',1),(848,53,'City of Zagreb','CZ',1),(849,53,'Dubrovnik-Neretva','DN',1),(850,53,'Istra','IS',1),(851,53,'Karlovac','KA',1),(852,53,'Koprivnica-Krizevci','KK',1),(853,53,'Krapina-Zagorje','KZ',1),(854,53,'Lika-Senj','LS',1),(855,53,'Medimurje','ME',1),(856,53,'Osijek-Baranja','OB',1),(857,53,'Pozega-Slavonia','PS',1),(858,53,'Primorje-Gorski Kotar','PG',1),(859,53,'Sibenik','SI',1),(860,53,'Sisak-Moslavina','SM',1),(861,53,'Slavonski Brod-Posavina','SB',1),(862,53,'Split-Dalmatia','SD',1),(863,53,'Varazdin','VA',1),(864,53,'Virovitica-Podravina','VP',1),(865,53,'Vukovar-Srijem','VS',1),(866,53,'Zadar-Knin','ZK',1),(867,53,'Zagreb','ZA',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan Laani','AL',1),(1086,72,'Etela-Suomen Laani','ES',1),(1087,72,'Ita-Suomen Laani','IS',1),(1088,72,'Lansi-Suomen Laani','LS',1),(1089,72,'Lapin Lanani','LA',1),(1090,72,'Oulun Laani','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1428,97,'Bacs-Kiskun','BK',1),(1429,97,'Baranya','BA',1),(1430,97,'Bekes','BE',1),(1431,97,'Bekescsaba','BS',1),(1432,97,'Borsod-Abauj-Zemplen','BZ',1),(1433,97,'Budapest','BU',1),(1434,97,'Csongrad','CS',1),(1435,97,'Debrecen','DE',1),(1436,97,'Dunaujvaros','DU',1),(1437,97,'Eger','EG',1),(1438,97,'Fejer','FE',1),(1439,97,'Gyor','GY',1),(1440,97,'Gyor-Moson-Sopron','GM',1),(1441,97,'Hajdu-Bihar','HB',1),(1442,97,'Heves','HE',1),(1443,97,'Hodmezovasarhely','HO',1),(1444,97,'Jasz-Nagykun-Szolnok','JN',1),(1445,97,'Kaposvar','KA',1),(1446,97,'Kecskemet','KE',1),(1447,97,'Komarom-Esztergom','KO',1),(1448,97,'Miskolc','MI',1),(1449,97,'Nagykanizsa','NA',1),(1450,97,'Nograd','NO',1),(1451,97,'Nyiregyhaza','NY',1),(1452,97,'Pecs','PE',1),(1453,97,'Pest','PS',1),(1454,97,'Somogy','SO',1),(1455,97,'Sopron','SP',1),(1456,97,'Szabolcs-Szatmar-Bereg','SS',1),(1457,97,'Szeged','SZ',1),(1458,97,'Szekesfehervar','SE',1),(1459,97,'Szolnok','SL',1),(1460,97,'Szombathely','SM',1),(1461,97,'Tatabanya','TA',1),(1462,97,'Tolna','TO',1),(1463,97,'Vas','VA',1),(1464,97,'Veszprem','VE',1),(1465,97,'Zala','ZA',1),(1466,97,'Zalaegerszeg','ZZ',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1819,117,'Aizkraukles Rajons','AIZ',1),(1820,117,'Aluksnes Rajons','ALU',1),(1821,117,'Balvu Rajons','BAL',1),(1822,117,'Bauskas Rajons','BAU',1),(1823,117,'Cesu Rajons','CES',1),(1824,117,'Daugavpils Rajons','DGR',1),(1825,117,'Dobeles Rajons','DOB',1),(1826,117,'Gulbenes Rajons','GUL',1),(1827,117,'Jekabpils Rajons','JEK',1),(1828,117,'Jelgavas Rajons','JGR',1),(1829,117,'Kraslavas Rajons','KRA',1),(1830,117,'Kuldigas Rajons','KUL',1),(1831,117,'Liepajas Rajons','LPR',1),(1832,117,'Limbazu Rajons','LIM',1),(1833,117,'Ludzas Rajons','LUD',1),(1834,117,'Madonas Rajons','MAD',1),(1835,117,'Ogres Rajons','OGR',1),(1836,117,'Preilu Rajons','PRE',1),(1837,117,'Rezeknes Rajons','RZR',1),(1838,117,'Rigas Rajons','RGR',1),(1839,117,'Saldus Rajons','SAL',1),(1840,117,'Talsu Rajons','TAL',1),(1841,117,'Tukuma Rajons','TUK',1),(1842,117,'Valkas Rajons','VLK',1),(1843,117,'Valmieras Rajons','VLM',1),(1844,117,'Ventspils Rajons','VSR',1),(1845,117,'Daugavpils','DGV',1),(1846,117,'Jelgava','JGV',1),(1847,117,'Jurmala','JUR',1),(1848,117,'Liepaja','LPK',1),(1849,117,'Rezekne','RZK',1),(1850,117,'Riga','RGA',1),(1851,117,'Ventspils','VSL',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','JO',1),(1972,129,'Kedah','KE',1),(1973,129,'Kelantan','KL',1),(1974,129,'Labuan','LA',1),(1975,129,'Melaka','ME',1),(1976,129,'Negeri Sembilan','NS',1),(1977,129,'Pahang','PA',1),(1978,129,'Perak','PE',1),(1979,129,'Perlis','PR',1),(1980,129,'Pulau Pinang','PP',1),(1981,129,'Sabah','SA',1),(1982,129,'Sarawak','SR',1),(1983,129,'Selangor','SE',1),(1984,129,'Terengganu','TE',1),(1985,129,'Wilayah Persekutuan','WP',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3031,197,'Ascension','A',1),(3032,197,'Saint Helena','S',1),(3033,197,'Tristan da Cunha','T',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakir','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkasy','CK',1),(3481,220,'Chernihiv','CH',1),(3482,220,'Chernivtsi','CV',1),(3483,220,'Crimea','CR',1),(3484,220,'Dnipropetrovs\'k','DN',1),(3485,220,'Donets\'k','DO',1),(3486,220,'Ivano-Frankivs\'k','IV',1),(3487,220,'Kharkiv Kherson','KL',1),(3488,220,'Khmel\'nyts\'kyy','KM',1),(3489,220,'Kirovohrad','KR',1),(3490,220,'Kiev','KV',1),(3491,220,'Kyyiv','KY',1),(3492,220,'Luhans\'k','LU',1),(3493,220,'L\'viv','LV',1),(3494,220,'Mykolayiv','MY',1),(3495,220,'Odesa','OD',1),(3496,220,'Poltava','PO',1),(3497,220,'Rivne','RI',1),(3498,220,'Sevastopol','SE',1),(3499,220,'Sumy','SU',1),(3500,220,'Ternopil\'','TE',1),(3501,220,'Vinnytsya','VI',1),(3502,220,'Volyn\'','VO',1),(3503,220,'Zakarpattya','ZK',1),(3504,220,'Zaporizhzhya','ZA',1),(3505,220,'Zhytomyr','ZH',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3972,222,'Isle of Man','IOM',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4019,243,'Kosovo','KM',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1); /*!40000 ALTER TABLE `ocart_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ocart_zone_to_geo_zone` -- DROP TABLE IF EXISTS `ocart_zone_to_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ocart_zone_to_geo_zone` ( `zone_to_geo_zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL default '0', `geo_zone_id` int(11) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`zone_to_geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ocart_zone_to_geo_zone` -- LOCK TABLES `ocart_zone_to_geo_zone` WRITE; /*!40000 ALTER TABLE `ocart_zone_to_geo_zone` DISABLE KEYS */; INSERT INTO `ocart_zone_to_geo_zone` VALUES (57,222,0,3,'2010-02-26 22:33:24','0000-00-00 00:00:00'),(65,222,0,4,'2010-12-15 15:18:13','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `ocart_zone_to_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relations` -- DROP TABLE IF EXISTS `relations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `relations` ( `id` int(11) NOT NULL auto_increment, `leader` int(11) NOT NULL, `subscriber` int(11) NOT NULL, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `relations` -- LOCK TABLES `relations` WRITE; /*!40000 ALTER TABLE `relations` DISABLE KEYS */; INSERT INTO `relations` VALUES (1,2,1,'2013-09-10 21:38:22'),(2,1,3,'2013-09-11 03:10:13'),(3,1,31,'2013-10-27 20:34:31'); /*!40000 ALTER TABLE `relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reports` -- DROP TABLE IF EXISTS `reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reports` ( `id` int(12) NOT NULL auto_increment, `post` varchar(11) NOT NULL, `parent` int(11) NOT NULL, `type` int(11) NOT NULL, `by` int(11) NOT NULL, `state` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reports` -- LOCK TABLES `reports` WRITE; /*!40000 ALTER TABLE `reports` DISABLE KEYS */; /*!40000 ALTER TABLE `reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `title` varchar(64) character set utf8 collate utf8_unicode_ci NOT NULL, `theme` varchar(32) character set utf8 collate utf8_unicode_ci NOT NULL, `perpage` int(11) NOT NULL, `censor` varchar(2048) character set utf8 collate utf8_unicode_ci NOT NULL, `captcha` int(11) NOT NULL, `intervalm` int(11) NOT NULL, `intervaln` int(11) NOT NULL, `time` int(11) NOT NULL, `message` int(11) NOT NULL, `size` int(11) NOT NULL, `format` varchar(256) NOT NULL, `mail` int(11) NOT NULL, `sizemsg` int(11) NOT NULL, `formatmsg` varchar(256) NOT NULL, `cperpage` int(11) NOT NULL, `mprivacy` int(11) NOT NULL, `ilimit` int(11) NOT NULL, `climit` int(11) NOT NULL, `qperpage` tinyint(4) NOT NULL, `rperpage` int(11) NOT NULL, `uperpage` int(11) NOT NULL, `sperpage` int(11) NOT NULL, `nperpage` tinyint(4) NOT NULL, `nperwidget` tinyint(4) NOT NULL, `lperpost` int(11) NOT NULL, `conline` int(4) NOT NULL, `ronline` tinyint(4) NOT NULL, `mperpage` tinyint(4) NOT NULL, `verified` int(11) NOT NULL, `notificationl` tinyint(4) NOT NULL, `notificationc` tinyint(4) NOT NULL, `notifications` tinyint(4) NOT NULL, `notificationd` tinyint(4) NOT NULL, `notificationf` tinyint(4) NOT NULL, `chatr` int(11) NOT NULL, `email_comment` tinyint(4) NOT NULL, `email_like` tinyint(4) NOT NULL, `email_new_friend` tinyint(4) NOT NULL, `smiles` tinyint(4) NOT NULL, `ad1` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad2` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad3` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad4` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad5` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad6` text character set utf8 collate utf8_unicode_ci NOT NULL, `ad7` text character set utf8 collate utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES ('Convict Cartel','dolphin',10,'',0,10000,10000,0,500,2097152,'png,jpg,gif',1,2097152,'png,jpg,gif',3,1,9,500,10,20,20,10,100,30,5,600,10,10,0,1,1,1,1,1,1,1,1,1,1,'','','','','','',''); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_address` -- DROP TABLE IF EXISTS `shoop_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_address` ( `address_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `company` varchar(32) NOT NULL, `company_id` varchar(32) NOT NULL, `tax_id` varchar(32) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL default '0', `zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_address` -- LOCK TABLES `shoop_address` WRITE; /*!40000 ALTER TABLE `shoop_address` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_affiliate` -- DROP TABLE IF EXISTS `shoop_affiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_affiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `company` varchar(32) NOT NULL, `website` varchar(255) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL, `code` varchar(64) NOT NULL, `commission` decimal(4,2) NOT NULL default '0.00', `tax` varchar(64) NOT NULL, `payment` varchar(6) NOT NULL, `cheque` varchar(100) NOT NULL, `paypal` varchar(64) NOT NULL, `bank_name` varchar(64) NOT NULL, `bank_branch_number` varchar(64) NOT NULL, `bank_swift_code` varchar(64) NOT NULL, `bank_account_name` varchar(64) NOT NULL, `bank_account_number` varchar(64) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_affiliate` -- LOCK TABLES `shoop_affiliate` WRITE; /*!40000 ALTER TABLE `shoop_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_affiliate_transaction` -- DROP TABLE IF EXISTS `shoop_affiliate_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_affiliate_transaction` ( `affiliate_transaction_id` int(11) NOT NULL auto_increment, `affiliate_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_affiliate_transaction` -- LOCK TABLES `shoop_affiliate_transaction` WRITE; /*!40000 ALTER TABLE `shoop_affiliate_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_affiliate_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_attribute` -- DROP TABLE IF EXISTS `shoop_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_attribute` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_attribute` -- LOCK TABLES `shoop_attribute` WRITE; /*!40000 ALTER TABLE `shoop_attribute` DISABLE KEYS */; INSERT INTO `shoop_attribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8); /*!40000 ALTER TABLE `shoop_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_attribute_description` -- DROP TABLE IF EXISTS `shoop_attribute_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_attribute_description` ( `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_attribute_description` -- LOCK TABLES `shoop_attribute_description` WRITE; /*!40000 ALTER TABLE `shoop_attribute_description` DISABLE KEYS */; INSERT INTO `shoop_attribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed'); /*!40000 ALTER TABLE `shoop_attribute_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_attribute_group` -- DROP TABLE IF EXISTS `shoop_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_attribute_group` ( `attribute_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_attribute_group` -- LOCK TABLES `shoop_attribute_group` WRITE; /*!40000 ALTER TABLE `shoop_attribute_group` DISABLE KEYS */; INSERT INTO `shoop_attribute_group` VALUES (3,2),(4,1),(5,3),(6,4); /*!40000 ALTER TABLE `shoop_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_attribute_group_description` -- DROP TABLE IF EXISTS `shoop_attribute_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_attribute_group_description` ( `attribute_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_attribute_group_description` -- LOCK TABLES `shoop_attribute_group_description` WRITE; /*!40000 ALTER TABLE `shoop_attribute_group_description` DISABLE KEYS */; INSERT INTO `shoop_attribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor'); /*!40000 ALTER TABLE `shoop_attribute_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_banner` -- DROP TABLE IF EXISTS `shoop_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_banner` ( `banner_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `status` tinyint(1) NOT NULL, PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_banner` -- LOCK TABLES `shoop_banner` WRITE; /*!40000 ALTER TABLE `shoop_banner` DISABLE KEYS */; INSERT INTO `shoop_banner` VALUES (6,'HP Products',1),(7,'Samsung Tab',1),(8,'Manufacturers',1); /*!40000 ALTER TABLE `shoop_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_banner_image` -- DROP TABLE IF EXISTS `shoop_banner_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_banner_image` ( `banner_image_id` int(11) NOT NULL auto_increment, `banner_id` int(11) NOT NULL, `link` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`banner_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_banner_image` -- LOCK TABLES `shoop_banner_image` WRITE; /*!40000 ALTER TABLE `shoop_banner_image` DISABLE KEYS */; INSERT INTO `shoop_banner_image` VALUES (54,7,'index.php?route=product/product&path=57&product_id=49','data/demo/samsung_banner.jpg'),(77,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_banner.jpg'),(75,8,'index.php?route=product/manufacturer/info&manufacturer_id=5','data/demo/htc_logo.jpg'),(73,8,'index.php?route=product/manufacturer/info&manufacturer_id=8','data/demo/apple_logo.jpg'),(74,8,'index.php?route=product/manufacturer/info&manufacturer_id=9','data/demo/canon_logo.jpg'),(71,8,'index.php?route=product/manufacturer/info&manufacturer_id=10','data/demo/sony_logo.jpg'),(72,8,'index.php?route=product/manufacturer/info&manufacturer_id=6','data/demo/palm_logo.jpg'),(76,8,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_logo.jpg'); /*!40000 ALTER TABLE `shoop_banner_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_banner_image_description` -- DROP TABLE IF EXISTS `shoop_banner_image_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_banner_image_description` ( `banner_image_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `banner_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, PRIMARY KEY (`banner_image_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_banner_image_description` -- LOCK TABLES `shoop_banner_image_description` WRITE; /*!40000 ALTER TABLE `shoop_banner_image_description` DISABLE KEYS */; INSERT INTO `shoop_banner_image_description` VALUES (54,1,7,'Samsung Tab 10.1'),(77,1,6,'HP Banner'),(75,1,8,'HTC'),(74,1,8,'Canon'),(73,1,8,'Apple'),(72,1,8,'Palm'),(71,1,8,'Sony'),(76,1,8,'Hewlett-Packard'); /*!40000 ALTER TABLE `shoop_banner_image_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category` -- DROP TABLE IF EXISTS `shoop_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category` ( `category_id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `parent_id` int(11) NOT NULL default '0', `top` tinyint(1) NOT NULL, `column` int(3) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category` -- LOCK TABLES `shoop_category` WRITE; /*!40000 ALTER TABLE `shoop_category` DISABLE KEYS */; INSERT INTO `shoop_category` VALUES (25,'',0,1,1,3,1,'2009-01-31 01:04:25','2011-05-30 12:14:55'),(27,'',20,0,0,2,1,'2009-01-31 01:55:34','2010-08-22 06:32:15'),(20,'data/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(24,'',0,1,1,5,1,'2009-01-20 02:36:26','2011-05-30 12:15:18'),(18,'data/demo/hp_2.jpg',0,1,0,2,1,'2009-01-05 21:49:15','2011-05-30 12:13:55'),(17,'',0,1,1,4,1,'2009-01-03 21:08:57','2011-05-30 12:15:11'),(28,'',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(26,'',20,0,0,1,1,'2009-01-31 01:55:14','2010-08-22 06:31:45'),(29,'',25,0,0,1,1,'2009-02-02 13:11:37','2010-08-22 06:32:39'),(30,'',25,0,0,1,1,'2009-02-02 13:11:59','2010-08-22 06:33:00'),(31,'',25,0,0,1,1,'2009-02-03 14:17:24','2010-08-22 06:33:06'),(32,'',25,0,0,1,1,'2009-02-03 14:17:34','2010-08-22 06:33:12'),(33,'',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'data/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31'),(35,'',28,0,0,0,1,'2010-09-17 10:06:48','2010-09-18 14:02:42'),(36,'',28,0,0,0,1,'2010-09-17 10:07:13','2010-09-18 14:02:55'),(37,'',34,0,0,0,1,'2010-09-18 14:03:39','2011-04-22 01:55:08'),(38,'',34,0,0,0,1,'2010-09-18 14:03:51','2010-09-18 14:03:51'),(39,'',34,0,0,0,1,'2010-09-18 14:04:17','2011-04-22 01:55:20'),(40,'',34,0,0,0,1,'2010-09-18 14:05:36','2010-09-18 14:05:36'),(41,'',34,0,0,0,1,'2010-09-18 14:05:49','2011-04-22 01:55:30'),(42,'',34,0,0,0,1,'2010-09-18 14:06:34','2010-11-07 20:31:04'),(43,'',34,0,0,0,1,'2010-09-18 14:06:49','2011-04-22 01:55:40'),(44,'',34,0,0,0,1,'2010-09-21 15:39:21','2010-11-07 20:30:55'),(45,'',18,0,0,0,1,'2010-09-24 18:29:16','2011-04-26 08:52:11'),(46,'',18,0,0,0,1,'2010-09-24 18:29:31','2011-04-26 08:52:23'),(47,'',34,0,0,0,1,'2010-11-07 11:13:16','2010-11-07 11:13:16'),(48,'',34,0,0,0,1,'2010-11-07 11:13:33','2010-11-07 11:13:33'),(49,'',34,0,0,0,1,'2010-11-07 11:14:04','2010-11-07 11:14:04'),(50,'',34,0,0,0,1,'2010-11-07 11:14:23','2011-04-22 01:16:01'),(51,'',34,0,0,0,1,'2010-11-07 11:14:38','2011-04-22 01:16:13'),(52,'',34,0,0,0,1,'2010-11-07 11:16:09','2011-04-22 01:54:57'),(53,'',34,0,0,0,1,'2010-11-07 11:28:53','2011-04-22 01:14:36'),(54,'',34,0,0,0,1,'2010-11-07 11:29:16','2011-04-22 01:16:50'),(55,'',34,0,0,0,1,'2010-11-08 10:31:32','2010-11-08 10:31:32'),(56,'',34,0,0,0,1,'2010-11-08 10:31:50','2011-04-22 01:16:37'),(57,'',0,1,1,3,1,'2011-04-26 08:53:16','2011-05-30 12:15:05'),(58,'',52,0,0,0,1,'2011-05-08 13:44:16','2011-05-08 13:44:16'); /*!40000 ALTER TABLE `shoop_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category_description` -- DROP TABLE IF EXISTS `shoop_category_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category_description` ( `category_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, PRIMARY KEY (`category_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category_description` -- LOCK TABLES `shoop_category_description` WRITE; /*!40000 ALTER TABLE `shoop_category_description` DISABLE KEYS */; INSERT INTO `shoop_category_description` VALUES (28,1,'Monitors','','',''),(33,1,'Cameras','','',''),(32,1,'Web Cameras','','',''),(31,1,'Scanners','','',''),(30,1,'Printers','','',''),(29,1,'Mice and Trackballs','','',''),(27,1,'Mac','','',''),(26,1,'PC','','',''),(17,1,'Software','','',''),(25,1,'Components','','',''),(24,1,'Phones & PDAs','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','Example of category description',''),(35,1,'test 1','','',''),(36,1,'test 2','','',''),(37,1,'test 5','','',''),(38,1,'test 4','','',''),(39,1,'test 6','','',''),(40,1,'test 7','','',''),(41,1,'test 8','','',''),(42,1,'test 9','','',''),(43,1,'test 11','','',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(18,1,'Laptops & Notebooks','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(44,1,'test 12','','',''),(45,1,'Windows','','',''),(46,1,'Macs','','',''),(47,1,'test 15','','',''),(48,1,'test 16','','',''),(49,1,'test 17','','',''),(50,1,'test 18','','',''),(51,1,'test 19','','',''),(52,1,'test 20','','',''),(53,1,'test 21','','',''),(54,1,'test 22','','',''),(55,1,'test 23','','',''),(56,1,'test 24','','',''),(57,1,'Tablets','','',''),(58,1,'test 25','','',''); /*!40000 ALTER TABLE `shoop_category_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category_filter` -- DROP TABLE IF EXISTS `shoop_category_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category_filter` ( `category_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category_filter` -- LOCK TABLES `shoop_category_filter` WRITE; /*!40000 ALTER TABLE `shoop_category_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_category_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category_path` -- DROP TABLE IF EXISTS `shoop_category_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category_path` ( `category_id` int(11) NOT NULL, `path_id` int(11) NOT NULL, `level` int(11) NOT NULL, PRIMARY KEY (`category_id`,`path_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category_path` -- LOCK TABLES `shoop_category_path` WRITE; /*!40000 ALTER TABLE `shoop_category_path` DISABLE KEYS */; INSERT INTO `shoop_category_path` VALUES (25,25,0),(28,25,0),(28,28,1),(35,25,0),(35,28,1),(35,35,2),(36,25,0),(36,28,1),(36,36,2),(29,25,0),(29,29,1),(30,25,0),(30,30,1),(31,25,0),(31,31,1),(32,25,0),(32,32,1),(20,20,0),(27,20,0),(27,27,1),(26,20,0),(26,26,1),(24,24,0),(18,18,0),(45,18,0),(45,45,1),(46,18,0),(46,46,1),(17,17,0),(33,33,0),(34,34,0),(37,34,0),(37,37,1),(38,34,0),(38,38,1),(39,34,0),(39,39,1),(40,34,0),(40,40,1),(41,34,0),(41,41,1),(42,34,0),(42,42,1),(43,34,0),(43,43,1),(44,34,0),(44,44,1),(47,34,0),(47,47,1),(48,34,0),(48,48,1),(49,34,0),(49,49,1),(50,34,0),(50,50,1),(51,34,0),(51,51,1),(52,34,0),(52,52,1),(58,34,0),(58,52,1),(58,58,2),(53,34,0),(53,53,1),(54,34,0),(54,54,1),(55,34,0),(55,55,1),(56,34,0),(56,56,1),(57,57,0); /*!40000 ALTER TABLE `shoop_category_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category_to_layout` -- DROP TABLE IF EXISTS `shoop_category_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category_to_layout` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category_to_layout` -- LOCK TABLES `shoop_category_to_layout` WRITE; /*!40000 ALTER TABLE `shoop_category_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_category_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_category_to_store` -- DROP TABLE IF EXISTS `shoop_category_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_category_to_store` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_category_to_store` -- LOCK TABLES `shoop_category_to_store` WRITE; /*!40000 ALTER TABLE `shoop_category_to_store` DISABLE KEYS */; INSERT INTO `shoop_category_to_store` VALUES (17,0),(18,0),(20,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(37,0),(38,0),(39,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0),(50,0),(51,0),(52,0),(53,0),(54,0),(55,0),(56,0),(57,0),(58,0); /*!40000 ALTER TABLE `shoop_category_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_country` -- DROP TABLE IF EXISTS `shoop_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_country` ( `country_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `iso_code_2` varchar(2) NOT NULL, `iso_code_3` varchar(3) NOT NULL, `address_format` text NOT NULL, `postcode_required` tinyint(1) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_country` -- LOCK TABLES `shoop_country` WRITE; /*!40000 ALTER TABLE `shoop_country` DISABLE KEYS */; INSERT INTO `shoop_country` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(240,'Jersey','JE','JEY','',1,1),(241,'Guernsey','GG','GGY','',1,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1); /*!40000 ALTER TABLE `shoop_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_coupon` -- DROP TABLE IF EXISTS `shoop_coupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_coupon` ( `coupon_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `code` varchar(10) NOT NULL, `type` char(1) NOT NULL, `discount` decimal(15,4) NOT NULL, `logged` tinyint(1) NOT NULL, `shipping` tinyint(1) NOT NULL, `total` decimal(15,4) NOT NULL, `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', `uses_total` int(11) NOT NULL, `uses_customer` varchar(11) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_coupon` -- LOCK TABLES `shoop_coupon` WRITE; /*!40000 ALTER TABLE `shoop_coupon` DISABLE KEYS */; INSERT INTO `shoop_coupon` VALUES (4,'-10% Discount','2222','P','10.0000',0,0,'0.0000','2011-01-01','2012-01-01',10,'10',1,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P','0.0000',0,1,'100.0000','2009-03-01','2009-08-31',10,'10',1,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F','10.0000',0,0,'10.0000','1970-11-01','2020-11-01',100000,'10000',1,'2009-03-14 21:15:18'); /*!40000 ALTER TABLE `shoop_coupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_coupon_category` -- DROP TABLE IF EXISTS `shoop_coupon_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_coupon_category` ( `coupon_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`coupon_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_coupon_category` -- LOCK TABLES `shoop_coupon_category` WRITE; /*!40000 ALTER TABLE `shoop_coupon_category` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_coupon_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_coupon_history` -- DROP TABLE IF EXISTS `shoop_coupon_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_coupon_history` ( `coupon_history_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`coupon_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_coupon_history` -- LOCK TABLES `shoop_coupon_history` WRITE; /*!40000 ALTER TABLE `shoop_coupon_history` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_coupon_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_coupon_product` -- DROP TABLE IF EXISTS `shoop_coupon_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_coupon_product` ( `coupon_product_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, PRIMARY KEY (`coupon_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_coupon_product` -- LOCK TABLES `shoop_coupon_product` WRITE; /*!40000 ALTER TABLE `shoop_coupon_product` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_coupon_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_currency` -- DROP TABLE IF EXISTS `shoop_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_currency` ( `currency_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` varchar(3) NOT NULL, `symbol_left` varchar(12) NOT NULL, `symbol_right` varchar(12) NOT NULL, `decimal_place` char(1) NOT NULL, `value` float(15,8) NOT NULL, `status` tinyint(1) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`currency_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_currency` -- LOCK TABLES `shoop_currency` WRITE; /*!40000 ALTER TABLE `shoop_currency` DISABLE KEYS */; INSERT INTO `shoop_currency` VALUES (1,'Pound Sterling','GBP','£','','2',0.61979997,1,'2011-07-16 10:30:52'),(2,'US Dollar','USD','$','','2',1.00000000,1,'2011-07-16 16:55:46'),(3,'Euro','EUR','','€','2',0.70660001,1,'2011-07-16 10:30:52'); /*!40000 ALTER TABLE `shoop_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_custom_field` -- DROP TABLE IF EXISTS `shoop_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_custom_field` ( `custom_field_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `value` text NOT NULL, `required` tinyint(1) NOT NULL, `location` varchar(32) NOT NULL, `position` int(3) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_custom_field` -- LOCK TABLES `shoop_custom_field` WRITE; /*!40000 ALTER TABLE `shoop_custom_field` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_custom_field_description` -- DROP TABLE IF EXISTS `shoop_custom_field_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_custom_field_description` ( `custom_field_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_custom_field_description` -- LOCK TABLES `shoop_custom_field_description` WRITE; /*!40000 ALTER TABLE `shoop_custom_field_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_custom_field_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_custom_field_to_customer_group` -- DROP TABLE IF EXISTS `shoop_custom_field_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_custom_field_to_customer_group` ( `custom_field_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`custom_field_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_custom_field_to_customer_group` -- LOCK TABLES `shoop_custom_field_to_customer_group` WRITE; /*!40000 ALTER TABLE `shoop_custom_field_to_customer_group` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_custom_field_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_custom_field_value` -- DROP TABLE IF EXISTS `shoop_custom_field_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_custom_field_value` ( `custom_field_value_id` int(11) NOT NULL auto_increment, `custom_field_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_custom_field_value` -- LOCK TABLES `shoop_custom_field_value` WRITE; /*!40000 ALTER TABLE `shoop_custom_field_value` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_custom_field_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_custom_field_value_description` -- DROP TABLE IF EXISTS `shoop_custom_field_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_custom_field_value_description` ( `custom_field_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_custom_field_value_description` -- LOCK TABLES `shoop_custom_field_value_description` WRITE; /*!40000 ALTER TABLE `shoop_custom_field_value_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_custom_field_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer` -- DROP TABLE IF EXISTS `shoop_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer` ( `customer_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `cart` text, `wishlist` text, `newsletter` tinyint(1) NOT NULL default '0', `address_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL default '0', `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `token` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer` -- LOCK TABLES `shoop_customer` WRITE; /*!40000 ALTER TABLE `shoop_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_ban_ip` -- DROP TABLE IF EXISTS `shoop_customer_ban_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_ban_ip` ( `customer_ban_ip_id` int(11) NOT NULL auto_increment, `ip` varchar(40) NOT NULL, PRIMARY KEY (`customer_ban_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_ban_ip` -- LOCK TABLES `shoop_customer_ban_ip` WRITE; /*!40000 ALTER TABLE `shoop_customer_ban_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_ban_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_field` -- DROP TABLE IF EXISTS `shoop_customer_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_field` ( `customer_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_field` -- LOCK TABLES `shoop_customer_field` WRITE; /*!40000 ALTER TABLE `shoop_customer_field` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_group` -- DROP TABLE IF EXISTS `shoop_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_group` ( `customer_group_id` int(11) NOT NULL auto_increment, `approval` int(1) NOT NULL, `company_id_display` int(1) NOT NULL, `company_id_required` int(1) NOT NULL, `tax_id_display` int(1) NOT NULL, `tax_id_required` int(1) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_group` -- LOCK TABLES `shoop_customer_group` WRITE; /*!40000 ALTER TABLE `shoop_customer_group` DISABLE KEYS */; INSERT INTO `shoop_customer_group` VALUES (1,0,1,0,0,1,1); /*!40000 ALTER TABLE `shoop_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_group_description` -- DROP TABLE IF EXISTS `shoop_customer_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_group_description` ( `customer_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`customer_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_group_description` -- LOCK TABLES `shoop_customer_group_description` WRITE; /*!40000 ALTER TABLE `shoop_customer_group_description` DISABLE KEYS */; INSERT INTO `shoop_customer_group_description` VALUES (1,1,'Default','test'); /*!40000 ALTER TABLE `shoop_customer_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_history` -- DROP TABLE IF EXISTS `shoop_customer_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_history` ( `customer_history_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_history` -- LOCK TABLES `shoop_customer_history` WRITE; /*!40000 ALTER TABLE `shoop_customer_history` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_ip` -- DROP TABLE IF EXISTS `shoop_customer_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_ip` ( `customer_ip_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_ip` -- LOCK TABLES `shoop_customer_ip` WRITE; /*!40000 ALTER TABLE `shoop_customer_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_online` -- DROP TABLE IF EXISTS `shoop_customer_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_online` ( `ip` varchar(40) NOT NULL, `customer_id` int(11) NOT NULL, `url` text NOT NULL, `referer` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_online` -- LOCK TABLES `shoop_customer_online` WRITE; /*!40000 ALTER TABLE `shoop_customer_online` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_reward` -- DROP TABLE IF EXISTS `shoop_customer_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_reward` ( `customer_reward_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `description` text NOT NULL, `points` int(8) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_reward_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_reward` -- LOCK TABLES `shoop_customer_reward` WRITE; /*!40000 ALTER TABLE `shoop_customer_reward` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_customer_transaction` -- DROP TABLE IF EXISTS `shoop_customer_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_customer_transaction` ( `customer_transaction_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_customer_transaction` -- LOCK TABLES `shoop_customer_transaction` WRITE; /*!40000 ALTER TABLE `shoop_customer_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_customer_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_download` -- DROP TABLE IF EXISTS `shoop_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_download` ( `download_id` int(11) NOT NULL auto_increment, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_download` -- LOCK TABLES `shoop_download` WRITE; /*!40000 ALTER TABLE `shoop_download` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_download_description` -- DROP TABLE IF EXISTS `shoop_download_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_download_description` ( `download_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`download_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_download_description` -- LOCK TABLES `shoop_download_description` WRITE; /*!40000 ALTER TABLE `shoop_download_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_download_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_extension` -- DROP TABLE IF EXISTS `shoop_extension`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_extension` ( `extension_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `code` varchar(32) NOT NULL, PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_extension` -- LOCK TABLES `shoop_extension` WRITE; /*!40000 ALTER TABLE `shoop_extension` DISABLE KEYS */; INSERT INTO `shoop_extension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(387,'shipping','flat'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(411,'module','affiliate'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'); /*!40000 ALTER TABLE `shoop_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_filter` -- DROP TABLE IF EXISTS `shoop_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_filter` ( `filter_id` int(11) NOT NULL auto_increment, `filter_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_filter` -- LOCK TABLES `shoop_filter` WRITE; /*!40000 ALTER TABLE `shoop_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_filter_description` -- DROP TABLE IF EXISTS `shoop_filter_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_filter_description` ( `filter_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `filter_group_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_filter_description` -- LOCK TABLES `shoop_filter_description` WRITE; /*!40000 ALTER TABLE `shoop_filter_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_filter_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_filter_group` -- DROP TABLE IF EXISTS `shoop_filter_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_filter_group` ( `filter_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_filter_group` -- LOCK TABLES `shoop_filter_group` WRITE; /*!40000 ALTER TABLE `shoop_filter_group` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_filter_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_filter_group_description` -- DROP TABLE IF EXISTS `shoop_filter_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_filter_group_description` ( `filter_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_filter_group_description` -- LOCK TABLES `shoop_filter_group_description` WRITE; /*!40000 ALTER TABLE `shoop_filter_group_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_filter_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_geo_zone` -- DROP TABLE IF EXISTS `shoop_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_geo_zone` ( `geo_zone_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_geo_zone` -- LOCK TABLES `shoop_geo_zone` WRITE; /*!40000 ALTER TABLE `shoop_geo_zone` DISABLE KEYS */; INSERT INTO `shoop_geo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53'); /*!40000 ALTER TABLE `shoop_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_information` -- DROP TABLE IF EXISTS `shoop_information`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_information` ( `information_id` int(11) NOT NULL auto_increment, `bottom` int(1) NOT NULL default '0', `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`information_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_information` -- LOCK TABLES `shoop_information` WRITE; /*!40000 ALTER TABLE `shoop_information` DISABLE KEYS */; INSERT INTO `shoop_information` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1); /*!40000 ALTER TABLE `shoop_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_information_description` -- DROP TABLE IF EXISTS `shoop_information_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_information_description` ( `information_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`information_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_information_description` -- LOCK TABLES `shoop_information_description` WRITE; /*!40000 ALTER TABLE `shoop_information_description` DISABLE KEYS */; INSERT INTO `shoop_information_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n'),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n'),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n'),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n'); /*!40000 ALTER TABLE `shoop_information_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_information_to_layout` -- DROP TABLE IF EXISTS `shoop_information_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_information_to_layout` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_information_to_layout` -- LOCK TABLES `shoop_information_to_layout` WRITE; /*!40000 ALTER TABLE `shoop_information_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_information_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_information_to_store` -- DROP TABLE IF EXISTS `shoop_information_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_information_to_store` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_information_to_store` -- LOCK TABLES `shoop_information_to_store` WRITE; /*!40000 ALTER TABLE `shoop_information_to_store` DISABLE KEYS */; INSERT INTO `shoop_information_to_store` VALUES (3,0),(4,0),(5,0),(6,0); /*!40000 ALTER TABLE `shoop_information_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_language` -- DROP TABLE IF EXISTS `shoop_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_language` ( `language_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` varchar(5) NOT NULL, `locale` varchar(255) NOT NULL, `image` varchar(64) NOT NULL, `directory` varchar(32) NOT NULL, `filename` varchar(64) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_language` -- LOCK TABLES `shoop_language` WRITE; /*!40000 ALTER TABLE `shoop_language` DISABLE KEYS */; INSERT INTO `shoop_language` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','gb.png','english','english',1,1); /*!40000 ALTER TABLE `shoop_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_layout` -- DROP TABLE IF EXISTS `shoop_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_layout` ( `layout_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, PRIMARY KEY (`layout_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_layout` -- LOCK TABLES `shoop_layout` WRITE; /*!40000 ALTER TABLE `shoop_layout` DISABLE KEYS */; INSERT INTO `shoop_layout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'); /*!40000 ALTER TABLE `shoop_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_layout_route` -- DROP TABLE IF EXISTS `shoop_layout_route`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_layout_route` ( `layout_route_id` int(11) NOT NULL auto_increment, `layout_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `route` varchar(255) NOT NULL, PRIMARY KEY (`layout_route_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_layout_route` -- LOCK TABLES `shoop_layout_route` WRITE; /*!40000 ALTER TABLE `shoop_layout_route` DISABLE KEYS */; INSERT INTO `shoop_layout_route` VALUES (30,6,0,'account'),(17,10,0,'affiliate/'),(29,3,0,'product/category'),(26,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(22,5,0,'product/manufacturer'),(23,7,0,'checkout/'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'); /*!40000 ALTER TABLE `shoop_layout_route` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_length_class` -- DROP TABLE IF EXISTS `shoop_length_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_length_class` ( `length_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL, PRIMARY KEY (`length_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_length_class` -- LOCK TABLES `shoop_length_class` WRITE; /*!40000 ALTER TABLE `shoop_length_class` DISABLE KEYS */; INSERT INTO `shoop_length_class` VALUES (1,'1.00000000'),(2,'10.00000000'),(3,'0.39370000'); /*!40000 ALTER TABLE `shoop_length_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_length_class_description` -- DROP TABLE IF EXISTS `shoop_length_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_length_class_description` ( `length_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`length_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_length_class_description` -- LOCK TABLES `shoop_length_class_description` WRITE; /*!40000 ALTER TABLE `shoop_length_class_description` DISABLE KEYS */; INSERT INTO `shoop_length_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in'); /*!40000 ALTER TABLE `shoop_length_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_manufacturer` -- DROP TABLE IF EXISTS `shoop_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_manufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_manufacturer` -- LOCK TABLES `shoop_manufacturer` WRITE; /*!40000 ALTER TABLE `shoop_manufacturer` DISABLE KEYS */; INSERT INTO `shoop_manufacturer` VALUES (5,'HTC','data/demo/htc_logo.jpg',0),(6,'Palm','data/demo/palm_logo.jpg',0),(7,'Hewlett-Packard','data/demo/hp_logo.jpg',0),(8,'Apple','data/demo/apple_logo.jpg',0),(9,'Canon','data/demo/canon_logo.jpg',0),(10,'Sony','data/demo/sony_logo.jpg',0); /*!40000 ALTER TABLE `shoop_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_manufacturer_to_store` -- DROP TABLE IF EXISTS `shoop_manufacturer_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_manufacturer_to_store` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_manufacturer_to_store` -- LOCK TABLES `shoop_manufacturer_to_store` WRITE; /*!40000 ALTER TABLE `shoop_manufacturer_to_store` DISABLE KEYS */; INSERT INTO `shoop_manufacturer_to_store` VALUES (5,0),(6,0),(7,0),(8,0),(9,0),(10,0); /*!40000 ALTER TABLE `shoop_manufacturer_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_option` -- DROP TABLE IF EXISTS `shoop_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_option` ( `option_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_option` -- LOCK TABLES `shoop_option` WRITE; /*!40000 ALTER TABLE `shoop_option` DISABLE KEYS */; INSERT INTO `shoop_option` VALUES (1,'radio',2),(2,'checkbox',3),(4,'text',4),(5,'select',1),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',1),(12,'date',1); /*!40000 ALTER TABLE `shoop_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_option_description` -- DROP TABLE IF EXISTS `shoop_option_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_option_description` ( `option_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_option_description` -- LOCK TABLES `shoop_option_description` WRITE; /*!40000 ALTER TABLE `shoop_option_description` DISABLE KEYS */; INSERT INTO `shoop_option_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size'); /*!40000 ALTER TABLE `shoop_option_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_option_value` -- DROP TABLE IF EXISTS `shoop_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_option_value` ( `option_value_id` int(11) NOT NULL auto_increment, `option_id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_option_value` -- LOCK TABLES `shoop_option_value` WRITE; /*!40000 ALTER TABLE `shoop_option_value` DISABLE KEYS */; INSERT INTO `shoop_option_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3); /*!40000 ALTER TABLE `shoop_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_option_value_description` -- DROP TABLE IF EXISTS `shoop_option_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_option_value_description` ( `option_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_option_value_description` -- LOCK TABLES `shoop_option_value_description` WRITE; /*!40000 ALTER TABLE `shoop_option_value_description` DISABLE KEYS */; INSERT INTO `shoop_option_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small'); /*!40000 ALTER TABLE `shoop_option_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order` -- DROP TABLE IF EXISTS `shoop_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order` ( `order_id` int(11) NOT NULL auto_increment, `invoice_no` int(11) NOT NULL default '0', `invoice_prefix` varchar(26) NOT NULL, `store_id` int(11) NOT NULL default '0', `store_name` varchar(64) NOT NULL, `store_url` varchar(255) NOT NULL, `customer_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `payment_firstname` varchar(32) NOT NULL, `payment_lastname` varchar(32) NOT NULL, `payment_company` varchar(32) NOT NULL, `payment_company_id` varchar(32) NOT NULL, `payment_tax_id` varchar(32) NOT NULL, `payment_address_1` varchar(128) NOT NULL, `payment_address_2` varchar(128) NOT NULL, `payment_city` varchar(128) NOT NULL, `payment_postcode` varchar(10) NOT NULL, `payment_country` varchar(128) NOT NULL, `payment_country_id` int(11) NOT NULL, `payment_zone` varchar(128) NOT NULL, `payment_zone_id` int(11) NOT NULL, `payment_address_format` text NOT NULL, `payment_method` varchar(128) NOT NULL, `payment_code` varchar(128) NOT NULL, `shipping_firstname` varchar(32) NOT NULL, `shipping_lastname` varchar(32) NOT NULL, `shipping_company` varchar(32) NOT NULL, `shipping_address_1` varchar(128) NOT NULL, `shipping_address_2` varchar(128) NOT NULL, `shipping_city` varchar(128) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_country` varchar(128) NOT NULL, `shipping_country_id` int(11) NOT NULL, `shipping_zone` varchar(128) NOT NULL, `shipping_zone_id` int(11) NOT NULL, `shipping_address_format` text NOT NULL, `shipping_method` varchar(128) NOT NULL, `shipping_code` varchar(128) NOT NULL, `comment` text NOT NULL, `total` decimal(15,4) NOT NULL default '0.0000', `order_status_id` int(11) NOT NULL default '0', `affiliate_id` int(11) NOT NULL, `commission` decimal(15,4) NOT NULL, `language_id` int(11) NOT NULL, `currency_id` int(11) NOT NULL, `currency_code` varchar(3) NOT NULL, `currency_value` decimal(15,8) NOT NULL default '1.00000000', `ip` varchar(40) NOT NULL, `forwarded_ip` varchar(40) NOT NULL, `user_agent` varchar(255) NOT NULL, `accept_language` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order` -- LOCK TABLES `shoop_order` WRITE; /*!40000 ALTER TABLE `shoop_order` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_download` -- DROP TABLE IF EXISTS `shoop_order_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_download` ( `order_download_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(3) NOT NULL default '0', PRIMARY KEY (`order_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_download` -- LOCK TABLES `shoop_order_download` WRITE; /*!40000 ALTER TABLE `shoop_order_download` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_field` -- DROP TABLE IF EXISTS `shoop_order_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_field` ( `order_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_field` -- LOCK TABLES `shoop_order_field` WRITE; /*!40000 ALTER TABLE `shoop_order_field` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_fraud` -- DROP TABLE IF EXISTS `shoop_order_fraud`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_fraud` ( `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `country_match` varchar(3) NOT NULL, `country_code` varchar(2) NOT NULL, `high_risk_country` varchar(3) NOT NULL, `distance` int(11) NOT NULL, `ip_region` varchar(255) NOT NULL, `ip_city` varchar(255) NOT NULL, `ip_latitude` decimal(10,6) NOT NULL, `ip_longitude` decimal(10,6) NOT NULL, `ip_isp` varchar(255) NOT NULL, `ip_org` varchar(255) NOT NULL, `ip_asnum` int(11) NOT NULL, `ip_user_type` varchar(255) NOT NULL, `ip_country_confidence` varchar(3) NOT NULL, `ip_region_confidence` varchar(3) NOT NULL, `ip_city_confidence` varchar(3) NOT NULL, `ip_postal_confidence` varchar(3) NOT NULL, `ip_postal_code` varchar(10) NOT NULL, `ip_accuracy_radius` int(11) NOT NULL, `ip_net_speed_cell` varchar(255) NOT NULL, `ip_metro_code` int(3) NOT NULL, `ip_area_code` int(3) NOT NULL, `ip_time_zone` varchar(255) NOT NULL, `ip_region_name` varchar(255) NOT NULL, `ip_domain` varchar(255) NOT NULL, `ip_country_name` varchar(255) NOT NULL, `ip_continent_code` varchar(2) NOT NULL, `ip_corporate_proxy` varchar(3) NOT NULL, `anonymous_proxy` varchar(3) NOT NULL, `proxy_score` int(3) NOT NULL, `is_trans_proxy` varchar(3) NOT NULL, `free_mail` varchar(3) NOT NULL, `carder_email` varchar(3) NOT NULL, `high_risk_username` varchar(3) NOT NULL, `high_risk_password` varchar(3) NOT NULL, `bin_match` varchar(10) NOT NULL, `bin_country` varchar(2) NOT NULL, `bin_name_match` varchar(3) NOT NULL, `bin_name` varchar(255) NOT NULL, `bin_phone_match` varchar(3) NOT NULL, `bin_phone` varchar(32) NOT NULL, `customer_phone_in_billing_location` varchar(8) NOT NULL, `ship_forward` varchar(3) NOT NULL, `city_postal_match` varchar(3) NOT NULL, `ship_city_postal_match` varchar(3) NOT NULL, `score` decimal(10,5) NOT NULL, `explanation` text NOT NULL, `risk_score` decimal(10,5) NOT NULL, `queries_remaining` int(11) NOT NULL, `maxmind_id` varchar(8) NOT NULL, `error` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_fraud` -- LOCK TABLES `shoop_order_fraud` WRITE; /*!40000 ALTER TABLE `shoop_order_fraud` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_fraud` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_history` -- DROP TABLE IF EXISTS `shoop_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_history` ( `order_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_status_id` int(5) NOT NULL, `notify` tinyint(1) NOT NULL default '0', `comment` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_history` -- LOCK TABLES `shoop_order_history` WRITE; /*!40000 ALTER TABLE `shoop_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_option` -- DROP TABLE IF EXISTS `shoop_order_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_option` ( `order_option_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `product_option_id` int(11) NOT NULL, `product_option_value_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `value` text NOT NULL, `type` varchar(32) NOT NULL, PRIMARY KEY (`order_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_option` -- LOCK TABLES `shoop_order_option` WRITE; /*!40000 ALTER TABLE `shoop_order_option` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_product` -- DROP TABLE IF EXISTS `shoop_order_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_product` ( `order_product_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `price` decimal(15,4) NOT NULL default '0.0000', `total` decimal(15,4) NOT NULL default '0.0000', `tax` decimal(15,4) NOT NULL default '0.0000', `reward` int(8) NOT NULL, PRIMARY KEY (`order_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_product` -- LOCK TABLES `shoop_order_product` WRITE; /*!40000 ALTER TABLE `shoop_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_recurring` -- DROP TABLE IF EXISTS `shoop_order_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_recurring` ( `order_recurring_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(4) NOT NULL, `product_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `profile_name` varchar(255) NOT NULL, `profile_description` varchar(255) NOT NULL, `recurring_frequency` varchar(25) NOT NULL, `recurring_cycle` smallint(6) NOT NULL, `recurring_duration` smallint(6) NOT NULL, `recurring_price` decimal(10,4) NOT NULL, `trial` tinyint(1) NOT NULL, `trial_frequency` varchar(25) NOT NULL, `trial_cycle` smallint(6) NOT NULL, `trial_duration` smallint(6) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `profile_reference` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_recurring` -- LOCK TABLES `shoop_order_recurring` WRITE; /*!40000 ALTER TABLE `shoop_order_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_recurring_transaction` -- DROP TABLE IF EXISTS `shoop_order_recurring_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_recurring_transaction` ( `order_recurring_transaction_id` int(11) NOT NULL auto_increment, `order_recurring_id` int(11) NOT NULL, `created` datetime NOT NULL, `amount` decimal(10,4) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_recurring_transaction` -- LOCK TABLES `shoop_order_recurring_transaction` WRITE; /*!40000 ALTER TABLE `shoop_order_recurring_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_recurring_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_status` -- DROP TABLE IF EXISTS `shoop_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_status` ( `order_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`order_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_status` -- LOCK TABLES `shoop_order_status` WRITE; /*!40000 ALTER TABLE `shoop_order_status` DISABLE KEYS */; INSERT INTO `shoop_order_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired'); /*!40000 ALTER TABLE `shoop_order_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_total` -- DROP TABLE IF EXISTS `shoop_order_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_total` ( `order_total_id` int(10) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(32) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL default '0.0000', `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_total_id`), KEY `idx_orders_total_orders_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_total` -- LOCK TABLES `shoop_order_total` WRITE; /*!40000 ALTER TABLE `shoop_order_total` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_order_voucher` -- DROP TABLE IF EXISTS `shoop_order_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_order_voucher` ( `order_voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `voucher_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, PRIMARY KEY (`order_voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_order_voucher` -- LOCK TABLES `shoop_order_voucher` WRITE; /*!40000 ALTER TABLE `shoop_order_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_order_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product` -- DROP TABLE IF EXISTS `shoop_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product` ( `product_id` int(11) NOT NULL auto_increment, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL default '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) default NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `points` int(8) NOT NULL default '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL default '0.00000000', `weight_class_id` int(11) NOT NULL default '0', `length` decimal(15,8) NOT NULL default '0.00000000', `width` decimal(15,8) NOT NULL default '0.00000000', `height` decimal(15,8) NOT NULL default '0.00000000', `length_class_id` int(11) NOT NULL default '0', `subtract` tinyint(1) NOT NULL default '1', `minimum` int(11) NOT NULL default '1', `sort_order` int(11) NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `viewed` int(5) NOT NULL default '0', PRIMARY KEY (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product` -- LOCK TABLES `shoop_product` WRITE; /*!40000 ALTER TABLE `shoop_product` DISABLE KEYS */; INSERT INTO `shoop_product` VALUES (28,'Product 1','','','','','','','',939,7,'data/demo/htc_touch_hd_1.jpg',5,1,'100.0000',200,9,'2009-02-03','146.40000000',2,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:06:50','2011-09-30 01:05:39',0),(29,'Product 2','','','','','','','',999,6,'data/demo/palm_treo_pro_1.jpg',6,1,'279.9900',0,9,'2009-02-03','133.00000000',2,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 16:42:17','2011-09-30 01:06:08',0),(30,'Product 3','','','','','','','',7,6,'data/demo/canon_eos_5d_1.jpg',9,1,'100.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:59:00','2011-09-30 01:05:23',0),(31,'Product 4','','','','','','','',1000,6,'data/demo/nikon_d300_1.jpg',0,1,'80.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 17:00:10','2011-09-30 01:06:00',0),(32,'Product 5','','','','','','','',999,6,'data/demo/ipod_touch_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 17:07:26','2011-09-30 01:07:22',0),(33,'Product 6','','','','','','','',1000,6,'data/demo/samsung_syncmaster_941bw.jpg',0,1,'200.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 17:08:31','2011-09-30 01:06:29',0),(34,'Product 7','','','','','','','',1000,6,'data/demo/ipod_shuffle_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:07:54','2011-09-30 01:07:17',0),(35,'Product 8','','','','','','','',1000,5,'',0,0,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 18:08:31','2011-09-30 01:06:17',0),(36,'Product 9','','','','','','','',994,6,'data/demo/ipod_nano_1.jpg',8,0,'100.0000',100,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:09:19','2011-09-30 01:07:12',0),(40,'product 11','','','','','','','',970,5,'data/demo/iphone_1.jpg',8,1,'101.0000',0,9,'2009-02-03','10.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:12','2011-09-30 01:06:53',0),(41,'Product 14','','','','','','','',977,5,'data/demo/imac_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:26','2011-09-30 01:06:44',0),(42,'Product 15','','','','','','','',990,5,'data/demo/apple_cinema_30.jpg',8,1,'100.0000',400,9,'2009-02-04','12.50000000',1,'1.00000000','2.00000000','3.00000000',1,1,2,0,1,'2009-02-03 21:07:37','2011-09-30 00:46:19',0),(43,'Product 16','','','','','','','',929,5,'data/demo/macbook_1.jpg',8,0,'500.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:07:49','2011-09-30 01:05:46',0),(44,'Product 17','','','','','','','',1000,5,'data/demo/macbook_air_1.jpg',8,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:00','2011-09-30 01:05:53',0),(45,'Product 18','','','','','','','',998,5,'data/demo/macbook_pro_1.jpg',8,1,'2000.0000',0,100,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:17','2011-09-15 22:22:01',0),(46,'Product 19','','','','','','','',1000,5,'data/demo/sony_vaio_1.jpg',10,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:29','2011-09-30 01:06:39',0),(47,'Product 21','','','','','','','',1000,5,'data/demo/hp_1.jpg',7,1,'100.0000',400,9,'2009-02-03','1.00000000',1,'0.00000000','0.00000000','0.00000000',1,0,1,0,1,'2009-02-03 21:08:40','2011-09-30 01:05:28',0),(48,'product 20','test 1','','','','','','test 2',995,5,'data/demo/ipod_classic_1.jpg',8,1,'100.0000',0,9,'2009-02-08','1.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-08 17:21:51','2011-09-30 01:07:06',0),(49,'SAM1','','','','','','','',0,8,'data/demo/samsung_tab_1.jpg',0,1,'199.9900',0,9,'2011-04-25','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,1,1,'2011-04-26 08:57:34','2011-09-30 01:06:23',0); /*!40000 ALTER TABLE `shoop_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_attribute` -- DROP TABLE IF EXISTS `shoop_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_attribute` ( `product_id` int(11) NOT NULL, `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`product_id`,`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_attribute` -- LOCK TABLES `shoop_product_attribute` WRITE; /*!40000 ALTER TABLE `shoop_product_attribute` DISABLE KEYS */; INSERT INTO `shoop_product_attribute` VALUES (43,2,1,'1'),(47,4,1,'16GB'),(43,4,1,'8gb'),(42,3,1,'100mhz'),(47,2,1,'4'); /*!40000 ALTER TABLE `shoop_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_description` -- DROP TABLE IF EXISTS `shoop_product_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`product_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_description` -- LOCK TABLES `shoop_product_description` WRITE; /*!40000 ALTER TABLE `shoop_product_description` DISABLE KEYS */; INSERT INTO `shoop_product_description` VALUES (35,1,'Product 8','<p>\r\n Product 8</p>\r\n','','',''),(48,1,'iPod Classic','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <strong>More room to move.</strong></p>\r\n <p>\r\n With 80GB or 160GB of storage and up to 40 hours of battery life, the new iPod classic lets you enjoy up to 40,000 songs or up to 200 hours of video or any combination wherever you go.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.</p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleeker design.</strong></p>\r\n <p>\r\n Beautiful, durable, and sleeker than ever, iPod classic now features an anodized aluminum and polished stainless steel enclosure with rounded edges.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(40,1,'iPhone','<p class="intro">\r\n iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.</p>\r\n','','',''),(28,1,'HTC Touch HD','<p>\r\n HTC Touch - in High Definition. Watch music videos and streaming content in awe-inspiring high definition clarity for a mobile experience you never thought possible. Seductively sleek, the HTC Touch HD provides the next generation of mobile functionality, all at a simple touch. Fully integrated with Windows Mobile Professional 6.1, ultrafast 3.5G, GPS, 5MP camera, plus lots more - all delivered on a breathtakingly crisp 3.8&quot; WVGA touchscreen - you can take control of your mobile world with the HTC Touch HD.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Processor Qualcomm&reg; MSM 7201A&trade; 528 MHz</li>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Operating System</li>\r\n <li>\r\n Memory: 512 MB ROM, 288 MB RAM</li>\r\n <li>\r\n Dimensions: 115 mm x 62.8 mm x 12 mm / 146.4 grams</li>\r\n <li>\r\n 3.8-inch TFT-LCD flat touch-sensitive screen with 480 x 800 WVGA resolution</li>\r\n <li>\r\n HSDPA/WCDMA: Europe/Asia: 900/2100 MHz; Up to 2 Mbps up-link and 7.2 Mbps down-link speeds</li>\r\n <li>\r\n Quad-band GSM/GPRS/EDGE: Europe/Asia: 850/900/1800/1900 MHz (Band frequency, HSUPA availability, and data speed are operator dependent.)</li>\r\n <li>\r\n Device Control via HTC TouchFLO&trade; 3D &amp; Touch-sensitive front panel buttons</li>\r\n <li>\r\n GPS and A-GPS ready</li>\r\n <li>\r\n Bluetooth&reg; 2.0 with Enhanced Data Rate and A2DP for wireless stereo headsets</li>\r\n <li>\r\n Wi-Fi&reg;: IEEE 802.11 b/g</li>\r\n <li>\r\n HTC ExtUSB&trade; (11-pin mini-USB 2.0)</li>\r\n <li>\r\n 5 megapixel color camera with auto focus</li>\r\n <li>\r\n VGA CMOS color camera</li>\r\n <li>\r\n Built-in 3.5 mm audio jack, microphone, speaker, and FM radio</li>\r\n <li>\r\n Ring tone formats: AAC, AAC+, eAAC+, AMR-NB, AMR-WB, QCP, MP3, WMA, WAV</li>\r\n <li>\r\n 40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</li>\r\n <li>\r\n Rechargeable Lithium-ion or Lithium-ion polymer 1350 mAh battery</li>\r\n <li>\r\n Expansion Slot: microSD&trade; memory card (SD 2.0 compatible)</li>\r\n <li>\r\n AC Adapter Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz DC output: 5V and 1A</li>\r\n <li>\r\n Special Features: FM Radio, G-Sensor</li>\r\n</ul>\r\n','','',''),(44,1,'MacBook Air','<div>\r\n MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don&rsquo;t lose inches and pounds overnight. It&rsquo;s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.</div>\r\n','','',''),(45,1,'MacBook Pro','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <b>Latest Intel mobile architecture</b></p>\r\n <p>\r\n Powered by the most advanced mobile processors from Intel, the new Core 2 Duo MacBook Pro is over 50% faster than the original Core Duo MacBook Pro and now supports up to 4GB of RAM.</p>\r\n <p>\r\n <b>Leading-edge graphics</b></p>\r\n <p>\r\n The NVIDIA GeForce 8600M GT delivers exceptional graphics processing power. For the ultimate creative canvas, you can even configure the 17-inch model with a 1920-by-1200 resolution display.</p>\r\n <p>\r\n <b>Designed for life on the road</b></p>\r\n <p>\r\n Innovations such as a magnetic power connection and an illuminated keyboard with ambient light sensor put the MacBook Pro in a class by itself.</p>\r\n <p>\r\n <b>Connect. Create. Communicate.</b></p>\r\n <p>\r\n Quickly set up a video conference with the built-in iSight camera. Control presentations and media from up to 30 feet away with the included Apple Remote. Connect to high-bandwidth peripherals with FireWire 800 and DVI.</p>\r\n <p>\r\n <b>Next-generation wireless</b></p>\r\n <p>\r\n Featuring 802.11n wireless technology, the MacBook Pro delivers up to five times the performance and up to twice the range of previous-generation technologies.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(29,1,'Palm Treo Pro','<p>\r\n Redefine your workday with the Palm Treo Pro smartphone. Perfectly balanced, you can respond to business and personal email, stay on top of appointments and contacts, and use Wi-Fi or GPS when you&rsquo;re out and about. Then watch a video on YouTube, catch up with news and sports on the web, or listen to a few songs. Balance your work and play the way you like it, with the Palm Treo Pro.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Edition</li>\r\n <li>\r\n Qualcomm&reg; MSM7201 400MHz Processor</li>\r\n <li>\r\n 320x320 transflective colour TFT touchscreen</li>\r\n <li>\r\n HSDPA/UMTS/EDGE/GPRS/GSM radio</li>\r\n <li>\r\n Tri-band UMTS &mdash; 850MHz, 1900MHz, 2100MHz</li>\r\n <li>\r\n Quad-band GSM &mdash; 850/900/1800/1900</li>\r\n <li>\r\n 802.11b/g with WPA, WPA2, and 801.1x authentication</li>\r\n <li>\r\n Built-in GPS</li>\r\n <li>\r\n Bluetooth Version: 2.0 + Enhanced Data Rate</li>\r\n <li>\r\n 256MB storage (100MB user available), 128MB RAM</li>\r\n <li>\r\n 2.0 megapixel camera, up to 8x digital zoom and video capture</li>\r\n <li>\r\n Removable, rechargeable 1500mAh lithium-ion battery</li>\r\n <li>\r\n Up to 5.0 hours talk time and up to 250 hours standby</li>\r\n <li>\r\n MicroSDHC card expansion (up to 32GB supported)</li>\r\n <li>\r\n MicroUSB 2.0 for synchronization and charging</li>\r\n <li>\r\n 3.5mm stereo headset jack</li>\r\n <li>\r\n 60mm (W) x 114mm (L) x 13.5mm (D) / 133g</li>\r\n</ul>\r\n','','',''),(36,1,'iPod Nano','<div>\r\n <p>\r\n <strong>Video in your pocket.</strong></p>\r\n <p>\r\n Its the small iPod with one very big idea: video. The worlds most popular music player now lets you enjoy movies, TV shows, and more on a two-inch display thats 65% brighter than before.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.<strong>&nbsp;</strong></p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleek and colorful.</strong></p>\r\n <p>\r\n With an anodized aluminum and polished stainless steel enclosure and a choice of five colors, iPod nano is dressed to impress.</p>\r\n <p>\r\n <strong>iTunes.</strong></p>\r\n <p>\r\n Available as a free download, iTunes makes it easy to browse and buy millions of songs, movies, TV shows, audiobooks, and games and download free podcasts all at the iTunes Store. And you can import your own music, manage your whole media library, and sync your iPod or iPhone with ease.</p>\r\n</div>\r\n','','',''),(46,1,'Sony VAIO','<div>\r\n Unprecedented power. The next generation of processing technology has arrived. Built into the newest VAIO notebooks lies Intel&#39;s latest, most powerful innovation yet: Intel&reg; Centrino&reg; 2 processor technology. Boasting incredible speed, expanded wireless connectivity, enhanced multimedia support and greater energy efficiency, all the high-performance essentials are seamlessly combined into a single chip.</div>\r\n','','',''),(47,1,'HP LP3065','<p>\r\n Stop your co-workers in their tracks with the stunning new 30-inch diagonal HP LP3065 Flat Panel Monitor. This flagship monitor features best-in-class performance and presentation features on a huge wide-aspect screen while letting you work as comfortably as possible - you might even forget you&#39;re at the office</p>\r\n','','',''),(32,1,'iPod Touch','<p>\r\n <strong>Revolutionary multi-touch interface.</strong><br />\r\n iPod touch features the same multi-touch screen technology as iPhone. Pinch to zoom in on a photo. Scroll through your songs and videos with a flick. Flip through your library by album artwork with Cover Flow.</p>\r\n<p>\r\n <strong>Gorgeous 3.5-inch widescreen display.</strong><br />\r\n Watch your movies, TV shows, and photos come alive with bright, vivid color on the 320-by-480-pixel display.</p>\r\n<p>\r\n <strong>Music downloads straight from iTunes.</strong><br />\r\n Shop the iTunes Wi-Fi Music Store from anywhere with Wi-Fi.1 Browse or search to find the music youre looking for, preview it, and buy it with just a tap.</p>\r\n<p>\r\n <strong>Surf the web with Wi-Fi.</strong><br />\r\n Browse the web using Safari and watch YouTube videos on the first iPod with Wi-Fi built in<br />\r\n &nbsp;</p>\r\n','','',''),(41,1,'iMac','<div>\r\n Just when you thought iMac had everything, now there´s even more. More powerful Intel Core 2 Duo processors. And more memory standard. Combine this with Mac OS X Leopard and iLife ´08, and it´s more all-in-one than ever. iMac packs amazing performance into a stunningly slim space.</div>\r\n','','',''),(33,1,'Samsung SyncMaster 941BW','<div>\r\n Imagine the advantages of going big without slowing down. The big 19&quot; 941BW monitor combines wide aspect ratio with fast pixel response time, for bigger images, more room to work and crisp motion. In addition, the exclusive MagicBright 2, MagicColor and MagicTune technologies help deliver the ideal image in every situation, while sleek, narrow bezels and adjustable stands deliver style just the way you want it. With the Samsung 941BW widescreen analog/digital LCD monitor, it&#39;s not hard to imagine.</div>\r\n','','',''),(34,1,'iPod Shuffle','<div>\r\n <strong>Born to be worn.</strong>\r\n <p>\r\n Clip on the worlds most wearable music player and take up to 240 songs with you anywhere. Choose from five colors including four new hues to make your musical fashion statement.</p>\r\n <p>\r\n <strong>Random meets rhythm.</strong></p>\r\n <p>\r\n With iTunes autofill, iPod shuffle can deliver a new musical experience every time you sync. For more randomness, you can shuffle songs during playback with the slide of a switch.</p>\r\n <strong>Everything is easy.</strong>\r\n <p>\r\n Charge and sync with the included USB dock. Operate the iPod shuffle controls with one hand. Enjoy up to 12 hours straight of skip-free music playback.</p>\r\n</div>\r\n','','',''),(43,1,'MacBook','<div>\r\n <p>\r\n <b>Intel Core 2 Duo processor</b></p>\r\n <p>\r\n Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.</p>\r\n <p>\r\n <b>1GB memory, larger hard drives</b></p>\r\n <p>\r\n The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.</p>\r\n <p>\r\n <b>Sleek, 1.08-inch-thin design</b></p>\r\n <p>\r\n MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.</p>\r\n <p>\r\n <b>Built-in iSight camera</b></p>\r\n <p>\r\n Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth</p>\r\n</div>\r\n','','',''),(31,1,'Nikon D300','<div class="cpt_product_description ">\r\n <div>\r\n Engineered with pro-level features and performance, the 12.3-effective-megapixel D300 combines brand new technologies with advanced features inherited from Nikon&#39;s newly announced D3 professional digital SLR camera to offer serious photographers remarkable performance combined with agility.<br />\r\n <br />\r\n Similar to the D3, the D300 features Nikon&#39;s exclusive EXPEED Image Processing System that is central to driving the speed and processing power needed for many of the camera&#39;s new features. The D300 features a new 51-point autofocus system with Nikon&#39;s 3D Focus Tracking feature and two new LiveView shooting modes that allow users to frame a photograph using the camera&#39;s high-resolution LCD monitor. The D300 shares a similar Scene Recognition System as is found in the D3; it promises to greatly enhance the accuracy of autofocus, autoexposure, and auto white balance by recognizing the subject or scene being photographed and applying this information to the calculations for the three functions.<br />\r\n <br />\r\n The D300 reacts with lightning speed, powering up in a mere 0.13 seconds and shooting with an imperceptible 45-millisecond shutter release lag time. The D300 is capable of shooting at a rapid six frames per second and can go as fast as eight frames per second when using the optional MB-D10 multi-power battery pack. In continuous bursts, the D300 can shoot up to 100 shots at full 12.3-megapixel resolution. (NORMAL-LARGE image setting, using a SanDisk Extreme IV 1GB CompactFlash card.)<br />\r\n <br />\r\n The D300 incorporates a range of innovative technologies and features that will significantly improve the accuracy, control, and performance photographers can get from their equipment. Its new Scene Recognition System advances the use of Nikon&#39;s acclaimed 1,005-segment sensor to recognize colors and light patterns that help the camera determine the subject and the type of scene being photographed before a picture is taken. This information is used to improve the accuracy of autofocus, autoexposure, and auto white balance functions in the D300. For example, the camera can track moving subjects better and by identifying them, it can also automatically select focus points faster and with greater accuracy. It can also analyze highlights and more accurately determine exposure, as well as infer light sources to deliver more accurate white balance detection.</div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(49,1,'Samsung Galaxy Tab 10.1','<p>\r\n Samsung Galaxy Tab 10.1, is the world&rsquo;s thinnest tablet, measuring 8.6 mm thickness, running with Android 3.0 Honeycomb OS on a 1GHz dual-core Tegra 2 processor, similar to its younger brother Samsung Galaxy Tab 8.9.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 gives pure Android 3.0 experience, adding its new TouchWiz UX or TouchWiz 4.0 &ndash; includes a live panel, which lets you to customize with different content, such as your pictures, bookmarks, and social feeds, sporting a 10.1 inches WXGA capacitive touch screen with 1280 x 800 pixels of resolution, equipped with 3 megapixel rear camera with LED flash and a 2 megapixel front camera, HSPA+ connectivity up to 21Mbps, 720p HD video recording capability, 1080p HD playback, DLNA support, Bluetooth 2.1, USB 2.0, gyroscope, Wi-Fi 802.11 a/b/g/n, micro-SD slot, 3.5mm headphone jack, and SIM slot, including the Samsung Stick &ndash; a Bluetooth microphone that can be carried in a pocket like a pen and sound dock with powered subwoofer.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 will come in 16GB / 32GB / 64GB verities and pre-loaded with Social Hub, Reader&rsquo;s Hub, Music Hub and Samsung Mini Apps Tray &ndash; which gives you access to more commonly used apps to help ease multitasking and it is capable of Adobe Flash Player 10.2, powered by 6860mAh battery that gives you 10hours of video-playback time.&nbsp;&auml;&ouml;</p>\r\n','','',''),(42,1,'Apple Cinema 30"','<p>\r\n <font face="helvetica,geneva,arial" size="2"><font face="Helvetica" size="2">The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed specifically for the creative professional, this display provides more space for easier access to all the tools and palettes needed to edit, format and composite your work. Combine this display with a Mac Pro, MacBook Pro, or PowerMac G5 and there&#39;s no limit to what you can achieve. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features an active-matrix liquid crystal display that produces flicker-free images that deliver twice the brightness, twice the sharpness and twice the contrast ratio of a typical CRT display. Unlike other flat panels, it&#39;s designed with a pure digital interface to deliver distortion-free images that never need adjusting. With over 4 million digital pixels, the display is uniquely suited for scientific and technical applications such as visualizing molecular structures or analyzing geological data. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Offering accurate, brilliant color performance, the Cinema HD delivers up to 16.7 million colors across a wide gamut allowing you to see subtle nuances between colors from soft pastels to rich jewel tones. A wide viewing angle ensures uniform color from edge to edge. Apple&#39;s ColorSync technology allows you to create custom profiles to maintain consistent color onscreen and in print. The result: You can confidently use this display in all your color-critical applications. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Housed in a new aluminum design, the display has a very thin bezel that enhances visual accuracy. Each display features two FireWire 400 ports and two USB 2.0 ports, making attachment of desktop peripherals, such as iSight, iPod, digital and still cameras, hard drives, printers and scanners, even more accessible and convenient. Taking advantage of the much thinner and lighter footprint of an LCD, the new displays support the VESA (Video Electronics Standards Association) mounting interface standard. Customers with the optional Cinema Display VESA Mount Adapter kit gain the flexibility to mount their display in locations most appropriate for their work environment. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features a single cable design with elegant breakout for the USB 2.0, FireWire 400 and a pure digital connection using the industry standard Digital Video Interface (DVI) interface. The DVI connection allows for a direct pure-digital connection.<br />\r\n </font></font></p>\r\n<h3>\r\n Features:</h3>\r\n<p>\r\n Unrivaled display performance</p>\r\n<ul>\r\n <li>\r\n 30-inch (viewable) active-matrix liquid crystal display provides breathtaking image quality and vivid, richly saturated color.</li>\r\n <li>\r\n Support for 2560-by-1600 pixel resolution for display of high definition still and video imagery.</li>\r\n <li>\r\n Wide-format design for simultaneous display of two full pages of text and graphics.</li>\r\n <li>\r\n Industry standard DVI connector for direct attachment to Mac- and Windows-based desktops and notebooks</li>\r\n <li>\r\n Incredibly wide (170 degree) horizontal and vertical viewing angle for maximum visibility and color performance.</li>\r\n <li>\r\n Lightning-fast pixel response for full-motion digital video playback.</li>\r\n <li>\r\n Support for 16.7 million saturated colors, for use in all graphics-intensive applications.</li>\r\n</ul>\r\n<p>\r\n Simple setup and operation</p>\r\n<ul>\r\n <li>\r\n Single cable with elegant breakout for connection to DVI, USB and FireWire ports</li>\r\n <li>\r\n Built-in two-port USB 2.0 hub for easy connection of desktop peripheral devices.</li>\r\n <li>\r\n Two FireWire 400 ports to support iSight and other desktop peripherals</li>\r\n</ul>\r\n<p>\r\n Sleek, elegant design</p>\r\n<ul>\r\n <li>\r\n Huge virtual workspace, very small footprint.</li>\r\n <li>\r\n Narrow Bezel design to minimize visual impact of using dual displays</li>\r\n <li>\r\n Unique hinge design for effortless adjustment</li>\r\n <li>\r\n Support for VESA mounting solutions (Apple Cinema Display VESA Mount Adapter sold separately)</li>\r\n</ul>\r\n<h3>\r\n Technical specifications</h3>\r\n<p>\r\n <b>Screen size (diagonal viewable image size)</b></p>\r\n<ul>\r\n <li>\r\n Apple Cinema HD Display: 30 inches (29.7-inch viewable)</li>\r\n</ul>\r\n<p>\r\n <b>Screen type</b></p>\r\n<ul>\r\n <li>\r\n Thin film transistor (TFT) active-matrix liquid crystal display (AMLCD)</li>\r\n</ul>\r\n<p>\r\n <b>Resolutions</b></p>\r\n<ul>\r\n <li>\r\n 2560 x 1600 pixels (optimum resolution)</li>\r\n <li>\r\n 2048 x 1280</li>\r\n <li>\r\n 1920 x 1200</li>\r\n <li>\r\n 1280 x 800</li>\r\n <li>\r\n 1024 x 640</li>\r\n</ul>\r\n<p>\r\n <b>Display colors (maximum)</b></p>\r\n<ul>\r\n <li>\r\n 16.7 million</li>\r\n</ul>\r\n<p>\r\n <b>Viewing angle (typical)</b></p>\r\n<ul>\r\n <li>\r\n 170&deg; horizontal; 170&deg; vertical</li>\r\n</ul>\r\n<p>\r\n <b>Brightness (typical)</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 400 cd/m2</li>\r\n</ul>\r\n<p>\r\n <b>Contrast ratio (typical)</b></p>\r\n<ul>\r\n <li>\r\n 700:1</li>\r\n</ul>\r\n<p>\r\n <b>Response time (typical)</b></p>\r\n<ul>\r\n <li>\r\n 16 ms</li>\r\n</ul>\r\n<p>\r\n <b>Pixel pitch</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 0.250 mm</li>\r\n</ul>\r\n<p>\r\n <b>Screen treatment</b></p>\r\n<ul>\r\n <li>\r\n Antiglare hardcoat</li>\r\n</ul>\r\n<p>\r\n <b>User controls (hardware and software)</b></p>\r\n<ul>\r\n <li>\r\n Display Power,</li>\r\n <li>\r\n System sleep, wake</li>\r\n <li>\r\n Brightness</li>\r\n <li>\r\n Monitor tilt</li>\r\n</ul>\r\n<p>\r\n <b>Connectors and cables</b><br />\r\n Cable</p>\r\n<ul>\r\n <li>\r\n DVI (Digital Visual Interface)</li>\r\n <li>\r\n FireWire 400</li>\r\n <li>\r\n USB 2.0</li>\r\n <li>\r\n DC power (24 V)</li>\r\n</ul>\r\n<p>\r\n Connectors</p>\r\n<ul>\r\n <li>\r\n Two-port, self-powered USB 2.0 hub</li>\r\n <li>\r\n Two FireWire 400 ports</li>\r\n <li>\r\n Kensington security port</li>\r\n</ul>\r\n<p>\r\n <b>VESA mount adapter</b><br />\r\n Requires optional Cinema Display VESA Mount Adapter (M9649G/A)</p>\r\n<ul>\r\n <li>\r\n Compatible with VESA FDMI (MIS-D, 100, C) compliant mounting solutions</li>\r\n</ul>\r\n<p>\r\n <b>Electrical requirements</b></p>\r\n<ul>\r\n <li>\r\n Input voltage: 100-240 VAC 50-60Hz</li>\r\n <li>\r\n Maximum power when operating: 150W</li>\r\n <li>\r\n Energy saver mode: 3W or less</li>\r\n</ul>\r\n<p>\r\n <b>Environmental requirements</b></p>\r\n<ul>\r\n <li>\r\n Operating temperature: 50&deg; to 95&deg; F (10&deg; to 35&deg; C)</li>\r\n <li>\r\n Storage temperature: -40&deg; to 116&deg; F (-40&deg; to 47&deg; C)</li>\r\n <li>\r\n Operating humidity: 20% to 80% noncondensing</li>\r\n <li>\r\n Maximum operating altitude: 10,000 feet</li>\r\n</ul>\r\n<p>\r\n <b>Agency approvals</b></p>\r\n<ul>\r\n <li>\r\n FCC Part 15 Class B</li>\r\n <li>\r\n EN55022 Class B</li>\r\n <li>\r\n EN55024</li>\r\n <li>\r\n VCCI Class B</li>\r\n <li>\r\n AS/NZS 3548 Class B</li>\r\n <li>\r\n CNS 13438 Class B</li>\r\n <li>\r\n ICES-003 Class B</li>\r\n <li>\r\n ISO 13406 part 2</li>\r\n <li>\r\n MPR II</li>\r\n <li>\r\n IEC 60950</li>\r\n <li>\r\n UL 60950</li>\r\n <li>\r\n CSA 60950</li>\r\n <li>\r\n EN60950</li>\r\n <li>\r\n ENERGY STAR</li>\r\n <li>\r\n TCO &#39;03</li>\r\n</ul>\r\n<p>\r\n <b>Size and weight</b><br />\r\n 30-inch Apple Cinema HD Display</p>\r\n<ul>\r\n <li>\r\n Height: 21.3 inches (54.3 cm)</li>\r\n <li>\r\n Width: 27.2 inches (68.8 cm)</li>\r\n <li>\r\n Depth: 8.46 inches (21.5 cm)</li>\r\n <li>\r\n Weight: 27.5 pounds (12.5 kg)</li>\r\n</ul>\r\n<p>\r\n <b>System Requirements</b></p>\r\n<ul>\r\n <li>\r\n Mac Pro, all graphic options</li>\r\n <li>\r\n MacBook Pro</li>\r\n <li>\r\n Power Mac G5 (PCI-X) with ATI Radeon 9650 or better or NVIDIA GeForce 6800 GT DDL or better</li>\r\n <li>\r\n Power Mac G5 (PCI Express), all graphics options</li>\r\n <li>\r\n PowerBook G4 with dual-link DVI support</li>\r\n <li>\r\n Windows PC and graphics card that supports DVI ports with dual-link digital bandwidth and VESA DDC standard for plug-and-play setup</li>\r\n</ul>\r\n','','',''),(30,1,'Canon EOS 5D','<p>\r\n Canon\'s press material for the EOS 5D states that it \'defines (a) new D-SLR category\', while we\'re not typically too concerned with marketing talk this particular statement is clearly pretty accurate. The EOS 5D is unlike any previous digital SLR in that it combines a full-frame (35 mm sized) high resolution sensor (12.8 megapixels) with a relatively compact body (slightly larger than the EOS 20D, although in your hand it feels noticeably \'chunkier\'). The EOS 5D is aimed to slot in between the EOS 20D and the EOS-1D professional digital SLR\'s, an important difference when compared to the latter is that the EOS 5D doesn\'t have any environmental seals. While Canon don\'t specifically refer to the EOS 5D as a \'professional\' digital SLR it will have obvious appeal to professionals who want a high quality digital SLR in a body lighter than the EOS-1D. It will also no doubt appeal to current EOS 20D owners (although lets hope they\'ve not bought too many EF-S lenses...) äë</p>\r\n','','',''); /*!40000 ALTER TABLE `shoop_product_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_discount` -- DROP TABLE IF EXISTS `shoop_product_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_discount` ( `product_discount_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `quantity` int(4) NOT NULL default '0', `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_discount_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_discount` -- LOCK TABLES `shoop_product_discount` WRITE; /*!40000 ALTER TABLE `shoop_product_discount` DISABLE KEYS */; INSERT INTO `shoop_product_discount` VALUES (440,42,1,30,1,'66.0000','0000-00-00','0000-00-00'),(439,42,1,20,1,'77.0000','0000-00-00','0000-00-00'),(438,42,1,10,1,'88.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `shoop_product_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_filter` -- DROP TABLE IF EXISTS `shoop_product_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_filter` ( `product_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_filter` -- LOCK TABLES `shoop_product_filter` WRITE; /*!40000 ALTER TABLE `shoop_product_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_product_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_image` -- DROP TABLE IF EXISTS `shoop_product_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_image` ( `product_image_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL default '0', PRIMARY KEY (`product_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2352 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_image` -- LOCK TABLES `shoop_product_image` WRITE; /*!40000 ALTER TABLE `shoop_product_image` DISABLE KEYS */; INSERT INTO `shoop_product_image` VALUES (2345,30,'data/demo/canon_eos_5d_2.jpg',0),(2321,47,'data/demo/hp_3.jpg',0),(2035,28,'data/demo/htc_touch_hd_2.jpg',0),(2351,41,'data/demo/imac_3.jpg',0),(1982,40,'data/demo/iphone_6.jpg',0),(2001,36,'data/demo/ipod_nano_5.jpg',0),(2000,36,'data/demo/ipod_nano_4.jpg',0),(2005,34,'data/demo/ipod_shuffle_5.jpg',0),(2004,34,'data/demo/ipod_shuffle_4.jpg',0),(2011,32,'data/demo/ipod_touch_7.jpg',0),(2010,32,'data/demo/ipod_touch_6.jpg',0),(2009,32,'data/demo/ipod_touch_5.jpg',0),(1971,43,'data/demo/macbook_5.jpg',0),(1970,43,'data/demo/macbook_4.jpg',0),(1974,44,'data/demo/macbook_air_4.jpg',0),(1973,44,'data/demo/macbook_air_2.jpg',0),(1977,45,'data/demo/macbook_pro_2.jpg',0),(1976,45,'data/demo/macbook_pro_3.jpg',0),(1986,31,'data/demo/nikon_d300_3.jpg',0),(1985,31,'data/demo/nikon_d300_2.jpg',0),(1988,29,'data/demo/palm_treo_pro_3.jpg',0),(1995,46,'data/demo/sony_vaio_5.jpg',0),(1994,46,'data/demo/sony_vaio_4.jpg',0),(1991,48,'data/demo/ipod_classic_4.jpg',0),(1990,48,'data/demo/ipod_classic_3.jpg',0),(1981,40,'data/demo/iphone_2.jpg',0),(1980,40,'data/demo/iphone_5.jpg',0),(2344,30,'data/demo/canon_eos_5d_3.jpg',0),(2320,47,'data/demo/hp_2.jpg',0),(2034,28,'data/demo/htc_touch_hd_3.jpg',0),(2350,41,'data/demo/imac_2.jpg',0),(1979,40,'data/demo/iphone_3.jpg',0),(1978,40,'data/demo/iphone_4.jpg',0),(1989,48,'data/demo/ipod_classic_2.jpg',0),(1999,36,'data/demo/ipod_nano_2.jpg',0),(1998,36,'data/demo/ipod_nano_3.jpg',0),(2003,34,'data/demo/ipod_shuffle_2.jpg',0),(2002,34,'data/demo/ipod_shuffle_3.jpg',0),(2008,32,'data/demo/ipod_touch_2.jpg',0),(2007,32,'data/demo/ipod_touch_3.jpg',0),(2006,32,'data/demo/ipod_touch_4.jpg',0),(1969,43,'data/demo/macbook_2.jpg',0),(1968,43,'data/demo/macbook_3.jpg',0),(1972,44,'data/demo/macbook_air_3.jpg',0),(1975,45,'data/demo/macbook_pro_4.jpg',0),(1984,31,'data/demo/nikon_d300_4.jpg',0),(1983,31,'data/demo/nikon_d300_5.jpg',0),(1987,29,'data/demo/palm_treo_pro_2.jpg',0),(1993,46,'data/demo/sony_vaio_2.jpg',0),(1992,46,'data/demo/sony_vaio_3.jpg',0),(2327,49,'data/demo/samsung_tab_7.jpg',0),(2326,49,'data/demo/samsung_tab_6.jpg',0),(2325,49,'data/demo/samsung_tab_5.jpg',0),(2324,49,'data/demo/samsung_tab_4.jpg',0),(2323,49,'data/demo/samsung_tab_3.jpg',0),(2322,49,'data/demo/samsung_tab_2.jpg',0),(2317,42,'data/demo/canon_logo.jpg',0),(2316,42,'data/demo/hp_1.jpg',0),(2315,42,'data/demo/compaq_presario.jpg',0),(2314,42,'data/demo/canon_eos_5d_1.jpg',0),(2313,42,'data/demo/canon_eos_5d_2.jpg',0); /*!40000 ALTER TABLE `shoop_product_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_option` -- DROP TABLE IF EXISTS `shoop_product_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_option` ( `product_option_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value` text NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`product_option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_option` -- LOCK TABLES `shoop_product_option` WRITE; /*!40000 ALTER TABLE `shoop_product_option` DISABLE KEYS */; INSERT INTO `shoop_product_option` VALUES (224,35,11,'',1),(225,47,12,'2011-04-22',1),(223,42,2,'',1),(217,42,5,'',1),(209,42,6,'',1),(218,42,1,'',1),(208,42,4,'test',1),(219,42,8,'2011-02-20',1),(222,42,7,'',1),(221,42,9,'22:25',1),(220,42,10,'2011-02-20 22:25',1),(226,30,5,'',1); /*!40000 ALTER TABLE `shoop_product_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_option_value` -- DROP TABLE IF EXISTS `shoop_product_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_option_value` ( `product_option_value_id` int(11) NOT NULL auto_increment, `product_option_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL, `quantity` int(3) NOT NULL, `subtract` tinyint(1) NOT NULL, `price` decimal(15,4) NOT NULL, `price_prefix` varchar(1) NOT NULL, `points` int(8) NOT NULL, `points_prefix` varchar(1) NOT NULL, `weight` decimal(15,8) NOT NULL, `weight_prefix` varchar(1) NOT NULL, PRIMARY KEY (`product_option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_option_value` -- LOCK TABLES `shoop_product_option_value` WRITE; /*!40000 ALTER TABLE `shoop_product_option_value` DISABLE KEYS */; INSERT INTO `shoop_product_option_value` VALUES (1,217,42,5,41,100,0,'1.0000','+',0,'+','1.00000000','+'),(6,218,42,1,31,146,1,'20.0000','+',2,'-','20.00000000','+'),(7,218,42,1,43,300,1,'30.0000','+',3,'+','30.00000000','+'),(5,218,42,1,32,96,1,'10.0000','+',1,'+','10.00000000','+'),(4,217,42,5,39,92,1,'4.0000','+',0,'+','4.00000000','+'),(2,217,42,5,42,200,1,'2.0000','+',0,'+','2.00000000','+'),(3,217,42,5,40,300,0,'3.0000','+',0,'+','3.00000000','+'),(8,223,42,2,23,48,1,'10.0000','+',0,'+','10.00000000','+'),(10,223,42,2,44,2696,1,'30.0000','+',0,'+','30.00000000','+'),(9,223,42,2,24,194,1,'20.0000','+',0,'+','20.00000000','+'),(11,223,42,2,45,3998,1,'40.0000','+',0,'+','40.00000000','+'),(12,224,35,11,46,0,1,'5.0000','+',0,'+','0.00000000','+'),(13,224,35,11,47,10,1,'10.0000','+',0,'+','0.00000000','+'),(14,224,35,11,48,15,1,'15.0000','+',0,'+','0.00000000','+'),(16,226,30,5,40,5,1,'0.0000','+',0,'+','0.00000000','+'),(15,226,30,5,39,2,1,'0.0000','+',0,'+','0.00000000','+'); /*!40000 ALTER TABLE `shoop_product_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_profile` -- DROP TABLE IF EXISTS `shoop_product_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_profile` -- LOCK TABLES `shoop_product_profile` WRITE; /*!40000 ALTER TABLE `shoop_product_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_product_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_recurring` -- DROP TABLE IF EXISTS `shoop_product_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_recurring` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_recurring` -- LOCK TABLES `shoop_product_recurring` WRITE; /*!40000 ALTER TABLE `shoop_product_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_product_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_related` -- DROP TABLE IF EXISTS `shoop_product_related`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_related` ( `product_id` int(11) NOT NULL, `related_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`related_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_related` -- LOCK TABLES `shoop_product_related` WRITE; /*!40000 ALTER TABLE `shoop_product_related` DISABLE KEYS */; INSERT INTO `shoop_product_related` VALUES (40,42),(41,42),(42,40),(42,41); /*!40000 ALTER TABLE `shoop_product_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_reward` -- DROP TABLE IF EXISTS `shoop_product_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_reward` ( `product_reward_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `points` int(8) NOT NULL default '0', PRIMARY KEY (`product_reward_id`) ) ENGINE=MyISAM AUTO_INCREMENT=546 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_reward` -- LOCK TABLES `shoop_product_reward` WRITE; /*!40000 ALTER TABLE `shoop_product_reward` DISABLE KEYS */; INSERT INTO `shoop_product_reward` VALUES (515,42,1,100),(519,47,1,300),(379,28,1,400),(329,43,1,600),(339,29,1,0),(343,48,1,0),(335,40,1,0),(539,30,1,200),(331,44,1,700),(333,45,1,800),(337,31,1,0),(425,35,1,0),(345,33,1,0),(347,46,1,0),(545,41,1,0),(351,36,1,0),(353,34,1,0),(355,32,1,0),(521,49,1,1000); /*!40000 ALTER TABLE `shoop_product_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_special` -- DROP TABLE IF EXISTS `shoop_product_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_special` ( `product_special_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_special_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_special` -- LOCK TABLES `shoop_product_special` WRITE; /*!40000 ALTER TABLE `shoop_product_special` DISABLE KEYS */; INSERT INTO `shoop_product_special` VALUES (419,42,1,1,'90.0000','0000-00-00','0000-00-00'),(439,30,1,2,'90.0000','0000-00-00','0000-00-00'),(438,30,1,1,'80.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `shoop_product_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_to_category` -- DROP TABLE IF EXISTS `shoop_product_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_to_category` ( `product_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_to_category` -- LOCK TABLES `shoop_product_to_category` WRITE; /*!40000 ALTER TABLE `shoop_product_to_category` DISABLE KEYS */; INSERT INTO `shoop_product_to_category` VALUES (28,20),(28,24),(29,20),(29,24),(30,20),(30,33),(31,33),(32,34),(33,20),(33,28),(34,34),(35,20),(36,34),(40,20),(40,24),(41,27),(42,20),(42,28),(43,18),(43,20),(44,18),(44,20),(45,18),(46,18),(46,20),(47,18),(47,20),(48,20),(48,34),(49,57); /*!40000 ALTER TABLE `shoop_product_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_to_download` -- DROP TABLE IF EXISTS `shoop_product_to_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_to_download` ( `product_id` int(11) NOT NULL, `download_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_to_download` -- LOCK TABLES `shoop_product_to_download` WRITE; /*!40000 ALTER TABLE `shoop_product_to_download` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_product_to_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_to_layout` -- DROP TABLE IF EXISTS `shoop_product_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_to_layout` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_to_layout` -- LOCK TABLES `shoop_product_to_layout` WRITE; /*!40000 ALTER TABLE `shoop_product_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_product_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_product_to_store` -- DROP TABLE IF EXISTS `shoop_product_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_product_to_store` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL default '0', PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_product_to_store` -- LOCK TABLES `shoop_product_to_store` WRITE; /*!40000 ALTER TABLE `shoop_product_to_store` DISABLE KEYS */; INSERT INTO `shoop_product_to_store` VALUES (28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0); /*!40000 ALTER TABLE `shoop_product_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_profile` -- DROP TABLE IF EXISTS `shoop_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_profile` ( `profile_id` int(11) NOT NULL auto_increment, `sort_order` int(11) NOT NULL, `status` tinyint(4) NOT NULL, `price` decimal(10,4) NOT NULL, `frequency` enum('day','week','semi_month','month','year') NOT NULL, `duration` int(10) unsigned NOT NULL, `cycle` int(10) unsigned NOT NULL, `trial_status` tinyint(4) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `trial_frequency` enum('day','week','semi_month','month','year') NOT NULL, `trial_duration` int(10) unsigned NOT NULL, `trial_cycle` int(10) unsigned NOT NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_profile` -- LOCK TABLES `shoop_profile` WRITE; /*!40000 ALTER TABLE `shoop_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_profile_description` -- DROP TABLE IF EXISTS `shoop_profile_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_profile_description` ( `profile_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`profile_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_profile_description` -- LOCK TABLES `shoop_profile_description` WRITE; /*!40000 ALTER TABLE `shoop_profile_description` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_profile_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_return` -- DROP TABLE IF EXISTS `shoop_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_return` ( `return_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `product` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `opened` tinyint(1) NOT NULL, `return_reason_id` int(11) NOT NULL, `return_action_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `comment` text, `date_ordered` date NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`return_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_return` -- LOCK TABLES `shoop_return` WRITE; /*!40000 ALTER TABLE `shoop_return` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_return_action` -- DROP TABLE IF EXISTS `shoop_return_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_return_action` ( `return_action_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(64) NOT NULL, PRIMARY KEY (`return_action_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_return_action` -- LOCK TABLES `shoop_return_action` WRITE; /*!40000 ALTER TABLE `shoop_return_action` DISABLE KEYS */; INSERT INTO `shoop_return_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent'); /*!40000 ALTER TABLE `shoop_return_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_return_history` -- DROP TABLE IF EXISTS `shoop_return_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_return_history` ( `return_history_id` int(11) NOT NULL auto_increment, `return_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `notify` tinyint(1) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`return_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_return_history` -- LOCK TABLES `shoop_return_history` WRITE; /*!40000 ALTER TABLE `shoop_return_history` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_return_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_return_reason` -- DROP TABLE IF EXISTS `shoop_return_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_return_reason` ( `return_reason_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(128) NOT NULL, PRIMARY KEY (`return_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_return_reason` -- LOCK TABLES `shoop_return_reason` WRITE; /*!40000 ALTER TABLE `shoop_return_reason` DISABLE KEYS */; INSERT INTO `shoop_return_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details'); /*!40000 ALTER TABLE `shoop_return_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_return_status` -- DROP TABLE IF EXISTS `shoop_return_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_return_status` ( `return_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, PRIMARY KEY (`return_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_return_status` -- LOCK TABLES `shoop_return_status` WRITE; /*!40000 ALTER TABLE `shoop_return_status` DISABLE KEYS */; INSERT INTO `shoop_return_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products'); /*!40000 ALTER TABLE `shoop_return_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_review` -- DROP TABLE IF EXISTS `shoop_review`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_review` ( `review_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `author` varchar(64) NOT NULL, `text` text NOT NULL, `rating` int(1) NOT NULL, `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`review_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_review` -- LOCK TABLES `shoop_review` WRITE; /*!40000 ALTER TABLE `shoop_review` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_review` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_setting` -- DROP TABLE IF EXISTS `shoop_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_setting` ( `setting_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `group` varchar(32) NOT NULL, `key` varchar(64) NOT NULL, `value` text NOT NULL, `serialized` tinyint(1) NOT NULL, PRIMARY KEY (`setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=134 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_setting` -- LOCK TABLES `shoop_setting` WRITE; /*!40000 ALTER TABLE `shoop_setting` DISABLE KEYS */; INSERT INTO `shoop_setting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','1',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(16,0,'config','config_google_analytics','',0),(17,0,'config','config_error_filename','error.txt',0),(18,0,'config','config_error_log','1',0),(19,0,'config','config_error_display','1',0),(20,0,'config','config_compression','0',0),(133,0,'config','config_encryption','3c4dec311478450d2229e0cca4562bd2',0),(22,0,'config','config_maintenance','0',0),(23,0,'config','config_account_mail','0',0),(24,0,'config','config_alert_emails','',0),(25,0,'config','config_secure','0',0),(26,0,'config','config_seo_url','0',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(29,0,'config','config_alert_mail','0',0),(30,0,'config','config_smtp_username','',0),(31,0,'config','config_smtp_password','',0),(32,0,'config','config_smtp_port','25',0),(33,0,'config','config_smtp_timeout','5',0),(34,0,'flat','flat_sort_order','1',0),(35,0,'flat','flat_status','1',0),(36,0,'flat','flat_geo_zone_id','0',0),(37,0,'flat','flat_tax_class_id','9',0),(38,0,'carousel','carousel_module','a:1:{i:0;a:10:{s:9:\"banner_id\";s:1:\"8\";s:5:\"limit\";s:1:\"5\";s:6:\"scroll\";s:1:\"3\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:14:\"content_bottom\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:2:\"-1\";}}',1),(39,0,'featured','featured_product','43,40,42,49,46,47,28',0),(40,0,'featured','featured_module','a:1:{i:0;a:8:{s:5:\"limit\";s:1:\"6\";s:11:\"image_width\";s:2:\"80\";s:12:\"image_height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"2\";}}',1),(41,0,'flat','flat_cost','5.00',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(44,0,'config','config_smtp_host','',0),(45,0,'config','config_image_cart_height','47',0),(46,0,'config','config_mail_protocol','mail',0),(47,0,'config','config_mail_parameter','',0),(48,0,'config','config_image_wishlist_height','47',0),(49,0,'config','config_image_cart_width','47',0),(50,0,'config','config_image_wishlist_width','47',0),(51,0,'config','config_image_compare_height','90',0),(52,0,'config','config_image_compare_width','90',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(55,0,'config','config_image_related_height','80',0),(56,0,'affiliate','affiliate_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:2:\"10\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(57,0,'category','category_module','a:2:{i:0;a:5:{s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}i:1;a:5:{s:9:\"layout_id\";s:1:\"2\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(58,0,'config','config_image_related_width','80',0),(59,0,'config','config_image_additional_height','74',0),(60,0,'account','account_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:1:\"6\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(61,0,'config','config_image_additional_width','74',0),(62,0,'config','config_image_manufacturer_height','80',0),(63,0,'config','config_image_manufacturer_width','80',0),(64,0,'config','config_image_category_height','80',0),(65,0,'config','config_image_category_width','80',0),(66,0,'config','config_image_product_height','80',0),(67,0,'config','config_image_product_width','80',0),(68,0,'config','config_image_popup_height','500',0),(69,0,'config','config_image_popup_width','500',0),(70,0,'config','config_image_thumb_height','228',0),(71,0,'config','config_image_thumb_width','228',0),(72,0,'config','config_icon','data/cart.png',0),(73,0,'config','config_logo','data/logo.png',0),(74,0,'config','config_cart_weight','1',0),(75,0,'config','config_upload_allowed','jpg, JPG, jpeg, gif, png, txt',0),(76,0,'config','config_file_extension_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(77,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/jpeg\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/tiff\r\nimage/svg+xml\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/postscript\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(78,0,'config','config_review_status','1',0),(79,0,'config','config_download','1',0),(80,0,'config','config_return_status_id','2',0),(81,0,'config','config_complete_status_id','5',0),(82,0,'config','config_order_status_id','1',0),(83,0,'config','config_stock_status_id','5',0),(84,0,'config','config_stock_checkout','0',0),(85,0,'config','config_stock_warning','0',0),(86,0,'config','config_stock_display','0',0),(87,0,'config','config_commission','5',0),(88,0,'config','config_affiliate_id','4',0),(89,0,'config','config_checkout_id','5',0),(90,0,'config','config_guest_checkout','1',0),(91,0,'config','config_account_id','3',0),(92,0,'config','config_customer_price','0',0),(93,0,'config','config_customer_group_id','1',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(96,0,'config','config_length_class_id','1',0),(97,0,'config','config_invoice_prefix','INV-2013-00',0),(98,0,'config','config_tax','1',0),(99,0,'config','config_tax_customer','shipping',0),(100,0,'config','config_tax_default','shipping',0),(101,0,'config','config_admin_limit','20',0),(102,0,'config','config_catalog_limit','15',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(105,0,'config','config_weight_class_id','1',0),(106,0,'config','config_currency_auto','1',0),(107,0,'config','config_currency','USD',0),(108,0,'slideshow','slideshow_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"7\";s:5:\"width\";s:3:\"980\";s:6:\"height\";s:3:\"280\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(109,0,'banner','banner_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"6\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"182\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"3\";}}',1),(110,0,'config','config_name','Your Store',0),(111,0,'config','config_owner','Your Name',0),(112,0,'config','config_address','Address 1',0),(131,0,'config','config_email','convictcartel@yahoo.com',0),(114,0,'config','config_telephone','123456789',0),(115,0,'config','config_fax','',0),(116,0,'config','config_title','Your Store',0),(117,0,'config','config_meta_description','My Store',0),(118,0,'config','config_template','default',0),(119,0,'config','config_layout_id','4',0),(120,0,'config','config_country_id','222',0),(121,0,'config','config_zone_id','3563',0),(122,0,'config','config_language','en',0),(123,0,'config','config_admin_language','en',0),(124,0,'config','config_order_edit','100',0),(125,0,'config','config_voucher_min','1',0),(126,0,'config','config_voucher_max','1000',0),(127,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(128,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(129,0,'config','config_password','1',0),(130,0,'config','config_product_count','1',0),(132,0,'config','config_url','http://convictcartel.com/cart/upload/',0); /*!40000 ALTER TABLE `shoop_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_stock_status` -- DROP TABLE IF EXISTS `shoop_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_stock_status` ( `stock_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`stock_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_stock_status` -- LOCK TABLES `shoop_stock_status` WRITE; /*!40000 ALTER TABLE `shoop_stock_status` DISABLE KEYS */; INSERT INTO `shoop_stock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2 - 3 Days'); /*!40000 ALTER TABLE `shoop_stock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_store` -- DROP TABLE IF EXISTS `shoop_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_store` ( `store_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `url` varchar(255) NOT NULL, `ssl` varchar(255) NOT NULL, PRIMARY KEY (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_store` -- LOCK TABLES `shoop_store` WRITE; /*!40000 ALTER TABLE `shoop_store` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_tax_class` -- DROP TABLE IF EXISTS `shoop_tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_tax_class` -- LOCK TABLES `shoop_tax_class` WRITE; /*!40000 ALTER TABLE `shoop_tax_class` DISABLE KEYS */; INSERT INTO `shoop_tax_class` VALUES (9,'Taxable Goods','Taxed Stuff','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36'); /*!40000 ALTER TABLE `shoop_tax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_tax_rate` -- DROP TABLE IF EXISTS `shoop_tax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_tax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `geo_zone_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, `rate` decimal(15,4) NOT NULL default '0.0000', `type` char(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_tax_rate` -- LOCK TABLES `shoop_tax_rate` WRITE; /*!40000 ALTER TABLE `shoop_tax_rate` DISABLE KEYS */; INSERT INTO `shoop_tax_rate` VALUES (86,3,'VAT (17.5%)','17.5000','P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)','2.0000','F','2011-09-21 21:49:23','2011-09-23 00:40:19'); /*!40000 ALTER TABLE `shoop_tax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_tax_rate_to_customer_group` -- DROP TABLE IF EXISTS `shoop_tax_rate_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_tax_rate_to_customer_group` ( `tax_rate_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`tax_rate_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_tax_rate_to_customer_group` -- LOCK TABLES `shoop_tax_rate_to_customer_group` WRITE; /*!40000 ALTER TABLE `shoop_tax_rate_to_customer_group` DISABLE KEYS */; INSERT INTO `shoop_tax_rate_to_customer_group` VALUES (86,1),(87,1); /*!40000 ALTER TABLE `shoop_tax_rate_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_tax_rule` -- DROP TABLE IF EXISTS `shoop_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_tax_rule` ( `tax_rule_id` int(11) NOT NULL auto_increment, `tax_class_id` int(11) NOT NULL, `tax_rate_id` int(11) NOT NULL, `based` varchar(10) NOT NULL, `priority` int(5) NOT NULL default '1', PRIMARY KEY (`tax_rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_tax_rule` -- LOCK TABLES `shoop_tax_rule` WRITE; /*!40000 ALTER TABLE `shoop_tax_rule` DISABLE KEYS */; INSERT INTO `shoop_tax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2); /*!40000 ALTER TABLE `shoop_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_url_alias` -- DROP TABLE IF EXISTS `shoop_url_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_url_alias` ( `url_alias_id` int(11) NOT NULL auto_increment, `query` varchar(255) NOT NULL, `keyword` varchar(255) NOT NULL, PRIMARY KEY (`url_alias_id`) ) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_url_alias` -- LOCK TABLES `shoop_url_alias` WRITE; /*!40000 ALTER TABLE `shoop_url_alias` DISABLE KEYS */; INSERT INTO `shoop_url_alias` VALUES (704,'product_id=48','ipod_classic'),(773,'category_id=20','desktops'),(503,'category_id=26','pc'),(505,'category_id=27','mac'),(730,'manufacturer_id=8','apple'),(772,'information_id=4','about_us'),(768,'product_id=42','test'),(767,'category_id=34','mp3-players'),(536,'category_id=36','Normal'); /*!40000 ALTER TABLE `shoop_url_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_user` -- DROP TABLE IF EXISTS `shoop_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_user` ( `user_id` int(11) NOT NULL auto_increment, `user_group_id` int(11) NOT NULL, `username` varchar(20) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `code` varchar(40) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_user` -- LOCK TABLES `shoop_user` WRITE; /*!40000 ALTER TABLE `shoop_user` DISABLE KEYS */; INSERT INTO `shoop_user` VALUES (1,1,'admin','c23a1cb0595b99cf06075991a7eb93bf4a8f1c8c','04791d321','','','convictcartel@yahoo.com','','',1,'2013-09-11 15:42:05'); /*!40000 ALTER TABLE `shoop_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_user_group` -- DROP TABLE IF EXISTS `shoop_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_user_group` ( `user_group_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `permission` text NOT NULL, PRIMARY KEY (`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_user_group` -- LOCK TABLES `shoop_user_group` WRITE; /*!40000 ALTER TABLE `shoop_user_group` DISABLE KEYS */; INSERT INTO `shoop_user_group` VALUES (1,'Top Administrator','a:2:{s:6:\"access\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}s:6:\"modify\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}}'),(10,'Demonstration',''); /*!40000 ALTER TABLE `shoop_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_voucher` -- DROP TABLE IF EXISTS `shoop_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_voucher` ( `voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_voucher` -- LOCK TABLES `shoop_voucher` WRITE; /*!40000 ALTER TABLE `shoop_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_voucher_history` -- DROP TABLE IF EXISTS `shoop_voucher_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_voucher_history` ( `voucher_history_id` int(11) NOT NULL auto_increment, `voucher_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`voucher_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_voucher_history` -- LOCK TABLES `shoop_voucher_history` WRITE; /*!40000 ALTER TABLE `shoop_voucher_history` DISABLE KEYS */; /*!40000 ALTER TABLE `shoop_voucher_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_voucher_theme` -- DROP TABLE IF EXISTS `shoop_voucher_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_voucher_theme` ( `voucher_theme_id` int(11) NOT NULL auto_increment, `image` varchar(255) NOT NULL, PRIMARY KEY (`voucher_theme_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_voucher_theme` -- LOCK TABLES `shoop_voucher_theme` WRITE; /*!40000 ALTER TABLE `shoop_voucher_theme` DISABLE KEYS */; INSERT INTO `shoop_voucher_theme` VALUES (8,'data/demo/canon_eos_5d_2.jpg'),(7,'data/demo/gift-voucher-birthday.jpg'),(6,'data/demo/apple_logo.jpg'); /*!40000 ALTER TABLE `shoop_voucher_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_voucher_theme_description` -- DROP TABLE IF EXISTS `shoop_voucher_theme_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_voucher_theme_description` ( `voucher_theme_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`voucher_theme_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_voucher_theme_description` -- LOCK TABLES `shoop_voucher_theme_description` WRITE; /*!40000 ALTER TABLE `shoop_voucher_theme_description` DISABLE KEYS */; INSERT INTO `shoop_voucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General'); /*!40000 ALTER TABLE `shoop_voucher_theme_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_weight_class` -- DROP TABLE IF EXISTS `shoop_weight_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_weight_class` ( `weight_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL default '0.00000000', PRIMARY KEY (`weight_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_weight_class` -- LOCK TABLES `shoop_weight_class` WRITE; /*!40000 ALTER TABLE `shoop_weight_class` DISABLE KEYS */; INSERT INTO `shoop_weight_class` VALUES (1,'1.00000000'),(2,'1000.00000000'),(5,'2.20460000'),(6,'35.27400000'); /*!40000 ALTER TABLE `shoop_weight_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_weight_class_description` -- DROP TABLE IF EXISTS `shoop_weight_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_weight_class_description` ( `weight_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`weight_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_weight_class_description` -- LOCK TABLES `shoop_weight_class_description` WRITE; /*!40000 ALTER TABLE `shoop_weight_class_description` DISABLE KEYS */; INSERT INTO `shoop_weight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz'); /*!40000 ALTER TABLE `shoop_weight_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_zone` -- DROP TABLE IF EXISTS `shoop_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_zone` ( `zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `code` varchar(32) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4033 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_zone` -- LOCK TABLES `shoop_zone` WRITE; /*!40000 ALTER TABLE `shoop_zone` DISABLE KEYS */; INSERT INTO `shoop_zone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Hi','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chi','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovar-Bilogora','BB',1),(848,53,'City of Zagreb','CZ',1),(849,53,'Dubrovnik-Neretva','DN',1),(850,53,'Istra','IS',1),(851,53,'Karlovac','KA',1),(852,53,'Koprivnica-Krizevci','KK',1),(853,53,'Krapina-Zagorje','KZ',1),(854,53,'Lika-Senj','LS',1),(855,53,'Medimurje','ME',1),(856,53,'Osijek-Baranja','OB',1),(857,53,'Pozega-Slavonia','PS',1),(858,53,'Primorje-Gorski Kotar','PG',1),(859,53,'Sibenik','SI',1),(860,53,'Sisak-Moslavina','SM',1),(861,53,'Slavonski Brod-Posavina','SB',1),(862,53,'Split-Dalmatia','SD',1),(863,53,'Varazdin','VA',1),(864,53,'Virovitica-Podravina','VP',1),(865,53,'Vukovar-Srijem','VS',1),(866,53,'Zadar-Knin','ZK',1),(867,53,'Zagreb','ZA',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan Laani','AL',1),(1086,72,'Etela-Suomen Laani','ES',1),(1087,72,'Ita-Suomen Laani','IS',1),(1088,72,'Lansi-Suomen Laani','LS',1),(1089,72,'Lapin Lanani','LA',1),(1090,72,'Oulun Laani','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1428,97,'Bacs-Kiskun','BK',1),(1429,97,'Baranya','BA',1),(1430,97,'Bekes','BE',1),(1431,97,'Bekescsaba','BS',1),(1432,97,'Borsod-Abauj-Zemplen','BZ',1),(1433,97,'Budapest','BU',1),(1434,97,'Csongrad','CS',1),(1435,97,'Debrecen','DE',1),(1436,97,'Dunaujvaros','DU',1),(1437,97,'Eger','EG',1),(1438,97,'Fejer','FE',1),(1439,97,'Gyor','GY',1),(1440,97,'Gyor-Moson-Sopron','GM',1),(1441,97,'Hajdu-Bihar','HB',1),(1442,97,'Heves','HE',1),(1443,97,'Hodmezovasarhely','HO',1),(1444,97,'Jasz-Nagykun-Szolnok','JN',1),(1445,97,'Kaposvar','KA',1),(1446,97,'Kecskemet','KE',1),(1447,97,'Komarom-Esztergom','KO',1),(1448,97,'Miskolc','MI',1),(1449,97,'Nagykanizsa','NA',1),(1450,97,'Nograd','NO',1),(1451,97,'Nyiregyhaza','NY',1),(1452,97,'Pecs','PE',1),(1453,97,'Pest','PS',1),(1454,97,'Somogy','SO',1),(1455,97,'Sopron','SP',1),(1456,97,'Szabolcs-Szatmar-Bereg','SS',1),(1457,97,'Szeged','SZ',1),(1458,97,'Szekesfehervar','SE',1),(1459,97,'Szolnok','SL',1),(1460,97,'Szombathely','SM',1),(1461,97,'Tatabanya','TA',1),(1462,97,'Tolna','TO',1),(1463,97,'Vas','VA',1),(1464,97,'Veszprem','VE',1),(1465,97,'Zala','ZA',1),(1466,97,'Zalaegerszeg','ZZ',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1819,117,'Aizkraukles Rajons','AIZ',1),(1820,117,'Aluksnes Rajons','ALU',1),(1821,117,'Balvu Rajons','BAL',1),(1822,117,'Bauskas Rajons','BAU',1),(1823,117,'Cesu Rajons','CES',1),(1824,117,'Daugavpils Rajons','DGR',1),(1825,117,'Dobeles Rajons','DOB',1),(1826,117,'Gulbenes Rajons','GUL',1),(1827,117,'Jekabpils Rajons','JEK',1),(1828,117,'Jelgavas Rajons','JGR',1),(1829,117,'Kraslavas Rajons','KRA',1),(1830,117,'Kuldigas Rajons','KUL',1),(1831,117,'Liepajas Rajons','LPR',1),(1832,117,'Limbazu Rajons','LIM',1),(1833,117,'Ludzas Rajons','LUD',1),(1834,117,'Madonas Rajons','MAD',1),(1835,117,'Ogres Rajons','OGR',1),(1836,117,'Preilu Rajons','PRE',1),(1837,117,'Rezeknes Rajons','RZR',1),(1838,117,'Rigas Rajons','RGR',1),(1839,117,'Saldus Rajons','SAL',1),(1840,117,'Talsu Rajons','TAL',1),(1841,117,'Tukuma Rajons','TUK',1),(1842,117,'Valkas Rajons','VLK',1),(1843,117,'Valmieras Rajons','VLM',1),(1844,117,'Ventspils Rajons','VSR',1),(1845,117,'Daugavpils','DGV',1),(1846,117,'Jelgava','JGV',1),(1847,117,'Jurmala','JUR',1),(1848,117,'Liepaja','LPK',1),(1849,117,'Rezekne','RZK',1),(1850,117,'Riga','RGA',1),(1851,117,'Ventspils','VSL',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','JO',1),(1972,129,'Kedah','KE',1),(1973,129,'Kelantan','KL',1),(1974,129,'Labuan','LA',1),(1975,129,'Melaka','ME',1),(1976,129,'Negeri Sembilan','NS',1),(1977,129,'Pahang','PA',1),(1978,129,'Perak','PE',1),(1979,129,'Perlis','PR',1),(1980,129,'Pulau Pinang','PP',1),(1981,129,'Sabah','SA',1),(1982,129,'Sarawak','SR',1),(1983,129,'Selangor','SE',1),(1984,129,'Terengganu','TE',1),(1985,129,'Wilayah Persekutuan','WP',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3031,197,'Ascension','A',1),(3032,197,'Saint Helena','S',1),(3033,197,'Tristan da Cunha','T',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakir','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkasy','CK',1),(3481,220,'Chernihiv','CH',1),(3482,220,'Chernivtsi','CV',1),(3483,220,'Crimea','CR',1),(3484,220,'Dnipropetrovs\'k','DN',1),(3485,220,'Donets\'k','DO',1),(3486,220,'Ivano-Frankivs\'k','IV',1),(3487,220,'Kharkiv Kherson','KL',1),(3488,220,'Khmel\'nyts\'kyy','KM',1),(3489,220,'Kirovohrad','KR',1),(3490,220,'Kiev','KV',1),(3491,220,'Kyyiv','KY',1),(3492,220,'Luhans\'k','LU',1),(3493,220,'L\'viv','LV',1),(3494,220,'Mykolayiv','MY',1),(3495,220,'Odesa','OD',1),(3496,220,'Poltava','PO',1),(3497,220,'Rivne','RI',1),(3498,220,'Sevastopol','SE',1),(3499,220,'Sumy','SU',1),(3500,220,'Ternopil\'','TE',1),(3501,220,'Vinnytsya','VI',1),(3502,220,'Volyn\'','VO',1),(3503,220,'Zakarpattya','ZK',1),(3504,220,'Zaporizhzhya','ZA',1),(3505,220,'Zhytomyr','ZH',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3972,222,'Isle of Man','IOM',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4019,243,'Kosovo','KM',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1); /*!40000 ALTER TABLE `shoop_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shoop_zone_to_geo_zone` -- DROP TABLE IF EXISTS `shoop_zone_to_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shoop_zone_to_geo_zone` ( `zone_to_geo_zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL default '0', `geo_zone_id` int(11) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`zone_to_geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shoop_zone_to_geo_zone` -- LOCK TABLES `shoop_zone_to_geo_zone` WRITE; /*!40000 ALTER TABLE `shoop_zone_to_geo_zone` DISABLE KEYS */; INSERT INTO `shoop_zone_to_geo_zone` VALUES (57,222,0,3,'2010-02-26 22:33:24','0000-00-00 00:00:00'),(65,222,0,4,'2010-12-15 15:18:13','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `shoop_zone_to_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeaddress_book` -- DROP TABLE IF EXISTS `storeaddress_book`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeaddress_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `entry_gender` char(1) NOT NULL default '', `entry_company` varchar(64) default NULL, `entry_firstname` varchar(32) NOT NULL default '', `entry_lastname` varchar(32) NOT NULL default '', `entry_street_address` varchar(64) NOT NULL default '', `entry_suburb` varchar(32) default NULL, `entry_postcode` varchar(10) NOT NULL default '', `entry_city` varchar(32) NOT NULL default '', `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_zen` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeaddress_book` -- LOCK TABLES `storeaddress_book` WRITE; /*!40000 ALTER TABLE `storeaddress_book` DISABLE KEYS */; /*!40000 ALTER TABLE `storeaddress_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeaddress_format` -- DROP TABLE IF EXISTS `storeaddress_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeaddress_format` ( `address_format_id` int(11) NOT NULL auto_increment, `address_format` varchar(128) NOT NULL default '', `address_summary` varchar(48) NOT NULL default '', PRIMARY KEY (`address_format_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeaddress_format` -- LOCK TABLES `storeaddress_format` WRITE; /*!40000 ALTER TABLE `storeaddress_format` DISABLE KEYS */; INSERT INTO `storeaddress_format` 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'),(6,'$firstname $lastname$cr$streets$cr$city$cr$state$cr$postcode$cr$country','$postcode / $country'); /*!40000 ALTER TABLE `storeaddress_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin` -- DROP TABLE IF EXISTS `storeadmin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin` ( `admin_id` int(11) NOT NULL auto_increment, `admin_name` varchar(32) NOT NULL default '', `admin_email` varchar(96) NOT NULL default '', `admin_profile` int(11) NOT NULL default '0', `admin_pass` varchar(40) NOT NULL default '', `prev_pass1` varchar(40) NOT NULL default '', `prev_pass2` varchar(40) NOT NULL default '', `prev_pass3` varchar(40) NOT NULL default '', `pwd_last_change_date` datetime NOT NULL default '0000-00-00 00:00:00', `reset_token` varchar(60) NOT NULL default '', `last_modified` datetime NOT NULL default '0000-00-00 00:00:00', `last_login_date` datetime NOT NULL default '0000-00-00 00:00:00', `last_login_ip` varchar(45) NOT NULL default '', `failed_logins` smallint(4) unsigned NOT NULL default '0', `lockout_expires` int(11) NOT NULL default '0', `last_failed_attempt` datetime NOT NULL default '0000-00-00 00:00:00', `last_failed_ip` varchar(45) NOT NULL default '', PRIMARY KEY (`admin_id`), KEY `idx_admin_name_zen` (`admin_name`), KEY `idx_admin_email_zen` (`admin_email`), KEY `idx_admin_profile_zen` (`admin_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin` -- LOCK TABLES `storeadmin` WRITE; /*!40000 ALTER TABLE `storeadmin` DISABLE KEYS */; INSERT INTO `storeadmin` VALUES (1,'Admin','admin@localhost',1,'351683ea4e19efe34874b501fdbf9792:9b','','','','0000-00-00 00:00:00','','2013-09-10 19:39:06','0000-00-00 00:00:00','',0,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `storeadmin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin_activity_log` -- DROP TABLE IF EXISTS `storeadmin_activity_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin_activity_log` ( `log_id` bigint(15) NOT NULL auto_increment, `access_date` datetime NOT NULL default '0001-01-01 00:00:00', `admin_id` int(11) NOT NULL default '0', `page_accessed` varchar(80) NOT NULL default '', `page_parameters` text, `ip_address` varchar(45) NOT NULL default '', `flagged` tinyint(4) NOT NULL default '0', `attention` varchar(255) NOT NULL default '', `gzpost` mediumblob, PRIMARY KEY (`log_id`), KEY `idx_page_accessed_zen` (`page_accessed`), KEY `idx_access_date_zen` (`access_date`), KEY `idx_flagged_zen` (`flagged`), KEY `idx_ip_zen` (`ip_address`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin_activity_log` -- LOCK TABLES `storeadmin_activity_log` WRITE; /*!40000 ALTER TABLE `storeadmin_activity_log` DISABLE KEYS */; /*!40000 ALTER TABLE `storeadmin_activity_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin_menus` -- DROP TABLE IF EXISTS `storeadmin_menus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin_menus` ( `menu_key` varchar(32) NOT NULL default '', `language_key` varchar(255) NOT NULL default '', `sort_order` int(11) NOT NULL default '0', UNIQUE KEY `menu_key` (`menu_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin_menus` -- LOCK TABLES `storeadmin_menus` WRITE; /*!40000 ALTER TABLE `storeadmin_menus` DISABLE KEYS */; INSERT INTO `storeadmin_menus` VALUES ('configuration','BOX_HEADING_CONFIGURATION',1),('catalog','BOX_HEADING_CATALOG',2),('modules','BOX_HEADING_MODULES',3),('customers','BOX_HEADING_CUSTOMERS',4),('taxes','BOX_HEADING_LOCATION_AND_TAXES',5),('localization','BOX_HEADING_LOCALIZATION',6),('reports','BOX_HEADING_REPORTS',7),('tools','BOX_HEADING_TOOLS',8),('gv','BOX_HEADING_GV_ADMIN',9),('access','BOX_HEADING_ADMIN_ACCESS',10),('extras','BOX_HEADING_EXTRAS',11); /*!40000 ALTER TABLE `storeadmin_menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin_pages` -- DROP TABLE IF EXISTS `storeadmin_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin_pages` ( `page_key` varchar(32) NOT NULL default '', `language_key` varchar(255) NOT NULL default '', `main_page` varchar(64) NOT NULL default '', `page_params` varchar(64) NOT NULL default '', `menu_key` varchar(32) NOT NULL default '', `display_on_menu` char(1) NOT NULL default 'N', `sort_order` int(11) NOT NULL default '0', UNIQUE KEY `page_key` (`page_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin_pages` -- LOCK TABLES `storeadmin_pages` WRITE; /*!40000 ALTER TABLE `storeadmin_pages` DISABLE KEYS */; INSERT INTO `storeadmin_pages` VALUES ('configMyStore','BOX_CONFIGURATION_MY_STORE','FILENAME_CONFIGURATION','gID=1','configuration','Y',1),('configMinimumValues','BOX_CONFIGURATION_MINIMUM_VALUES','FILENAME_CONFIGURATION','gID=2','configuration','Y',2),('configMaximumValues','BOX_CONFIGURATION_MAXIMUM_VALUES','FILENAME_CONFIGURATION','gID=3','configuration','Y',3),('configImages','BOX_CONFIGURATION_IMAGES','FILENAME_CONFIGURATION','gID=4','configuration','Y',4),('configCustomerDetails','BOX_CONFIGURATION_CUSTOMER_DETAILS','FILENAME_CONFIGURATION','gID=5','configuration','Y',5),('configShipping','BOX_CONFIGURATION_SHIPPING_PACKAGING','FILENAME_CONFIGURATION','gID=7','configuration','Y',6),('configProductListing','BOX_CONFIGURATION_PRODUCT_LISTING','FILENAME_CONFIGURATION','gID=8','configuration','Y',7),('configStock','BOX_CONFIGURATION_STOCK','FILENAME_CONFIGURATION','gID=9','configuration','Y',8),('configLogging','BOX_CONFIGURATION_LOGGING','FILENAME_CONFIGURATION','gID=10','configuration','Y',9),('configEmail','BOX_CONFIGURATION_EMAIL_OPTIONS','FILENAME_CONFIGURATION','gID=12','configuration','Y',10),('configAttributes','BOX_CONFIGURATION_ATTRIBUTE_OPTIONS','FILENAME_CONFIGURATION','gID=13','configuration','Y',11),('configGzipCompression','BOX_CONFIGURATION_GZIP_COMPRESSION','FILENAME_CONFIGURATION','gID=14','configuration','Y',12),('configSessions','BOX_CONFIGURATION_SESSIONS','FILENAME_CONFIGURATION','gID=15','configuration','Y',13),('configRegulations','BOX_CONFIGURATION_REGULATIONS','FILENAME_CONFIGURATION','gID=11','configuration','Y',14),('configGvCoupons','BOX_CONFIGURATION_GV_COUPONS','FILENAME_CONFIGURATION','gID=16','configuration','Y',15),('configCreditCards','BOX_CONFIGURATION_CREDIT_CARDS','FILENAME_CONFIGURATION','gID=17','configuration','Y',16),('configProductInfo','BOX_CONFIGURATION_PRODUCT_INFO','FILENAME_CONFIGURATION','gID=18','configuration','Y',17),('configLayoutSettings','BOX_CONFIGURATION_LAYOUT_SETTINGS','FILENAME_CONFIGURATION','gID=19','configuration','Y',18),('configWebsiteMaintenance','BOX_CONFIGURATION_WEBSITE_MAINTENANCE','FILENAME_CONFIGURATION','gID=20','configuration','Y',19),('configNewListing','BOX_CONFIGURATION_NEW_LISTING','FILENAME_CONFIGURATION','gID=21','configuration','Y',20),('configFeaturedListing','BOX_CONFIGURATION_FEATURED_LISTING','FILENAME_CONFIGURATION','gID=22','configuration','Y',21),('configAllListing','BOX_CONFIGURATION_ALL_LISTING','FILENAME_CONFIGURATION','gID=23','configuration','Y',22),('configIndexListing','BOX_CONFIGURATION_INDEX_LISTING','FILENAME_CONFIGURATION','gID=24','configuration','Y',23),('configDefinePageStatus','BOX_CONFIGURATION_DEFINE_PAGE_STATUS','FILENAME_CONFIGURATION','gID=25','configuration','Y',24),('configEzPagesSettings','BOX_CONFIGURATION_EZPAGES_SETTINGS','FILENAME_CONFIGURATION','gID=30','configuration','Y',25),('categories','BOX_CATALOG_CATEGORIES_PRODUCTS','FILENAME_CATEGORIES','','catalog','Y',1),('productTypes','BOX_CATALOG_PRODUCT_TYPES','FILENAME_PRODUCT_TYPES','','catalog','Y',2),('priceManager','BOX_CATALOG_PRODUCTS_PRICE_MANAGER','FILENAME_PRODUCTS_PRICE_MANAGER','','catalog','Y',3),('optionNames','BOX_CATALOG_CATEGORIES_OPTIONS_NAME_MANAGER','FILENAME_OPTIONS_NAME_MANAGER','','catalog','Y',4),('optionValues','BOX_CATALOG_CATEGORIES_OPTIONS_VALUES_MANAGER','FILENAME_OPTIONS_VALUES_MANAGER','','catalog','Y',5),('attributes','BOX_CATALOG_CATEGORIES_ATTRIBUTES_CONTROLLER','FILENAME_ATTRIBUTES_CONTROLLER','','catalog','Y',6),('downloads','BOX_CATALOG_CATEGORIES_ATTRIBUTES_DOWNLOADS_MANAGER','FILENAME_DOWNLOADS_MANAGER','','catalog','Y',7),('optionNameSorter','BOX_CATALOG_PRODUCT_OPTIONS_NAME','FILENAME_PRODUCTS_OPTIONS_NAME','','catalog','Y',8),('optionValueSorter','BOX_CATALOG_PRODUCT_OPTIONS_VALUES','FILENAME_PRODUCTS_OPTIONS_VALUES','','catalog','Y',9),('manufacturers','BOX_CATALOG_MANUFACTURERS','FILENAME_MANUFACTURERS','','catalog','Y',10),('reviews','BOX_CATALOG_REVIEWS','FILENAME_REVIEWS','','catalog','Y',11),('specials','BOX_CATALOG_SPECIALS','FILENAME_SPECIALS','','catalog','Y',12),('featured','BOX_CATALOG_FEATURED','FILENAME_FEATURED','','catalog','Y',13),('salemaker','BOX_CATALOG_SALEMAKER','FILENAME_SALEMAKER','','catalog','Y',14),('productsExpected','BOX_CATALOG_PRODUCTS_EXPECTED','FILENAME_PRODUCTS_EXPECTED','','catalog','Y',15),('product','BOX_CATALOG_PRODUCT','FILENAME_PRODUCT','','catalog','N',16),('productsToCategories','BOX_CATALOG_PRODUCTS_TO_CATEGORIES','FILENAME_PRODUCTS_TO_CATEGORIES','','catalog','N',17),('payment','BOX_MODULES_PAYMENT','FILENAME_MODULES','set=payment','modules','Y',1),('shipping','BOX_MODULES_SHIPPING','FILENAME_MODULES','set=shipping','modules','Y',2),('orderTotal','BOX_MODULES_ORDER_TOTAL','FILENAME_MODULES','set=ordertotal','modules','Y',3),('customers','BOX_CUSTOMERS_CUSTOMERS','FILENAME_CUSTOMERS','','customers','Y',1),('orders','BOX_CUSTOMERS_ORDERS','FILENAME_ORDERS','','customers','Y',2),('groupPricing','BOX_CUSTOMERS_GROUP_PRICING','FILENAME_GROUP_PRICING','','customers','Y',3),('paypal','BOX_CUSTOMERS_PAYPAL','FILENAME_PAYPAL','','customers','Y',4),('invoice','BOX_CUSTOMERS_INVOICE','FILENAME_ORDERS_INVOICE','','customers','N',5),('packingslip','BOX_CUSTOMERS_PACKING_SLIP','FILENAME_ORDERS_PACKINGSLIP','','customers','N',6),('linkpointReview','BOX_CUSTOMERS_LINKPOINT_REVIEW','FILENAME_LINKPOINT_REVIEW','','customers','Y',7),('countries','BOX_TAXES_COUNTRIES','FILENAME_COUNTRIES','','taxes','Y',1),('zones','BOX_TAXES_ZONES','FILENAME_ZONES','','taxes','Y',2),('geoZones','BOX_TAXES_GEO_ZONES','FILENAME_GEO_ZONES','','taxes','Y',3),('taxClasses','BOX_TAXES_TAX_CLASSES','FILENAME_TAX_CLASSES','','taxes','Y',4),('taxRates','BOX_TAXES_TAX_RATES','FILENAME_TAX_RATES','','taxes','Y',5),('currencies','BOX_LOCALIZATION_CURRENCIES','FILENAME_CURRENCIES','','localization','Y',1),('languages','BOX_LOCALIZATION_LANGUAGES','FILENAME_LANGUAGES','','localization','Y',2),('ordersStatus','BOX_LOCALIZATION_ORDERS_STATUS','FILENAME_ORDERS_STATUS','','localization','Y',3),('reportCustomers','BOX_REPORTS_ORDERS_TOTAL','FILENAME_STATS_CUSTOMERS','','reports','Y',1),('reportReferrals','BOX_REPORTS_CUSTOMERS_REFERRALS','FILENAME_STATS_CUSTOMERS_REFERRALS','','reports','Y',2),('reportLowStock','BOX_REPORTS_PRODUCTS_LOWSTOCK','FILENAME_STATS_PRODUCTS_LOWSTOCK','','reports','Y',3),('reportProductsSold','BOX_REPORTS_PRODUCTS_PURCHASED','FILENAME_STATS_PRODUCTS_PURCHASED','','reports','Y',4),('reportProductsViewed','BOX_REPORTS_PRODUCTS_VIEWED','FILENAME_STATS_PRODUCTS_VIEWED','','reports','Y',5),('templateSelect','BOX_TOOLS_TEMPLATE_SELECT','FILENAME_TEMPLATE_SELECT','','tools','Y',1),('layoutController','BOX_TOOLS_LAYOUT_CONTROLLER','FILENAME_LAYOUT_CONTROLLER','','tools','Y',2),('banners','BOX_TOOLS_BANNER_MANAGER','FILENAME_BANNER_MANAGER','','tools','Y',3),('mail','BOX_TOOLS_MAIL','FILENAME_MAIL','','tools','Y',4),('newsletters','BOX_TOOLS_NEWSLETTER_MANAGER','FILENAME_NEWSLETTERS','','tools','Y',5),('server','BOX_TOOLS_SERVER_INFO','FILENAME_SERVER_INFO','','tools','Y',6),('whosOnline','BOX_TOOLS_WHOS_ONLINE','FILENAME_WHOS_ONLINE','','tools','Y',7),('storeManager','BOX_TOOLS_STORE_MANAGER','FILENAME_STORE_MANAGER','','tools','Y',9),('developersToolKit','BOX_TOOLS_DEVELOPERS_TOOL_KIT','FILENAME_DEVELOPERS_TOOL_KIT','','tools','Y',10),('ezpages','BOX_TOOLS_EZPAGES','FILENAME_EZPAGES_ADMIN','','tools','Y',11),('definePagesEditor','BOX_TOOLS_DEFINE_PAGES_EDITOR','FILENAME_DEFINE_PAGES_EDITOR','','tools','Y',12),('sqlPatch','BOX_TOOLS_SQLPATCH','FILENAME_SQLPATCH','','tools','Y',13),('couponAdmin','BOX_COUPON_ADMIN','FILENAME_COUPON_ADMIN','','gv','Y',1),('couponRestrict','BOX_COUPON_RESTRICT','FILENAME_COUPON_RESTRICT','','gv','N',1),('gvQueue','BOX_GV_ADMIN_QUEUE','FILENAME_GV_QUEUE','','gv','Y',2),('gvMail','BOX_GV_ADMIN_MAIL','FILENAME_GV_MAIL','','gv','Y',3),('gvSent','BOX_GV_ADMIN_SENT','FILENAME_GV_SENT','','gv','Y',4),('profiles','BOX_ADMIN_ACCESS_PROFILES','FILENAME_PROFILES','','access','Y',1),('users','BOX_ADMIN_ACCESS_USERS','FILENAME_USERS','','access','Y',2),('pageRegistration','BOX_ADMIN_ACCESS_PAGE_REGISTRATION','FILENAME_ADMIN_PAGE_REGISTRATION','','access','Y',3),('adminlogs','BOX_ADMIN_ACCESS_LOGS','FILENAME_ADMIN_ACTIVITY','','access','Y',4),('recordArtists','BOX_CATALOG_RECORD_ARTISTS','FILENAME_RECORD_ARTISTS','','extras','Y',1),('recordCompanies','BOX_CATALOG_RECORD_COMPANY','FILENAME_RECORD_COMPANY','','extras','Y',2),('musicGenre','BOX_CATALOG_MUSIC_GENRE','FILENAME_MUSIC_GENRE','','extras','Y',3),('mediaManager','BOX_CATALOG_MEDIA_MANAGER','FILENAME_MEDIA_MANAGER','','extras','Y',4),('mediaTypes','BOX_CATALOG_MEDIA_TYPES','FILENAME_MEDIA_TYPES','','extras','Y',5); /*!40000 ALTER TABLE `storeadmin_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin_pages_to_profiles` -- DROP TABLE IF EXISTS `storeadmin_pages_to_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin_pages_to_profiles` ( `profile_id` int(11) NOT NULL default '0', `page_key` varchar(32) NOT NULL default '', UNIQUE KEY `profile_page` (`profile_id`,`page_key`), UNIQUE KEY `page_profile` (`page_key`,`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin_pages_to_profiles` -- LOCK TABLES `storeadmin_pages_to_profiles` WRITE; /*!40000 ALTER TABLE `storeadmin_pages_to_profiles` DISABLE KEYS */; /*!40000 ALTER TABLE `storeadmin_pages_to_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeadmin_profiles` -- DROP TABLE IF EXISTS `storeadmin_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeadmin_profiles` ( `profile_id` int(11) NOT NULL auto_increment, `profile_name` varchar(64) NOT NULL default '', PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeadmin_profiles` -- LOCK TABLES `storeadmin_profiles` WRITE; /*!40000 ALTER TABLE `storeadmin_profiles` DISABLE KEYS */; INSERT INTO `storeadmin_profiles` VALUES (1,'Superuser'); /*!40000 ALTER TABLE `storeadmin_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeauthorizenet` -- DROP TABLE IF EXISTS `storeauthorizenet`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeauthorizenet` ( `id` int(11) unsigned NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `response_code` int(1) NOT NULL default '0', `response_text` varchar(255) NOT NULL default '', `authorization_type` varchar(50) NOT NULL default '', `transaction_id` bigint(20) default NULL, `sent` longtext NOT NULL, `received` longtext NOT NULL, `time` varchar(50) NOT NULL default '', `session_id` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeauthorizenet` -- LOCK TABLES `storeauthorizenet` WRITE; /*!40000 ALTER TABLE `storeauthorizenet` DISABLE KEYS */; /*!40000 ALTER TABLE `storeauthorizenet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storebanners` -- DROP TABLE IF EXISTS `storebanners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storebanners` ( `banners_id` int(11) NOT NULL auto_increment, `banners_title` varchar(64) NOT NULL default '', `banners_url` varchar(255) NOT NULL default '', `banners_image` varchar(64) NOT NULL default '', `banners_group` varchar(15) NOT NULL default '', `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 default '0001-01-01 00:00:00', `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', `banners_open_new_windows` int(1) NOT NULL default '1', `banners_on_ssl` int(1) NOT NULL default '1', `banners_sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`banners_id`), KEY `idx_status_group_zen` (`status`,`banners_group`), KEY `idx_expires_date_zen` (`expires_date`), KEY `idx_date_scheduled_zen` (`date_scheduled`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storebanners` -- LOCK TABLES `storebanners` WRITE; /*!40000 ALTER TABLE `storebanners` DISABLE KEYS */; INSERT INTO `storebanners` VALUES (1,'Zen Cart','http://www.zen-cart.com','banners/zencart_468_60_02.gif','Wide-Banners','',0,NULL,NULL,'2004-01-11 20:59:12',NULL,1,1,1,0),(2,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12',NULL,1,1,1,0),(3,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125x125_zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12',NULL,1,1,1,0),(4,'if you have to think ... you haven\'t been Zenned!','http://www.zen-cart.com','banners/think_anim.gif','Wide-Banners','',0,NULL,NULL,'2004-01-12 20:53:18',NULL,1,1,1,0),(5,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/bw_zen_88wide.gif','BannersAll','',0,NULL,NULL,'2005-05-13 10:54:38',NULL,1,1,1,10),(6,'Start Accepting Credit Cards For Your Business Today!','http://www.zen-cart.com/partners/payment','banners/cardsvcs_468x60.gif','Wide-Banners','',0,NULL,NULL,'2006-03-13 11:02:43',NULL,1,1,1,0),(7,'eStart Your Web Store with Zen Cart(R)','http://www.zen-cart.com/book','banners/big-book-ad.gif','Wide-Banners','',0,NULL,NULL,'2007-02-10 00:00:00',NULL,1,1,1,1),(8,'eStart Your Web Store with Zen Cart(R)','http://www.zen-cart.com/book','banners/tall-book.gif','SideBox-Banners','',0,NULL,NULL,'2007-02-10 00:00:00',NULL,1,1,1,1),(9,'eStart Your Web Store with Zen Cart(R)','http://www.zen-cart.com/book','banners/tall-book.gif','BannersAll','',0,NULL,NULL,'2007-02-10 00:00:00',NULL,1,1,1,15); /*!40000 ALTER TABLE `storebanners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storebanners_history` -- DROP TABLE IF EXISTS `storebanners_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storebanners_history` ( `banners_history_id` int(11) NOT NULL auto_increment, `banners_id` int(11) NOT NULL default '0', `banners_shown` int(5) NOT NULL default '0', `banners_clicked` int(5) NOT NULL default '0', `banners_history_date` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`banners_history_id`), KEY `idx_banners_id_zen` (`banners_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storebanners_history` -- LOCK TABLES `storebanners_history` WRITE; /*!40000 ALTER TABLE `storebanners_history` DISABLE KEYS */; /*!40000 ALTER TABLE `storebanners_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecategories` -- DROP TABLE IF EXISTS `storecategories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecategories` ( `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_status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`categories_id`), KEY `idx_parent_id_cat_id_zen` (`parent_id`,`categories_id`), KEY `idx_status_zen` (`categories_status`), KEY `idx_sort_order_zen` (`sort_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecategories` -- LOCK TABLES `storecategories` WRITE; /*!40000 ALTER TABLE `storecategories` DISABLE KEYS */; /*!40000 ALTER TABLE `storecategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecategories_description` -- DROP TABLE IF EXISTS `storecategories_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecategories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(32) NOT NULL default '', `categories_description` text NOT NULL, PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name_zen` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecategories_description` -- LOCK TABLES `storecategories_description` WRITE; /*!40000 ALTER TABLE `storecategories_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storecategories_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeconfiguration` -- DROP TABLE IF EXISTS `storeconfiguration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeconfiguration` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` text NOT NULL, `configuration_key` varchar(255) NOT NULL default '', `configuration_value` text NOT NULL, `configuration_description` text NOT NULL, `configuration_group_id` int(11) NOT NULL default '0', `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `use_function` text, `set_function` text, PRIMARY KEY (`configuration_id`), UNIQUE KEY `unq_config_key_zen` (`configuration_key`), KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)), KEY `idx_cfg_grp_id_zen` (`configuration_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=537 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeconfiguration` -- LOCK TABLES `storeconfiguration` WRITE; /*!40000 ALTER TABLE `storeconfiguration` DISABLE KEYS */; INSERT INTO `storeconfiguration` VALUES (1,'Store Name','STORE_NAME','Zen Cart','The name of my store',1,1,NULL,'2013-09-10 19:39:06',NULL,NULL),(2,'Store Owner','STORE_OWNER','Team Zen Cart','The name of my store owner',1,2,NULL,'2013-09-10 19:39:06',NULL,NULL),(3,'Telephone - Customer Service','STORE_TELEPHONE_CUSTSERVICE','','Enter a telephone number for customers to reach your Customer Service department. This number may be sent as part of payment transaction details.',1,3,NULL,'2013-09-10 19:39:06',NULL,NULL),(4,'Country','STORE_COUNTRY','223','The country my store is located in <br /><br /><strong>Note: Please remember to update the store zone.</strong>',1,6,NULL,'2013-09-10 19:39:06','zen_get_country_name','zen_cfg_pull_down_country_list('),(5,'Zone','STORE_ZONE','18','The zone my store is located in',1,7,NULL,'2013-09-10 19:39:06','zen_cfg_get_zone_name','zen_cfg_pull_down_zone_list('),(6,'Expected Sort Order','EXPECTED_PRODUCTS_SORT','desc','This is the sort order used in the expected products box.',1,8,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'asc\', \'desc\'), '),(7,'Expected Sort Field','EXPECTED_PRODUCTS_FIELD','date_expected','The column to sort by in the expected products box.',1,9,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'products_name\', \'date_expected\'), '),(8,'Switch To Default Language Currency','USE_DEFAULT_LANGUAGE_CURRENCY','false','Automatically switch to the language\'s currency when it is changed',1,10,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(9,'Language Selector','LANGUAGE_DEFAULT_SELECTOR','Default','Should the default language be based on the Store preferences, or the customer\'s browser settings?<br /><br />Default: Store\'s default settings',1,11,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'Default\', \'Browser\'), '),(10,'Use Search-Engine Safe URLs (still in development)','SEARCH_ENGINE_FRIENDLY_URLS','false','Use search-engine safe urls for all site links',6,12,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(11,'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,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(12,'Default Search Operator','ADVANCED_SEARCH_DEFAULT_OPERATOR','and','Default search operators',1,17,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'and\', \'or\'), '),(13,'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,7,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_textarea('),(14,'Show Category Counts','SHOW_COUNTS','true','Count recursively how many products are in each category',1,19,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(15,'Tax Decimal Places','TAX_DECIMAL_PLACES','0','Pad the tax value this amount of decimal places',1,20,NULL,'2013-09-10 19:39:06',NULL,NULL),(16,'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,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(17,'Display Prices with Tax in Admin','DISPLAY_PRICE_WITH_TAX_ADMIN','false','Display prices with tax included (true) or add the tax at the end (false) in Admin(Invoices)',1,21,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(18,'Basis of Product Tax','STORE_PRODUCT_TAX_BASIS','Shipping','On what basis is Product Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',1,21,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(19,'Basis of Shipping Tax','STORE_SHIPPING_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone - Can be overriden by correctly written Shipping Module',1,21,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(20,'Sales Tax Display Status','STORE_TAX_DISPLAY_STATUS','0','Always show Sales Tax even when amount is $0.00?<br />0= Off<br />1= On',1,21,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(21,'Show Split Tax Lines','SHOW_SPLIT_TAX_CHECKOUT','false','If multiple tax rates apply, show each rate as a separate line at checkout',1,22,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(22,'Admin Session Time Out in Seconds','SESSION_TIMEOUT_ADMIN','900','Enter the time in seconds.<br />Max allowed is 900 for PCI Compliance Reasons.<br /> Default=900<br />Example: 900= 15 min <br /><br />Note: Too few seconds can result in timeout issues when adding/editing products',1,40,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'900\', \'600\', \'300\'), '),(23,'Admin Set max_execution_time for processes','GLOBAL_SET_TIME_LIMIT','60','Enter the time in seconds for how long the max_execution_time of processes should be. Default=60<br />Example: 60= 1 minute<br /><br />Note: Changing the time limit is only needed if you are having problems with the execution time of a process',1,42,NULL,'2013-09-10 19:39:06',NULL,NULL),(24,'Show if version update available','SHOW_VERSION_UPDATE_IN_HEADER','true','Automatically check to see if a new version of Zen Cart is available. Enabling this can sometimes slow down the loading of Admin pages. (Displayed on main Index page after login, and Server Info page.)',1,44,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(25,'Store Status','STORE_STATUS','0','What is your Store Status<br />0= Normal Store<br />1= Showcase no prices<br />2= Showcase with prices',1,25,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(26,'Server Uptime','DISPLAY_SERVER_UPTIME','true','Displaying Server uptime can cause entries in error logs on some servers. (true = Display, false = don\'t display)',1,46,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'true\', \'false\'),'),(27,'Missing Page Check','MISSING_PAGE_CHECK','Page Not Found','Zen Cart can check for missing pages in the URL and redirect to Index page. For debugging you may want to turn this off. <br /><br /><strong>Default=On</strong><br />On = Send missing pages to \'index\'<br />Off = Don\'t check for missing pages<br />Page Not Found = display the Page-Not-Found page',1,48,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'On\', \'Off\', \'Page Not Found\'),'),(28,'cURL Proxy Status','CURL_PROXY_REQUIRED','False','Does your host require that you use a proxy for cURL communication?',6,50,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(29,'cURL Proxy Address','CURL_PROXY_SERVER_DETAILS','','If you have a hosting service that requires use of a proxy to talk to external sites via cURL, enter their proxy address here.<br />format: address:port<br />ie: 127.0.0.1:3128',6,51,NULL,'2013-09-10 19:39:06',NULL,NULL),(30,'HTML Editor','HTML_EDITOR_PREFERENCE','NONE','Please select the HTML/Rich-Text editor you wish to use for composing Admin-related emails, newsletters, and product descriptions',1,110,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_pull_down_htmleditors('),(31,'Enable phpBB linkage?','PHPBB_LINKS_ENABLED','false','Should Zen Cart synchronize new account information to your (already-installed) phpBB forum?',1,120,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(32,'Show Category Counts - Admin','SHOW_COUNTS_ADMIN','true','Show Category Counts in Admin?',1,19,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(33,'Currency Conversion Ratio','CURRENCY_UPLIFT_RATIO','1.05','When auto-updating currencies, what \"uplift\" ratio should be used to calculate the exchange rate used by your store?<br />ie: the bank rate is obtained from the currency-exchange servers; how much extra do you want to charge in order to make up the difference between the bank rate and the consumer rate?<br /><br /><strong>Default: 1.05 </strong><br />This will cause the published bank rate to be multiplied by 1.05 to set the currency rates in your store.',1,55,NULL,'2013-09-10 19:39:06',NULL,NULL),(34,'First Name','ENTRY_FIRST_NAME_MIN_LENGTH','2','Minimum length of first name',2,1,NULL,'2013-09-10 19:39:06',NULL,NULL),(35,'Last Name','ENTRY_LAST_NAME_MIN_LENGTH','2','Minimum length of last name',2,2,NULL,'2013-09-10 19:39:06',NULL,NULL),(36,'Date of Birth','ENTRY_DOB_MIN_LENGTH','10','Minimum length of date of birth',2,3,NULL,'2013-09-10 19:39:06',NULL,NULL),(37,'E-Mail Address','ENTRY_EMAIL_ADDRESS_MIN_LENGTH','6','Minimum length of e-mail address',2,4,NULL,'2013-09-10 19:39:06',NULL,NULL),(38,'Street Address','ENTRY_STREET_ADDRESS_MIN_LENGTH','5','Minimum length of street address',2,5,NULL,'2013-09-10 19:39:06',NULL,NULL),(39,'Company','ENTRY_COMPANY_MIN_LENGTH','0','Minimum length of company name',2,6,NULL,'2013-09-10 19:39:06',NULL,NULL),(40,'Post Code','ENTRY_POSTCODE_MIN_LENGTH','4','Minimum length of post code',2,7,NULL,'2013-09-10 19:39:06',NULL,NULL),(41,'City','ENTRY_CITY_MIN_LENGTH','2','Minimum length of city',2,8,NULL,'2013-09-10 19:39:06',NULL,NULL),(42,'State','ENTRY_STATE_MIN_LENGTH','2','Minimum length of state',2,9,NULL,'2013-09-10 19:39:06',NULL,NULL),(43,'Telephone Number','ENTRY_TELEPHONE_MIN_LENGTH','3','Minimum length of telephone number',2,10,NULL,'2013-09-10 19:39:06',NULL,NULL),(44,'Password','ENTRY_PASSWORD_MIN_LENGTH','7','Minimum length of password',2,11,NULL,'2013-09-10 19:39:06',NULL,NULL),(45,'Credit Card Owner Name','CC_OWNER_MIN_LENGTH','3','Minimum length of credit card owner name',2,12,NULL,'2013-09-10 19:39:06',NULL,NULL),(46,'Credit Card Number','CC_NUMBER_MIN_LENGTH','10','Minimum length of credit card number',2,13,NULL,'2013-09-10 19:39:06',NULL,NULL),(47,'Credit Card CVV Number','CC_CVV_MIN_LENGTH','3','Minimum length of credit card CVV number',2,13,NULL,'2013-09-10 19:39:06',NULL,NULL),(48,'Product Review Text','REVIEW_TEXT_MIN_LENGTH','50','Minimum length of product review text',2,14,NULL,'2013-09-10 19:39:06',NULL,NULL),(49,'Best Sellers','MIN_DISPLAY_BESTSELLERS','1','Minimum number of best sellers to display',2,15,NULL,'2013-09-10 19:39:06',NULL,NULL),(50,'Also Purchased Products','MIN_DISPLAY_ALSO_PURCHASED','1','Minimum number of products to display in the \'This Customer Also Purchased\' box',2,16,NULL,'2013-09-10 19:39:06',NULL,NULL),(51,'Nick Name','ENTRY_NICK_MIN_LENGTH','3','Minimum length of Nick Name',2,1,NULL,'2013-09-10 19:39:06',NULL,NULL),(52,'Address Book Entries','MAX_ADDRESS_BOOK_ENTRIES','5','Maximum address book entries a customer is allowed to have',3,1,NULL,'2013-09-10 19:39:06',NULL,NULL),(53,'Admin Search Results Per Page','MAX_DISPLAY_SEARCH_RESULTS','20','Number of products to list on an Admin search result page',3,2,NULL,'2013-09-10 19:39:06',NULL,NULL),(54,'Prev/Next Navigation Page Links','MAX_DISPLAY_PAGE_LINKS','5','Number of \'number\' links use for page-sets',3,3,NULL,'2013-09-10 19:39:06',NULL,NULL),(55,'Products on Special ','MAX_DISPLAY_SPECIAL_PRODUCTS','9','Number of products on special to display',3,4,NULL,'2013-09-10 19:39:06',NULL,NULL),(56,'New Products Module','MAX_DISPLAY_NEW_PRODUCTS','9','Number of new products to display in a category',3,5,NULL,'2013-09-10 19:39:06',NULL,NULL),(57,'Upcoming Products ','MAX_DISPLAY_UPCOMING_PRODUCTS','10','Number of \'upcoming\' products to display',3,6,NULL,'2013-09-10 19:39:06',NULL,NULL),(58,'Manufacturers List - Scroll Box Size/Style','MAX_MANUFACTURERS_LIST','3','Number of manufacturers names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2013-09-10 19:39:06',NULL,NULL),(59,'Manufacturers List - Verify Product Exist','PRODUCTS_MANUFACTURERS_STATUS','1','Verify that at least 1 product exists and is active for the manufacturer name to show<br /><br />Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers<br />0= off 1= on',3,7,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(60,'Music Genre List - Scroll Box Size/Style','MAX_MUSIC_GENRES_LIST','3','Number of music genre names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2013-09-10 19:39:06',NULL,NULL),(61,'Record Company List - Scroll Box Size/Style','MAX_RECORD_COMPANY_LIST','3','Number of record company names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2013-09-10 19:39:06',NULL,NULL),(62,'Length of Record Company Name','MAX_DISPLAY_RECORD_COMPANY_NAME_LEN','15','Used in record companies box; maximum length of record company name to display. Longer names will be truncated.',3,8,NULL,'2013-09-10 19:39:06',NULL,NULL),(63,'Length of Music Genre Name','MAX_DISPLAY_MUSIC_GENRES_NAME_LEN','15','Used in music genres box; maximum length of music genre name to display. Longer names will be truncated.',3,8,NULL,'2013-09-10 19:39:06',NULL,NULL),(64,'Length of Manufacturers Name','MAX_DISPLAY_MANUFACTURER_NAME_LEN','15','Used in manufacturers box; maximum length of manufacturers name to display. Longer names will be truncated.',3,8,NULL,'2013-09-10 19:39:06',NULL,NULL),(65,'New Product Reviews Per Page','MAX_DISPLAY_NEW_REVIEWS','6','Number of new reviews to display on each page',3,9,NULL,'2013-09-10 19:39:06',NULL,NULL),(66,'Random Product Reviews for SideBox','MAX_RANDOM_SELECT_REVIEWS','1','Number of random product REVIEWS to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,10,NULL,'2013-09-10 19:39:06',NULL,NULL),(67,'Random New Products for SideBox','MAX_RANDOM_SELECT_NEW','3','Number of random NEW products to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,11,NULL,'2013-09-10 19:39:06',NULL,NULL),(68,'Random Products On Special for SideBox','MAX_RANDOM_SELECT_SPECIALS','2','Number of random products on SPECIAL to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,12,NULL,'2013-09-10 19:39:06',NULL,NULL),(69,'Categories To List Per Row','MAX_DISPLAY_CATEGORIES_PER_ROW','3','How many categories to list per row',3,13,NULL,'2013-09-10 19:39:06',NULL,NULL),(70,'New Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_NEW','10','Number of new products listed per page',3,14,NULL,'2013-09-10 19:39:06',NULL,NULL),(71,'Best Sellers For Box','MAX_DISPLAY_BESTSELLERS','10','Number of best sellers to display in box',3,15,NULL,'2013-09-10 19:39:06',NULL,NULL),(72,'Also Purchased Products','MAX_DISPLAY_ALSO_PURCHASED','6','Number of products to display in the \'This Customer Also Purchased\' box',3,16,NULL,'2013-09-10 19:39:06',NULL,NULL),(73,'Recent Purchases Box- NOTE: box is disabled ','MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX','6','Number of products to display in the recent purchases box',3,17,NULL,'2013-09-10 19:39:06',NULL,NULL),(74,'Customer Order History List Per Page','MAX_DISPLAY_ORDER_HISTORY','10','Number of orders to display in the order history list in \'My Account\'',3,18,NULL,'2013-09-10 19:39:06',NULL,NULL),(75,'Maximum Display of Customers on Customers Page','MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER','20','',3,19,NULL,'2013-09-10 19:39:06',NULL,NULL),(76,'Maximum Display of Orders on Orders Page','MAX_DISPLAY_SEARCH_RESULTS_ORDERS','20','',3,20,NULL,'2013-09-10 19:39:06',NULL,NULL),(77,'Maximum Display of Products on Reports','MAX_DISPLAY_SEARCH_RESULTS_REPORTS','20','',3,21,NULL,'2013-09-10 19:39:06',NULL,NULL),(78,'Maximum Categories Products Display List','MAX_DISPLAY_RESULTS_CATEGORIES','10','Number of products to list per screen',3,22,NULL,'2013-09-10 19:39:06',NULL,NULL),(79,'Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_LISTING','10','Maximum Number of Products to list per page on main page',3,30,NULL,'2013-09-10 19:39:06',NULL,NULL),(80,'Products Attributes - Option Names and Values Display','MAX_ROW_LISTS_OPTIONS','10','Maximum number of option names and values to display in the products attributes page',3,24,NULL,'2013-09-10 19:39:06',NULL,NULL),(81,'Products Attributes - Attributes Controller Display','MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER','30','Maximum number of attributes to display in the Attributes Controller page',3,25,NULL,'2013-09-10 19:39:06',NULL,NULL),(82,'Products Attributes - Downloads Manager Display','MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER','30','Maximum number of attributes downloads to display in the Downloads Manager page',3,26,NULL,'2013-09-10 19:39:06',NULL,NULL),(83,'Featured Products - Number to Display Admin','MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN','10','Number of featured products to list per screen - Admin',3,27,NULL,'2013-09-10 19:39:06',NULL,NULL),(84,'Maximum Display of Featured Products - Main Page','MAX_DISPLAY_SEARCH_RESULTS_FEATURED','9','Number of featured products to list on main page',3,28,NULL,'2013-09-10 19:39:06',NULL,NULL),(85,'Maximum Display of Featured Products Page','MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS','10','Number of featured products to list per screen',3,29,NULL,'2013-09-10 19:39:06',NULL,NULL),(86,'Random Featured Products for SideBox','MAX_RANDOM_SELECT_FEATURED_PRODUCTS','2','Number of random FEATURED products to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,30,NULL,'2013-09-10 19:39:06',NULL,NULL),(87,'Maximum Display of Specials Products - Main Page','MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX','9','Number of special products to list on main page',3,31,NULL,'2013-09-10 19:39:06',NULL,NULL),(88,'New Product Listing - Limited to ...','SHOW_NEW_PRODUCTS_LIMIT','0','Limit the New Product Listing to<br />0= All Products<br />1= Current Month<br />7= 7 Days<br />14= 14 Days<br />30= 30 Days<br />60= 60 Days<br />90= 90 Days<br />120= 120 Days',3,40,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'7\', \'14\', \'30\', \'60\', \'90\', \'120\'), '),(89,'Maximum Display of Products All Page','MAX_DISPLAY_PRODUCTS_ALL','10','Number of products to list per screen',3,45,NULL,'2013-09-10 19:39:06',NULL,NULL),(90,'Maximum Display of Language Flags in Language Side Box','MAX_LANGUAGE_FLAGS_COLUMNS','3','Number of Language Flags per Row',3,50,NULL,'2013-09-10 19:39:06',NULL,NULL),(91,'Maximum File Upload Size','MAX_FILE_UPLOAD_SIZE','2048000','What is the Maximum file size for uploads?<br />Default= 2048000',3,60,NULL,'2013-09-10 19:39:06',NULL,NULL),(92,'Allowed Filename Extensions for uploading','UPLOAD_FILENAME_EXTENSIONS','jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip','List the permissible filetypes (filename extensions) to be allowed when files are uploaded to your site by customers. Separate multiple values with commas(,). Do not include the dot(.).<br /><br />Suggested setting: \"jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip\"',3,61,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_textarea('),(93,'Maximum Orders Detail Display on Admin Orders Listing','MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING','0','Maximum number of Order Details<br />0 = Unlimited',3,65,NULL,'2013-09-10 19:39:06',NULL,NULL),(94,'Maximum PayPal IPN Display on Admin Listing','MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN','20','Maximum number of PayPal IPN Lisings in Admin<br />Default is 20',3,66,NULL,'2013-09-10 19:39:06',NULL,NULL),(95,'Maximum Display Columns Products to Multiple Categories Manager','MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS','3','Maximum Display Columns Products to Multiple Categories Manager<br />3 = Default',3,70,NULL,'2013-09-10 19:39:06',NULL,NULL),(96,'Maximum Display EZ-Pages','MAX_DISPLAY_SEARCH_RESULTS_EZPAGE','20','Maximum Display EZ-Pages<br />20 = Default',3,71,NULL,'2013-09-10 19:39:06',NULL,NULL),(97,'Small Image Width','SMALL_IMAGE_WIDTH','100','The pixel width of small images',4,1,NULL,'2013-09-10 19:39:06',NULL,NULL),(98,'Small Image Height','SMALL_IMAGE_HEIGHT','80','The pixel height of small images',4,2,NULL,'2013-09-10 19:39:06',NULL,NULL),(99,'Heading Image Width - Admin','HEADING_IMAGE_WIDTH','57','The pixel width of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,3,NULL,'2013-09-10 19:39:06',NULL,NULL),(100,'Heading Image Height - Admin','HEADING_IMAGE_HEIGHT','40','The pixel height of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,4,NULL,'2013-09-10 19:39:06',NULL,NULL),(101,'Subcategory Image Width','SUBCATEGORY_IMAGE_WIDTH','100','The pixel width of subcategory images',4,5,NULL,'2013-09-10 19:39:06',NULL,NULL),(102,'Subcategory Image Height','SUBCATEGORY_IMAGE_HEIGHT','57','The pixel height of subcategory images',4,6,NULL,'2013-09-10 19:39:06',NULL,NULL),(103,'Calculate Image Size','CONFIG_CALCULATE_IMAGE_SIZE','true','Calculate the size of images?',4,7,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(104,'Image Required','IMAGE_REQUIRED','true','Enable to display broken images. Good for development.',4,8,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(105,'Image - Shopping Cart Status','IMAGE_SHOPPING_CART_STATUS','1','Show product image in the shopping cart?<br />0= off 1= on',4,9,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(106,'Image - Shopping Cart Width','IMAGE_SHOPPING_CART_WIDTH','50','Default = 50',4,10,NULL,'2013-09-10 19:39:06',NULL,NULL),(107,'Image - Shopping Cart Height','IMAGE_SHOPPING_CART_HEIGHT','40','Default = 40',4,11,NULL,'2013-09-10 19:39:06',NULL,NULL),(108,'Category Icon Image Width - Product Info Pages','CATEGORY_ICON_IMAGE_WIDTH','57','The pixel width of Category Icon heading images for Product Info Pages',4,13,NULL,'2013-09-10 19:39:06',NULL,NULL),(109,'Category Icon Image Height - Product Info Pages','CATEGORY_ICON_IMAGE_HEIGHT','40','The pixel height of Category Icon heading images for Product Info Pages',4,14,NULL,'2013-09-10 19:39:06',NULL,NULL),(110,'Top Subcategory Image Width','SUBCATEGORY_IMAGE_TOP_WIDTH','150','The pixel width of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,15,NULL,'2013-09-10 19:39:06',NULL,NULL),(111,'Top Subcategory Image Height','SUBCATEGORY_IMAGE_TOP_HEIGHT','85','The pixel height of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,16,NULL,'2013-09-10 19:39:06',NULL,NULL),(112,'Product Info - Image Width','MEDIUM_IMAGE_WIDTH','150','The pixel width of Product Info images',4,20,NULL,'2013-09-10 19:39:06',NULL,NULL),(113,'Product Info - Image Height','MEDIUM_IMAGE_HEIGHT','120','The pixel height of Product Info images',4,21,NULL,'2013-09-10 19:39:06',NULL,NULL),(114,'Product Info - Image Medium Suffix','IMAGE_SUFFIX_MEDIUM','_MED','Product Info Medium Image Suffix<br />Default = _MED',4,22,NULL,'2013-09-10 19:39:06',NULL,NULL),(115,'Product Info - Image Large Suffix','IMAGE_SUFFIX_LARGE','_LRG','Product Info Large Image Suffix<br />Default = _LRG',4,23,NULL,'2013-09-10 19:39:06',NULL,NULL),(116,'Product Info - Number of Additional Images per Row','IMAGES_AUTO_ADDED','3','Product Info - Enter the number of additional images to display per row<br />Default = 3',4,30,NULL,'2013-09-10 19:39:06',NULL,NULL),(117,'Image - Product Listing Width','IMAGE_PRODUCT_LISTING_WIDTH','100','Default = 100',4,40,NULL,'2013-09-10 19:39:06',NULL,NULL),(118,'Image - Product Listing Height','IMAGE_PRODUCT_LISTING_HEIGHT','80','Default = 80',4,41,NULL,'2013-09-10 19:39:06',NULL,NULL),(119,'Image - Product New Listing Width','IMAGE_PRODUCT_NEW_LISTING_WIDTH','100','Default = 100',4,42,NULL,'2013-09-10 19:39:06',NULL,NULL),(120,'Image - Product New Listing Height','IMAGE_PRODUCT_NEW_LISTING_HEIGHT','80','Default = 80',4,43,NULL,'2013-09-10 19:39:06',NULL,NULL),(121,'Image - New Products Width','IMAGE_PRODUCT_NEW_WIDTH','100','Default = 100',4,44,NULL,'2013-09-10 19:39:06',NULL,NULL),(122,'Image - New Products Height','IMAGE_PRODUCT_NEW_HEIGHT','80','Default = 80',4,45,NULL,'2013-09-10 19:39:06',NULL,NULL),(123,'Image - Featured Products Width','IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH','100','Default = 100',4,46,NULL,'2013-09-10 19:39:06',NULL,NULL),(124,'Image - Featured Products Height','IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT','80','Default = 80',4,47,NULL,'2013-09-10 19:39:06',NULL,NULL),(125,'Image - Product All Listing Width','IMAGE_PRODUCT_ALL_LISTING_WIDTH','100','Default = 100',4,48,NULL,'2013-09-10 19:39:06',NULL,NULL),(126,'Image - Product All Listing Height','IMAGE_PRODUCT_ALL_LISTING_HEIGHT','80','Default = 80',4,49,NULL,'2013-09-10 19:39:06',NULL,NULL),(127,'Product Image - No Image Status','PRODUCTS_IMAGE_NO_IMAGE_STATUS','1','Use automatic No Image when none is added to product<br />0= off<br />1= On',4,60,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(128,'Product Image - No Image picture','PRODUCTS_IMAGE_NO_IMAGE','no_picture.gif','Use automatic No Image when none is added to product<br />Default = no_picture.gif',4,61,NULL,'2013-09-10 19:39:06',NULL,NULL),(129,'Image - Use Proportional Images on Products and Categories','PROPORTIONAL_IMAGES_STATUS','1','Use Proportional Images on Products and Categories?<br /><br />NOTE: Do not use 0 height or width settings for Proportion Images<br />0= off 1= on',4,75,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(130,'Email Salutation','ACCOUNT_GENDER','true','Display salutation choice during account creation and with account information',5,1,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(131,'Date of Birth','ACCOUNT_DOB','true','Display date of birth field during account creation and with account information<br />NOTE: Set Minimum Value Date of Birth to blank for not required<br />Set Minimum Value Date of Birth > 0 to require',5,2,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(132,'Company','ACCOUNT_COMPANY','true','Display company field during account creation and with account information',5,3,NULL,'2013-09-10 19:39:06',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(133,'Address Line 2','ACCOUNT_SUBURB','true','Display address line 2 field during account creation and with account information',5,4,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(134,'State','ACCOUNT_STATE','true','Display state field during account creation and with account information',5,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(135,'State - Always display as pulldown?','ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN','false','When state field is displayed, should it always be a pulldown menu?',5,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(136,'Create Account Default Country ID','SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY','223','Set Create Account Default Country ID to:<br />Default is 223',5,6,NULL,'2013-09-10 19:39:07','zen_get_country_name','zen_cfg_pull_down_country_list_none('),(137,'Fax Number','ACCOUNT_FAX_NUMBER','true','Display fax number field during account creation and with account information',5,10,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(138,'Show Newsletter Checkbox','ACCOUNT_NEWSLETTER_STATUS','1','Show Newsletter Checkbox<br />0= off<br />1= Display Unchecked<br />2= Display Checked<br /><strong>Note: Defaulting this to accepted may be in violation of certain regulations for your state or country</strong>',5,45,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(139,'Customer Default Email Preference','ACCOUNT_EMAIL_PREFERENCE','0','Set the Default Customer Default Email Preference<br />0= Text<br />1= HTML<br />',5,46,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(140,'Customer Product Notification Status','CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS','1','Customer should be asked about product notifications after checkout success and in account preferences<br />0= Never ask<br />1= Ask (ignored on checkout if has already selected global notifications)<br /><br />Note: Sidebox must be turned off separately',5,50,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(141,'Customer Shop Status - View Shop and Prices','CUSTOMERS_APPROVAL','0','Customer must be approved to shop<br />0= Not required<br />1= Must login to browse<br />2= May browse but no prices unless logged in<br />3= Showroom Only<br /><br />It is recommended that Option 2 be used for the purposes of Spiders if you wish customers to login to see prices.',5,55,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(142,'Customer Approval Status - Authorization Pending','CUSTOMERS_APPROVAL_AUTHORIZATION','0','Customer must be Authorized to shop<br />0= Not required<br />1= Must be Authorized to Browse<br />2= May browse but no prices unless Authorized<br />3= Customer May Browse and May see Prices but Must be Authorized to Buy<br /><br />It is recommended that Option 2 or 3 be used for the purposes of Spiders',5,65,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(143,'Customer Authorization: filename','CUSTOMERS_AUTHORIZATION_FILENAME','customers_authorization','Customer Authorization filename<br />Note: Do not include the extension<br />Default=customers_authorization',5,66,NULL,'2013-09-10 19:39:07',NULL,''),(144,'Customer Authorization: Hide Header','CUSTOMERS_AUTHORIZATION_HEADER_OFF','false','Customer Authorization: Hide Header <br />(true=hide false=show)',5,67,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(145,'Customer Authorization: Hide Column Left','CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF','false','Customer Authorization: Hide Column Left <br />(true=hide false=show)',5,68,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(146,'Customer Authorization: Hide Column Right','CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF','false','Customer Authorization: Hide Column Right <br />(true=hide false=show)',5,69,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(147,'Customer Authorization: Hide Footer','CUSTOMERS_AUTHORIZATION_FOOTER_OFF','false','Customer Authorization: Hide Footer <br />(true=hide false=show)',5,70,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(148,'Customer Authorization: Hide Prices','CUSTOMERS_AUTHORIZATION_PRICES_OFF','false','Customer Authorization: Hide Prices <br />(true=hide false=show)',5,71,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(149,'Customers Referral Status','CUSTOMERS_REFERRAL_STATUS','0','Customers Referral Code is created from<br />0= Off<br />1= 1st Discount Coupon Code used<br />2= Customer can add during create account or edit if blank<br /><br />NOTE: Once the Customers Referral Code has been set it can only be changed in the Admin Customer',5,80,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(150,'Installed Modules','MODULE_PAYMENT_INSTALLED','freecharger.php;moneyorder.php','List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: freecharger.php;cod.php;paypal.php)',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(151,'Installed Modules','MODULE_ORDER_TOTAL_INSTALLED','ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.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,'2013-09-10 19:39:07',NULL,NULL),(152,'Installed Modules','MODULE_SHIPPING_INSTALLED','flat.php;freeshipper.php;item.php;storepickup.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,NULL,'2013-09-10 19:39:07',NULL,NULL),(153,'Enable Free Shipping','MODULE_SHIPPING_FREESHIPPER_STATUS','True','Do you want to offer Free shipping?',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(154,'Free Shipping Cost','MODULE_SHIPPING_FREESHIPPER_COST','0.00','What is the Shipping cost?',6,6,NULL,'2013-09-10 19:39:07',NULL,NULL),(155,'Handling Fee','MODULE_SHIPPING_FREESHIPPER_HANDLING','0','Handling fee for this shipping method.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(156,'Tax Class','MODULE_SHIPPING_FREESHIPPER_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2013-09-10 19:39:07','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(157,'Shipping Zone','MODULE_SHIPPING_FREESHIPPER_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(158,'Sort Order','MODULE_SHIPPING_FREESHIPPER_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(159,'Enable Store Pickup Shipping','MODULE_SHIPPING_STOREPICKUP_STATUS','True','Do you want to offer In Store rate shipping?',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(160,'Shipping Cost','MODULE_SHIPPING_STOREPICKUP_COST','0.00','The shipping cost for all orders using this shipping method.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(161,'Tax Class','MODULE_SHIPPING_STOREPICKUP_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2013-09-10 19:39:07','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(162,'Tax Basis','MODULE_SHIPPING_STOREPICKUP_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\'), '),(163,'Shipping Zone','MODULE_SHIPPING_STOREPICKUP_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(164,'Sort Order','MODULE_SHIPPING_STOREPICKUP_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(165,'Enable Item Shipping','MODULE_SHIPPING_ITEM_STATUS','True','Do you want to offer per item rate shipping?',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(166,'Shipping Cost','MODULE_SHIPPING_ITEM_COST','2.50','The shipping cost will be multiplied by the number of items in an order that uses this shipping method.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(167,'Handling Fee','MODULE_SHIPPING_ITEM_HANDLING','0','Handling fee for this shipping method.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(168,'Tax Class','MODULE_SHIPPING_ITEM_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2013-09-10 19:39:07','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(169,'Tax Basis','MODULE_SHIPPING_ITEM_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(170,'Shipping Zone','MODULE_SHIPPING_ITEM_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(171,'Sort Order','MODULE_SHIPPING_ITEM_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(172,'Enable Free Charge Module','MODULE_PAYMENT_FREECHARGER_STATUS','True','Do you want to accept Free Charge payments?',6,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(173,'Sort order of display.','MODULE_PAYMENT_FREECHARGER_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(174,'Payment Zone','MODULE_PAYMENT_FREECHARGER_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,2,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(175,'Set Order Status','MODULE_PAYMENT_FREECHARGER_ORDER_STATUS_ID','0','Set the status of orders made with this payment module to this value',6,0,NULL,'2013-09-10 19:39:07','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(176,'Enable Check/Money Order Module','MODULE_PAYMENT_MONEYORDER_STATUS','True','Do you want to accept Check/Money Order payments?',6,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(177,'Make Payable to:','MODULE_PAYMENT_MONEYORDER_PAYTO','the Store Owner/Website Name','Who should payments be made payable to?',6,1,NULL,'2013-09-10 19:39:07',NULL,NULL),(178,'Sort order of display.','MODULE_PAYMENT_MONEYORDER_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(179,'Payment Zone','MODULE_PAYMENT_MONEYORDER_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,2,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(180,'Set Order Status','MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID','0','Set the status of orders made with this payment module to this value',6,0,NULL,'2013-09-10 19:39:07','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(181,'Include Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX','false','Include Tax value in amount before discount calculation?',6,6,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(182,'This module is installed','MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS','true','',6,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\'), '),(183,'Sort Order','MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER','290','Sort order of display.',6,2,NULL,'2013-09-10 19:39:07',NULL,NULL),(184,'Include Shipping','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING','false','Include Shipping value in amount before discount calculation?',6,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(185,'Re-calculate Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'), '),(186,'Tax Class','MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS','0','Use the following tax class when treating Group Discount as Credit Note.',6,0,NULL,'2013-09-10 19:39:07','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(187,'Enable Flat Shipping','MODULE_SHIPPING_FLAT_STATUS','True','Do you want to offer flat rate shipping?',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(188,'Shipping Cost','MODULE_SHIPPING_FLAT_COST','5.00','The shipping cost for all orders using this shipping method.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(189,'Tax Class','MODULE_SHIPPING_FLAT_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2013-09-10 19:39:07','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(190,'Tax Basis','MODULE_SHIPPING_FLAT_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(191,'Shipping Zone','MODULE_SHIPPING_FLAT_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2013-09-10 19:39:07','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(192,'Sort Order','MODULE_SHIPPING_FLAT_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(193,'Default Currency','DEFAULT_CURRENCY','USD','Default Currency',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(194,'Default Language','DEFAULT_LANGUAGE','en','Default Language',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(195,'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,'2013-09-10 19:39:07',NULL,NULL),(196,'Admin configuration_key shows','ADMIN_CONFIGURATION_KEY_ON','0','Manually switch to value of 1 to see the configuration_key name in configuration displays',6,0,NULL,'2013-09-10 19:39:07',NULL,NULL),(197,'Country of Origin','SHIPPING_ORIGIN_COUNTRY','223','Select the country of origin to be used in shipping quotes.',7,1,NULL,'2013-09-10 19:39:07','zen_get_country_name','zen_cfg_pull_down_country_list('),(198,'Postal Code','SHIPPING_ORIGIN_ZIP','NONE','Enter the Postal Code (ZIP) of the Store to be used in shipping quotes. NOTE: For USA zip codes, only use your 5 digit zip code.',7,2,NULL,'2013-09-10 19:39:07',NULL,NULL),(199,'Enter the Maximum Package Weight you will ship','SHIPPING_MAX_WEIGHT','50','Carriers have a max weight limit for a single package. This is a common one for all.',7,3,NULL,'2013-09-10 19:39:07',NULL,NULL),(200,'Package Tare Small to Medium - added percentage:weight','SHIPPING_BOX_WEIGHT','0:3','What is the weight of typical packaging of small to medium packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,4,NULL,'2013-09-10 19:39:07',NULL,NULL),(201,'Larger packages - added packaging percentage:weight','SHIPPING_BOX_PADDING','10:0','What is the weight of typical packaging for Large packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,5,NULL,'2013-09-10 19:39:07',NULL,NULL),(202,'Display Number of Boxes and Weight Status','SHIPPING_BOX_WEIGHT_DISPLAY','3','Display Shipping Weight and Number of Boxes?<br /><br />0= off<br />1= Boxes Only<br />2= Weight Only<br />3= Both Boxes and Weight',7,15,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(203,'Shipping Estimator Display Settings for Shopping Cart','SHOW_SHIPPING_ESTIMATOR_BUTTON','1','<br />0= Off<br />1= Display as Button on Shopping Cart<br />2= Display as Listing on Shopping Cart Page',7,20,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(204,'Display Order Comments on Admin Invoice','ORDER_COMMENTS_INVOICE','1','Do you want to display the Order Comments on the Admin Invoice?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order',7,25,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(205,'Display Order Comments on Admin Packing Slip','ORDER_COMMENTS_PACKING_SLIP','1','Do you want to display the Order Comments on the Admin Packing Slip?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order',7,26,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(206,'Order Free Shipping 0 Weight Status','ORDER_WEIGHT_ZERO_STATUS','0','If there is no weight to the order, does the order have Free Shipping?<br />0= no<br />1= yes<br /><br />Note: When using Free Shipping, Enable the Free Shipping Module this will only show when shipping is free.',7,15,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(207,'Display Product Image','PRODUCT_LIST_IMAGE','1','Do you want to display the Product Image?',8,1,NULL,'2013-09-10 19:39:07',NULL,NULL),(208,'Display Product Manufacturer Name','PRODUCT_LIST_MANUFACTURER','0','Do you want to display the Product Manufacturer Name?',8,2,NULL,'2013-09-10 19:39:07',NULL,NULL),(209,'Display Product Model','PRODUCT_LIST_MODEL','0','Do you want to display the Product Model?',8,3,NULL,'2013-09-10 19:39:07',NULL,NULL),(210,'Display Product Name','PRODUCT_LIST_NAME','2','Do you want to display the Product Name?',8,4,NULL,'2013-09-10 19:39:07',NULL,NULL),(211,'Display Product Price/Add to Cart','PRODUCT_LIST_PRICE','3','Do you want to display the Product Price/Add to Cart',8,5,NULL,'2013-09-10 19:39:07',NULL,NULL),(212,'Display Product Quantity','PRODUCT_LIST_QUANTITY','0','Do you want to display the Product Quantity?',8,6,NULL,'2013-09-10 19:39:07',NULL,NULL),(213,'Display Product Weight','PRODUCT_LIST_WEIGHT','0','Do you want to display the Product Weight?',8,7,NULL,'2013-09-10 19:39:07',NULL,NULL),(214,'Display Product Price/Add to Cart Column Width','PRODUCTS_LIST_PRICE_WIDTH','125','Define the width of the Price/Add to Cart column<br />Default= 125',8,8,NULL,'2013-09-10 19:39:07',NULL,NULL),(215,'Display Category/Manufacturer Filter (0=off; 1=on)','PRODUCT_LIST_FILTER','1','Do you want to display the Category/Manufacturer Filter?',8,9,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(216,'Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both)','PREV_NEXT_BAR_LOCATION','3','Sets the location of the Prev/Next Split Page Navigation',8,10,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(217,'Display Product Listing Default Sort Order','PRODUCT_LISTING_DEFAULT_SORT_ORDER','','Product Listing Default sort order?<br />NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a',8,15,NULL,'2013-09-10 19:39:07',NULL,NULL),(218,'Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)','PRODUCT_LIST_PRICE_BUY_NOW','1','Do you want to display the Add to Cart Button?<br /><br /><strong>NOTE:</strong> Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product',8,20,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(219,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',8,25,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(220,'Display Product Description','PRODUCT_LIST_DESCRIPTION','150','Do you want to display the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',8,30,NULL,'2013-09-10 19:39:07',NULL,NULL),(221,'Product Listing Ascending Sort Order','PRODUCT_LIST_SORT_ORDER_ASCENDING','+','What do you want to use to indicate Sort Order Ascending?<br />Default = +',8,40,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_textarea_small('),(222,'Product Listing Descending Sort Order','PRODUCT_LIST_SORT_ORDER_DESCENDING','-','What do you want to use to indicate Sort Order Descending?<br />Default = -',8,41,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_textarea_small('),(223,'Include Product Listing Alpha Sorter Dropdown','PRODUCT_LIST_ALPHA_SORTER','true','Do you want to include an Alpha Filter dropdown on the Product Listing?',8,50,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(224,'Include Product Listing Sub Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS','true','Do you want to include the Sub Categories Image on the Product Listing?',8,52,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(225,'Include Product Listing Top Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP','true','Do you want to include the Top Categories Image on the Product Listing?',8,53,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(226,'Show SubCategories on Main Page while navigating','PRODUCT_LIST_CATEGORY_ROW_STATUS','1','Show Sub-Categories on Main Page while navigating through Categories<br /><br />0= off<br />1= on',8,60,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(227,'Check stock level','STOCK_CHECK','true','Check to see if sufficent stock is available',9,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(228,'Subtract stock','STOCK_LIMITED','true','Subtract product in stock by product orders',9,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(229,'Allow Checkout','STOCK_ALLOW_CHECKOUT','true','Allow customer to checkout even if there is insufficient stock',9,3,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(230,'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,'2013-09-10 19:39:07',NULL,NULL),(231,'Stock Re-order level','STOCK_REORDER_LEVEL','5','Define when stock needs to be re-ordered',9,5,NULL,'2013-09-10 19:39:07',NULL,NULL),(232,'Products status in Catalog when out of stock should be set to','SHOW_PRODUCTS_SOLD_OUT','0','Show Products when out of stock<br /><br />0= set product status to OFF<br />1= leave product status ON',9,10,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(233,'Show Sold Out Image in place of Add to Cart','SHOW_PRODUCTS_SOLD_OUT_IMAGE','1','Show Sold Out Image instead of Add to Cart Button<br /><br />0= off<br />1= on',9,11,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(234,'Product Quantity Decimals','QUANTITY_DECIMALS','0','Allow how many decimals on Quantity<br /><br />0= off',9,15,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(235,'Show Shopping Cart - Delete Checkboxes or Delete Button','SHOW_SHOPPING_CART_DELETE','3','Show on Shopping Cart Delete Button and/or Checkboxes<br /><br />1= Delete Button Only<br />2= Checkbox Only<br />3= Both Delete Button and Checkbox',9,20,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(236,'Show Shopping Cart - Update Cart Button Location','SHOW_SHOPPING_CART_UPDATE','3','Show on Shopping Cart Update Cart Button Location as:<br /><br />1= Next to each Qty Box<br />2= Below all Products<br />3= Both Next to each Qty Box and Below all Products',9,22,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(237,'Show New Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS','1','Show New Products on empty Shopping Cart Page<br />0= off or set the sort order',9,30,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(238,'Show Featured Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS','2','Show Featured Products on empty Shopping Cart Page<br />0= off or set the sort order',9,31,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(239,'Show Special Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS','3','Show Special Products on empty Shopping Cart Page<br />0= off or set the sort order',9,32,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(240,'Show Upcoming Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_UPCOMING','4','Show Upcoming Products on empty Shopping Cart Page<br />0= off or set the sort order',9,33,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(241,'Show Notice of Combining Shopping Cart on Login','SHOW_SHOPPING_CART_COMBINED','1','When a customer logs in and has a previously stored shopping cart, the products are combined with the existing shopping cart.<br /><br />Do you wish to display a Notice to the customer?<br /><br />0= OFF, do not display a notice<br />1= Yes show notice and go to shopping cart<br />2= Yes show notice, but do not go to shopping cart',9,35,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(242,'Store Page Parse Time','STORE_PAGE_PARSE_TIME','false','Store the time it takes to parse a page',10,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(243,'Log Destination','STORE_PAGE_PARSE_TIME_LOG','/WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/zen-cart-v1.5.1-full-fileset-09182012/cache/page_parse_time.log','Directory and filename of the page parse time log',10,2,NULL,'2013-09-10 19:39:07',NULL,NULL),(244,'Log Date Format','STORE_PARSE_DATE_TIME_FORMAT','%d/%m/%Y %H:%M:%S','The date format',10,3,NULL,'2013-09-10 19:39:07',NULL,NULL),(245,'Display The Page Parse Time','DISPLAY_PAGE_PARSE_TIME','false','Display the page parse time on the bottom of each page<br />You do not need to store the times to display them in the Catalog',10,4,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(246,'Store Database Queries','STORE_DB_TRANSACTIONS','false','Store the database queries in the page parse time log (PHP4 only)',10,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(247,'E-Mail Transport Method','EMAIL_TRANSPORT','PHP','Defines the method for sending mail.<br /><strong>PHP</strong> is the default, and uses built-in PHP wrappers for processing.<br />Servers running on Windows and MacOS should change this setting to <strong>SMTP</strong>.<br /><br /><strong>SMTPAUTH</strong> should only be used if your server requires SMTP authorization to send messages. You must also configure your SMTPAUTH settings in the appropriate fields in this admin section.<br /><br /><strong>sendmail</strong> is for linux/unix hosts using the sendmail program on the server<br /><strong>\"sendmail-f\"</strong> is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.<br /><br /><strong>Qmail</strong> is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail.',12,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'PHP\', \'sendmail\', \'sendmail-f\', \'smtp\', \'smtpauth\', \'Qmail\'),'),(248,'SMTP Email Account Mailbox','EMAIL_SMTPAUTH_MAILBOX','YourEmailAccountNameHere','Enter the mailbox account name (me@mydomain.com) supplied by your host. This is the account name that your host requires for SMTP authentication.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2013-09-10 19:39:07',NULL,NULL),(249,'SMTP Email Account Password','EMAIL_SMTPAUTH_PASSWORD','YourPasswordHere','Enter the password for your SMTP mailbox. <br />Only required if using SMTP Authentication for email.',12,101,NULL,'2013-09-10 19:39:07','zen_cfg_password_display',NULL),(250,'SMTP Email Mail Host','EMAIL_SMTPAUTH_MAIL_SERVER','mail.EnterYourDomain.com','Enter the DNS name of your SMTP mail server.<br />ie: mail.mydomain.com<br />or 55.66.77.88<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2013-09-10 19:39:07',NULL,NULL),(251,'SMTP Email Mail Server Port','EMAIL_SMTPAUTH_MAIL_SERVER_PORT','25','Enter the IP port number that your SMTP mailserver operates on.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2013-09-10 19:39:07',NULL,NULL),(252,'E-Mail Linefeeds','EMAIL_LINEFEED','LF','Defines the character sequence used to separate mail headers.',12,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'LF\', \'CRLF\'),'),(253,'Use MIME HTML When Sending Emails','EMAIL_USE_HTML','false','Send e-mails in HTML format',12,3,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(254,'Verify E-Mail Addresses Through DNS','ENTRY_EMAIL_ADDRESS_CHECK','false','Verify e-mail address through a DNS server',6,6,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(255,'Send E-Mails','SEND_EMAILS','true','Send out e-mails',12,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(256,'Email Archiving Active?','EMAIL_ARCHIVE','false','If you wish to have email messages archived/stored when sent, set this to \"true\".',12,6,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(257,'E-Mail Friendly-Errors','EMAIL_FRIENDLY_ERRORS','true','Do you want to display friendly errors if emails fail? Setting this to false will display PHP errors and likely cause the script to fail. Only set to false while troubleshooting, and true for a live shop.',12,7,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(258,'Email Address (Displayed to Contact you)','STORE_OWNER_EMAIL_ADDRESS','root@localhost','Email address of Store Owner. Used as \"display only\" when informing customers of how to contact you.',12,10,NULL,'2013-09-10 19:39:07',NULL,NULL),(259,'Email Address (sent FROM)','EMAIL_FROM','Zen Cart <root@localhost>','Address from which email messages will be \"sent\" by default. Can be over-ridden at compose-time in admin modules.',12,11,NULL,'2013-09-10 19:39:07',NULL,NULL),(260,'Emails must send from known domain?','EMAIL_SEND_MUST_BE_STORE','Yes','Does your mailserver require that all outgoing emails have their \"from\" address match a known domain that exists on your webserver?<br /><br />This is often required in order to prevent spoofing and spam broadcasts. If set to Yes, this will cause the email address (sent FROM) to be used as the \"from\" address on all outgoing mail.',12,11,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(261,'Email Admin Format?','ADMIN_EXTRA_EMAIL_FORMAT','TEXT','Please select the Admin extra email format',12,12,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'TEXT\', \'HTML\'), '),(262,'Send Copy of Order Confirmation Emails To','SEND_EXTRA_ORDER_EMAILS_TO','','Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,12,NULL,'2013-09-10 19:39:07',NULL,NULL),(263,'Send Copy of Create Account Emails To - Status','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS','0','Send copy of Create Account Status<br />0= off 1= on',12,13,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(264,'Send Copy of Create Account Emails To','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO','','Send copy of Create Account emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,14,NULL,'2013-09-10 19:39:07',NULL,NULL),(265,'Send Copy of Customer GV Send Emails To - Status','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS','0','Send copy of Customer GV Send Status<br />0= off 1= on',12,17,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(266,'Send Copy of Customer GV Send Emails To','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO','','Send copy of Customer GV Send emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,18,NULL,'2013-09-10 19:39:07',NULL,NULL),(267,'Send Copy of Admin GV Mail Emails To - Status','SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin GV Mail Status<br />0= off 1= on',12,19,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(268,'Send Copy of Customer Admin GV Mail Emails To','SEND_EXTRA_GV_ADMIN_EMAILS_TO','','Send copy of Admin GV Mail emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,20,NULL,'2013-09-10 19:39:07',NULL,NULL),(269,'Send Copy of Admin Discount Coupon Mail Emails To - Status','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Discount Coupon Mail Status<br />0= off 1= on',12,21,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(270,'Send Copy of Customer Admin Discount Coupon Mail Emails To','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO','','Send copy of Admin Discount Coupon Mail emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,22,NULL,'2013-09-10 19:39:07',NULL,NULL),(271,'Send Copy of Admin Orders Status Emails To - Status','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Orders Status Status<br />0= off 1= on',12,23,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(272,'Send Copy of Admin Orders Status Emails To','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO','','Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,24,NULL,'2013-09-10 19:39:07',NULL,NULL),(273,'Send Notice of Pending Reviews Emails To - Status','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS','0','Send copy of Pending Reviews Status<br />0= off 1= on',12,25,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(274,'Send Notice of Pending Reviews Emails To','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO','','Send copy of Pending Reviews emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,26,NULL,'2013-09-10 19:39:07',NULL,NULL),(275,'Set \"Contact Us\" Email Dropdown List','CONTACT_US_LIST','','On the \"Contact Us\" Page, set the list of email addresses , in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,40,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_textarea('),(276,'Contact Us - Show Store Name and Address','CONTACT_US_STORE_NAME_ADDRESS','1','Include Store Name and Address<br />0= off 1= on',12,50,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(277,'Send Low Stock Emails','SEND_LOWSTOCK_EMAIL','0','When stock level is at or below low stock level send an email<br />0= off<br />1= on',12,60,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(278,'Send Low Stock Emails To','SEND_EXTRA_LOW_STOCK_EMAILS_TO','','When stock level is at or below low stock level send an email to this address, in this format: Name 1 <email@address1>, Name 2 <email@address2>',12,61,NULL,'2013-09-10 19:39:07',NULL,NULL),(279,'Display \"Newsletter Unsubscribe\" Link?','SHOW_NEWSLETTER_UNSUBSCRIBE_LINK','true','Show \"Newsletter Unsubscribe\" link in the \"Information\" side-box?',12,70,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(280,'Audience-Select Count Display','AUDIENCE_SELECT_DISPLAY_COUNTS','true','When displaying lists of available audiences/recipients, should the recipients-count be included? <br /><em>(This may make things slower if you have a lot of customers or complex audience queries)</em>',12,90,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(281,'Enable Downloads','DOWNLOAD_ENABLED','true','Enable the products download functions.',13,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(282,'Download by Redirect','DOWNLOAD_BY_REDIRECT','true','Use browser redirection for download. Disable on non-Unix systems.<br /><br />Note: Set /pub to 777 when redirect is true',13,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(283,'Download by streaming','DOWNLOAD_IN_CHUNKS','false','If download-by-redirect is disabled, and your PHP memory_limit setting is under 8 MB, you might need to enable this setting so that files are streamed in smaller segments to the browser.<br /><br />Has no effect if Download By Redirect is enabled.',13,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(284,'Download Expiration (Number of Days)','DOWNLOAD_MAX_DAYS','7','Set number of days before the download link expires. 0 means no limit.',13,3,NULL,'2013-09-10 19:39:07',NULL,''),(285,'Number of Downloads Allowed - Per Product','DOWNLOAD_MAX_COUNT','5','Set the maximum number of downloads. 0 means no download authorized.',13,4,NULL,'2013-09-10 19:39:07',NULL,''),(286,'Downloads Controller Update Status Value','DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE','4','What orders_status resets the Download days and Max Downloads - Default is 4',13,10,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(287,'Downloads Controller Order Status Value >= lower value','DOWNLOADS_CONTROLLER_ORDERS_STATUS','2','Downloads Controller Order Status Value - Default >= 2<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status greater than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the lower range for this range.',13,12,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(288,'Downloads Controller Order Status Value <= upper value','DOWNLOADS_CONTROLLER_ORDERS_STATUS_END','4','Downloads Controller Order Status Value - Default <= 4<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status less than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the upper range for this range.',13,13,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(289,'Enable Price Factor','ATTRIBUTES_ENABLED_PRICE_FACTOR','true','Enable the Attributes Price Factor.',13,25,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(290,'Enable Qty Price Discount','ATTRIBUTES_ENABLED_QTY_PRICES','true','Enable the Attributes Quantity Price Discounts.',13,26,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(291,'Enable Attribute Images','ATTRIBUTES_ENABLED_IMAGES','true','Enable the Attributes Images.',13,28,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(292,'Enable Text Pricing by word or letter','ATTRIBUTES_ENABLED_TEXT_PRICES','true','Enable the Attributes Text Pricing by word or letter.',13,35,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(293,'Text Pricing - Spaces are Free','TEXT_SPACES_FREE','1','On Text pricing Spaces are Free<br /><br />0= off 1= on',13,36,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(294,'Read Only option type - Ignore for Add to Cart','PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED','1','When a Product only uses READONLY attributes, should the Add to Cart button be On or Off?<br />0= OFF<br />1= ON',13,37,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(295,'Enable GZip Compression','GZIP_LEVEL','0','0= off 1= on',14,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(296,'Session Directory','SESSION_WRITE_DIRECTORY','/WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/zen-cart-v1.5.1-full-fileset-09182012/cache','If sessions are file based, store them in this directory.',15,1,NULL,'2013-09-10 19:39:07',NULL,NULL),(297,'Cookie Domain','SESSION_USE_FQDN','True','If True the full domain name will be used to store the cookie, e.g. www.mydomain.com. If False only a partial domain name will be used, e.g. mydomain.com. If you are unsure about this, always leave set to true.',15,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(298,'Force Cookie Use','SESSION_FORCE_COOKIE_USE','False','Force the use of sessions when cookies are only enabled.',15,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(299,'Check SSL Session ID','SESSION_CHECK_SSL_SESSION_ID','False','Validate the SSL_SESSION_ID on every secure HTTPS page request.',15,3,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(300,'Check User Agent','SESSION_CHECK_USER_AGENT','False','Validate the clients browser user agent on every page request.',15,4,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(301,'Check IP Address','SESSION_CHECK_IP_ADDRESS','False','Validate the clients IP address on every page request.',15,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(302,'Prevent Spider Sessions','SESSION_BLOCK_SPIDERS','True','Prevent known spiders from starting a session.',15,6,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(303,'Recreate Session','SESSION_RECREATE','True','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,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(304,'IP to Host Conversion Status','SESSION_IP_TO_HOST_ADDRESS','true','Convert IP Address to Host Address<br /><br />Note: on some servers this can slow down the initial start of a session or execution of Emails',15,10,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(305,'Length of the redeem code','SECURITY_CODE_LENGTH','10','Enter the length of the redeem code<br />The longer the more secure',16,1,NULL,'2013-09-10 19:39:07',NULL,NULL),(306,'Default Order Status For Zero Balance Orders','DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID','2','When an order\'s balance is zero, this order status will be assigned to it.',16,0,NULL,'2013-09-10 19:39:07','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(307,'New Signup Discount Coupon ID#','NEW_SIGNUP_DISCOUNT_COUPON','','Select the coupon<br />',16,75,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_coupon_id('),(308,'New Signup Gift Voucher Amount','NEW_SIGNUP_GIFT_VOUCHER_AMOUNT','','Leave blank for none<br />Or enter an amount ie. 10 for $10.00',16,76,NULL,'2013-09-10 19:39:07',NULL,NULL),(309,'Maximum Discount Coupons Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS','20','Number of Discount Coupons to list per Page',16,81,NULL,'2013-09-10 19:39:07',NULL,NULL),(310,'Maximum Discount Coupon Report Results Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS','20','Number of Discount Coupons to list on Reports Page',16,81,NULL,'2013-09-10 19:39:07',NULL,NULL),(311,'Credit Card Enable Status - VISA','CC_ENABLED_VISA','1','Accept VISA 0= off 1= on',17,1,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(312,'Credit Card Enable Status - MasterCard','CC_ENABLED_MC','1','Accept MasterCard 0= off 1= on',17,2,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(313,'Credit Card Enable Status - AmericanExpress','CC_ENABLED_AMEX','0','Accept AmericanExpress 0= off 1= on',17,3,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(314,'Credit Card Enable Status - Diners Club','CC_ENABLED_DINERS_CLUB','0','Accept Diners Club 0= off 1= on',17,4,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(315,'Credit Card Enable Status - Discover Card','CC_ENABLED_DISCOVER','0','Accept Discover Card 0= off 1= on',17,5,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(316,'Credit Card Enable Status - JCB','CC_ENABLED_JCB','0','Accept JCB 0= off 1= on',17,6,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(317,'Credit Card Enable Status - AUSTRALIAN BANKCARD','CC_ENABLED_AUSTRALIAN_BANKCARD','0','Accept AUSTRALIAN BANKCARD 0= off 1= on',17,7,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(318,'Credit Card Enable Status - SOLO','CC_ENABLED_SOLO','0','Accept SOLO Card 0= off 1= on',17,8,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(319,'Credit Card Enable Status - Switch','CC_ENABLED_SWITCH','0','Accept SWITCH Card 0= off 1= on',17,9,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(320,'Credit Card Enable Status - Maestro','CC_ENABLED_MAESTRO','0','Accept MAESTRO Card 0= off 1= on',17,10,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(321,'Credit Card Enabled - Show on Payment','SHOW_ACCEPTED_CREDIT_CARDS','0','Show accepted credit cards on Payment page?<br />0= off<br />1= As Text<br />2= As Images<br /><br />Note: images and text must be defined in both the database and language file for specific credit card types.',17,50,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(322,'This module is installed','MODULE_ORDER_TOTAL_GV_STATUS','true','',6,1,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\'),'),(323,'Sort Order','MODULE_ORDER_TOTAL_GV_SORT_ORDER','840','Sort order of display.',6,2,NULL,'2003-10-30 22:16:40',NULL,NULL),(324,'Queue Purchases','MODULE_ORDER_TOTAL_GV_QUEUE','true','Do you want to queue purchases of the Gift Voucher?',6,3,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(325,'Include Shipping','MODULE_ORDER_TOTAL_GV_INC_SHIPPING','true','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(326,'Include Tax','MODULE_ORDER_TOTAL_GV_INC_TAX','true','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(327,'Re-calculate Tax','MODULE_ORDER_TOTAL_GV_CALC_TAX','None','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(328,'Tax Class','MODULE_ORDER_TOTAL_GV_TAX_CLASS','0','Use the following tax class when treating Gift Voucher as Credit Note.',6,0,NULL,'2003-10-30 22:16:40','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(329,'Credit including Tax','MODULE_ORDER_TOTAL_GV_CREDIT_TAX','false','Add tax to purchased Gift Voucher when crediting to Account',6,8,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(330,'Set Order Status','MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID','0','Set the status of orders made where GV covers full payment',6,0,NULL,'2013-09-10 19:39:07','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(331,'This module is installed','MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS','true','',6,1,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\'),'),(332,'Sort Order','MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER','400','Sort order of display.',6,2,NULL,'2003-10-30 22:16:43',NULL,NULL),(333,'Allow Low Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE','false','Do you want to allow low order fees?',6,3,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(334,'Order Fee For Orders Under','MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER','50','Add the low order fee to orders under this amount.',6,4,NULL,'2003-10-30 22:16:43','currencies->format',NULL),(335,'Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_FEE','5','For Percentage Calculation - include a % Example: 10%<br />For a flat amount just enter the amount - Example: 5 for $5.00',6,5,NULL,'2003-10-30 22:16:43','',NULL),(336,'Attach Low Order Fee On Orders Made','MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION','both','Attach low order fee for orders sent to the set destination.',6,6,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(337,'Tax Class','MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS','0','Use the following tax class on the low order fee.',6,7,NULL,'2003-10-30 22:16:43','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(338,'No Low Order Fee on Virtual Products','MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL','false','Do not charge Low Order Fee when cart is Virtual Products Only',6,8,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(339,'No Low Order Fee on Gift Vouchers','MODULE_ORDER_TOTAL_LOWORDERFEE_GV','false','Do not charge Low Order Fee when cart is Gift Vouchers Only',6,9,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(340,'This module is installed','MODULE_ORDER_TOTAL_SHIPPING_STATUS','true','',6,1,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\'),'),(341,'Sort Order','MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER','200','Sort order of display.',6,2,NULL,'2003-10-30 22:16:46',NULL,NULL),(342,'Allow Free Shipping','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING','false','Do you want to allow free shipping?',6,3,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(343,'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,'2003-10-30 22:16:46','currencies->format',NULL),(344,'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,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(345,'This module is installed','MODULE_ORDER_TOTAL_SUBTOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:49',NULL,'zen_cfg_select_option(array(\'true\'),'),(346,'Sort Order','MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER','100','Sort order of display.',6,2,NULL,'2003-10-30 22:16:49',NULL,NULL),(347,'This module is installed','MODULE_ORDER_TOTAL_TAX_STATUS','true','',6,1,NULL,'2003-10-30 22:16:52',NULL,'zen_cfg_select_option(array(\'true\'),'),(348,'Sort Order','MODULE_ORDER_TOTAL_TAX_SORT_ORDER','300','Sort order of display.',6,2,NULL,'2003-10-30 22:16:52',NULL,NULL),(349,'This module is installed','MODULE_ORDER_TOTAL_TOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:55',NULL,'zen_cfg_select_option(array(\'true\'),'),(350,'Sort Order','MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER','999','Sort order of display.',6,2,NULL,'2003-10-30 22:16:55',NULL,NULL),(351,'Tax Class','MODULE_ORDER_TOTAL_COUPON_TAX_CLASS','0','Use the following tax class when treating Discount Coupon as Credit Note.',6,0,NULL,'2003-10-30 22:16:36','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(352,'Include Tax','MODULE_ORDER_TOTAL_COUPON_INC_TAX','false','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(353,'Sort Order','MODULE_ORDER_TOTAL_COUPON_SORT_ORDER','280','Sort order of display.',6,2,NULL,'2003-10-30 22:16:36',NULL,NULL),(354,'Include Shipping','MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING','false','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(355,'This module is installed','MODULE_ORDER_TOTAL_COUPON_STATUS','true','',6,1,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\'),'),(356,'Re-calculate Tax','MODULE_ORDER_TOTAL_COUPON_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(357,'Admin Demo Status','ADMIN_DEMO','0','Admin Demo should be on?<br />0= off 1= on',6,0,NULL,'2013-09-10 19:39:07',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(358,'Product option type Select','PRODUCTS_OPTIONS_TYPE_SELECT','0','The number representing the Select type of product option.',0,NULL,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(359,'Text product option type','PRODUCTS_OPTIONS_TYPE_TEXT','1','Numeric value of the text product option type',6,NULL,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(360,'Radio button product option type','PRODUCTS_OPTIONS_TYPE_RADIO','2','Numeric value of the radio button product option type',6,NULL,'2013-09-10 19:39:07','2013-09-10 19:39:07',NULL,NULL),(361,'Check box product option type','PRODUCTS_OPTIONS_TYPE_CHECKBOX','3','Numeric value of the check box product option type',6,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(362,'File product option type','PRODUCTS_OPTIONS_TYPE_FILE','4','Numeric value of the file product option type',6,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(363,'ID for text and file products options values','PRODUCTS_OPTIONS_VALUES_TEXT_ID','0','Numeric value of the products_options_values_id used by the text and file attributes.',6,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(364,'Upload prefix','UPLOAD_PREFIX','upload_','Prefix used to differentiate between upload options and other options',0,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(365,'Text prefix','TEXT_PREFIX','txt_','Prefix used to differentiate between text option values and other option values',0,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(366,'Read Only option type','PRODUCTS_OPTIONS_TYPE_READONLY','5','Numeric value of the file product option type',6,NULL,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,NULL),(367,'login mode https','SSLPWSTATUSCHECK','','System setting. Do not edit.',6,99,NULL,'2013-09-10 19:39:08',NULL,NULL),(368,'Products Info - Products Option Name Sort Order','PRODUCTS_OPTIONS_SORT_ORDER','0','Sort order of Option Names for Products Info<br />0= Sort Order, Option Name<br />1= Option Name',18,35,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(369,'Products Info - Product Option Value of Attributes Sort Order','PRODUCTS_OPTIONS_SORT_BY_PRICE','1','Sort order of Product Option Values of Attributes for Products Info<br />0= Sort Order, Price<br />1= Sort Order, Option Value Name',18,36,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(370,'Product Info - Show Option Values Name Below Attributes Image','PRODUCT_IMAGES_ATTRIBUTES_NAMES','1','Product Info - Show the name of the Option Value beneath the Attribute Image?<br />0= off 1= on',18,41,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(371,'Product Info - Show Sales Discount Savings Status','SHOW_SALE_DISCOUNT_STATUS','1','Product Info - Show the amount of discount savings?<br />0= off 1= on',18,45,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(372,'Product Info - Show Sales Discount Savings Dollars or Percentage','SHOW_SALE_DISCOUNT','1','Product Info - Show the amount of discount savings display as:<br />1= % off 2= $amount off',18,46,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\'), '),(373,'Product Info - Show Sales Discount Savings Percentage Decimals','SHOW_SALE_DISCOUNT_DECIMALS','0','Product Info - Show discount savings display as a Percentage with how many decimals?:<br />Default= 0',18,47,NULL,'2013-09-10 19:39:08',NULL,NULL),(374,'Product Info - Price is Free Image or Text Status','OTHER_IMAGE_PRICE_IS_FREE_ON','1','Product Info - Show the Price is Free Image or Text on Displayed Price<br />0= Text<br />1= Image',18,50,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(375,'Product Info - Price is Call for Price Image or Text Status','PRODUCTS_PRICE_IS_CALL_IMAGE_ON','1','Product Info - Show the Price is Call for Price Image or Text on Displayed Price<br />0= Text<br />1= Image',18,51,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(376,'Product Quantity Box Status - Adding New Products','PRODUCTS_QTY_BOX_STATUS','1','What should the Default Quantity Box Status be set to when adding New Products?<br /><br />0= off<br />1= on<br />NOTE: This will show a Qty Box when ON and default the Add to Cart to 1',18,55,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(377,'Product Reviews Require Approval','REVIEWS_APPROVAL','1','Do product reviews require approval?<br /><br />Note: When Review Status is off, it will also not show<br /><br />0= off 1= on',18,62,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(378,'Meta Tags - Include Product Model in Title','META_TAG_INCLUDE_MODEL','1','Do you want to include the Product Model in the Meta Tag Title?<br /><br />0= off 1= on',18,69,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(379,'Meta Tags - Include Product Price in Title','META_TAG_INCLUDE_PRICE','1','Do you want to include the Product Price in the Meta Tag Title?<br /><br />0= off 1= on',18,70,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(380,'Meta Tags Generated Description Maximum Length?','MAX_META_TAG_DESCRIPTION_LENGTH','50','Set Generated Meta Tag Description Maximum Length to (words) Default 50:',18,71,NULL,'2013-09-10 19:39:08','',''),(381,'Also Purchased Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS','3','Also Purchased Products Columns per Row<br />0= off or set the sort order',18,72,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(382,'Previous Next - Navigation Bar Position','PRODUCT_INFO_PREVIOUS_NEXT','1','Location of Previous/Next Navigation Bar<br />0= off<br />1= Top of Page<br />2= Bottom of Page<br />3= Both Top and Bottom of Page',18,21,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Top of Page\'), array(\'id\'=>\'2\', \'text\'=>\'Bottom of Page\'), array(\'id\'=>\'3\', \'text\'=>\'Both Top & Bottom of Page\')),'),(383,'Previous Next - Sort Order','PRODUCT_INFO_PREVIOUS_NEXT_SORT','1','Products Display Order by<br />0= Product ID<br />1= Product Name<br />2= Model<br />3= Price, Product Name<br />4= Price, Model<br />5= Product Name, Model<br />6= Product Sort Order',18,22,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Product ID\'), array(\'id\'=>\'1\', \'text\'=>\'Name\'), array(\'id\'=>\'2\', \'text\'=>\'Product Model\'), array(\'id\'=>\'3\', \'text\'=>\'Product Price - Name\'), array(\'id\'=>\'4\', \'text\'=>\'Product Price - Model\'), array(\'id\'=>\'5\', \'text\'=>\'Product Name - Model\'), array(\'id\'=>\'6\', \'text\'=>\'Product Sort Order\')),'),(384,'Previous Next - Button and Image Status','SHOW_PREVIOUS_NEXT_STATUS','0','Button and Product Image status settings are:<br />0= Off<br />1= On',18,20,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'On\')),'),(385,'Previous Next - Button and Image Settings','SHOW_PREVIOUS_NEXT_IMAGES','0','Show Previous/Next Button and Product Image Settings<br />0= Button Only<br />1= Button and Product Image<br />2= Product Image Only',18,21,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Button Only\'), array(\'id\'=>\'1\', \'text\'=>\'Button and Product Image\'), array(\'id\'=>\'2\', \'text\'=>\'Product Image Only\')),'),(386,'Previous Next - Image Width?','PREVIOUS_NEXT_IMAGE_WIDTH','50','Previous/Next Image Width?',18,22,NULL,'2013-09-10 19:39:08','',''),(387,'Previous Next - Image Height?','PREVIOUS_NEXT_IMAGE_HEIGHT','40','Previous/Next Image Height?',18,23,NULL,'2013-09-10 19:39:08','',''),(388,'Previous Next - Navigation Includes Category Position','PRODUCT_INFO_CATEGORIES','1','Product\'s Category Image and Name Alignment Above Previous/Next Navigation Bar<br />0= off<br />1= Align Left<br />2= Align Center<br />3= Align Right',18,20,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Align Left\'), array(\'id\'=>\'2\', \'text\'=>\'Align Center\'), array(\'id\'=>\'3\', \'text\'=>\'Align Right\')),'),(389,'Previous Next - Navigation Includes Category Name and Image Status','PRODUCT_INFO_CATEGORIES_IMAGE_STATUS','2','Product\'s Category Image and Name Status<br />0= Category Name and Image always shows<br />1= Category Name only<br />2= Category Name and Image when not blank',18,20,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Category Name and Image Always\'), array(\'id\'=>\'1\', \'text\'=>\'Category Name only\'), array(\'id\'=>\'2\', \'text\'=>\'Category Name and Image when not blank\')),'),(390,'Column Width - Left Boxes','BOX_WIDTH_LEFT','150px','Width of the Left Column Boxes<br />px may be included<br />Default = 150px',19,1,NULL,'2003-11-21 22:16:36',NULL,NULL),(391,'Column Width - Right Boxes','BOX_WIDTH_RIGHT','150px','Width of the Right Column Boxes<br />px may be included<br />Default = 150px',19,2,NULL,'2003-11-21 22:16:36',NULL,NULL),(392,'Bread Crumbs Navigation Separator','BREAD_CRUMBS_SEPARATOR',' :: ','Enter the separator symbol to appear between the Navigation Bread Crumb trail<br />Note: Include spaces with the &nbsp; symbol if you want them part of the separator.<br />Default = &nbsp;::&nbsp;',19,3,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(393,'Define Breadcrumb Status','DEFINE_BREADCRUMB_STATUS','1','Enable the Breadcrumb Trail Links?<br />0= OFF<br />1= ON<br />2= Off for Home Page Only',19,4,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(394,'Bestsellers - Number Padding','BEST_SELLERS_FILLER',' ','What do you want to Pad the numbers with?<br />Default = &nbsp;',19,5,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(395,'Bestsellers - Truncate Product Names','BEST_SELLERS_TRUNCATE','35','What size do you want to truncate the Product Names?<br />Default = 35',19,6,NULL,'2003-11-21 22:16:36',NULL,NULL),(396,'Bestsellers - Truncate Product Names followed by ...','BEST_SELLERS_TRUNCATE_MORE','true','When truncated Product Names follow with ...<br />Default = true',19,7,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(397,'Categories Box - Show Specials Link','SHOW_CATEGORIES_BOX_SPECIALS','true','Show Specials Link in the Categories Box',19,8,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(398,'Categories Box - Show Products New Link','SHOW_CATEGORIES_BOX_PRODUCTS_NEW','true','Show Products New Link in the Categories Box',19,9,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(399,'Shopping Cart Box Status','SHOW_SHOPPING_CART_BOX_STATUS','1','Shopping Cart Shows<br />0= Always<br />1= Only when full<br />2= Only when full but not when viewing the Shopping Cart',19,10,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(400,'Categories Box - Show Featured Products Link','SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS','true','Show Featured Products Link in the Categories Box',19,11,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(401,'Categories Box - Show Products All Link','SHOW_CATEGORIES_BOX_PRODUCTS_ALL','true','Show Products All Link in the Categories Box',19,12,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(402,'Column Left Status - Global','COLUMN_LEFT_STATUS','1','Show Column Left, unless page override exists?<br />0= Column Left is always off<br />1= Column Left is on, unless page override',19,15,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(403,'Column Right Status - Global','COLUMN_RIGHT_STATUS','1','Show Column Right, unless page override exists?<br />0= Column Right is always off<br />1= Column Right is on, unless page override',19,16,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(404,'Column Width - Left','COLUMN_WIDTH_LEFT','150px','Width of the Left Column<br />px may be included<br />Default = 150px',19,20,NULL,'2003-11-21 22:16:36',NULL,NULL),(405,'Column Width - Right','COLUMN_WIDTH_RIGHT','150px','Width of the Right Column<br />px may be included<br />Default = 150px',19,21,NULL,'2003-11-21 22:16:36',NULL,NULL),(406,'Categories Separator between links Status','SHOW_CATEGORIES_SEPARATOR_LINK','1','Show Category Separator between Category Names and Links?<br />0= off<br />1= on',19,24,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(407,'Categories Separator between the Category Name and Count','CATEGORIES_SEPARATOR','->','What separator do you want between the Category name and the count?<br />Default = -&gt;',19,25,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(408,'Categories Separator between the Category Name and Sub Categories','CATEGORIES_SEPARATOR_SUBS','|_ ','What separator do you want between the Category name and Sub Category Name?<br />Default = |_&nbsp;',19,26,NULL,'2004-03-25 22:16:36',NULL,'zen_cfg_textarea_small('),(409,'Categories Count Prefix','CATEGORIES_COUNT_PREFIX',' (','What do you want to Prefix the count with?<br />Default= (',19,27,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(410,'Categories Count Suffix','CATEGORIES_COUNT_SUFFIX',')','What do you want as a Suffix to the count?<br />Default= )',19,28,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(411,'Categories SubCategories Indent','CATEGORIES_SUBCATEGORIES_INDENT',' ','What do you want to use as the subcategories indent?<br />Default= ',19,29,NULL,'2004-06-24 22:16:36',NULL,'zen_cfg_textarea_small('),(412,'Categories with 0 Products Status','CATEGORIES_COUNT_ZERO','0','Show Category Count for 0 Products?<br />0= off<br />1= on',19,30,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(413,'Split Categories Box','CATEGORIES_SPLIT_DISPLAY','True','Split the categories box display by product type',19,31,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(414,'Shopping Cart - Show Totals','SHOW_TOTALS_IN_CART','1','Show Totals Above Shopping Cart?<br />0= off<br />1= on: Items Weight Amount<br />2= on: Items Weight Amount, but no weight when 0<br />3= on: Items Amount',19,31,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(415,'Customer Greeting - Show on Index Page','SHOW_CUSTOMER_GREETING','1','Always Show Customer Greeting on Index?<br />0= off<br />1= on',19,40,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(416,'Categories - Always Show on Main Page','SHOW_CATEGORIES_ALWAYS','0','Always Show Categories on Main Page<br />0= off<br />1= on<br />Default category can be set to Top Level or a Specific Top Level',19,45,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(417,'Main Page - Opens with Category','CATEGORIES_START_MAIN','0','0= Top Level Categories<br />Or enter the Category ID#<br />Note: Sub Categories can also be used Example: 3_10',19,46,NULL,'2013-09-10 19:39:08','',''),(418,'Categories - Always Open to Show SubCategories','SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS','1','Always Show Categories and SubCategories<br />0= off, just show Top Categories<br />1= on, Always show Categories and SubCategories when selected',19,47,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(419,'Banner Display Groups - Header Position 1','SHOW_BANNERS_GROUP_SET1','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 1?<br />Leave blank for none',19,55,NULL,'2013-09-10 19:39:08','',''),(420,'Banner Display Groups - Header Position 2','SHOW_BANNERS_GROUP_SET2','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 2?<br />Leave blank for none',19,56,NULL,'2013-09-10 19:39:08','',''),(421,'Banner Display Groups - Header Position 3','SHOW_BANNERS_GROUP_SET3','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 3?<br />Leave blank for none',19,57,NULL,'2013-09-10 19:39:08','',''),(422,'Banner Display Groups - Footer Position 1','SHOW_BANNERS_GROUP_SET4','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 1?<br />Leave blank for none',19,65,NULL,'2013-09-10 19:39:08','',''),(423,'Banner Display Groups - Footer Position 2','SHOW_BANNERS_GROUP_SET5','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 2?<br />Leave blank for none',19,66,NULL,'2013-09-10 19:39:08','',''),(424,'Banner Display Groups - Footer Position 3','SHOW_BANNERS_GROUP_SET6','Wide-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />Default Group is Wide-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 3?<br />Leave blank for none',19,67,NULL,'2013-09-10 19:39:08','',''),(425,'Banner Display Groups - Side Box banner_box','SHOW_BANNERS_GROUP_SET7','SideBox-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box?<br />Leave blank for none',19,70,NULL,'2013-09-10 19:39:08','',''),(426,'Banner Display Groups - Side Box banner_box2','SHOW_BANNERS_GROUP_SET8','SideBox-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box2?<br />Leave blank for none',19,71,NULL,'2013-09-10 19:39:08','',''),(427,'Banner Display Group - Side Box banner_box_all','SHOW_BANNERS_GROUP_SET_ALL','BannersAll','The Banner Display Group may only be from one (1) Banner Group for the Banner All sidebox<br /><br />Default Group is BannersAll<br /><br />What Banner Group do you want to use in the Side Box - banner_box_all?<br />Leave blank for none',19,72,NULL,'2013-09-10 19:39:08','',''),(428,'Footer - Show IP Address status','SHOW_FOOTER_IP','1','Show Customer IP Address in the Footer<br />0= off<br />1= on<br />Should the Customer IP Address show in the footer?',19,80,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(429,'Product Discount Quantities - Add how many blank discounts?','DISCOUNT_QTY_ADD','5','How many blank discount quantities should be added for Product Pricing?',19,90,NULL,'2013-09-10 19:39:08','',''),(430,'Product Discount Quantities - Display how many per row?','DISCOUNT_QUANTITY_PRICES_COLUMN','5','How many discount quantities should show per row on Product Info Pages?',19,95,NULL,'2013-09-10 19:39:08','',''),(431,'Categories/Products Display Sort Order','CATEGORIES_PRODUCTS_SORT_ORDER','0','Categories/Products Display Sort Order<br />0= Categories/Products Sort Order/Name<br />1= Categories/Products Name<br />2= Products Model<br />3= Products Qty+, Products Name<br />4= Products Qty-, Products Name<br />5= Products Price+, Products Name<br />6= Products Price-, Products Name',19,100,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\'), '),(432,'Option Names and Values Global Add, Copy and Delete Features Status','OPTION_NAMES_VALUES_GLOBAL_STATUS','1','Option Names and Values Global Add, Copy and Delete Features Status<br />0= Hide Features<br />1= Show Features<br />(Default=1)',19,110,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(433,'Categories-Tabs Menu ON/OFF','CATEGORIES_TABS_STATUS','1','Categories-Tabs<br />This enables the display of your store\'s categories as a menu across the top of your header. There are many potential creative uses for this.<br />0= Hide Categories Tabs<br />1= Show Categories Tabs',19,112,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(434,'Site Map - include My Account Links?','SHOW_ACCOUNT_LINKS_ON_SITE_MAP','No','Should the links to My Account show up on the site-map?<br />Note: Spiders will try to index this page, and likely should not be sent to secure pages, since there is no benefit in indexing a login page.<br /><br />Default: false',19,115,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(435,'Skip 1-prod Categories','SKIP_SINGLE_PRODUCT_CATEGORIES','True','Skip single-product categories<br />If this option is set to True, then if the customer clicks on a link to a category which only contains a single item, then Zen Cart will take them directly to that product-page, rather than present them with another link to click in order to see the product.<br />Default: True',19,120,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(436,'Use split-login page','USE_SPLIT_LOGIN_MODE','False','The login page can be displayed in two modes: Split or Vertical.<br />In Split mode, the create-account options are accessed by clicking a button to get to the create-account page. In Vertical mode, the create-account input fields are all displayed inline, below the login field, making one less click for the customer to create their account.<br />Default: False',19,121,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(437,'CSS Buttons','IMAGE_USE_CSS_BUTTONS','No','CSS Buttons<br />Use CSS buttons instead of images (GIF/JPG)?<br />Button styles must be configured in the stylesheet if you enable this option.',19,147,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(438,'<strong>Down for Maintenance: ON/OFF</strong>','DOWN_FOR_MAINTENANCE','false','Down for Maintenance <br />(true=on false=off)',20,1,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(439,'Down for Maintenance: filename','DOWN_FOR_MAINTENANCE_FILENAME','down_for_maintenance','Down for Maintenance filename<br />Note: Do not include the extension<br />Default=down_for_maintenance',20,2,NULL,'2013-09-10 19:39:08',NULL,''),(440,'Down for Maintenance: Hide Header','DOWN_FOR_MAINTENANCE_HEADER_OFF','false','Down for Maintenance: Hide Header <br />(true=hide false=show)',20,3,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(441,'Down for Maintenance: Hide Column Left','DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF','false','Down for Maintenance: Hide Column Left <br />(true=hide false=show)',20,4,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(442,'Down for Maintenance: Hide Column Right','DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF','false','Down for Maintenance: Hide Column Right <br />(true=hide false=show)',20,5,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(443,'Down for Maintenance: Hide Footer','DOWN_FOR_MAINTENANCE_FOOTER_OFF','false','Down for Maintenance: Hide Footer <br />(true=hide false=show)',20,6,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(444,'Down for Maintenance: Hide Prices','DOWN_FOR_MAINTENANCE_PRICES_OFF','false','Down for Maintenance: Hide Prices <br />(true=hide false=show)',20,7,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(445,'Down For Maintenance (exclude this IP-Address)','EXCLUDE_ADMIN_IP_FOR_MAINTENANCE','your IP (ADMIN)','This IP Address is able to access the website while it is Down For Maintenance (like webmaster)<br />To enter multiple IP Addresses, separate with a comma. If you do not know your IP Address, check in the Footer of your Shop.',20,8,'2003-03-21 13:43:22','2003-03-21 21:20:07',NULL,NULL),(446,'NOTICE PUBLIC Before going Down for Maintenance: ON/OFF','WARN_BEFORE_DOWN_FOR_MAINTENANCE','false','Give a WARNING some time before you put your website Down for Maintenance<br />(true=on false=off)<br />If you set the \'Down For Maintenance: ON/OFF\' to true this will automaticly be updated to false',20,9,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(447,'Date and hours for notice before maintenance','PERIOD_BEFORE_DOWN_FOR_MAINTENANCE','15/05/2003 2-3 PM','Date and hours for notice before maintenance website, enter date and hours for maintenance website',20,10,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,NULL),(448,'Display when webmaster has enabled maintenance','DISPLAY_MAINTENANCE_TIME','false','Display when Webmaster has enabled maintenance <br />(true=on false=off)<br />',20,11,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(449,'Display website maintenance period','DISPLAY_MAINTENANCE_PERIOD','false','Display Website maintenance period <br />(true=on false=off)<br />',20,12,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(450,'Website maintenance period','TEXT_MAINTENANCE_PERIOD_TIME','2h00','Enter Website Maintenance period (hh:mm)',20,13,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,NULL),(451,'Confirm Terms and Conditions During Checkout Procedure','DISPLAY_CONDITIONS_ON_CHECKOUT','false','Show the Terms and Conditions during the checkout procedure which the customer must agree to.',11,1,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(452,'Confirm Privacy Notice During Account Creation Procedure','DISPLAY_PRIVACY_CONDITIONS','false','Show the Privacy Notice during the account creation procedure which the customer must agree to.',11,2,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(453,'Display Product Image','PRODUCT_NEW_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,1,NULL,'2013-09-10 19:39:08',NULL,NULL),(454,'Display Product Quantity','PRODUCT_NEW_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,2,NULL,'2013-09-10 19:39:08',NULL,NULL),(455,'Display Product Buy Now Button','PRODUCT_NEW_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,3,NULL,'2013-09-10 19:39:08',NULL,NULL),(456,'Display Product Name','PRODUCT_NEW_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,4,NULL,'2013-09-10 19:39:08',NULL,NULL),(457,'Display Product Model','PRODUCT_NEW_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,5,NULL,'2013-09-10 19:39:08',NULL,NULL),(458,'Display Product Manufacturer Name','PRODUCT_NEW_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,6,NULL,'2013-09-10 19:39:08',NULL,NULL),(459,'Display Product Price','PRODUCT_NEW_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,7,NULL,'2013-09-10 19:39:08',NULL,NULL),(460,'Display Product Weight','PRODUCT_NEW_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,8,NULL,'2013-09-10 19:39:08',NULL,NULL),(461,'Display Product Date Added','PRODUCT_NEW_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,9,NULL,'2013-09-10 19:39:08',NULL,NULL),(462,'Display Product Description','PRODUCT_NEW_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',21,10,NULL,'2013-09-10 19:39:08',NULL,NULL),(463,'Display Product Display - Default Sort Order','PRODUCT_NEW_LIST_SORT_DEFAULT','6','What Sort Order Default should be used for New Products Display?<br />Default= 6 for Date New to Old<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',21,11,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(464,'Default Products New Group ID','PRODUCT_NEW_LIST_GROUP_ID','21','Warning: Only change this if your Products New Group ID has changed from the default of 21<br />What is the configuration_group_id for New Products Listings?',21,12,NULL,'2013-09-10 19:39:08',NULL,NULL),(465,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',21,25,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(466,'Mask Upcoming Products from being include as New Products','SHOW_NEW_PRODUCTS_UPCOMING_MASKED','0','Do you want to mask Upcoming Products from being included as New Products in Listing, Sideboxes and Centerbox?<br />0= off<br />1= on',21,30,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(467,'Display Product Image','PRODUCT_FEATURED_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,1,NULL,'2013-09-10 19:39:08',NULL,NULL),(468,'Display Product Quantity','PRODUCT_FEATURED_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,2,NULL,'2013-09-10 19:39:08',NULL,NULL),(469,'Display Product Buy Now Button','PRODUCT_FEATURED_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,3,NULL,'2013-09-10 19:39:08',NULL,NULL),(470,'Display Product Name','PRODUCT_FEATURED_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,4,NULL,'2013-09-10 19:39:08',NULL,NULL),(471,'Display Product Model','PRODUCT_FEATURED_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,5,NULL,'2013-09-10 19:39:08',NULL,NULL),(472,'Display Product Manufacturer Name','PRODUCT_FEATURED_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,6,NULL,'2013-09-10 19:39:08',NULL,NULL),(473,'Display Product Price','PRODUCT_FEATURED_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,7,NULL,'2013-09-10 19:39:08',NULL,NULL),(474,'Display Product Weight','PRODUCT_FEATURED_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,8,NULL,'2013-09-10 19:39:08',NULL,NULL),(475,'Display Product Date Added','PRODUCT_FEATURED_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,9,NULL,'2013-09-10 19:39:08',NULL,NULL),(476,'Display Product Description','PRODUCT_FEATURED_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',22,10,NULL,'2013-09-10 19:39:08',NULL,NULL),(477,'Display Product Display - Default Sort Order','PRODUCT_FEATURED_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for Featured Product Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',22,11,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(478,'Default Featured Products Group ID','PRODUCT_FEATURED_LIST_GROUP_ID','22','Warning: Only change this if your Featured Products Group ID has changed from the default of 22<br />What is the configuration_group_id for Featured Products Listings?',22,12,NULL,'2013-09-10 19:39:08',NULL,NULL),(479,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',22,25,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(480,'Display Product Image','PRODUCT_ALL_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,1,NULL,'2013-09-10 19:39:08',NULL,NULL),(481,'Display Product Quantity','PRODUCT_ALL_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,2,NULL,'2013-09-10 19:39:08',NULL,NULL),(482,'Display Product Buy Now Button','PRODUCT_ALL_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,3,NULL,'2013-09-10 19:39:08',NULL,NULL),(483,'Display Product Name','PRODUCT_ALL_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,4,NULL,'2013-09-10 19:39:08',NULL,NULL),(484,'Display Product Model','PRODUCT_ALL_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,5,NULL,'2013-09-10 19:39:08',NULL,NULL),(485,'Display Product Manufacturer Name','PRODUCT_ALL_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,6,NULL,'2013-09-10 19:39:08',NULL,NULL),(486,'Display Product Price','PRODUCT_ALL_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,7,NULL,'2013-09-10 19:39:08',NULL,NULL),(487,'Display Product Weight','PRODUCT_ALL_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,8,NULL,'2013-09-10 19:39:08',NULL,NULL),(488,'Display Product Date Added','PRODUCT_ALL_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,9,NULL,'2013-09-10 19:39:08',NULL,NULL),(489,'Display Product Description','PRODUCT_ALL_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',23,10,NULL,'2013-09-10 19:39:08',NULL,NULL),(490,'Display Product Display - Default Sort Order','PRODUCT_ALL_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for All Products Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',23,11,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(491,'Default Products All Group ID','PRODUCT_ALL_LIST_GROUP_ID','23','Warning: Only change this if your Products All Group ID has changed from the default of 23<br />What is the configuration_group_id for Products All Listings?',23,12,NULL,'2013-09-10 19:39:08',NULL,NULL),(492,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',23,25,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(493,'Show New Products on Main Page','SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','1','Show New Products on Main Page<br />0= off or set the sort order',24,65,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(494,'Show Featured Products on Main Page','SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS','2','Show Featured Products on Main Page<br />0= off or set the sort order',24,66,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(495,'Show Special Products on Main Page','SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS','3','Show Special Products on Main Page<br />0= off or set the sort order',24,67,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(496,'Show Upcoming Products on Main Page','SHOW_PRODUCT_INFO_MAIN_UPCOMING','4','Show Upcoming Products on Main Page<br />0= off or set the sort order',24,68,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(497,'Show New Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS','1','Show New Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,70,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(498,'Show Featured Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS','2','Show Featured Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,71,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(499,'Show Special Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS','3','Show Special Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,72,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(500,'Show Upcoming Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_UPCOMING','4','Show Upcoming Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,73,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(501,'Show New Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS','1','Show New Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,75,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(502,'Show Featured Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS','2','Show Featured Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,76,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(503,'Show Special Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS','3','Show Special Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,77,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(504,'Show Upcoming Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_UPCOMING','4','Show Upcoming Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,78,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(505,'Show New Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS','1','Show New Products below Product Listing<br />0= off or set the sort order',24,85,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(506,'Show Featured Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS','2','Show Featured Products below Product Listing<br />0= off or set the sort order',24,86,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(507,'Show Special Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS','3','Show Special Products below Product Listing<br />0= off or set the sort order',24,87,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(508,'Show Upcoming Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING','4','Show Upcoming Products below Product Listing<br />0= off or set the sort order',24,88,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(509,'New Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS','3','New Products Columns per Row',24,95,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(510,'Featured Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS','3','Featured Products Columns per Row',24,96,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(511,'Special Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS','3','Special Products Columns per Row',24,97,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(512,'Filter Product Listing for Current Top Level Category When Enabled','SHOW_PRODUCT_INFO_ALL_PRODUCTS','1','Filter the products when Product Listing is enabled for current Main Category or show products from all categories?<br />0= Filter Off 1=Filter On ',24,100,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(513,'Define Main Page Status','DEFINE_MAIN_PAGE_STATUS','1','Enable the Defined Main Page Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,60,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(514,'Define Contact Us Status','DEFINE_CONTACT_US_STATUS','1','Enable the Defined Contact Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,61,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(515,'Define Privacy Status','DEFINE_PRIVACY_STATUS','1','Enable the Defined Privacy Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,62,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(516,'Define Shipping & Returns','DEFINE_SHIPPINGINFO_STATUS','1','Enable the Defined Shipping & Returns Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,63,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(517,'Define Conditions of Use','DEFINE_CONDITIONS_STATUS','1','Enable the Defined Conditions of Use Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,64,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(518,'Define Checkout Success','DEFINE_CHECKOUT_SUCCESS_STATUS','1','Enable the Defined Checkout Success Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,65,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(519,'Define Discount Coupon','DEFINE_DISCOUNT_COUPON_STATUS','1','Enable the Defined Discount Coupon Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,66,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(520,'Define Site Map Status','DEFINE_SITE_MAP_STATUS','1','Enable the Defined Site Map Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,67,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(521,'Define Page-Not-Found Status','DEFINE_PAGE_NOT_FOUND_STATUS','1','Enable the Defined Page-Not-Found Text from define-pages?<br />0= Define Text OFF<br />1= Define Text ON',25,67,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(522,'Define Page 2','DEFINE_PAGE_2_STATUS','1','Enable the Defined Page 2 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,82,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(523,'Define Page 3','DEFINE_PAGE_3_STATUS','1','Enable the Defined Page 3 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,83,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(524,'Define Page 4','DEFINE_PAGE_4_STATUS','1','Enable the Defined Page 4 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,84,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(525,'EZ-Pages Display Status - HeaderBar','EZPAGES_STATUS_HEADER','1','Display of EZ-Pages content can be Globally enabled/disabled for the Header Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,10,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(526,'EZ-Pages Display Status - FooterBar','EZPAGES_STATUS_FOOTER','1','Display of EZ-Pages content can be Globally enabled/disabled for the Footer Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,11,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(527,'EZ-Pages Display Status - Sidebox','EZPAGES_STATUS_SIDEBOX','1','Display of EZ-Pages content can be Globally enabled/disabled for the Sidebox<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,12,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(528,'EZ-Pages Header Link Separator','EZPAGES_SEPARATOR_HEADER',' :: ','EZ-Pages Header Link Separator<br />Default = &nbsp;::&nbsp;',30,20,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(529,'EZ-Pages Footer Link Separator','EZPAGES_SEPARATOR_FOOTER',' :: ','EZ-Pages Footer Link Separator<br />Default = &nbsp;::&nbsp;',30,21,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(530,'EZ-Pages Prev/Next Buttons','EZPAGES_SHOW_PREV_NEXT_BUTTONS','2','Display Prev/Continue/Next buttons on EZ-Pages pages?<br />0=OFF (no buttons)<br />1=\"Continue\"<br />2=\"Prev/Continue/Next\"<br /><br />Default setting: 2.',30,30,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(531,'EZ-Pages Table of Contents for Chapters Status','EZPAGES_SHOW_TABLE_CONTENTS','1','Enable EZ-Pages Table of Contents for Chapters?<br />0= OFF<br />1= ON',30,35,'2013-09-10 19:39:08','2013-09-10 19:39:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(532,'EZ-Pages Pages to disable headers','EZPAGES_DISABLE_HEADER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"header\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 1,5,2<br />or leave blank.',30,40,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(533,'EZ-Pages Pages to disable footers','EZPAGES_DISABLE_FOOTER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"footer\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,7<br />or leave blank.',30,41,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(534,'EZ-Pages Pages to disable left-column','EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"left\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 21<br />or leave blank.',30,42,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(535,'EZ-Pages Pages to disable right-column','EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"right\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,82,13<br />or leave blank.',30,43,NULL,'2013-09-10 19:39:08',NULL,'zen_cfg_textarea_small('),(536,'Convert currencies for Text emails','CURRENCIES_TRANSLATIONS','','What currency conversions do you need for Text emails?<br />Example = &pound;,£:&euro;,€',12,120,NULL,'2003-11-21 00:00:00',NULL,'zen_cfg_textarea_small('); /*!40000 ALTER TABLE `storeconfiguration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeconfiguration_group` -- DROP TABLE IF EXISTS `storeconfiguration_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeconfiguration_group` ( `configuration_group_id` int(11) NOT NULL auto_increment, `configuration_group_title` varchar(64) NOT NULL default '', `configuration_group_description` varchar(255) NOT NULL default '', `sort_order` int(5) default NULL, `visible` int(1) default '1', PRIMARY KEY (`configuration_group_id`), KEY `idx_visible_zen` (`visible`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeconfiguration_group` -- LOCK TABLES `storeconfiguration_group` WRITE; /*!40000 ALTER TABLE `storeconfiguration_group` DISABLE KEYS */; INSERT INTO `storeconfiguration_group` 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,'Regulations','Regulation options',16,1),(12,'E-Mail Options','General settings for E-Mail transport and HTML E-Mails',12,1),(13,'Attribute Settings','Configure products attributes settings',13,1),(14,'GZip Compression','GZip compression options',14,1),(15,'Sessions','Session options',15,1),(16,'GV Coupons','Gift Vouchers and Coupons',16,1),(17,'Credit Cards','Credit Cards Accepted',17,1),(18,'Product Info','Product Info Display Options',18,1),(19,'Layout Settings','Layout Options',19,1),(20,'Website Maintenance','Website Maintenance Options',20,1),(21,'New Listing','New Products Listing',21,1),(22,'Featured Listing','Featured Products Listing',22,1),(23,'All Listing','All Products Listing',23,1),(24,'Index Listing','Index Products Listing',24,1),(25,'Define Page Status','Define Main Pages and HTMLArea Options',25,1),(30,'EZ-Pages Settings','EZ-Pages Settings',30,1); /*!40000 ALTER TABLE `storeconfiguration_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecounter` -- DROP TABLE IF EXISTS `storecounter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecounter` ( `startdate` char(8) default NULL, `counter` int(12) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecounter` -- LOCK TABLES `storecounter` WRITE; /*!40000 ALTER TABLE `storecounter` DISABLE KEYS */; /*!40000 ALTER TABLE `storecounter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecounter_history` -- DROP TABLE IF EXISTS `storecounter_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecounter_history` ( `startdate` char(8) NOT NULL default '', `counter` int(12) default NULL, `session_counter` int(12) default NULL, PRIMARY KEY (`startdate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecounter_history` -- LOCK TABLES `storecounter_history` WRITE; /*!40000 ALTER TABLE `storecounter_history` DISABLE KEYS */; /*!40000 ALTER TABLE `storecounter_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecountries` -- DROP TABLE IF EXISTS `storecountries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecountries` ( `countries_id` int(11) NOT NULL auto_increment, `countries_name` varchar(64) NOT NULL default '', `countries_iso_code_2` char(2) NOT NULL default '', `countries_iso_code_3` char(3) NOT NULL default '', `address_format_id` int(11) NOT NULL default '0', PRIMARY KEY (`countries_id`), KEY `idx_countries_name_zen` (`countries_name`), KEY `idx_address_format_id_zen` (`address_format_id`), KEY `idx_iso_2_zen` (`countries_iso_code_2`), KEY `idx_iso_3_zen` (`countries_iso_code_3`) ) ENGINE=MyISAM AUTO_INCREMENT=246 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecountries` -- LOCK TABLES `storecountries` WRITE; /*!40000 ALTER TABLE `storecountries` DISABLE KEYS */; INSERT INTO `storecountries` VALUES (240,'Aaland Islands','AX','ALA',1),(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',2),(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,'Timor-Leste','TL','TLS',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),(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,'Macao','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','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','ROU',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',6),(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,'Serbia','RS','SRB',1),(238,'Zambia','ZM','ZMB',1),(239,'Zimbabwe','ZW','ZWE',1),(241,'Palestinian Territory','PS','PSE',1),(242,'Montenegro','ME','MNE',1),(243,'Guernsey','GG','GGY',1),(244,'Isle of Man','IM','IMN',1),(245,'Jersey','JE','JEY',1); /*!40000 ALTER TABLE `storecountries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupon_email_track` -- DROP TABLE IF EXISTS `storecoupon_email_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupon_email_track` ( `unique_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL default '0', `customer_id_sent` int(11) NOT NULL default '0', `sent_firstname` varchar(32) default NULL, `sent_lastname` varchar(32) default NULL, `emailed_to` varchar(32) default NULL, `date_sent` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`unique_id`), KEY `idx_coupon_id_zen` (`coupon_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupon_email_track` -- LOCK TABLES `storecoupon_email_track` WRITE; /*!40000 ALTER TABLE `storecoupon_email_track` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupon_email_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupon_gv_customer` -- DROP TABLE IF EXISTS `storecoupon_gv_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupon_gv_customer` ( `customer_id` int(5) NOT NULL default '0', `amount` decimal(15,4) NOT NULL default '0.0000', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupon_gv_customer` -- LOCK TABLES `storecoupon_gv_customer` WRITE; /*!40000 ALTER TABLE `storecoupon_gv_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupon_gv_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupon_gv_queue` -- DROP TABLE IF EXISTS `storecoupon_gv_queue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupon_gv_queue` ( `unique_id` int(5) NOT NULL auto_increment, `customer_id` int(5) NOT NULL default '0', `order_id` int(5) NOT NULL default '0', `amount` decimal(15,4) NOT NULL default '0.0000', `date_created` datetime NOT NULL default '0001-01-01 00:00:00', `ipaddr` varchar(45) NOT NULL default '', `release_flag` char(1) NOT NULL default 'N', PRIMARY KEY (`unique_id`), KEY `idx_cust_id_order_id_zen` (`customer_id`,`order_id`), KEY `idx_release_flag_zen` (`release_flag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupon_gv_queue` -- LOCK TABLES `storecoupon_gv_queue` WRITE; /*!40000 ALTER TABLE `storecoupon_gv_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupon_gv_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupon_redeem_track` -- DROP TABLE IF EXISTS `storecoupon_redeem_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupon_redeem_track` ( `unique_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL default '0', `customer_id` int(11) NOT NULL default '0', `redeem_date` datetime NOT NULL default '0001-01-01 00:00:00', `redeem_ip` varchar(45) NOT NULL default '', `order_id` int(11) NOT NULL default '0', PRIMARY KEY (`unique_id`), KEY `idx_coupon_id_zen` (`coupon_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupon_redeem_track` -- LOCK TABLES `storecoupon_redeem_track` WRITE; /*!40000 ALTER TABLE `storecoupon_redeem_track` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupon_redeem_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupon_restrict` -- DROP TABLE IF EXISTS `storecoupon_restrict`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupon_restrict` ( `restrict_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL default '0', `product_id` int(11) NOT NULL default '0', `category_id` int(11) NOT NULL default '0', `coupon_restrict` char(1) NOT NULL default 'N', PRIMARY KEY (`restrict_id`), KEY `idx_coup_id_prod_id_zen` (`coupon_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupon_restrict` -- LOCK TABLES `storecoupon_restrict` WRITE; /*!40000 ALTER TABLE `storecoupon_restrict` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupon_restrict` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupons` -- DROP TABLE IF EXISTS `storecoupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupons` ( `coupon_id` int(11) NOT NULL auto_increment, `coupon_type` char(1) NOT NULL default 'F', `coupon_code` varchar(32) NOT NULL default '', `coupon_amount` decimal(15,4) NOT NULL default '0.0000', `coupon_minimum_order` decimal(15,4) NOT NULL default '0.0000', `coupon_start_date` datetime NOT NULL default '0001-01-01 00:00:00', `coupon_expire_date` datetime NOT NULL default '0001-01-01 00:00:00', `uses_per_coupon` int(5) NOT NULL default '1', `uses_per_user` int(5) NOT NULL default '0', `restrict_to_products` varchar(255) default NULL, `restrict_to_categories` varchar(255) default NULL, `restrict_to_customers` text, `coupon_active` char(1) NOT NULL default 'Y', `date_created` datetime NOT NULL default '0001-01-01 00:00:00', `date_modified` datetime NOT NULL default '0001-01-01 00:00:00', `coupon_zone_restriction` int(11) NOT NULL default '0', PRIMARY KEY (`coupon_id`), KEY `idx_active_type_zen` (`coupon_active`,`coupon_type`), KEY `idx_coupon_code_zen` (`coupon_code`), KEY `idx_coupon_type_zen` (`coupon_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupons` -- LOCK TABLES `storecoupons` WRITE; /*!40000 ALTER TABLE `storecoupons` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecoupons_description` -- DROP TABLE IF EXISTS `storecoupons_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecoupons_description` ( `coupon_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '0', `coupon_name` varchar(32) NOT NULL default '', `coupon_description` text, PRIMARY KEY (`coupon_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecoupons_description` -- LOCK TABLES `storecoupons_description` WRITE; /*!40000 ALTER TABLE `storecoupons_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storecoupons_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecurrencies` -- DROP TABLE IF EXISTS `storecurrencies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecurrencies` ( `currencies_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL default '', `code` char(3) NOT NULL default '', `symbol_left` varchar(24) default NULL, `symbol_right` varchar(24) 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`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecurrencies` -- LOCK TABLES `storecurrencies` WRITE; /*!40000 ALTER TABLE `storecurrencies` DISABLE KEYS */; INSERT INTO `storecurrencies` VALUES (1,'US Dollar','USD','$','','.',',','2',1.00000000,'2013-09-10 19:39:08'),(2,'Euro','EUR','€','','.',',','2',0.77300000,'2013-09-10 19:39:08'),(3,'GB Pound','GBP','£','','.',',','2',0.67259997,'2013-09-10 19:39:08'),(4,'Canadian Dollar','CAD','$','','.',',','2',1.10420001,'2013-09-10 19:39:08'),(5,'Australian Dollar','AUD','$','','.',',','2',1.17890000,'2013-09-10 19:39:08'); /*!40000 ALTER TABLE `storecurrencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecustomers` -- DROP TABLE IF EXISTS `storecustomers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecustomers` ( `customers_id` int(11) NOT NULL auto_increment, `customers_gender` char(1) NOT NULL default '', `customers_firstname` varchar(32) NOT NULL default '', `customers_lastname` varchar(32) NOT NULL default '', `customers_dob` datetime NOT NULL default '0001-01-01 00:00:00', `customers_email_address` varchar(96) NOT NULL default '', `customers_nick` varchar(96) NOT NULL default '', `customers_default_address_id` int(11) NOT NULL default '0', `customers_telephone` varchar(32) NOT NULL default '', `customers_fax` varchar(32) default NULL, `customers_password` varchar(40) NOT NULL default '', `customers_newsletter` char(1) default NULL, `customers_group_pricing` int(11) NOT NULL default '0', `customers_email_format` varchar(4) NOT NULL default 'TEXT', `customers_authorization` int(1) NOT NULL default '0', `customers_referral` varchar(32) NOT NULL default '', `customers_paypal_payerid` varchar(20) NOT NULL default '', `customers_paypal_ec` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`customers_id`), KEY `idx_email_address_zen` (`customers_email_address`), KEY `idx_referral_zen` (`customers_referral`(10)), KEY `idx_grp_pricing_zen` (`customers_group_pricing`), KEY `idx_nick_zen` (`customers_nick`), KEY `idx_newsletter_zen` (`customers_newsletter`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecustomers` -- LOCK TABLES `storecustomers` WRITE; /*!40000 ALTER TABLE `storecustomers` DISABLE KEYS */; /*!40000 ALTER TABLE `storecustomers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecustomers_basket` -- DROP TABLE IF EXISTS `storecustomers_basket`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecustomers_basket` ( `customers_basket_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `products_id` tinytext NOT NULL, `customers_basket_quantity` float NOT NULL default '0', `final_price` decimal(15,4) NOT NULL default '0.0000', `customers_basket_date_added` varchar(8) default NULL, PRIMARY KEY (`customers_basket_id`), KEY `idx_customers_id_zen` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecustomers_basket` -- LOCK TABLES `storecustomers_basket` WRITE; /*!40000 ALTER TABLE `storecustomers_basket` DISABLE KEYS */; /*!40000 ALTER TABLE `storecustomers_basket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecustomers_basket_attributes` -- DROP TABLE IF EXISTS `storecustomers_basket_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecustomers_basket_attributes` ( `customers_basket_attributes_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `products_id` tinytext NOT NULL, `products_options_id` varchar(64) NOT NULL default '0', `products_options_value_id` int(11) NOT NULL default '0', `products_options_value_text` blob, `products_options_sort_order` text NOT NULL, PRIMARY KEY (`customers_basket_attributes_id`), KEY `idx_cust_id_prod_id_zen` (`customers_id`,`products_id`(36)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecustomers_basket_attributes` -- LOCK TABLES `storecustomers_basket_attributes` WRITE; /*!40000 ALTER TABLE `storecustomers_basket_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `storecustomers_basket_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecustomers_info` -- DROP TABLE IF EXISTS `storecustomers_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecustomers_info` ( `customers_info_id` int(11) NOT NULL default '0', `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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecustomers_info` -- LOCK TABLES `storecustomers_info` WRITE; /*!40000 ALTER TABLE `storecustomers_info` DISABLE KEYS */; /*!40000 ALTER TABLE `storecustomers_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storedb_cache` -- DROP TABLE IF EXISTS `storedb_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storedb_cache` ( `cache_entry_name` varchar(64) NOT NULL default '', `cache_data` mediumblob, `cache_entry_created` int(15) default NULL, PRIMARY KEY (`cache_entry_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storedb_cache` -- LOCK TABLES `storedb_cache` WRITE; /*!40000 ALTER TABLE `storedb_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `storedb_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeemail_archive` -- DROP TABLE IF EXISTS `storeemail_archive`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeemail_archive` ( `archive_id` int(11) NOT NULL auto_increment, `email_to_name` varchar(96) NOT NULL default '', `email_to_address` varchar(96) NOT NULL default '', `email_from_name` varchar(96) NOT NULL default '', `email_from_address` varchar(96) NOT NULL default '', `email_subject` varchar(255) NOT NULL default '', `email_html` text NOT NULL, `email_text` text NOT NULL, `date_sent` datetime NOT NULL default '0001-01-01 00:00:00', `module` varchar(64) NOT NULL default '', PRIMARY KEY (`archive_id`), KEY `idx_email_to_address_zen` (`email_to_address`), KEY `idx_module_zen` (`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeemail_archive` -- LOCK TABLES `storeemail_archive` WRITE; /*!40000 ALTER TABLE `storeemail_archive` DISABLE KEYS */; /*!40000 ALTER TABLE `storeemail_archive` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeezpages` -- DROP TABLE IF EXISTS `storeezpages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeezpages` ( `pages_id` int(11) NOT NULL auto_increment, `languages_id` int(11) NOT NULL default '1', `pages_title` varchar(64) NOT NULL default '', `alt_url` varchar(255) NOT NULL default '', `alt_url_external` varchar(255) NOT NULL default '', `pages_html_text` mediumtext, `status_header` int(1) NOT NULL default '1', `status_sidebox` int(1) NOT NULL default '1', `status_footer` int(1) NOT NULL default '1', `status_toc` int(1) NOT NULL default '1', `header_sort_order` int(3) NOT NULL default '0', `sidebox_sort_order` int(3) NOT NULL default '0', `footer_sort_order` int(3) NOT NULL default '0', `toc_sort_order` int(3) NOT NULL default '0', `page_open_new_window` int(1) NOT NULL default '0', `page_is_ssl` int(1) NOT NULL default '0', `toc_chapter` int(11) NOT NULL default '0', PRIMARY KEY (`pages_id`), KEY `idx_lang_id_zen` (`languages_id`), KEY `idx_ezp_status_header_zen` (`status_header`), KEY `idx_ezp_status_sidebox_zen` (`status_sidebox`), KEY `idx_ezp_status_footer_zen` (`status_footer`), KEY `idx_ezp_status_toc_zen` (`status_toc`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeezpages` -- LOCK TABLES `storeezpages` WRITE; /*!40000 ALTER TABLE `storeezpages` DISABLE KEYS */; /*!40000 ALTER TABLE `storeezpages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storefeatured` -- DROP TABLE IF EXISTS `storefeatured`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storefeatured` ( `featured_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `featured_date_added` datetime default NULL, `featured_last_modified` datetime default NULL, `expires_date` date NOT NULL default '0001-01-01', `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', `featured_date_available` date NOT NULL default '0001-01-01', PRIMARY KEY (`featured_id`), KEY `idx_status_zen` (`status`), KEY `idx_products_id_zen` (`products_id`), KEY `idx_date_avail_zen` (`featured_date_available`), KEY `idx_expires_date_zen` (`expires_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storefeatured` -- LOCK TABLES `storefeatured` WRITE; /*!40000 ALTER TABLE `storefeatured` DISABLE KEYS */; /*!40000 ALTER TABLE `storefeatured` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storefiles_uploaded` -- DROP TABLE IF EXISTS `storefiles_uploaded`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storefiles_uploaded` ( `files_uploaded_id` int(11) NOT NULL auto_increment, `sesskey` varchar(32) default NULL, `customers_id` int(11) default NULL, `files_uploaded_name` varchar(64) NOT NULL default '', PRIMARY KEY (`files_uploaded_id`), KEY `idx_customers_id_zen` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Must always have either a sesskey or customers_id'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storefiles_uploaded` -- LOCK TABLES `storefiles_uploaded` WRITE; /*!40000 ALTER TABLE `storefiles_uploaded` DISABLE KEYS */; /*!40000 ALTER TABLE `storefiles_uploaded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storegeo_zones` -- DROP TABLE IF EXISTS `storegeo_zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storegeo_zones` ( `geo_zone_id` int(11) NOT NULL auto_increment, `geo_zone_name` varchar(32) NOT NULL default '', `geo_zone_description` varchar(255) NOT NULL default '', `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storegeo_zones` -- LOCK TABLES `storegeo_zones` WRITE; /*!40000 ALTER TABLE `storegeo_zones` DISABLE KEYS */; INSERT INTO `storegeo_zones` VALUES (1,'Florida','Florida local sales tax zone',NULL,'2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storegeo_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeget_terms_to_filter` -- DROP TABLE IF EXISTS `storeget_terms_to_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeget_terms_to_filter` ( `get_term_name` varchar(255) NOT NULL default '', `get_term_table` varchar(64) NOT NULL, `get_term_name_field` varchar(64) NOT NULL, PRIMARY KEY (`get_term_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeget_terms_to_filter` -- LOCK TABLES `storeget_terms_to_filter` WRITE; /*!40000 ALTER TABLE `storeget_terms_to_filter` DISABLE KEYS */; INSERT INTO `storeget_terms_to_filter` VALUES ('manufacturers_id','TABLE_MANUFACTURERS','manufacturers_name'),('music_genre_id','TABLE_MUSIC_GENRE','music_genre_name'),('record_company_id','TABLE_RECORD_COMPANY','record_company_name'); /*!40000 ALTER TABLE `storeget_terms_to_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storegroup_pricing` -- DROP TABLE IF EXISTS `storegroup_pricing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storegroup_pricing` ( `group_id` int(11) NOT NULL auto_increment, `group_name` varchar(32) NOT NULL default '', `group_percentage` decimal(5,2) NOT NULL default '0.00', `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storegroup_pricing` -- LOCK TABLES `storegroup_pricing` WRITE; /*!40000 ALTER TABLE `storegroup_pricing` DISABLE KEYS */; /*!40000 ALTER TABLE `storegroup_pricing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storelanguages` -- DROP TABLE IF EXISTS `storelanguages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storelanguages` ( `languages_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL default '', `code` char(2) NOT NULL default '', `image` varchar(64) default NULL, `directory` varchar(32) default NULL, `sort_order` int(3) default NULL, PRIMARY KEY (`languages_id`), KEY `idx_languages_name_zen` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storelanguages` -- LOCK TABLES `storelanguages` WRITE; /*!40000 ALTER TABLE `storelanguages` DISABLE KEYS */; INSERT INTO `storelanguages` VALUES (1,'English','en','icon.gif','english',1); /*!40000 ALTER TABLE `storelanguages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storelayout_boxes` -- DROP TABLE IF EXISTS `storelayout_boxes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storelayout_boxes` ( `layout_id` int(11) NOT NULL auto_increment, `layout_template` varchar(64) NOT NULL default '', `layout_box_name` varchar(64) NOT NULL default '', `layout_box_status` tinyint(1) NOT NULL default '0', `layout_box_location` tinyint(1) NOT NULL default '0', `layout_box_sort_order` int(11) NOT NULL default '0', `layout_box_sort_order_single` int(11) NOT NULL default '0', `layout_box_status_single` tinyint(4) NOT NULL default '0', PRIMARY KEY (`layout_id`), KEY `idx_name_template_zen` (`layout_template`,`layout_box_name`), KEY `idx_layout_box_status_zen` (`layout_box_status`), KEY `idx_layout_box_sort_order_zen` (`layout_box_sort_order`) ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storelayout_boxes` -- LOCK TABLES `storelayout_boxes` WRITE; /*!40000 ALTER TABLE `storelayout_boxes` DISABLE KEYS */; INSERT INTO `storelayout_boxes` VALUES (1,'default_template_settings','banner_box_all.php',1,1,5,0,0),(2,'default_template_settings','banner_box.php',1,0,300,1,127),(3,'default_template_settings','banner_box2.php',1,1,15,1,15),(4,'default_template_settings','best_sellers.php',1,1,30,70,1),(5,'default_template_settings','categories.php',1,0,10,10,1),(6,'default_template_settings','currencies.php',0,1,80,60,0),(7,'default_template_settings','document_categories.php',1,0,0,0,0),(8,'default_template_settings','ezpages.php',1,1,-1,2,1),(9,'default_template_settings','featured.php',1,0,45,0,0),(10,'default_template_settings','information.php',1,0,50,40,1),(11,'default_template_settings','languages.php',0,1,70,50,0),(12,'default_template_settings','manufacturers.php',1,0,30,20,1),(13,'default_template_settings','manufacturer_info.php',1,1,35,95,1),(14,'default_template_settings','more_information.php',1,0,200,200,1),(15,'default_template_settings','music_genres.php',1,1,0,0,0),(16,'default_template_settings','order_history.php',1,1,0,0,0),(17,'default_template_settings','product_notifications.php',1,1,55,85,1),(18,'default_template_settings','record_companies.php',1,1,0,0,0),(19,'default_template_settings','reviews.php',1,0,40,0,0),(20,'default_template_settings','search.php',1,1,10,0,0),(21,'default_template_settings','search_header.php',0,0,0,0,1),(22,'default_template_settings','shopping_cart.php',1,1,20,30,1),(23,'default_template_settings','specials.php',1,1,45,0,0),(24,'default_template_settings','whats_new.php',1,0,20,0,0),(25,'default_template_settings','whos_online.php',1,1,200,200,1),(26,'template_default','banner_box_all.php',1,1,5,0,0),(27,'template_default','banner_box.php',1,0,300,1,127),(28,'template_default','banner_box2.php',1,1,15,1,15),(29,'template_default','best_sellers.php',1,1,30,70,1),(30,'template_default','categories.php',1,0,10,10,1),(31,'template_default','currencies.php',0,1,80,60,0),(32,'template_default','ezpages.php',1,1,-1,2,1),(33,'template_default','featured.php',1,0,45,0,0),(34,'template_default','information.php',1,0,50,40,1),(35,'template_default','languages.php',0,1,70,50,0),(36,'template_default','manufacturers.php',1,0,30,20,1),(37,'template_default','manufacturer_info.php',1,1,35,95,1),(38,'template_default','more_information.php',1,0,200,200,1),(39,'template_default','my_broken_box.php',1,0,0,0,0),(40,'template_default','order_history.php',1,1,0,0,0),(41,'template_default','product_notifications.php',1,1,55,85,1),(42,'template_default','reviews.php',1,0,40,0,0),(43,'template_default','search.php',1,1,10,0,0),(44,'template_default','search_header.php',0,0,0,0,1),(45,'template_default','shopping_cart.php',1,1,20,30,1),(46,'template_default','specials.php',1,1,45,0,0),(47,'template_default','whats_new.php',1,0,20,0,0),(48,'template_default','whos_online.php',1,1,200,200,1),(49,'classic','banner_box.php',1,0,300,1,127),(50,'classic','banner_box2.php',1,1,15,1,15),(51,'classic','banner_box_all.php',1,1,5,0,0),(52,'classic','best_sellers.php',1,1,30,70,1),(53,'classic','categories.php',1,0,10,10,1),(54,'classic','currencies.php',0,1,80,60,0),(55,'classic','document_categories.php',1,0,0,0,0),(56,'classic','ezpages.php',1,1,-1,2,1),(57,'classic','featured.php',1,0,45,0,0),(58,'classic','information.php',1,0,50,40,1),(59,'classic','languages.php',0,1,70,50,0),(60,'classic','manufacturers.php',1,0,30,20,1),(61,'classic','manufacturer_info.php',1,1,35,95,1),(62,'classic','more_information.php',1,0,200,200,1),(63,'classic','music_genres.php',1,1,0,0,0),(64,'classic','order_history.php',1,1,0,0,0),(65,'classic','product_notifications.php',1,1,55,85,1),(66,'classic','record_companies.php',1,1,0,0,0),(67,'classic','reviews.php',1,0,40,0,0),(68,'classic','search.php',1,1,10,0,0),(69,'classic','search_header.php',0,0,0,0,1),(70,'classic','shopping_cart.php',1,1,20,30,1),(71,'classic','specials.php',1,1,45,0,0),(72,'classic','whats_new.php',1,0,20,0,0),(73,'classic','whos_online.php',1,1,200,200,1); /*!40000 ALTER TABLE `storelayout_boxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemanufacturers` -- DROP TABLE IF EXISTS `storemanufacturers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemanufacturers` ( `manufacturers_id` int(11) NOT NULL auto_increment, `manufacturers_name` varchar(32) NOT NULL default '', `manufacturers_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`manufacturers_id`), KEY `idx_mfg_name_zen` (`manufacturers_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemanufacturers` -- LOCK TABLES `storemanufacturers` WRITE; /*!40000 ALTER TABLE `storemanufacturers` DISABLE KEYS */; /*!40000 ALTER TABLE `storemanufacturers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemanufacturers_info` -- DROP TABLE IF EXISTS `storemanufacturers_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemanufacturers_info` ( `manufacturers_id` int(11) NOT NULL default '0', `languages_id` int(11) NOT NULL default '0', `manufacturers_url` varchar(255) NOT NULL default '', `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, PRIMARY KEY (`manufacturers_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemanufacturers_info` -- LOCK TABLES `storemanufacturers_info` WRITE; /*!40000 ALTER TABLE `storemanufacturers_info` DISABLE KEYS */; /*!40000 ALTER TABLE `storemanufacturers_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemedia_clips` -- DROP TABLE IF EXISTS `storemedia_clips`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemedia_clips` ( `clip_id` int(11) NOT NULL auto_increment, `media_id` int(11) NOT NULL default '0', `clip_type` smallint(6) NOT NULL default '0', `clip_filename` text NOT NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `last_modified` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`clip_id`), KEY `idx_media_id_zen` (`media_id`), KEY `idx_clip_type_zen` (`clip_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemedia_clips` -- LOCK TABLES `storemedia_clips` WRITE; /*!40000 ALTER TABLE `storemedia_clips` DISABLE KEYS */; /*!40000 ALTER TABLE `storemedia_clips` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemedia_manager` -- DROP TABLE IF EXISTS `storemedia_manager`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemedia_manager` ( `media_id` int(11) NOT NULL auto_increment, `media_name` varchar(255) NOT NULL default '', `last_modified` datetime NOT NULL default '0001-01-01 00:00:00', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`media_id`), KEY `idx_media_name_zen` (`media_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemedia_manager` -- LOCK TABLES `storemedia_manager` WRITE; /*!40000 ALTER TABLE `storemedia_manager` DISABLE KEYS */; /*!40000 ALTER TABLE `storemedia_manager` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemedia_to_products` -- DROP TABLE IF EXISTS `storemedia_to_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemedia_to_products` ( `media_id` int(11) NOT NULL default '0', `product_id` int(11) NOT NULL default '0', KEY `idx_media_product_zen` (`media_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemedia_to_products` -- LOCK TABLES `storemedia_to_products` WRITE; /*!40000 ALTER TABLE `storemedia_to_products` DISABLE KEYS */; /*!40000 ALTER TABLE `storemedia_to_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemedia_types` -- DROP TABLE IF EXISTS `storemedia_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemedia_types` ( `type_id` int(11) NOT NULL auto_increment, `type_name` varchar(64) NOT NULL default '', `type_ext` varchar(8) NOT NULL default '', PRIMARY KEY (`type_id`), KEY `idx_type_name_zen` (`type_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemedia_types` -- LOCK TABLES `storemedia_types` WRITE; /*!40000 ALTER TABLE `storemedia_types` DISABLE KEYS */; INSERT INTO `storemedia_types` VALUES (1,'MP3','.mp3'); /*!40000 ALTER TABLE `storemedia_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemeta_tags_categories_description` -- DROP TABLE IF EXISTS `storemeta_tags_categories_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemeta_tags_categories_description` ( `categories_id` int(11) NOT NULL, `language_id` int(11) NOT NULL default '1', `metatags_title` varchar(255) NOT NULL default '', `metatags_keywords` text, `metatags_description` text, PRIMARY KEY (`categories_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemeta_tags_categories_description` -- LOCK TABLES `storemeta_tags_categories_description` WRITE; /*!40000 ALTER TABLE `storemeta_tags_categories_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storemeta_tags_categories_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemeta_tags_products_description` -- DROP TABLE IF EXISTS `storemeta_tags_products_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemeta_tags_products_description` ( `products_id` int(11) NOT NULL, `language_id` int(11) NOT NULL default '1', `metatags_title` varchar(255) NOT NULL default '', `metatags_keywords` text, `metatags_description` text, PRIMARY KEY (`products_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemeta_tags_products_description` -- LOCK TABLES `storemeta_tags_products_description` WRITE; /*!40000 ALTER TABLE `storemeta_tags_products_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storemeta_tags_products_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storemusic_genre` -- DROP TABLE IF EXISTS `storemusic_genre`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storemusic_genre` ( `music_genre_id` int(11) NOT NULL auto_increment, `music_genre_name` varchar(32) NOT NULL default '', `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`music_genre_id`), KEY `idx_music_genre_name_zen` (`music_genre_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storemusic_genre` -- LOCK TABLES `storemusic_genre` WRITE; /*!40000 ALTER TABLE `storemusic_genre` DISABLE KEYS */; /*!40000 ALTER TABLE `storemusic_genre` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storenewsletters` -- DROP TABLE IF EXISTS `storenewsletters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storenewsletters` ( `newsletters_id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `content` text NOT NULL, `content_html` text NOT NULL, `module` varchar(255) NOT NULL default '', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `date_sent` datetime default NULL, `status` int(1) default NULL, `locked` int(1) default '0', PRIMARY KEY (`newsletters_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storenewsletters` -- LOCK TABLES `storenewsletters` WRITE; /*!40000 ALTER TABLE `storenewsletters` DISABLE KEYS */; /*!40000 ALTER TABLE `storenewsletters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders` -- DROP TABLE IF EXISTS `storeorders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders` ( `orders_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `customers_name` varchar(64) NOT NULL default '', `customers_company` varchar(64) default NULL, `customers_street_address` varchar(64) NOT NULL default '', `customers_suburb` varchar(32) default NULL, `customers_city` varchar(32) NOT NULL default '', `customers_postcode` varchar(10) NOT NULL default '', `customers_state` varchar(32) default NULL, `customers_country` varchar(32) NOT NULL default '', `customers_telephone` varchar(32) NOT NULL default '', `customers_email_address` varchar(96) NOT NULL default '', `customers_address_format_id` int(5) NOT NULL default '0', `delivery_name` varchar(64) NOT NULL default '', `delivery_company` varchar(64) default NULL, `delivery_street_address` varchar(64) NOT NULL default '', `delivery_suburb` varchar(32) default NULL, `delivery_city` varchar(32) NOT NULL default '', `delivery_postcode` varchar(10) NOT NULL default '', `delivery_state` varchar(32) default NULL, `delivery_country` varchar(32) NOT NULL default '', `delivery_address_format_id` int(5) NOT NULL default '0', `billing_name` varchar(64) NOT NULL default '', `billing_company` varchar(64) default NULL, `billing_street_address` varchar(64) NOT NULL default '', `billing_suburb` varchar(32) default NULL, `billing_city` varchar(32) NOT NULL default '', `billing_postcode` varchar(10) NOT NULL default '', `billing_state` varchar(32) default NULL, `billing_country` varchar(32) NOT NULL default '', `billing_address_format_id` int(5) NOT NULL default '0', `payment_method` varchar(128) NOT NULL default '', `payment_module_code` varchar(32) NOT NULL default '', `shipping_method` varchar(128) NOT NULL default '', `shipping_module_code` varchar(32) NOT NULL default '', `coupon_code` varchar(32) NOT NULL default '', `cc_type` varchar(20) default NULL, `cc_owner` varchar(64) default NULL, `cc_number` varchar(32) default NULL, `cc_expires` varchar(4) default NULL, `cc_cvv` blob, `last_modified` datetime default NULL, `date_purchased` datetime default NULL, `orders_status` int(5) NOT NULL default '0', `orders_date_finished` datetime default NULL, `currency` char(3) default NULL, `currency_value` decimal(14,6) default NULL, `order_total` decimal(14,2) default NULL, `order_tax` decimal(14,2) default NULL, `paypal_ipn_id` int(11) NOT NULL default '0', `ip_address` varchar(96) NOT NULL default '', PRIMARY KEY (`orders_id`), KEY `idx_status_orders_cust_zen` (`orders_status`,`orders_id`,`customers_id`), KEY `idx_date_purchased_zen` (`date_purchased`), KEY `idx_cust_id_orders_id_zen` (`customers_id`,`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders` -- LOCK TABLES `storeorders` WRITE; /*!40000 ALTER TABLE `storeorders` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_products` -- DROP TABLE IF EXISTS `storeorders_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_products` ( `orders_products_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `products_id` int(11) NOT NULL default '0', `products_model` varchar(32) default NULL, `products_name` varchar(64) NOT NULL default '', `products_price` decimal(15,4) NOT NULL default '0.0000', `final_price` decimal(15,4) NOT NULL default '0.0000', `products_tax` decimal(7,4) NOT NULL default '0.0000', `products_quantity` float NOT NULL default '0', `onetime_charges` decimal(15,4) NOT NULL default '0.0000', `products_priced_by_attribute` tinyint(1) NOT NULL default '0', `product_is_free` tinyint(1) NOT NULL default '0', `products_discount_type` tinyint(1) NOT NULL default '0', `products_discount_type_from` tinyint(1) NOT NULL default '0', `products_prid` tinytext NOT NULL, PRIMARY KEY (`orders_products_id`), KEY `idx_orders_id_prod_id_zen` (`orders_id`,`products_id`), KEY `idx_prod_id_orders_id_zen` (`products_id`,`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_products` -- LOCK TABLES `storeorders_products` WRITE; /*!40000 ALTER TABLE `storeorders_products` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_products_attributes` -- DROP TABLE IF EXISTS `storeorders_products_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_products_attributes` ( `orders_products_attributes_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_products_id` int(11) NOT NULL default '0', `products_options` varchar(32) NOT NULL default '', `products_options_values` text NOT NULL, `options_values_price` decimal(15,4) NOT NULL default '0.0000', `price_prefix` char(1) NOT NULL default '', `product_attribute_is_free` tinyint(1) NOT NULL default '0', `products_attributes_weight` float NOT NULL default '0', `products_attributes_weight_prefix` char(1) NOT NULL default '', `attributes_discounted` tinyint(1) NOT NULL default '1', `attributes_price_base_included` tinyint(1) NOT NULL default '1', `attributes_price_onetime` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_offset` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_onetime` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL default '0.0000', `attributes_qty_prices` text, `attributes_qty_prices_onetime` text, `attributes_price_words` decimal(15,4) NOT NULL default '0.0000', `attributes_price_words_free` int(4) NOT NULL default '0', `attributes_price_letters` decimal(15,4) NOT NULL default '0.0000', `attributes_price_letters_free` int(4) NOT NULL default '0', `products_options_id` int(11) NOT NULL default '0', `products_options_values_id` int(11) NOT NULL default '0', `products_prid` tinytext NOT NULL, PRIMARY KEY (`orders_products_attributes_id`), KEY `idx_orders_id_prod_id_zen` (`orders_id`,`orders_products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_products_attributes` -- LOCK TABLES `storeorders_products_attributes` WRITE; /*!40000 ALTER TABLE `storeorders_products_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders_products_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_products_download` -- DROP TABLE IF EXISTS `storeorders_products_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_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', `products_prid` tinytext NOT NULL, PRIMARY KEY (`orders_products_download_id`), KEY `idx_orders_id_zen` (`orders_id`), KEY `idx_orders_products_id_zen` (`orders_products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_products_download` -- LOCK TABLES `storeorders_products_download` WRITE; /*!40000 ALTER TABLE `storeorders_products_download` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders_products_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_status` -- DROP TABLE IF EXISTS `storeorders_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_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 default '', PRIMARY KEY (`orders_status_id`,`language_id`), KEY `idx_orders_status_name_zen` (`orders_status_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_status` -- LOCK TABLES `storeorders_status` WRITE; /*!40000 ALTER TABLE `storeorders_status` DISABLE KEYS */; INSERT INTO `storeorders_status` VALUES (1,1,'Pending'),(2,1,'Processing'),(3,1,'Delivered'),(4,1,'Update'); /*!40000 ALTER TABLE `storeorders_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_status_history` -- DROP TABLE IF EXISTS `storeorders_status_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_status_history` ( `orders_status_history_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_status_id` int(5) NOT NULL default '0', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `customer_notified` int(1) default '0', `comments` text, PRIMARY KEY (`orders_status_history_id`), KEY `idx_orders_id_status_id_zen` (`orders_id`,`orders_status_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_status_history` -- LOCK TABLES `storeorders_status_history` WRITE; /*!40000 ALTER TABLE `storeorders_status_history` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders_status_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeorders_total` -- DROP TABLE IF EXISTS `storeorders_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeorders_total` ( `orders_total_id` int(10) unsigned NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `text` varchar(255) NOT NULL default '', `value` decimal(15,4) NOT NULL default '0.0000', `class` varchar(32) NOT NULL default '', `sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`orders_total_id`), KEY `idx_ot_orders_id_zen` (`orders_id`), KEY `idx_ot_class_zen` (`class`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeorders_total` -- LOCK TABLES `storeorders_total` WRITE; /*!40000 ALTER TABLE `storeorders_total` DISABLE KEYS */; /*!40000 ALTER TABLE `storeorders_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storepaypal` -- DROP TABLE IF EXISTS `storepaypal`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storepaypal` ( `paypal_ipn_id` int(11) unsigned NOT NULL auto_increment, `order_id` int(11) unsigned NOT NULL default '0', `txn_type` varchar(40) NOT NULL default '', `module_name` varchar(40) NOT NULL default '', `module_mode` varchar(40) NOT NULL default '', `reason_code` varchar(40) default NULL, `payment_type` varchar(40) NOT NULL default '', `payment_status` varchar(32) NOT NULL default '', `pending_reason` varchar(32) default NULL, `invoice` varchar(128) default NULL, `mc_currency` char(3) NOT NULL default '', `first_name` varchar(32) NOT NULL default '', `last_name` varchar(32) NOT NULL default '', `payer_business_name` varchar(128) default NULL, `address_name` varchar(64) default NULL, `address_street` varchar(254) default NULL, `address_city` varchar(120) default NULL, `address_state` varchar(120) default NULL, `address_zip` varchar(10) default NULL, `address_country` varchar(64) default NULL, `address_status` varchar(11) default NULL, `payer_email` varchar(128) NOT NULL default '', `payer_id` varchar(32) NOT NULL default '', `payer_status` varchar(10) NOT NULL default '', `payment_date` datetime NOT NULL default '0001-01-01 00:00:00', `business` varchar(128) NOT NULL default '', `receiver_email` varchar(128) NOT NULL default '', `receiver_id` varchar(32) NOT NULL default '', `txn_id` varchar(20) NOT NULL default '', `parent_txn_id` varchar(20) default NULL, `num_cart_items` tinyint(4) unsigned NOT NULL default '1', `mc_gross` decimal(7,2) NOT NULL default '0.00', `mc_fee` decimal(7,2) NOT NULL default '0.00', `payment_gross` decimal(7,2) default NULL, `payment_fee` decimal(7,2) default NULL, `settle_amount` decimal(7,2) default NULL, `settle_currency` char(3) default NULL, `exchange_rate` decimal(4,2) default NULL, `notify_version` varchar(6) NOT NULL default '', `verify_sign` varchar(128) NOT NULL default '', `last_modified` datetime NOT NULL default '0001-01-01 00:00:00', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `memo` text, PRIMARY KEY (`paypal_ipn_id`,`txn_id`), KEY `idx_order_id_zen` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storepaypal` -- LOCK TABLES `storepaypal` WRITE; /*!40000 ALTER TABLE `storepaypal` DISABLE KEYS */; /*!40000 ALTER TABLE `storepaypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storepaypal_payment_status` -- DROP TABLE IF EXISTS `storepaypal_payment_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storepaypal_payment_status` ( `payment_status_id` int(11) NOT NULL auto_increment, `payment_status_name` varchar(64) NOT NULL default '', PRIMARY KEY (`payment_status_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storepaypal_payment_status` -- LOCK TABLES `storepaypal_payment_status` WRITE; /*!40000 ALTER TABLE `storepaypal_payment_status` DISABLE KEYS */; INSERT INTO `storepaypal_payment_status` VALUES (1,'Completed'),(2,'Pending'),(3,'Failed'),(4,'Denied'),(5,'Refunded'),(6,'Canceled_Reversal'),(7,'Reversed'); /*!40000 ALTER TABLE `storepaypal_payment_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storepaypal_payment_status_history` -- DROP TABLE IF EXISTS `storepaypal_payment_status_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storepaypal_payment_status_history` ( `payment_status_history_id` int(11) NOT NULL auto_increment, `paypal_ipn_id` int(11) NOT NULL default '0', `txn_id` varchar(64) NOT NULL default '', `parent_txn_id` varchar(64) NOT NULL default '', `payment_status` varchar(17) NOT NULL default '', `pending_reason` varchar(14) default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`payment_status_history_id`), KEY `idx_paypal_ipn_id_zen` (`paypal_ipn_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storepaypal_payment_status_history` -- LOCK TABLES `storepaypal_payment_status_history` WRITE; /*!40000 ALTER TABLE `storepaypal_payment_status_history` DISABLE KEYS */; /*!40000 ALTER TABLE `storepaypal_payment_status_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storepaypal_session` -- DROP TABLE IF EXISTS `storepaypal_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storepaypal_session` ( `unique_id` int(11) NOT NULL auto_increment, `session_id` text NOT NULL, `saved_session` mediumblob NOT NULL, `expiry` int(17) NOT NULL default '0', PRIMARY KEY (`unique_id`), KEY `idx_session_id_zen` (`session_id`(36)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storepaypal_session` -- LOCK TABLES `storepaypal_session` WRITE; /*!40000 ALTER TABLE `storepaypal_session` DISABLE KEYS */; /*!40000 ALTER TABLE `storepaypal_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storepaypal_testing` -- DROP TABLE IF EXISTS `storepaypal_testing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storepaypal_testing` ( `paypal_ipn_id` int(11) unsigned NOT NULL auto_increment, `order_id` int(11) unsigned NOT NULL default '0', `custom` varchar(255) NOT NULL default '', `txn_type` varchar(40) NOT NULL default '', `module_name` varchar(40) NOT NULL default '', `module_mode` varchar(40) NOT NULL default '', `reason_code` varchar(40) default NULL, `payment_type` varchar(40) NOT NULL default '', `payment_status` varchar(32) NOT NULL default '', `pending_reason` varchar(32) default NULL, `invoice` varchar(128) default NULL, `mc_currency` char(3) NOT NULL default '', `first_name` varchar(32) NOT NULL default '', `last_name` varchar(32) NOT NULL default '', `payer_business_name` varchar(128) default NULL, `address_name` varchar(64) default NULL, `address_street` varchar(254) default NULL, `address_city` varchar(120) default NULL, `address_state` varchar(120) default NULL, `address_zip` varchar(10) default NULL, `address_country` varchar(64) default NULL, `address_status` varchar(11) default NULL, `payer_email` varchar(128) NOT NULL default '', `payer_id` varchar(32) NOT NULL default '', `payer_status` varchar(10) NOT NULL default '', `payment_date` datetime NOT NULL default '0001-01-01 00:00:00', `business` varchar(128) NOT NULL default '', `receiver_email` varchar(128) NOT NULL default '', `receiver_id` varchar(32) NOT NULL default '', `txn_id` varchar(20) NOT NULL default '', `parent_txn_id` varchar(20) default NULL, `num_cart_items` tinyint(4) unsigned NOT NULL default '1', `mc_gross` decimal(7,2) NOT NULL default '0.00', `mc_fee` decimal(7,2) NOT NULL default '0.00', `payment_gross` decimal(7,2) default NULL, `payment_fee` decimal(7,2) default NULL, `settle_amount` decimal(7,2) default NULL, `settle_currency` char(3) default NULL, `exchange_rate` decimal(4,2) default NULL, `notify_version` decimal(2,1) NOT NULL default '0.0', `verify_sign` varchar(128) NOT NULL default '', `last_modified` datetime NOT NULL default '0001-01-01 00:00:00', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `memo` text, PRIMARY KEY (`paypal_ipn_id`,`txn_id`), KEY `idx_order_id_zen` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storepaypal_testing` -- LOCK TABLES `storepaypal_testing` WRITE; /*!40000 ALTER TABLE `storepaypal_testing` DISABLE KEYS */; /*!40000 ALTER TABLE `storepaypal_testing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproduct_music_extra` -- DROP TABLE IF EXISTS `storeproduct_music_extra`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproduct_music_extra` ( `products_id` int(11) NOT NULL default '0', `artists_id` int(11) NOT NULL default '0', `record_company_id` int(11) NOT NULL default '0', `music_genre_id` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`), KEY `idx_music_genre_id_zen` (`music_genre_id`), KEY `idx_artists_id_zen` (`artists_id`), KEY `idx_record_company_id_zen` (`record_company_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproduct_music_extra` -- LOCK TABLES `storeproduct_music_extra` WRITE; /*!40000 ALTER TABLE `storeproduct_music_extra` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproduct_music_extra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproduct_type_layout` -- DROP TABLE IF EXISTS `storeproduct_type_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproduct_type_layout` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` text NOT NULL, `configuration_key` varchar(255) NOT NULL default '', `configuration_value` text NOT NULL, `configuration_description` text NOT NULL, `product_type_id` int(11) NOT NULL default '0', `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `use_function` text, `set_function` text, PRIMARY KEY (`configuration_id`), UNIQUE KEY `unq_config_key_zen` (`configuration_key`), KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)), KEY `idx_type_id_sort_order_zen` (`product_type_id`,`sort_order`) ) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproduct_type_layout` -- LOCK TABLES `storeproduct_type_layout` WRITE; /*!40000 ALTER TABLE `storeproduct_type_layout` DISABLE KEYS */; INSERT INTO `storeproduct_type_layout` VALUES (1,'Show Model Number','SHOW_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',1,1,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(2,'Show Weight','SHOW_PRODUCT_INFO_WEIGHT','1','Display Weight on Product Info 0= off 1= on',1,2,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(3,'Show Attribute Weight','SHOW_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',1,3,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(4,'Show Manufacturer','SHOW_PRODUCT_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',1,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(5,'Show Quantity in Shopping Cart','SHOW_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',1,5,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(6,'Show Quantity in Stock','SHOW_PRODUCT_INFO_QUANTITY','1','Display Quantity in Stock on Product Info 0= off 1= on',1,6,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(7,'Show Product Reviews Count','SHOW_PRODUCT_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',1,7,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(8,'Show Product Reviews Button','SHOW_PRODUCT_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',1,8,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(9,'Show Date Available','SHOW_PRODUCT_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',1,9,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(10,'Show Date Added','SHOW_PRODUCT_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',1,10,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(11,'Show Product URL','SHOW_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',1,11,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(12,'Show Product Additional Images','SHOW_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',1,13,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(13,'Show Starting At text on Price','SHOW_PRODUCT_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',1,12,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(14,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',1,16,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(15,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',1,100,NULL,'2013-09-10 19:39:09','',''),(16,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',1,101,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(17,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',1,102,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(18,'Show Model Number','SHOW_PRODUCT_MUSIC_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',2,1,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(19,'Show Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',2,2,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(20,'Show Attribute Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',2,3,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(21,'Show Artist','SHOW_PRODUCT_MUSIC_INFO_ARTIST','1','Display Artists Name on Product Info 0= off 1= on',2,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(22,'Show Music Genre','SHOW_PRODUCT_MUSIC_INFO_GENRE','1','Display Music Genre on Product Info 0= off 1= on',2,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(23,'Show Record Company','SHOW_PRODUCT_MUSIC_INFO_RECORD_COMPANY','1','Display Record Company on Product Info 0= off 1= on',2,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(24,'Show Quantity in Shopping Cart','SHOW_PRODUCT_MUSIC_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',2,5,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(25,'Show Quantity in Stock','SHOW_PRODUCT_MUSIC_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',2,6,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(26,'Show Product Reviews Count','SHOW_PRODUCT_MUSIC_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',2,7,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(27,'Show Product Reviews Button','SHOW_PRODUCT_MUSIC_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',2,8,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(28,'Show Date Available','SHOW_PRODUCT_MUSIC_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',2,9,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(29,'Show Date Added','SHOW_PRODUCT_MUSIC_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',2,10,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(30,'Show Starting At text on Price','SHOW_PRODUCT_MUSIC_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',2,12,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(31,'Show Product Additional Images','SHOW_PRODUCT_MUSIC_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',2,13,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(32,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_MUSIC_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',2,16,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(33,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_MUSIC_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',2,100,NULL,'2013-09-10 19:39:09','',''),(34,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',2,101,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(35,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',2,102,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(36,'Show Product Reviews Count','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',3,7,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(37,'Show Product Reviews Button','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',3,8,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(38,'Show Date Available','SHOW_DOCUMENT_GENERAL_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',3,9,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(39,'Show Date Added','SHOW_DOCUMENT_GENERAL_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',3,10,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(40,'Show Product URL','SHOW_DOCUMENT_GENERAL_INFO_URL','1','Display URL on Product Info 0= off 1= on',3,11,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(41,'Show Product Additional Images','SHOW_DOCUMENT_GENERAL_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',3,13,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(42,'Show Model Number','SHOW_DOCUMENT_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',4,1,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(43,'Show Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',4,2,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(44,'Show Attribute Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',4,3,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(45,'Show Manufacturer','SHOW_DOCUMENT_PRODUCT_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',4,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(46,'Show Quantity in Shopping Cart','SHOW_DOCUMENT_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',4,5,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(47,'Show Quantity in Stock','SHOW_DOCUMENT_PRODUCT_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',4,6,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(48,'Show Product Reviews Count','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',4,7,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(49,'Show Product Reviews Button','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',4,8,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(50,'Show Date Available','SHOW_DOCUMENT_PRODUCT_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',4,9,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(51,'Show Date Added','SHOW_DOCUMENT_PRODUCT_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',4,10,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(52,'Show Product URL','SHOW_DOCUMENT_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',4,11,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(53,'Show Product Additional Images','SHOW_DOCUMENT_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',4,13,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(54,'Show Starting At text on Price','SHOW_DOCUMENT_PRODUCT_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',4,12,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(55,'Product Free Shipping Image Status - Catalog','SHOW_DOCUMENT_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',4,16,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(56,'Product Price Tax Class Default - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',4,100,NULL,'2013-09-10 19:39:09','',''),(57,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',4,101,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(58,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',4,102,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(59,'Show Model Number','SHOW_PRODUCT_FREE_SHIPPING_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',5,1,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(60,'Show Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',5,2,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(61,'Show Attribute Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',5,3,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(62,'Show Manufacturer','SHOW_PRODUCT_FREE_SHIPPING_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',5,4,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(63,'Show Quantity in Shopping Cart','SHOW_PRODUCT_FREE_SHIPPING_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',5,5,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(64,'Show Quantity in Stock','SHOW_PRODUCT_FREE_SHIPPING_INFO_QUANTITY','1','Display Quantity in Stock on Product Info 0= off 1= on',5,6,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(65,'Show Product Reviews Count','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',5,7,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(66,'Show Product Reviews Button','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',5,8,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(67,'Show Date Available','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_AVAILABLE','0','Display Date Available on Product Info 0= off 1= on',5,9,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(68,'Show Date Added','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',5,10,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(69,'Show Product URL','SHOW_PRODUCT_FREE_SHIPPING_INFO_URL','1','Display URL on Product Info 0= off 1= on',5,11,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(70,'Show Product Additional Images','SHOW_PRODUCT_FREE_SHIPPING_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',5,13,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(71,'Show Starting At text on Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',5,12,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(72,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_FREE_SHIPPING_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','1','Show the Free Shipping image/text in the catalog?',5,16,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(73,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',5,100,NULL,'2013-09-10 19:39:09','',''),(74,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',5,101,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(75,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','1','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',5,102,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(76,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',1,50,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(77,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',1,51,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(78,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',1,52,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(79,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',1,53,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(80,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',1,54,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(81,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',2,50,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(82,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',2,51,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(83,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_MUSIC_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',2,52,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(84,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',2,53,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(85,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',2,54,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(86,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',3,50,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(87,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',3,51,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(88,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',3,54,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(89,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',4,50,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(90,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',4,51,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(91,'Show Metatags Title Default - Document Model','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_MODEL_STATUS','1','Display Document Model in Meta Tags Title 0= off 1= on',4,52,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(92,'Show Metatags Title Default - Document Price','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRICE_STATUS','1','Display Document Price in Meta Tags Title 0= off 1= on',4,53,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(93,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',4,54,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(94,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',5,50,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(95,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',5,51,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(96,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',5,52,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(97,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',5,53,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(98,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',5,54,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(99,'PRODUCT Attribute is Display Only - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',1,200,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(100,'PRODUCT Attribute is Free - Default','DEFAULT_PRODUCT_ATTRIBUTE_IS_FREE','1','PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',1,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(101,'PRODUCT Attribute is Default - Default','DEFAULT_PRODUCT_ATTRIBUTES_DEFAULT','0','PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',1,202,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(102,'PRODUCT Attribute is Discounted - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',1,203,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(103,'PRODUCT Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',1,204,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(104,'PRODUCT Attribute is Required - Default','DEFAULT_PRODUCT_ATTRIBUTES_REQUIRED','0','PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',1,205,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(105,'PRODUCT Attribute Price Prefix - Default','DEFAULT_PRODUCT_PRICE_PREFIX','1','PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',1,206,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(106,'PRODUCT Attribute Weight Prefix - Default','DEFAULT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',1,207,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(107,'MUSIC Attribute is Display Only - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISPLAY_ONLY','0','MUSIC Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',2,200,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(108,'MUSIC Attribute is Free - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTE_IS_FREE','1','MUSIC Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',2,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(109,'MUSIC Attribute is Default - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DEFAULT','0','MUSIC Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',2,202,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(110,'MUSIC Attribute is Discounted - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISCOUNTED','1','MUSIC Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',2,203,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(111,'MUSIC Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_PRICE_BASE_INCLUDED','1','MUSIC Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',2,204,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(112,'MUSIC Attribute is Required - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_REQUIRED','0','MUSIC Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',2,205,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(113,'MUSIC Attribute Price Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRICE_PREFIX','1','MUSIC Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',2,206,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(114,'MUSIC Attribute Weight Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','MUSIC Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',2,207,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(115,'DOCUMENT GENERAL Attribute is Display Only - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT GENERAL Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',3,200,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(116,'DOCUMENT GENERAL Attribute is Free - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTE_IS_FREE','1','DOCUMENT GENERAL Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',3,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(117,'DOCUMENT GENERAL Attribute is Default - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DEFAULT','0','DOCUMENT GENERAL Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',3,202,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(118,'DOCUMENT GENERAL Attribute is Discounted - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISCOUNTED','1','DOCUMENT GENERAL Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',3,203,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(119,'DOCUMENT GENERAL Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT GENERAL Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',3,204,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(120,'DOCUMENT GENERAL Attribute is Required - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_REQUIRED','0','DOCUMENT GENERAL Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',3,205,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(121,'DOCUMENT GENERAL Attribute Price Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRICE_PREFIX','1','DOCUMENT GENERAL Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',3,206,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(122,'DOCUMENT GENERAL Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT GENERAL Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',3,207,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(123,'DOCUMENT PRODUCT Attribute is Display Only - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',4,200,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(124,'DOCUMENT PRODUCT Attribute is Free - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTE_IS_FREE','1','DOCUMENT PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',4,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(125,'DOCUMENT PRODUCT Attribute is Default - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DEFAULT','0','DOCUMENT PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',4,202,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(126,'DOCUMENT PRODUCT Attribute is Discounted - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','DOCUMENT PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',4,203,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(127,'DOCUMENT PRODUCT Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',4,204,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(128,'DOCUMENT PRODUCT Attribute is Required - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_REQUIRED','0','DOCUMENT PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',4,205,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(129,'DOCUMENT PRODUCT Attribute Price Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRICE_PREFIX','1','DOCUMENT PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',4,206,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(130,'DOCUMENT PRODUCT Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',4,207,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(131,'PRODUCT FREE SHIPPING Attribute is Display Only - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT FREE SHIPPING Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',5,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(132,'PRODUCT FREE SHIPPING Attribute is Free - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTE_IS_FREE','1','PRODUCT FREE SHIPPING Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',5,201,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(133,'PRODUCT FREE SHIPPING Attribute is Default - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DEFAULT','0','PRODUCT FREE SHIPPING Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',5,202,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(134,'PRODUCT FREE SHIPPING Attribute is Discounted - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISCOUNTED','1','PRODUCT FREE SHIPPING Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',5,203,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(135,'PRODUCT FREE SHIPPING Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT FREE SHIPPING Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',5,204,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(136,'PRODUCT FREE SHIPPING Attribute is Required - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_REQUIRED','0','PRODUCT FREE SHIPPING Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',5,205,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(137,'PRODUCT FREE SHIPPING Attribute Price Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRICE_PREFIX','1','PRODUCT FREE SHIPPING Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',5,206,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(138,'PRODUCT FREE SHIPPING Attribute Weight Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT FREE SHIPPING Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',5,207,NULL,'2013-09-10 19:39:09',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '); /*!40000 ALTER TABLE `storeproduct_type_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproduct_types` -- DROP TABLE IF EXISTS `storeproduct_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproduct_types` ( `type_id` int(11) NOT NULL auto_increment, `type_name` varchar(255) NOT NULL default '', `type_handler` varchar(255) NOT NULL default '', `type_master_type` int(11) NOT NULL default '1', `allow_add_to_cart` char(1) NOT NULL default 'Y', `default_image` varchar(255) NOT NULL default '', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `last_modified` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`type_id`), KEY `idx_type_master_type_zen` (`type_master_type`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproduct_types` -- LOCK TABLES `storeproduct_types` WRITE; /*!40000 ALTER TABLE `storeproduct_types` DISABLE KEYS */; INSERT INTO `storeproduct_types` VALUES (1,'Product - General','product',1,'Y','','2013-09-10 19:39:09','2013-09-10 19:39:09'),(2,'Product - Music','product_music',1,'Y','','2013-09-10 19:39:09','2013-09-10 19:39:09'),(3,'Document - General','document_general',3,'N','','2013-09-10 19:39:09','2013-09-10 19:39:09'),(4,'Document - Product','document_product',3,'Y','','2013-09-10 19:39:09','2013-09-10 19:39:09'),(5,'Product - Free Shipping','product_free_shipping',1,'Y','','2013-09-10 19:39:09','2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storeproduct_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproduct_types_to_category` -- DROP TABLE IF EXISTS `storeproduct_types_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproduct_types_to_category` ( `product_type_id` int(11) NOT NULL default '0', `category_id` int(11) NOT NULL default '0', KEY `idx_category_id_zen` (`category_id`), KEY `idx_product_type_id_zen` (`product_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproduct_types_to_category` -- LOCK TABLES `storeproduct_types_to_category` WRITE; /*!40000 ALTER TABLE `storeproduct_types_to_category` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproduct_types_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts` -- DROP TABLE IF EXISTS `storeproducts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts` ( `products_id` int(11) NOT NULL auto_increment, `products_type` int(11) NOT NULL default '1', `products_quantity` float NOT NULL default '0', `products_model` varchar(32) default NULL, `products_image` varchar(64) default NULL, `products_price` decimal(15,4) NOT NULL default '0.0000', `products_virtual` tinyint(1) NOT NULL default '0', `products_date_added` datetime NOT NULL default '0001-01-01 00:00:00', `products_last_modified` datetime default NULL, `products_date_available` datetime default NULL, `products_weight` float NOT NULL default '0', `products_status` tinyint(1) NOT NULL default '0', `products_tax_class_id` int(11) NOT NULL default '0', `manufacturers_id` int(11) default NULL, `products_ordered` float NOT NULL default '0', `products_quantity_order_min` float NOT NULL default '1', `products_quantity_order_units` float NOT NULL default '1', `products_priced_by_attribute` tinyint(1) NOT NULL default '0', `product_is_free` tinyint(1) NOT NULL default '0', `product_is_call` tinyint(1) NOT NULL default '0', `products_quantity_mixed` tinyint(1) NOT NULL default '0', `product_is_always_free_shipping` tinyint(1) NOT NULL default '0', `products_qty_box_status` tinyint(1) NOT NULL default '1', `products_quantity_order_max` float NOT NULL default '0', `products_sort_order` int(11) NOT NULL default '0', `products_discount_type` tinyint(1) NOT NULL default '0', `products_discount_type_from` tinyint(1) NOT NULL default '0', `products_price_sorter` decimal(15,4) NOT NULL default '0.0000', `master_categories_id` int(11) NOT NULL default '0', `products_mixed_discount_quantity` tinyint(1) NOT NULL default '1', `metatags_title_status` tinyint(1) NOT NULL default '0', `metatags_products_name_status` tinyint(1) NOT NULL default '0', `metatags_model_status` tinyint(1) NOT NULL default '0', `metatags_price_status` tinyint(1) NOT NULL default '0', `metatags_title_tagline_status` tinyint(1) NOT NULL default '0', PRIMARY KEY (`products_id`), KEY `idx_products_date_added_zen` (`products_date_added`), KEY `idx_products_status_zen` (`products_status`), KEY `idx_products_date_available_zen` (`products_date_available`), KEY `idx_products_ordered_zen` (`products_ordered`), KEY `idx_products_model_zen` (`products_model`), KEY `idx_products_price_sorter_zen` (`products_price_sorter`), KEY `idx_master_categories_id_zen` (`master_categories_id`), KEY `idx_products_sort_order_zen` (`products_sort_order`), KEY `idx_manufacturers_id_zen` (`manufacturers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts` -- LOCK TABLES `storeproducts` WRITE; /*!40000 ALTER TABLE `storeproducts` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_attributes` -- DROP TABLE IF EXISTS `storeproducts_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_attributes` ( `products_attributes_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `options_id` int(11) NOT NULL default '0', `options_values_id` int(11) NOT NULL default '0', `options_values_price` decimal(15,4) NOT NULL default '0.0000', `price_prefix` char(1) NOT NULL default '', `products_options_sort_order` int(11) NOT NULL default '0', `product_attribute_is_free` tinyint(1) NOT NULL default '0', `products_attributes_weight` float NOT NULL default '0', `products_attributes_weight_prefix` char(1) NOT NULL default '', `attributes_display_only` tinyint(1) NOT NULL default '0', `attributes_default` tinyint(1) NOT NULL default '0', `attributes_discounted` tinyint(1) NOT NULL default '1', `attributes_image` varchar(64) default NULL, `attributes_price_base_included` tinyint(1) NOT NULL default '1', `attributes_price_onetime` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_offset` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_onetime` decimal(15,4) NOT NULL default '0.0000', `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL default '0.0000', `attributes_qty_prices` text, `attributes_qty_prices_onetime` text, `attributes_price_words` decimal(15,4) NOT NULL default '0.0000', `attributes_price_words_free` int(4) NOT NULL default '0', `attributes_price_letters` decimal(15,4) NOT NULL default '0.0000', `attributes_price_letters_free` int(4) NOT NULL default '0', `attributes_required` tinyint(1) NOT NULL default '0', PRIMARY KEY (`products_attributes_id`), KEY `idx_id_options_id_values_zen` (`products_id`,`options_id`,`options_values_id`), KEY `idx_opt_sort_order_zen` (`products_options_sort_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_attributes` -- LOCK TABLES `storeproducts_attributes` WRITE; /*!40000 ALTER TABLE `storeproducts_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_attributes_download` -- DROP TABLE IF EXISTS `storeproducts_attributes_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_attributes_download` ( `products_attributes_id` int(11) NOT NULL default '0', `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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_attributes_download` -- LOCK TABLES `storeproducts_attributes_download` WRITE; /*!40000 ALTER TABLE `storeproducts_attributes_download` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_attributes_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_description` -- DROP TABLE IF EXISTS `storeproducts_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_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', PRIMARY KEY (`products_id`,`language_id`), KEY `idx_products_name_zen` (`products_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_description` -- LOCK TABLES `storeproducts_description` WRITE; /*!40000 ALTER TABLE `storeproducts_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_discount_quantity` -- DROP TABLE IF EXISTS `storeproducts_discount_quantity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_discount_quantity` ( `discount_id` int(4) NOT NULL default '0', `products_id` int(11) NOT NULL default '0', `discount_qty` float NOT NULL default '0', `discount_price` decimal(15,4) NOT NULL default '0.0000', KEY `idx_id_qty_zen` (`products_id`,`discount_qty`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_discount_quantity` -- LOCK TABLES `storeproducts_discount_quantity` WRITE; /*!40000 ALTER TABLE `storeproducts_discount_quantity` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_discount_quantity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_notifications` -- DROP TABLE IF EXISTS `storeproducts_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_notifications` ( `products_id` int(11) NOT NULL default '0', `customers_id` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`products_id`,`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_notifications` -- LOCK TABLES `storeproducts_notifications` WRITE; /*!40000 ALTER TABLE `storeproducts_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_options` -- DROP TABLE IF EXISTS `storeproducts_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_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 '', `products_options_sort_order` int(11) NOT NULL default '0', `products_options_type` int(5) NOT NULL default '0', `products_options_length` smallint(2) NOT NULL default '32', `products_options_comment` varchar(64) default NULL, `products_options_size` smallint(2) NOT NULL default '32', `products_options_images_per_row` int(2) default '5', `products_options_images_style` int(1) default '0', `products_options_rows` smallint(2) NOT NULL default '1', PRIMARY KEY (`products_options_id`,`language_id`), KEY `idx_lang_id_zen` (`language_id`), KEY `idx_products_options_sort_order_zen` (`products_options_sort_order`), KEY `idx_products_options_name_zen` (`products_options_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_options` -- LOCK TABLES `storeproducts_options` WRITE; /*!40000 ALTER TABLE `storeproducts_options` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_options_types` -- DROP TABLE IF EXISTS `storeproducts_options_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_options_types` ( `products_options_types_id` int(11) NOT NULL default '0', `products_options_types_name` varchar(32) default NULL, PRIMARY KEY (`products_options_types_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Track products_options_types'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_options_types` -- LOCK TABLES `storeproducts_options_types` WRITE; /*!40000 ALTER TABLE `storeproducts_options_types` DISABLE KEYS */; INSERT INTO `storeproducts_options_types` VALUES (0,'Dropdown'),(1,'Text'),(2,'Radio'),(3,'Checkbox'),(4,'File'),(5,'Read Only'); /*!40000 ALTER TABLE `storeproducts_options_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_options_values` -- DROP TABLE IF EXISTS `storeproducts_options_values`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_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 '', `products_options_values_sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`products_options_values_id`,`language_id`), KEY `idx_products_options_values_name_zen` (`products_options_values_name`), KEY `idx_products_options_values_sort_order_zen` (`products_options_values_sort_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_options_values` -- LOCK TABLES `storeproducts_options_values` WRITE; /*!40000 ALTER TABLE `storeproducts_options_values` DISABLE KEYS */; INSERT INTO `storeproducts_options_values` VALUES (0,1,'TEXT',0); /*!40000 ALTER TABLE `storeproducts_options_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_options_values_to_products_options` -- DROP TABLE IF EXISTS `storeproducts_options_values_to_products_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_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 default '0', `products_options_values_id` int(11) NOT NULL default '0', PRIMARY KEY (`products_options_values_to_products_options_id`), KEY `idx_products_options_id_zen` (`products_options_id`), KEY `idx_products_options_values_id_zen` (`products_options_values_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_options_values_to_products_options` -- LOCK TABLES `storeproducts_options_values_to_products_options` WRITE; /*!40000 ALTER TABLE `storeproducts_options_values_to_products_options` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_options_values_to_products_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproducts_to_categories` -- DROP TABLE IF EXISTS `storeproducts_to_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproducts_to_categories` ( `products_id` int(11) NOT NULL default '0', `categories_id` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`,`categories_id`), KEY `idx_cat_prod_id_zen` (`categories_id`,`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproducts_to_categories` -- LOCK TABLES `storeproducts_to_categories` WRITE; /*!40000 ALTER TABLE `storeproducts_to_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `storeproducts_to_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproject_version` -- DROP TABLE IF EXISTS `storeproject_version`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproject_version` ( `project_version_id` tinyint(3) NOT NULL auto_increment, `project_version_key` varchar(40) NOT NULL default '', `project_version_major` varchar(20) NOT NULL default '', `project_version_minor` varchar(20) NOT NULL default '', `project_version_patch1` varchar(20) NOT NULL default '', `project_version_patch2` varchar(20) NOT NULL default '', `project_version_patch1_source` varchar(20) NOT NULL default '', `project_version_patch2_source` varchar(20) NOT NULL default '', `project_version_comment` varchar(250) NOT NULL default '', `project_version_date_applied` datetime NOT NULL default '0001-01-01 01:01:01', PRIMARY KEY (`project_version_id`), UNIQUE KEY `idx_project_version_key_zen` (`project_version_key`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Database Version Tracking'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproject_version` -- LOCK TABLES `storeproject_version` WRITE; /*!40000 ALTER TABLE `storeproject_version` DISABLE KEYS */; INSERT INTO `storeproject_version` VALUES (1,'Zen-Cart Main','1','5.1','','','','','New Installation','2013-09-10 19:39:09'),(2,'Zen-Cart Database','1','5.1','','','','','New Installation','2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storeproject_version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeproject_version_history` -- DROP TABLE IF EXISTS `storeproject_version_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeproject_version_history` ( `project_version_id` tinyint(3) NOT NULL auto_increment, `project_version_key` varchar(40) NOT NULL default '', `project_version_major` varchar(20) NOT NULL default '', `project_version_minor` varchar(20) NOT NULL default '', `project_version_patch` varchar(20) NOT NULL default '', `project_version_comment` varchar(250) NOT NULL default '', `project_version_date_applied` datetime NOT NULL default '0001-01-01 01:01:01', PRIMARY KEY (`project_version_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Database Version Tracking History'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeproject_version_history` -- LOCK TABLES `storeproject_version_history` WRITE; /*!40000 ALTER TABLE `storeproject_version_history` DISABLE KEYS */; INSERT INTO `storeproject_version_history` VALUES (1,'Zen-Cart Main','1','5.1','','New Installation','2013-09-10 19:39:09'),(2,'Zen-Cart Database','1','5.1','','New Installation','2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storeproject_version_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storequery_builder` -- DROP TABLE IF EXISTS `storequery_builder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storequery_builder` ( `query_id` int(11) NOT NULL auto_increment, `query_category` varchar(40) NOT NULL default '', `query_name` varchar(80) NOT NULL default '', `query_description` text NOT NULL, `query_string` text NOT NULL, `query_keys_list` text NOT NULL, PRIMARY KEY (`query_id`), UNIQUE KEY `query_name` (`query_name`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Stores queries for re-use in Admin email and report modules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storequery_builder` -- LOCK TABLES `storequery_builder` WRITE; /*!40000 ALTER TABLE `storequery_builder` DISABLE KEYS */; INSERT INTO `storequery_builder` VALUES (1,'email','All Customers','Returns all customers name and email address for sending mass emails (ie: for newsletters, coupons, GVs, messages, etc).','select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS order by customers_lastname, customers_firstname, customers_email_address',''),(2,'email,newsletters','All Newsletter Subscribers','Returns name and email address of newsletter subscribers','select customers_firstname, customers_lastname, customers_email_address from TABLE_CUSTOMERS where customers_newsletter = \'1\'',''),(3,'email,newsletters','Dormant Customers (>3months) (Subscribers)','Subscribers who HAVE purchased something, but have NOT purchased for at least three months.','select o.date_purchased, c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id AND c.customers_newsletter = 1 GROUP BY c.customers_email_address HAVING max(o.date_purchased) <= subdate(now(),INTERVAL 3 MONTH) ORDER BY c.customers_lastname, c.customers_firstname ASC',''),(4,'email,newsletters','Active customers in past 3 months (Subscribers)','Newsletter subscribers who are also active customers (purchased something) in last 3 months.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o where c.customers_newsletter = \'1\' AND c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(5,'email,newsletters','Active customers in past 3 months (Regardless of subscription status)','All active customers (purchased something) in last 3 months, ignoring newsletter-subscription status.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(6,'email,newsletters','Administrator','Just the email account of the current administrator','select \'ADMIN\' as customers_firstname, admin_name as customers_lastname, admin_email as customers_email_address from TABLE_ADMIN where admin_id = $SESSION:admin_id',''),(7,'email,newsletters','Customers who have never completed a purchase','For sending newsletter to all customers who registered but have never completed a purchase','SELECT DISTINCT c.customers_email_address as customers_email_address, c.customers_lastname as customers_lastname, c.customers_firstname as customers_firstname FROM TABLE_CUSTOMERS c LEFT JOIN TABLE_ORDERS o ON c.customers_id=o.customers_id WHERE o.date_purchased IS NULL',''); /*!40000 ALTER TABLE `storequery_builder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storerecord_artists` -- DROP TABLE IF EXISTS `storerecord_artists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storerecord_artists` ( `artists_id` int(11) NOT NULL auto_increment, `artists_name` varchar(32) NOT NULL default '', `artists_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`artists_id`), KEY `idx_rec_artists_name_zen` (`artists_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storerecord_artists` -- LOCK TABLES `storerecord_artists` WRITE; /*!40000 ALTER TABLE `storerecord_artists` DISABLE KEYS */; /*!40000 ALTER TABLE `storerecord_artists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storerecord_artists_info` -- DROP TABLE IF EXISTS `storerecord_artists_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storerecord_artists_info` ( `artists_id` int(11) NOT NULL default '0', `languages_id` int(11) NOT NULL default '0', `artists_url` varchar(255) NOT NULL default '', `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, PRIMARY KEY (`artists_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storerecord_artists_info` -- LOCK TABLES `storerecord_artists_info` WRITE; /*!40000 ALTER TABLE `storerecord_artists_info` DISABLE KEYS */; /*!40000 ALTER TABLE `storerecord_artists_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storerecord_company` -- DROP TABLE IF EXISTS `storerecord_company`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storerecord_company` ( `record_company_id` int(11) NOT NULL auto_increment, `record_company_name` varchar(32) NOT NULL default '', `record_company_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`record_company_id`), KEY `idx_rec_company_name_zen` (`record_company_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storerecord_company` -- LOCK TABLES `storerecord_company` WRITE; /*!40000 ALTER TABLE `storerecord_company` DISABLE KEYS */; /*!40000 ALTER TABLE `storerecord_company` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storerecord_company_info` -- DROP TABLE IF EXISTS `storerecord_company_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storerecord_company_info` ( `record_company_id` int(11) NOT NULL default '0', `languages_id` int(11) NOT NULL default '0', `record_company_url` varchar(255) NOT NULL default '', `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, PRIMARY KEY (`record_company_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storerecord_company_info` -- LOCK TABLES `storerecord_company_info` WRITE; /*!40000 ALTER TABLE `storerecord_company_info` DISABLE KEYS */; /*!40000 ALTER TABLE `storerecord_company_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storereviews` -- DROP TABLE IF EXISTS `storereviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storereviews` ( `reviews_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `customers_id` int(11) default NULL, `customers_name` varchar(64) NOT NULL default '', `reviews_rating` int(1) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, `reviews_read` int(5) NOT NULL default '0', `status` int(1) NOT NULL default '1', PRIMARY KEY (`reviews_id`), KEY `idx_products_id_zen` (`products_id`), KEY `idx_customers_id_zen` (`customers_id`), KEY `idx_status_zen` (`status`), KEY `idx_date_added_zen` (`date_added`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storereviews` -- LOCK TABLES `storereviews` WRITE; /*!40000 ALTER TABLE `storereviews` DISABLE KEYS */; /*!40000 ALTER TABLE `storereviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storereviews_description` -- DROP TABLE IF EXISTS `storereviews_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storereviews_description` ( `reviews_id` int(11) NOT NULL default '0', `languages_id` int(11) NOT NULL default '0', `reviews_text` text NOT NULL, PRIMARY KEY (`reviews_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storereviews_description` -- LOCK TABLES `storereviews_description` WRITE; /*!40000 ALTER TABLE `storereviews_description` DISABLE KEYS */; /*!40000 ALTER TABLE `storereviews_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storesalemaker_sales` -- DROP TABLE IF EXISTS `storesalemaker_sales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storesalemaker_sales` ( `sale_id` int(11) NOT NULL auto_increment, `sale_status` tinyint(4) NOT NULL default '0', `sale_name` varchar(30) NOT NULL default '', `sale_deduction_value` decimal(15,4) NOT NULL default '0.0000', `sale_deduction_type` tinyint(4) NOT NULL default '0', `sale_pricerange_from` decimal(15,4) NOT NULL default '0.0000', `sale_pricerange_to` decimal(15,4) NOT NULL default '0.0000', `sale_specials_condition` tinyint(4) NOT NULL default '0', `sale_categories_selected` text, `sale_categories_all` text, `sale_date_start` date NOT NULL default '0001-01-01', `sale_date_end` date NOT NULL default '0001-01-01', `sale_date_added` date NOT NULL default '0001-01-01', `sale_date_last_modified` date NOT NULL default '0001-01-01', `sale_date_status_change` date NOT NULL default '0001-01-01', PRIMARY KEY (`sale_id`), KEY `idx_sale_status_zen` (`sale_status`), KEY `idx_sale_date_start_zen` (`sale_date_start`), KEY `idx_sale_date_end_zen` (`sale_date_end`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storesalemaker_sales` -- LOCK TABLES `storesalemaker_sales` WRITE; /*!40000 ALTER TABLE `storesalemaker_sales` DISABLE KEYS */; /*!40000 ALTER TABLE `storesalemaker_sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storesessions` -- DROP TABLE IF EXISTS `storesessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storesessions` ( `sesskey` varchar(64) NOT NULL default '', `expiry` int(11) unsigned NOT NULL default '0', `value` mediumblob NOT NULL, PRIMARY KEY (`sesskey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storesessions` -- LOCK TABLES `storesessions` WRITE; /*!40000 ALTER TABLE `storesessions` DISABLE KEYS */; /*!40000 ALTER TABLE `storesessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storespecials` -- DROP TABLE IF EXISTS `storespecials`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storespecials` ( `specials_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `specials_new_products_price` decimal(15,4) NOT NULL default '0.0000', `specials_date_added` datetime default NULL, `specials_last_modified` datetime default NULL, `expires_date` date NOT NULL default '0001-01-01', `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', `specials_date_available` date NOT NULL default '0001-01-01', PRIMARY KEY (`specials_id`), KEY `idx_status_zen` (`status`), KEY `idx_products_id_zen` (`products_id`), KEY `idx_date_avail_zen` (`specials_date_available`), KEY `idx_expires_date_zen` (`expires_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storespecials` -- LOCK TABLES `storespecials` WRITE; /*!40000 ALTER TABLE `storespecials` DISABLE KEYS */; /*!40000 ALTER TABLE `storespecials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storetax_class` -- DROP TABLE IF EXISTS `storetax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storetax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `tax_class_title` varchar(32) NOT NULL default '', `tax_class_description` varchar(255) NOT NULL default '', `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storetax_class` -- LOCK TABLES `storetax_class` WRITE; /*!40000 ALTER TABLE `storetax_class` DISABLE KEYS */; INSERT INTO `storetax_class` VALUES (1,'Taxable Goods','The following types of products are included: non-food, services, etc',NULL,'2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storetax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storetax_rates` -- DROP TABLE IF EXISTS `storetax_rates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storetax_rates` ( `tax_rates_id` int(11) NOT NULL auto_increment, `tax_zone_id` int(11) NOT NULL default '0', `tax_class_id` int(11) NOT NULL default '0', `tax_priority` int(5) default '1', `tax_rate` decimal(7,4) NOT NULL default '0.0000', `tax_description` varchar(255) NOT NULL default '', `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`tax_rates_id`), KEY `idx_tax_zone_id_zen` (`tax_zone_id`), KEY `idx_tax_class_id_zen` (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storetax_rates` -- LOCK TABLES `storetax_rates` WRITE; /*!40000 ALTER TABLE `storetax_rates` DISABLE KEYS */; INSERT INTO `storetax_rates` VALUES (1,1,1,1,'7.0000','FL TAX 7.0%','2013-09-10 19:39:09','2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storetax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storetemplate_select` -- DROP TABLE IF EXISTS `storetemplate_select`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storetemplate_select` ( `template_id` int(11) NOT NULL auto_increment, `template_dir` varchar(64) NOT NULL default '', `template_language` varchar(64) NOT NULL default '0', PRIMARY KEY (`template_id`), KEY `idx_tpl_lang_zen` (`template_language`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storetemplate_select` -- LOCK TABLES `storetemplate_select` WRITE; /*!40000 ALTER TABLE `storetemplate_select` DISABLE KEYS */; INSERT INTO `storetemplate_select` VALUES (1,'classic','0'); /*!40000 ALTER TABLE `storetemplate_select` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storeupgrade_exceptions` -- DROP TABLE IF EXISTS `storeupgrade_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storeupgrade_exceptions` ( `upgrade_exception_id` smallint(5) NOT NULL auto_increment, `sql_file` varchar(50) default NULL, `reason` varchar(200) default NULL, `errordate` datetime default '0001-01-01 00:00:00', `sqlstatement` text, PRIMARY KEY (`upgrade_exception_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storeupgrade_exceptions` -- LOCK TABLES `storeupgrade_exceptions` WRITE; /*!40000 ALTER TABLE `storeupgrade_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `storeupgrade_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storewhos_online` -- DROP TABLE IF EXISTS `storewhos_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storewhos_online` ( `customer_id` int(11) default NULL, `full_name` varchar(64) NOT NULL default '', `session_id` varchar(128) NOT NULL default '', `ip_address` varchar(45) NOT NULL default '', `time_entry` varchar(14) NOT NULL default '', `time_last_click` varchar(14) NOT NULL default '', `last_page_url` varchar(255) NOT NULL default '', `host_address` text NOT NULL, `user_agent` varchar(255) NOT NULL default '', KEY `idx_ip_address_zen` (`ip_address`), KEY `idx_session_id_zen` (`session_id`), KEY `idx_customer_id_zen` (`customer_id`), KEY `idx_time_entry_zen` (`time_entry`), KEY `idx_time_last_click_zen` (`time_last_click`), KEY `idx_last_page_url_zen` (`last_page_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storewhos_online` -- LOCK TABLES `storewhos_online` WRITE; /*!40000 ALTER TABLE `storewhos_online` DISABLE KEYS */; /*!40000 ALTER TABLE `storewhos_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storezones` -- DROP TABLE IF EXISTS `storezones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storezones` ( `zone_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL default '0', `zone_code` varchar(32) NOT NULL default '', `zone_name` varchar(32) NOT NULL default '', PRIMARY KEY (`zone_id`), KEY `idx_zone_country_id_zen` (`zone_country_id`), KEY `idx_zone_code_zen` (`zone_code`) ) ENGINE=MyISAM AUTO_INCREMENT=300 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storezones` -- LOCK TABLES `storezones` WRITE; /*!40000 ALTER TABLE `storezones` DISABLE KEYS */; INSERT INTO `storezones` VALUES (1,223,'AL','Alabama'),(2,223,'AK','Alaska'),(3,223,'AS','American Samoa'),(4,223,'AZ','Arizona'),(5,223,'AR','Arkansas'),(7,223,'AA','Armed Forces Americas'),(9,223,'AE','Armed Forces Europe'),(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,163,'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,'NL','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','Graubnden'),(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,'Álava','Álava'),(132,195,'Albacete','Albacete'),(133,195,'Alicante','Alicante'),(134,195,'Almería','Almería'),(135,195,'Asturias','Asturias'),(136,195,'Ávila','Ávila'),(137,195,'Badajoz','Badajoz'),(138,195,'Baleares','Baleares'),(139,195,'Barcelona','Barcelona'),(140,195,'Burgos','Burgos'),(141,195,'Cáceres','Cáceres'),(142,195,'Cádiz','Cádiz'),(143,195,'Cantabria','Cantabria'),(144,195,'Castellón','Castellón'),(145,195,'Ceuta','Ceuta'),(146,195,'Ciudad Real','Ciudad Real'),(147,195,'Córdoba','Córdoba'),(148,195,'Cuenca','Cuenca'),(149,195,'Girona','Girona'),(150,195,'Granada','Granada'),(151,195,'Guadalajara','Guadalajara'),(152,195,'Guipúzcoa','Guipúzcoa'),(153,195,'Huelva','Huelva'),(154,195,'Huesca','Huesca'),(155,195,'Jaén','Jaén'),(156,195,'La Rioja','La Rioja'),(157,195,'Las Palmas','Las Palmas'),(158,195,'León','León'),(159,195,'Lérida','Lérida'),(160,195,'Lugo','Lugo'),(161,195,'Madrid','Madrid'),(162,195,'Málaga','Málaga'),(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,13,'ACT','Australian Capital Territory'),(183,13,'NSW','New South Wales'),(184,13,'NT','Northern Territory'),(185,13,'QLD','Queensland'),(186,13,'SA','South Australia'),(187,13,'TAS','Tasmania'),(188,13,'VIC','Victoria'),(189,13,'WA','Western Australia'),(190,105,'AG','Agrigento'),(191,105,'AL','Alessandria'),(192,105,'AN','Ancona'),(193,105,'AO','Aosta'),(194,105,'AR','Arezzo'),(195,105,'AP','Ascoli Piceno'),(196,105,'AT','Asti'),(197,105,'AV','Avellino'),(198,105,'BA','Bari'),(199,105,'BT','Barletta Andria Trani'),(200,105,'BL','Belluno'),(201,105,'BN','Benevento'),(202,105,'BG','Bergamo'),(203,105,'BI','Biella'),(204,105,'BO','Bologna'),(205,105,'BZ','Bolzano'),(206,105,'BS','Brescia'),(207,105,'BR','Brindisi'),(208,105,'CA','Cagliari'),(209,105,'CL','Caltanissetta'),(210,105,'CB','Campobasso'),(211,105,'CI','Carbonia-Iglesias'),(212,105,'CE','Caserta'),(213,105,'CT','Catania'),(214,105,'CZ','Catanzaro'),(215,105,'CH','Chieti'),(216,105,'CO','Como'),(217,105,'CS','Cosenza'),(218,105,'CR','Cremona'),(219,105,'KR','Crotone'),(220,105,'CN','Cuneo'),(221,105,'EN','Enna'),(222,105,'FM','Fermo'),(223,105,'FE','Ferrara'),(224,105,'FI','Firenze'),(225,105,'FG','Foggia'),(226,105,'FC','Forlì Cesena'),(227,105,'FR','Frosinone'),(228,105,'GE','Genova'),(229,105,'GO','Gorizia'),(230,105,'GR','Grosseto'),(231,105,'IM','Imperia'),(232,105,'IS','Isernia'),(233,105,'AQ','Aquila'),(234,105,'SP','La Spezia'),(235,105,'LT','Latina'),(236,105,'LE','Lecce'),(237,105,'LC','Lecco'),(238,105,'LI','Livorno'),(239,105,'LO','Lodi'),(240,105,'LU','Lucca'),(241,105,'MC','Macerata'),(242,105,'MN','Mantova'),(243,105,'MS','Massa Carrara'),(244,105,'MT','Matera'),(245,105,'VS','Medio Campidano'),(246,105,'ME','Messina'),(247,105,'MI','Milano'),(248,105,'MO','Modena'),(249,105,'MB','Monza e Brianza'),(250,105,'NA','Napoli'),(251,105,'NO','Novara'),(252,105,'NU','Nuoro'),(253,105,'OG','Ogliastra'),(254,105,'OT','Olbia-Tempio'),(255,105,'OR','Oristano'),(256,105,'PD','Padova'),(257,105,'PA','Palermo'),(258,105,'PR','Parma'),(259,105,'PG','Perugia'),(260,105,'PV','Pavia'),(261,105,'PU','Pesaro Urbino'),(262,105,'PE','Pescara'),(263,105,'PC','Piacenza'),(264,105,'PI','Pisa'),(265,105,'PT','Pistoia'),(266,105,'PN','Pordenone'),(267,105,'PZ','Potenza'),(268,105,'PO','Prato'),(269,105,'RG','Ragusa'),(270,105,'RA','Ravenna'),(271,105,'RC','Reggio Calabria'),(272,105,'RE','Reggio Emilia'),(273,105,'RI','Rieti'),(274,105,'RN','Rimini'),(275,105,'RM','Roma'),(276,105,'RO','Rovigo'),(277,105,'SA','Salerno'),(278,105,'SS','Sassari'),(279,105,'SV','Savona'),(280,105,'SI','Siena'),(281,105,'SR','Siracusa'),(282,105,'SO','Sondrio'),(283,105,'TA','Taranto'),(284,105,'TE','Teramo'),(285,105,'TR','Terni'),(286,105,'TO','Torino'),(287,105,'TP','Trapani'),(288,105,'TN','Trento'),(289,105,'TV','Treviso'),(290,105,'TS','Trieste'),(291,105,'UD','Udine'),(292,105,'VA','Varese'),(293,105,'VE','Venezia'),(294,105,'VB','Verbania'),(295,105,'VC','Vercelli'),(296,105,'VR','Verona'),(297,105,'VV','Vibo Valentia'),(298,105,'VI','Vicenza'),(299,105,'VT','Viterbo'); /*!40000 ALTER TABLE `storezones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storezones_to_geo_zones` -- DROP TABLE IF EXISTS `storezones_to_geo_zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storezones_to_geo_zones` ( `association_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL default '0', `zone_id` int(11) default NULL, `geo_zone_id` int(11) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`association_id`), KEY `idx_zones_zen` (`geo_zone_id`,`zone_country_id`,`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storezones_to_geo_zones` -- LOCK TABLES `storezones_to_geo_zones` WRITE; /*!40000 ALTER TABLE `storezones_to_geo_zones` DISABLE KEYS */; INSERT INTO `storezones_to_geo_zones` VALUES (1,223,18,1,NULL,'2013-09-10 19:39:09'); /*!40000 ALTER TABLE `storezones_to_geo_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `idu` int(11) NOT NULL auto_increment, `username` varchar(32) NOT NULL, `password` varchar(256) NOT NULL, `email` varchar(256) NOT NULL, `first_name` varchar(32) character set utf8 collate utf8_unicode_ci NOT NULL, `last_name` varchar(32) character set utf8 collate utf8_unicode_ci NOT NULL, `location` varchar(128) character set utf8 collate utf8_unicode_ci NOT NULL, `website` varchar(128) NOT NULL, `bio` varchar(160) character set utf8 collate utf8_unicode_ci NOT NULL, `date` date NOT NULL, `facebook` varchar(256) NOT NULL, `twitter` varchar(128) NOT NULL, `gplus` varchar(256) NOT NULL, `image` varchar(128) NOT NULL, `private` int(11) NOT NULL, `salted` varchar(256) NOT NULL, `background` varchar(256) NOT NULL, `cover` varchar(128) NOT NULL, `verified` int(11) NOT NULL, `privacy` int(11) NOT NULL default '1', `gender` tinyint(4) NOT NULL, `online` int(11) NOT NULL, `offline` tinyint(4) NOT NULL, `notificationl` tinyint(4) NOT NULL, `notificationc` tinyint(4) NOT NULL, `notifications` tinyint(4) NOT NULL, `notificationd` tinyint(4) NOT NULL, `notificationf` tinyint(4) NOT NULL, `email_comment` tinyint(4) NOT NULL, `email_like` tinyint(4) NOT NULL, `email_new_friend` tinyint(4) NOT NULL, `born` date NOT NULL, UNIQUE KEY `id` (`idu`) ) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'convictcartel','f59d38525ae2f1b0fdbace295cb6c359','convictcartel@yahoo.com','Convict','Cartel','','','','2013-09-10','convictcartel','convictcartel','convictcartel','1378868104_1980045033_2068391725.jpg',0,'','','1118811810_355230917_980326955.png',1,1,0,1381455971,0,1,1,1,1,1,1,1,1,'2013-01-01'),(2,'rohndude','f59d38525ae2f1b0fdbace295cb6c359','rohndude@yahoo.com','','','','','','2013-09-10','','','','2055968427_108356979_163029861.png',0,'','','1722922665_1601033052_292889468.png',0,1,0,1379018874,0,1,1,1,1,1,1,1,1,'0000-00-00'),(3,'yesamtaco','7bac50e4a703f84156e188f13aedd6ae','shearer_elijah@yahoo.com','','','','','','2013-09-10','','','','315931048_219683066_851817768.jpg',0,'','','363470621_2120043577_2014874892.png',0,1,0,1379642480,0,1,1,1,1,1,1,1,1,'0000-00-00'),(4,'jkwaujymj','17f001d25d3977787c1b8c4363ae09b3','vittorinifs@hotmail.com','','','','','','2013-09-15','','','','default.png',0,'','','default.png',0,1,0,1379287943,0,1,1,1,1,1,1,1,1,'0000-00-00'),(5,'ekaterinalob','2fa64e3999dbe818112e3edd757c51d3','asdulastpa1971@yandex.kz','','','','','','2013-09-17','','','','default.png',0,'','','default.png',0,1,0,1379408067,0,1,1,1,1,1,1,1,1,'0000-00-00'),(6,'abxeszssilhf','3ff3fa3906dcbf96d13146043daa2380','yyya.ss@mail.ru','','','','','','2013-09-18','','','','default.png',0,'','','default.png',0,1,0,1379521816,0,1,1,1,1,1,1,1,1,'0000-00-00'),(7,'wkw6ocks5k1','c73ee1d1707a1bc05e01f430e6276188','willowkkrr@gmail.com','','','','','','2013-09-19','','','','default.png',0,'','','default.png',0,1,0,1379589619,0,1,1,1,1,1,1,1,1,'0000-00-00'),(8,'usixmfat','b1e23fc44b9010e7e84f767cf5d9d6b5','danyouth1220@gmail.com','','','','','','2013-09-19','','','','default.png',0,'','','default.png',0,1,0,1379617803,0,1,1,1,1,1,1,1,1,'0000-00-00'),(9,'swihukvd','3d10c0969e4f4dfcba59a23066ca6b5a','tiantuseo@gmail.com','','','','','','2013-09-22','','','','default.png',0,'','','default.png',0,1,0,1379894065,0,1,1,1,1,1,1,1,1,'0000-00-00'),(10,'tydaysteeld','13670b9f2e648ad641d63270c7ed6ca1','cheaponlines@mail.ru','','','','','','2013-09-23','','','','default.png',0,'','','default.png',0,1,0,1379987475,0,1,1,1,1,1,1,1,1,'0000-00-00'),(11,'tummemtwiltd','0a1763be887764d2748ed77f291a6635','jackgerr0231@hotmail.com','','','','','','2013-09-24','','','','default.png',0,'','','default.png',0,1,0,1380070244,0,1,1,1,1,1,1,1,1,'0000-00-00'),(12,'mayhandtrun','e985ed0ff89e2341928d2079f0af19ea','abeswadte@hotmail.com','','','','','','2013-09-27','','','','default.png',0,'','','default.png',0,1,0,1380310850,0,1,1,1,1,1,1,1,1,'0000-00-00'),(13,'pensgacu','36bbbef414b63e3f8b68bb8a4fa833dd','achmilhakoo1977@hotmail.com','','','','','','2013-09-27','','','','default.png',0,'','','default.png',0,1,0,1380324667,0,1,1,1,1,1,1,1,1,'0000-00-00'),(14,'leoprinhu','341e6357d8d42f5e581e94b2a70d0669','adexrerob@hotmail.com','','','','','','2013-09-27','','','','default.png',0,'','','default.png',0,1,0,1380340723,0,1,1,1,1,1,1,1,1,'0000-00-00'),(15,'newphrafi','d15a05845e01ba6b68fb3eeb9667ffea','alenebil@hotmail.com','','','','','','2013-09-28','','','','default.png',0,'','','default.png',0,1,0,1380367251,0,1,1,1,1,1,1,1,1,'0000-00-00'),(16,'travunos','ab597447da1c52f9787c4debb7e4d939','alevsteelan@hotmail.com','','','','','','2013-09-28','','','','default.png',0,'','','default.png',0,1,0,1380369623,0,1,1,1,1,1,1,1,1,'0000-00-00'),(17,'ttantone','ccd1f4f4816b34a4eb195a9f129c90e7','zinc14freon@hotmail.com','','','','','','2013-10-02','','','','default.png',0,'','','default.png',0,1,0,1380724456,0,1,1,1,1,1,1,1,1,'0000-00-00'),(18,'lsqvsuxh','b4f5dfd621a840f10b51ce5024cf5529','cjdgdcqaxqkbzh@hotmail.com','','','','','','2013-10-06','','','','default.png',0,'','','default.png',0,1,0,1381060763,0,1,1,1,1,1,1,1,1,'0000-00-00'),(19,'reorochure','ad60857f43d87ba7e076f393c1f8bb18','guiskibvus@gmail.com','','','','','','2013-10-09','','','','default.png',0,'','','default.png',0,1,0,1381350473,0,1,1,1,1,1,1,1,1,'0000-00-00'),(20,'qhgmfqsn','b4f5dfd621a840f10b51ce5024cf5529','dpskcxilnrloqp@hotmail.com','','','','','','2013-10-09','','','','default.png',0,'','','default.png',0,1,0,1381357674,0,1,1,1,1,1,1,1,1,'0000-00-00'),(21,'exparocoors','7c725536845394461fdad2b08939494e','sngnoeloijhui@shoeonlineblog.com','','','','','','2013-10-12','','','','default.png',0,'','','default.png',0,1,0,1381574249,0,1,1,1,1,1,1,1,1,'0000-00-00'),(22,'aclorysockeifau','f0ba55134063bbaf91546a61102a4666','terrybainbridgedu@aol.com','','','','','','2013-10-12','','','','default.png',0,'','','default.png',0,1,0,1381598131,0,1,1,1,1,1,1,1,1,'0000-00-00'),(23,'vittaliylob','9cef75fd742f447e9d1cee69dd7578b9','cessjhajakmonalmo1968@yandex.ua','','','','','','2013-10-17','','','','default.png',0,'','','default.png',0,1,0,1382054516,0,1,1,1,1,1,1,1,1,'0000-00-00'),(24,'tonytqmyqc','0c1b2a68531fa8c9770b6c3d4b9e33a8','composerfdee+dzfvam@gmail.com','','','','','','2013-10-22','','','','default.png',0,'','','default.png',0,1,0,1382422240,0,1,1,1,1,1,1,1,1,'0000-00-00'),(25,'mariaanalob','2fa64e3999dbe818112e3edd757c51d3','llybinitmewurztopk1965@yandex.kz','','','','','','2013-10-22','','','','default.png',0,'','','default.png',0,1,0,1382437050,0,1,1,1,1,1,1,1,1,'0000-00-00'),(26,'aiorkpmnlu','e1f802efa6bd49f5ea49aa57db234029','sterileiusz+baglit@gmail.com','','','','','','2013-10-22','','','','default.png',0,'','','default.png',0,1,0,1382447405,0,1,1,1,1,1,1,1,1,'0000-00-00'),(27,'azazalolxd','a04a0c69b37b8c080ce805e5f276464a','azazalolxd@hardrockpost.in','','','','','','2013-10-22','','','','default.png',0,'','','default.png',0,1,0,1382467802,0,1,1,1,1,1,1,1,1,'0000-00-00'),(28,'marianalob','2fa64e3999dbe818112e3edd757c51d3','erticgeuheartrengie1976@yandex.kz','','','','','','2013-10-22','','','','default.png',0,'','','default.png',0,1,0,1382498884,0,1,1,1,1,1,1,1,1,'0000-00-00'),(29,'tonycsuchn','0c1b2a68531fa8c9770b6c3d4b9e33a8','mediumsrvl+svvajq@gmail.com','','','','','','2013-10-23','','','','default.png',0,'','','default.png',0,1,0,1382506606,0,1,1,1,1,1,1,1,1,'0000-00-00'),(30,'hemizsmeate','f056bae000bacd6a35a8f323fabc7620','co.l.or.olf4@gmail.com','','','','','','2013-10-23','','','','default.png',0,'','','default.png',0,1,0,1382547087,0,1,1,1,1,1,1,1,1,'0000-00-00'),(31,'jesus','507a31b9b1e361f9d3c94c607e1c9f9b','silvasjesus@ymail.com','','','','','','2013-10-27','','','','default.png',0,'','','default.png',0,1,0,1382906372,0,1,1,1,1,1,1,1,1,'0000-00-00'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'communityuser' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2013-11-26 19:07:13
© 2017 -
ZeroByte.ID
.