0byt3m1n1
Path:
/
data
/
18
/
3
/
22
/
42
/
3185694
/
meta
/
3558209
/
mysql.backup
/
[
Home
]
File: cfwebstore.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: cfwebstore -- ------------------------------------------------------ -- 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 `AccessKeys` -- DROP TABLE IF EXISTS `AccessKeys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `AccessKeys` ( `AccessKey_ID` int(11) NOT NULL auto_increment, `Name` varchar(50) NOT NULL, `Keyring` varchar(50) default NULL, `System` tinyint(1) NOT NULL default '0', PRIMARY KEY (`AccessKey_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `AccessKeys` -- LOCK TABLES `AccessKeys` WRITE; /*!40000 ALTER TABLE `AccessKeys` DISABLE KEYS */; INSERT INTO `AccessKeys` VALUES (1,'Log In Required','System',1),(2,'Members Only',NULL,0); /*!40000 ALTER TABLE `AccessKeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Account` -- DROP TABLE IF EXISTS `Account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Account` ( `Account_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Customer_ID` int(11) NOT NULL default '0', `Account_Name` varchar(50) NOT NULL, `Type1` varchar(50) NOT NULL, `Description` longtext, `Policy` longtext, `Logo` varchar(50) default NULL, `Rep` varchar(50) default NULL, `Terms` varchar(50) default NULL, `LastUsed` datetime default NULL, `Directory_Live` tinyint(1) NOT NULL default '0', `Web_URL` varchar(75) default NULL, `Dropship_Email` varchar(100) default NULL, `PO_Text` varchar(50) default NULL, `Map_URL` longtext, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Account_ID`), KEY `Account_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Account_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Account_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Account` -- LOCK TABLES `Account` WRITE; /*!40000 ALTER TABLE `Account` DISABLE KEYS */; /*!40000 ALTER TABLE `Account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Affiliates` -- DROP TABLE IF EXISTS `Affiliates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Affiliates` ( `Affiliate_ID` int(11) NOT NULL auto_increment, `AffCode` int(11) NOT NULL default '0', `AffPercent` double NOT NULL default '0', `Aff_Site` varchar(255) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Affiliate_ID`), KEY `Affiliates_AffCode_Idx` USING BTREE (`AffCode`), KEY `Affiliates_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Affiliates` -- LOCK TABLES `Affiliates` WRITE; /*!40000 ALTER TABLE `Affiliates` DISABLE KEYS */; /*!40000 ALTER TABLE `Affiliates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CCProcess` -- DROP TABLE IF EXISTS `CCProcess`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CCProcess` ( `ID` int(11) NOT NULL auto_increment, `CCServer` varchar(150) default NULL, `Transtype` varchar(75) default NULL, `Username` varchar(75) default NULL, `Password` varchar(75) default NULL, `Setting1` varchar(75) default NULL, `Setting2` varchar(75) default NULL, `Setting3` varchar(75) default NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CCProcess` -- LOCK TABLES `CCProcess` WRITE; /*!40000 ALTER TABLE `CCProcess` DISABLE KEYS */; INSERT INTO `CCProcess` VALUES (1,NULL,'Sale',NULL,NULL,NULL,NULL,NULL),(2,'https://api.sandbox.paypal.com/2.0/','Sale',NULL,NULL,NULL,NULL,'PayPalExpress'),(3,'TEST','',NULL,NULL,NULL,NULL,'CRESecure'); /*!40000 ALTER TABLE `CCProcess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CardData` -- DROP TABLE IF EXISTS `CardData`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CardData` ( `ID` int(11) NOT NULL auto_increment, `Customer_ID` int(11) NOT NULL default '0', `CardType` varchar(50) NOT NULL, `NameonCard` varchar(150) NOT NULL, `CardNumber` varchar(50) NOT NULL, `Expires` varchar(50) NOT NULL, `EncryptedCard` varchar(100) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`ID`), KEY `CardData_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `CardData_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CardData` -- LOCK TABLES `CardData` WRITE; /*!40000 ALTER TABLE `CardData` DISABLE KEYS */; /*!40000 ALTER TABLE `CardData` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CatCore` -- DROP TABLE IF EXISTS `CatCore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CatCore` ( `CatCore_ID` int(11) NOT NULL default '0', `Catcore_Name` varchar(50) NOT NULL, `PassParams` varchar(150) default NULL, `Template` varchar(50) NOT NULL, `Category` tinyint(1) NOT NULL default '0', `Products` tinyint(1) NOT NULL default '0', `Features` tinyint(1) NOT NULL default '0', `Page` tinyint(1) NOT NULL default '0', PRIMARY KEY (`CatCore_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CatCore` -- LOCK TABLES `CatCore` WRITE; /*!40000 ALTER TABLE `CatCore` DISABLE KEYS */; INSERT INTO `CatCore` VALUES (0,'category header only','noline=1,notitle=1','category/catcore_catheader_only.cfm',1,0,0,0),(1,'sub-categories only','noline=1,notitle=1','category/dsp_subcats.cfm',1,0,0,0),(2,'home page','topcats, searchform,new,onsale,hot,notsold,ProdofDay,listing,notitle,columns=x','catcores/catcore_home.cfm',0,0,0,1),(3,'highlights (new & on sale)','new=1,onsale=1,notsold=1,notitle=1,columns=x','catcores/catcore_highlight.cfm',1,0,0,1),(4,'contact us email form','noline=1,EmailTo=email@address.com, BoxTitle=Title,Subject=Email Subject Line','email/catcore_contactus.cfm',1,0,0,1),(5,'search form','noline=1,notitle=1','search/dsp_search_form.cfm',1,0,0,1),(6,'search results page','noline=1,notitle=1','search/act_search.cfm',0,0,0,1),(7,'products department home','noline=1,notitle=1','catcores/catcore_products_home.cfm',1,1,0,0),(8,'products','listing=vertical|short, displaycount=x, productcols=x,searchheader=1,searchheader=form,alpha=1,notitle=1','product/catcore_products.cfm',1,1,0,0),(9,'features','noline=1,notitle=1,searchform=1, displaycount=x','feature/catcore_features.cfm',1,1,1,0),(11,'items on sale','noline=1,notitle=1','catcores/dsp_sale.cfm',1,0,0,1),(12,'features + products','noline=1,notitle=1,listing=short|vertical','catcores/catcore_features_products.cfm',1,1,1,0),(13,'account directory','noline=1,notitle=1,displaycount,accountcols,sort,order,type1','users/account/catcore_accounts.cfm',1,0,0,1),(14,'Site Map','noline=1,alpha=1,notitle=1','catcores/dsp_sitemap.cfm',0,0,0,1),(15,'Contact Us with file attachment','noline=1,EmailTo=email@address.com, BoxTitle=Title,Subject=Email Subject Line','email/catcore_contactus_attachment.cfm',1,0,0,1); /*!40000 ALTER TABLE `CatCore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Categories` -- DROP TABLE IF EXISTS `Categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Categories` ( `Category_ID` int(11) NOT NULL auto_increment, `Parent_ID` int(11) NOT NULL default '0', `CatCore_ID` int(11) NOT NULL default '1', `Name` varchar(255) NOT NULL, `Short_Desc` longtext, `Long_Desc` longtext, `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `PassParam` varchar(100) default NULL, `AccessKey` int(11) default '0', `CColumns` smallint(6) default NULL, `PColumns` smallint(6) default NULL, `Display` tinyint(1) NOT NULL default '1', `ProdFirst` tinyint(1) NOT NULL default '0', `Priority` int(11) NOT NULL default '9999', `Highlight` tinyint(1) NOT NULL default '0', `ParentIDs` varchar(50) default NULL, `ParentNames` longtext, `Sale` tinyint(1) NOT NULL default '0', `DateAdded` datetime default NULL, `Color_ID` int(11) default NULL, `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Category_ID`), KEY `Categories_CatCore_ID_Idx` USING BTREE (`CatCore_ID`), KEY `Category_Color_ID_Idx` USING BTREE (`Color_ID`), KEY `Category_Parent_ID_Idx` USING BTREE (`Parent_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Categories` -- LOCK TABLES `Categories` WRITE; /*!40000 ALTER TABLE `Categories` DISABLE KEYS */; INSERT INTO `Categories` VALUES (1,0,8,'Test1 Category','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,1,'','',1,'2015-04-18 16:13:17',NULL,'','',''); /*!40000 ALTER TABLE `Categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Certificates` -- DROP TABLE IF EXISTS `Certificates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Certificates` ( `Cert_ID` int(11) NOT NULL auto_increment, `Cert_Code` varchar(50) NOT NULL, `Cust_Name` varchar(255) default NULL, `CertAmount` double NOT NULL default '0', `InitialAmount` double default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `Valid` tinyint(1) NOT NULL default '0', `Order_No` int(11) default '0', PRIMARY KEY (`Cert_ID`), KEY `Certificates_Cert_Code_Idx` USING BTREE (`Cert_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Certificates` -- LOCK TABLES `Certificates` WRITE; /*!40000 ALTER TABLE `Certificates` DISABLE KEYS */; /*!40000 ALTER TABLE `Certificates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Colors` -- DROP TABLE IF EXISTS `Colors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Colors` ( `Color_ID` int(11) NOT NULL auto_increment, `Bgcolor` varchar(10) default NULL, `Bgimage` varchar(100) default NULL, `MainTitle` varchar(10) default NULL, `MainText` varchar(10) default NULL, `MainLink` varchar(10) default NULL, `MainVLink` varchar(10) default NULL, `BoxHBgcolor` varchar(10) default NULL, `BoxHText` varchar(10) default NULL, `BoxTBgcolor` varchar(10) default NULL, `BoxTText` varchar(10) default NULL, `InputHBgcolor` varchar(10) default NULL, `InputHText` varchar(10) default NULL, `InputTBgcolor` varchar(10) default NULL, `InputTText` varchar(10) default NULL, `OutputHBgcolor` varchar(10) default NULL, `OutputHText` varchar(10) default NULL, `OutputTBgcolor` varchar(10) default NULL, `OutputTText` varchar(10) default NULL, `OutputTAltcolor` varchar(10) default NULL, `OutputTHighlight` varchar(10) default NULL, `LineColor` varchar(10) default NULL, `HotImage` varchar(50) default NULL, `SaleImage` varchar(50) default NULL, `NewImage` varchar(50) default NULL, `MainLineImage` varchar(50) default NULL, `MinorLineImage` varchar(50) default NULL, `Palette_Name` varchar(50) default NULL, `FormReq` varchar(10) default NULL, `LayoutFile` varchar(50) default NULL, `FormReqOB` varchar(10) default NULL, `PassParam` varchar(100) default NULL, PRIMARY KEY (`Color_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Colors` -- LOCK TABLES `Colors` WRITE; /*!40000 ALTER TABLE `Colors` DISABLE KEYS */; INSERT INTO `Colors` VALUES (1,'','','666699','333333','666699','666699','999999','ffffff','DBDBDB','000000','8696b6','ffffff','ffffff','000000','acaba9','ffffff','ffffcc','242215','FAF287','C2C8CE','dddddd','hot.jpg','sale.gif','new.gif','HR','HR','CFWebstore Basic','ff3300','','ff3300',''); /*!40000 ALTER TABLE `Colors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Counties` -- DROP TABLE IF EXISTS `Counties`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Counties` ( `County_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `State` varchar(2) NOT NULL, `Name` varchar(50) NOT NULL, `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`County_ID`), KEY `Counties_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `Counties_State_Idx` USING BTREE (`State`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Counties` -- LOCK TABLES `Counties` WRITE; /*!40000 ALTER TABLE `Counties` DISABLE KEYS */; /*!40000 ALTER TABLE `Counties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Countries` -- DROP TABLE IF EXISTS `Countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Countries` ( `ID` int(11) NOT NULL auto_increment, `Abbrev` varchar(2) NOT NULL, `Name` varchar(100) NOT NULL, `AllowUPS` tinyint(1) NOT NULL default '0', `Shipping` int(11) NOT NULL default '0', `AddShipAmount` double NOT NULL default '0', PRIMARY KEY (`ID`), UNIQUE KEY `Countries_Abbrev_Idx` (`Abbrev`), KEY `Countries_Shipping_Idx` USING BTREE (`Shipping`) ) ENGINE=MyISAM AUTO_INCREMENT=329 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Countries` -- LOCK TABLES `Countries` WRITE; /*!40000 ALTER TABLE `Countries` DISABLE KEYS */; INSERT INTO `Countries` VALUES (2,'AL','Albania',1,0,0),(3,'DZ','Algeria',1,0,0),(4,'AD','Andorra',1,0,0),(6,'AI','Anguilla',1,0,0),(7,'AG','Antigua and Barbuda',1,0,0),(8,'AR','Argentina',1,0,0),(10,'AW','Aruba',1,0,0),(11,'AU','Australia',1,0,0),(12,'AT','Austria',1,0,0),(15,'BS','Bahamas',1,0,0),(16,'BH','Bahrain',1,0,0),(17,'BD','Bangladesh',1,0,0),(18,'BB','Barbados',1,0,0),(19,'BY','Belarus',1,0,0),(20,'BE','Belgium',1,0,0),(21,'BZ','Belize',1,0,0),(22,'BJ','Benin',1,0,0),(23,'BM','Bermuda',1,0,0),(25,'BO','Bolivia',1,0,0),(27,'BW','Botswana',1,0,0),(28,'BR','Brazil',1,0,0),(29,'VG','Virgin Islands (British)',1,0,0),(30,'BN','Brunei',1,0,0),(31,'BG','Bulgaria',1,0,0),(32,'BF','Burkina Faso',1,0,0),(34,'BI','Burundi',1,0,0),(35,'CM','Cameroon',1,0,0),(36,'CA','Canada',1,0,0),(37,'CV','Cape Verde',1,0,0),(38,'KY','Cayman Islands',1,0,0),(39,'CF','Central African Republic',1,0,0),(40,'TD','Chad',1,0,0),(41,'CL','Chile',1,0,0),(42,'CN','China - People\'s Republic of',1,0,0),(43,'CO','Colombia',1,0,0),(45,'CG','Congo',1,0,0),(47,'CR','Costa Rica',1,0,0),(48,'CI','Cote D\'Ivoire (Ivory Coast)',1,0,0),(49,'HR','Croatia',1,0,0),(50,'CY','Cyprus',1,0,0),(51,'CZ','Czech Republic',1,0,0),(52,'DK','Denmark',1,0,0),(53,'DJ','Djibouti',1,0,0),(54,'DM','Dominica',1,0,0),(55,'DO','Dominican Republic',1,0,0),(56,'EC','Ecuador',1,0,0),(57,'EG','Egypt',1,0,0),(58,'SV','El Salvador',1,0,0),(59,'GQ','Equatorial Guinea',1,0,0),(60,'ER','Eritrea',1,0,0),(61,'EE','Estonia',1,0,0),(62,'ET','Ethiopia',1,0,0),(64,'FO','Faroe Islands (Denmark)',1,0,0),(65,'FJ','Fiji',1,0,0),(66,'FI','Finland',1,0,0),(67,'FR','France',1,0,0),(68,'GF','French Guiana',1,0,0),(69,'PF','French Polynesia',1,0,0),(70,'GA','Gabon',1,0,0),(71,'GM','Gambia',1,0,0),(72,'GE','Georgia',1,0,0),(73,'DE','Germany',1,0,0),(74,'GH','Ghana',1,0,0),(75,'GI','Gibraltar',1,0,0),(77,'GR','Greece',1,0,0),(78,'GL','Greenland',1,0,0),(79,'GD','Grenada',1,0,0),(80,'GP','Guadeloupe',1,0,0),(81,'GT','Guatemala',1,0,0),(82,'GN','Guinea',1,0,0),(83,'GW','Guinea¬?Bissau',1,0,0),(84,'GY','Guyana',1,0,0),(85,'HT','Haiti',1,0,0),(86,'HN','Honduras',1,0,0),(87,'HK','Hong Kong',1,0,0),(88,'HU','Hungary',1,0,0),(89,'IS','Iceland',1,0,0),(90,'IN','India',1,0,0),(91,'ID','Indonesia',1,0,0),(95,'IL','Israel',1,0,0),(96,'IT','Italy',1,0,0),(97,'JM','Jamaica',1,0,0),(98,'JP','Japan',1,0,0),(99,'JO','Jordan',1,0,0),(100,'KZ','Kazakhstan',1,0,0),(101,'KE','Kenya',1,0,0),(102,'KI','Kiribati',1,0,0),(105,'KW','Kuwait',1,0,0),(106,'KG','Kyrgyzstan',1,0,0),(107,'LA','Laos',1,0,0),(108,'LV','Latvia',1,0,0),(109,'LB','Lebanon',1,0,0),(110,'LS','Lesotho',1,0,0),(111,'LR','Liberia',1,0,0),(113,'LI','Liechtenstein',1,0,0),(114,'LT','Lithuania',1,0,0),(115,'LU','Luxembourg',1,0,0),(116,'MO','Macao',1,0,0),(117,'MK','Macedonia',1,0,0),(118,'MG','Madagascar',1,0,0),(120,'MW','Malawi',1,0,0),(121,'MY','Malaysia',1,0,0),(122,'MV','Maldives',1,0,0),(123,'ML','Mali',1,0,0),(124,'MT','Malta',1,0,0),(125,'MQ','Martinique',1,0,0),(126,'MR','Mauritania',1,0,0),(127,'MU','Mauritius',1,0,0),(128,'MX','Mexico',1,0,0),(129,'MD','Moldova',1,0,0),(131,'MS','Montserrat',1,0,0),(132,'MA','Morocco',1,0,0),(133,'MZ','Mozambique',1,0,0),(134,'NA','Namibia',1,0,0),(136,'NP','Nepal',1,0,0),(137,'NL','Netherlands (Holland)',1,0,0),(138,'AN','Netherlands Antilles',1,0,0),(139,'NC','New Caledonia',1,0,0),(140,'NZ','New Zealand',1,0,0),(141,'NI','Nicaragua',1,0,0),(142,'NE','Niger',1,0,0),(143,'NG','Nigeria',1,0,0),(144,'NO','Norway',1,0,0),(145,'OM','Oman',1,0,0),(146,'PK','Pakistan',1,0,0),(147,'PA','Panama',1,0,0),(148,'PG','Papua New Guinea',1,0,0),(149,'PY','Paraguay',1,0,0),(150,'PE','Peru',1,0,0),(151,'PH','Philippines',1,0,0),(153,'PL','Poland',1,0,0),(154,'PT','Portugal',1,0,0),(155,'QA','Qatar',1,0,0),(156,'RE','Reunion',1,0,0),(157,'RO','Romania',1,0,0),(158,'RU','Russian Federation',1,0,0),(159,'RW','Rwanda',1,0,0),(163,'VC','St. Vincent and the Grenadines',1,0,0),(166,'SA','Saudi Arabia',1,0,0),(167,'SN','Senegal',1,0,0),(169,'SC','Seychelles',1,0,0),(170,'SL','Sierra Leone',1,0,0),(171,'SG','Singapore',1,0,0),(172,'SK','Slovakia',1,0,0),(173,'SI','Slovenia',1,0,0),(174,'SB','Solomon Islands',1,0,0),(176,'ZA','South Africa',1,0,0),(177,'ES','Spain',1,0,0),(178,'LK','Sri Lanka',1,0,0),(179,'KN','St. Kitts and Nevis',1,0,0),(181,'SR','Suriname',1,0,0),(182,'SZ','Swaziland',1,0,0),(183,'SE','Sweden',1,0,0),(184,'CH','Switzerland',1,0,0),(185,'SY','Syria',1,0,0),(186,'TW','Taiwan',1,0,0),(187,'TJ','Tajikistan',1,0,0),(188,'TZ','Tanzania',1,0,0),(189,'TH','Thailand',1,0,0),(190,'TG','Togo',1,0,0),(191,'TO','Tonga',1,0,0),(192,'TT','Trinidad and Tobago',1,0,0),(194,'TN','Tunisia',1,0,0),(195,'TR','Turkey',1,0,0),(197,'TC','Turks and Caicos Islands',1,0,0),(198,'TV','Tuvalu',1,0,0),(199,'UG','Uganda',1,0,0),(200,'UA','Ukraine',1,0,0),(201,'AE','United Arab Emirates',1,0,0),(202,'US','United States',1,1,0),(203,'UY','Uruguay',1,0,0),(204,'UZ','Uzbekistan',1,0,0),(205,'VU','Vanuatu',1,0,0),(207,'VE','Venezuela',1,0,0),(208,'VN','Vietnam',1,0,0),(209,'WF','Wallis and Futuna Islands',1,0,0),(210,'WS','Western Samoa',1,0,0),(213,'ZM','Zambia',1,0,0),(214,'ZW','Zimbabwe',1,0,0),(215,'AS','American Samoa',1,0,0),(216,'KH','Cambodia',1,0,0),(220,'CK','Cook Islands',1,0,0),(223,'GU','Guam',1,0,0),(225,'MH','Marshall Islands',1,0,0),(226,'MC','Monaco',1,0,0),(228,'NF','Norfolk Island',1,0,0),(230,'MP','N. Mariana Islands',1,0,0),(231,'PW','Palau',1,0,0),(234,'IE','Ireland',1,0,0),(244,'LC','St. Lucia',1,0,0),(248,'KR','Korea (South)',1,0,0),(252,'VI','Virgin Islands (U.S.)',1,0,0),(256,'BA','Bosnia',1,0,0),(257,'GB','United Kingdom',1,0,0),(258,'AF','Afghanistan',0,0,0),(259,'AO','Angola',0,0,0),(260,'AZ','Azerbaijan',1,0,0),(261,'BT','Bhutan',1,0,0),(263,'FM','Micronesia',1,0,0),(264,'MN','Mongolia',1,0,0),(266,'SM','San Marino',1,0,0),(268,'TM','Turkmenistan',1,0,0),(269,'YE','Yemen',1,0,0),(270,'CS','Yugoslavia',1,0,0),(271,'AM','Armenia',1,0,0),(273,'BV','Bouvet Island',1,0,0),(274,'IO','British Indian Ocean Terr.',1,0,0),(275,'CD','Democratic Rep. of Congo',1,0,0),(276,'CX','Christmas Island',1,0,0),(277,'CC','Cocos (Keeling) Islands',1,0,0),(281,'FK','Falkland Islands',1,0,0),(282,'TF','French Southern Territories',1,0,0),(283,'HM','Heard Island',1,0,0),(284,'KO','Kosrae',1,0,0),(286,'MM','Myanmar',1,0,0),(290,'NB','Northern Ireland',1,0,0),(292,'PO','Ponape',1,0,0),(293,'PR','Puerto Rico',1,0,0),(294,'RT','Rota',1,0,0),(295,'SS','Saba',1,0,0),(296,'SP','Saipan',1,0,0),(298,'SF','Scotland',1,0,0),(300,'SW','St. Christopher',1,0,0),(301,'EU','St. Eustatius',1,0,0),(302,'SH','St. Helena',1,0,0),(303,'MB','St. Maarten',1,0,0),(304,'TB','St. Martin',1,0,0),(308,'TI','Tinian',1,0,0),(310,'TU','Truk',1,0,0),(313,'VA','Vatican City State',1,0,0),(315,'YA','Yap',1,0,0),(316,'AX','Aland Islands',1,0,0),(317,'AQ','Antarctica',1,0,0),(318,'KM','Comoros',1,0,0),(319,'CU','Cuba',1,0,0),(320,'GG','Guernsey',1,0,0),(321,'IQ','Iraq',1,0,0),(322,'JE','Jersey',1,0,0),(323,'ME','Madeira',1,0,0),(324,'TA','Tahiti',1,0,0),(325,'TL','Timor Leste',1,0,0),(326,'UI','Union Island',1,0,0),(327,'VR','Virgin Gorda',1,0,0),(328,'WL','Wales',1,0,0); /*!40000 ALTER TABLE `Countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CountryTax` -- DROP TABLE IF EXISTS `CountryTax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CountryTax` ( `Tax_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `Country_ID` int(11) NOT NULL default '0', `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Tax_ID`), KEY `CountryTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `CountryTax_Country_ID_Idx` USING BTREE (`Country_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CountryTax` -- LOCK TABLES `CountryTax` WRITE; /*!40000 ALTER TABLE `CountryTax` DISABLE KEYS */; /*!40000 ALTER TABLE `CountryTax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CreditCards` -- DROP TABLE IF EXISTS `CreditCards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CreditCards` ( `ID` int(11) NOT NULL auto_increment, `CardName` varchar(50) NOT NULL, `Used` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CreditCards` -- LOCK TABLES `CreditCards` WRITE; /*!40000 ALTER TABLE `CreditCards` DISABLE KEYS */; INSERT INTO `CreditCards` VALUES (2,'Visa',1),(3,'MasterCard',1),(4,'Amex',1),(5,'Discover',1),(6,'Diner\'s Club',0),(7,'Carte Blanche',0),(8,'JCB',0),(9,'enRoute',0); /*!40000 ALTER TABLE `CreditCards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CustomMethods` -- DROP TABLE IF EXISTS `CustomMethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CustomMethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(50) default NULL, `Amount` double NOT NULL default '0', `Used` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', `Domestic` tinyint(1) NOT NULL default '0', `International` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `CustomMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CustomMethods` -- LOCK TABLES `CustomMethods` WRITE; /*!40000 ALTER TABLE `CustomMethods` DISABLE KEYS */; INSERT INTO `CustomMethods` VALUES (1,'Next Day Air',10,1,3,1,0),(2,'2nd Day Air',5.5,1,2,1,0),(35,'Ground Shipping',0,1,1,1,0),(36,'Airmail',20,1,4,0,1); /*!40000 ALTER TABLE `CustomMethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CustomShipSettings` -- DROP TABLE IF EXISTS `CustomShipSettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `CustomShipSettings` ( `Setting_ID` int(11) NOT NULL auto_increment, `ShowShipTable` tinyint(1) NOT NULL default '0', `MultPerItem` tinyint(1) NOT NULL default '0', `CumulativeAmounts` tinyint(1) NOT NULL default '0', `MultMethods` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Setting_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `CustomShipSettings` -- LOCK TABLES `CustomShipSettings` WRITE; /*!40000 ALTER TABLE `CustomShipSettings` DISABLE KEYS */; INSERT INTO `CustomShipSettings` VALUES (1,1,1,1,0,0); /*!40000 ALTER TABLE `CustomShipSettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Customers` -- DROP TABLE IF EXISTS `Customers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Customers` ( `Customer_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) NOT NULL default '0', `FirstName` varchar(50) NOT NULL, `LastName` varchar(150) NOT NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) NOT NULL, `Address2` varchar(150) default NULL, `City` varchar(150) NOT NULL, `County` varchar(50) default NULL, `State` varchar(50) NOT NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) NOT NULL, `Country` varchar(50) NOT NULL, `Phone` varchar(50) default NULL, `Phone2` varchar(50) default NULL, `Fax` varchar(50) default NULL, `Email` varchar(150) default NULL, `Residence` tinyint(1) NOT NULL default '1', `LastUsed` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Customer_ID`), KEY `Customers_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Customers_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Customers` -- LOCK TABLES `Customers` WRITE; /*!40000 ALTER TABLE `Customers` DISABLE KEYS */; INSERT INTO `Customers` VALUES (1,2,'Robert','Xeno','Earth Hertz','106 Bonnie Briar Ln','','Nashville','','TN','','37212','US^United States','(615) 457-2437','','','radiox@radiox.net',1,'2015-04-18 13:58:34','0AF7673BDF1CFF92C090DCE2E11C21AB'); /*!40000 ALTER TABLE `Customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Discount_Categories` -- DROP TABLE IF EXISTS `Discount_Categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Discount_Categories` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Categories_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Discount_Categories_Discount_ID_Idx` USING BTREE (`Discount_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Discount_Categories` -- LOCK TABLES `Discount_Categories` WRITE; /*!40000 ALTER TABLE `Discount_Categories` DISABLE KEYS */; /*!40000 ALTER TABLE `Discount_Categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Discount_Groups` -- DROP TABLE IF EXISTS `Discount_Groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Discount_Groups` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Groups_Discount_ID_Idx` USING BTREE (`Discount_ID`), KEY `Discount_Groups_Group_ID_Idx` USING BTREE (`Group_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Discount_Groups` -- LOCK TABLES `Discount_Groups` WRITE; /*!40000 ALTER TABLE `Discount_Groups` DISABLE KEYS */; /*!40000 ALTER TABLE `Discount_Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Discount_Products` -- DROP TABLE IF EXISTS `Discount_Products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Discount_Products` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Products_Discount_ID_Idx` USING BTREE (`Discount_ID`), KEY `Discount_Products_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Discount_Products` -- LOCK TABLES `Discount_Products` WRITE; /*!40000 ALTER TABLE `Discount_Products` DISABLE KEYS */; /*!40000 ALTER TABLE `Discount_Products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Discounts` -- DROP TABLE IF EXISTS `Discounts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Discounts` ( `Discount_ID` int(11) NOT NULL auto_increment, `Type1` int(11) NOT NULL default '1', `Type2` int(11) NOT NULL default '1', `Type3` int(11) NOT NULL default '0', `Type4` int(11) NOT NULL default '0', `Type5` int(11) NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `OneTime` tinyint(1) NOT NULL default '0', `Name` varchar(255) NOT NULL, `Display` varchar(255) default NULL, `Amount` double NOT NULL default '0', `MinOrder` double NOT NULL default '0', `MaxOrder` double NOT NULL default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `AccessKey` int(11) default '0', PRIMARY KEY (`Discount_ID`), KEY `Discounts_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Discounts_Coup_Code_Idx` USING BTREE (`Coup_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Discounts` -- LOCK TABLES `Discounts` WRITE; /*!40000 ALTER TABLE `Discounts` DISABLE KEYS */; /*!40000 ALTER TABLE `Discounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FeatureReviews` -- DROP TABLE IF EXISTS `FeatureReviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `FeatureReviews` ( `Review_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Parent_ID` int(11) default '0', `User_ID` int(11) default '0', `Anonymous` tinyint(1) NOT NULL default '0', `Anon_Name` varchar(100) default NULL, `Anon_Loc` varchar(100) default NULL, `Anon_Email` varchar(100) default NULL, `Editorial` varchar(50) default NULL, `Title` varchar(75) default NULL, `Comment` longtext, `Rating` smallint(6) default '0', `Recommend` tinyint(1) NOT NULL default '0', `Posted` datetime NOT NULL, `Updated` datetime default NULL, `Approved` tinyint(1) NOT NULL default '0', `NeedsCheck` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Review_ID`), KEY `FeatureReviews_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `FeatureReviews_Parent_ID_Idx` USING BTREE (`Parent_ID`), KEY `FeatureReviews_Posted_Idx` USING BTREE (`Posted`), KEY `FeatureReviews_Rating_Idx` USING BTREE (`Rating`), KEY `FeatureReviews_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `FeatureReviews` -- LOCK TABLES `FeatureReviews` WRITE; /*!40000 ALTER TABLE `FeatureReviews` DISABLE KEYS */; /*!40000 ALTER TABLE `FeatureReviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Feature_Category` -- DROP TABLE IF EXISTS `Feature_Category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Feature_Category` ( `Feature_Category_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Category_ID`), KEY `Feature_Category_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Feature_Category_Feature_ID_Idx` USING BTREE (`Feature_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Feature_Category` -- LOCK TABLES `Feature_Category` WRITE; /*!40000 ALTER TABLE `Feature_Category` DISABLE KEYS */; /*!40000 ALTER TABLE `Feature_Category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Feature_Item` -- DROP TABLE IF EXISTS `Feature_Item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Feature_Item` ( `Feature_Item_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Item_ID`), KEY `Feature_Item_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `Feature_Item_Item_ID_Idx` USING BTREE (`Item_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Feature_Item` -- LOCK TABLES `Feature_Item` WRITE; /*!40000 ALTER TABLE `Feature_Item` DISABLE KEYS */; /*!40000 ALTER TABLE `Feature_Item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Feature_Product` -- DROP TABLE IF EXISTS `Feature_Product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Feature_Product` ( `Feature_Product_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Feature_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Product_ID`), KEY `Feature_Product_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `Feature_Product_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Feature_Product` -- LOCK TABLES `Feature_Product` WRITE; /*!40000 ALTER TABLE `Feature_Product` DISABLE KEYS */; /*!40000 ALTER TABLE `Feature_Product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Features` -- DROP TABLE IF EXISTS `Features`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Features` ( `Feature_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Feature_Type` varchar(50) default NULL, `Name` varchar(125) NOT NULL, `Author` varchar(50) default NULL, `Copyright` varchar(50) default NULL, `Display` tinyint(1) NOT NULL default '0', `Approved` tinyint(1) NOT NULL default '0', `Start` datetime default NULL, `Expire` datetime default NULL, `Priority` int(11) default '9999', `AccessKey` int(11) default '0', `Highlight` tinyint(1) NOT NULL default '0', `Display_Title` tinyint(1) NOT NULL default '0', `Reviewable` tinyint(1) NOT NULL default '0', `Sm_Title` varchar(150) default NULL, `Sm_Image` varchar(150) default NULL, `Short_Desc` longtext, `Lg_Title` varchar(150) default NULL, `Lg_Image` varchar(150) default NULL, `Long_Desc` longtext, `PassParam` varchar(150) default NULL, `Color_ID` int(11) default NULL, `Created` datetime default NULL, `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Feature_ID`), KEY `Features_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Features_Color_ID_Idx` USING BTREE (`Color_ID`), KEY `Features_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Features` -- LOCK TABLES `Features` WRITE; /*!40000 ALTER TABLE `Features` DISABLE KEYS */; /*!40000 ALTER TABLE `Features` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FedExMethods` -- DROP TABLE IF EXISTS `FedExMethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `FedExMethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `Used` tinyint(1) NOT NULL default '0', `Shipper` varchar(10) default NULL, `Code` varchar(75) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `FedExMethods_Code_Idx` USING BTREE (`Code`), KEY `FedExMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `FedExMethods` -- LOCK TABLES `FedExMethods` WRITE; /*!40000 ALTER TABLE `FedExMethods` DISABLE KEYS */; INSERT INTO `FedExMethods` VALUES (1,'FedEx<sup>®</sup> Ground',1,'FDXG','FEDEX_GROUND',1),(2,'FedEx<sup>®</sup> Home Delivery',1,'FDXG','GROUND_HOME_DELIVERY',2),(3,'FedEx Priority Overnight<sup>®</sup>',1,'FDXE','PRIORITY_OVERNIGHT',4),(4,'FedEx 2 Day<sup>®</sup>',1,'FDXE','FEDEX_2_DAY',3),(5,'FedEx First Overnight<sup>®</sup>',1,'FDXE','FIRST_OVERNIGHT',5),(6,'FedEx Express Saver<sup>®</sup>',1,'FDXE','FEDEX_EXPRESS_SAVER',6),(7,'FedEx Standard Overnight<sup>®</sup>',1,'FDXE','STANDARD_OVERNIGHT',7),(8,'FedEx International Priority<sup>®</sup>',1,'FDXE','INTERNATIONAL_PRIORITY',8),(9,'FedEx International Economy<sup>®</sup>',1,'FDXE','INTERNATIONAL_ECONOMY',9),(10,'FedEx International First<sup>®</sup>',0,'FDXE','INTERNATIONAL_FIRST',0),(11,'FedEx International Ground<sup>®</sup>',0,'FDXE','INTERNATIONAL_GROUND',0); /*!40000 ALTER TABLE `FedExMethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FedEx_Dropoff` -- DROP TABLE IF EXISTS `FedEx_Dropoff`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `FedEx_Dropoff` ( `FedEx_Code` varchar(30) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`FedEx_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `FedEx_Dropoff` -- LOCK TABLES `FedEx_Dropoff` WRITE; /*!40000 ALTER TABLE `FedEx_Dropoff` DISABLE KEYS */; INSERT INTO `FedEx_Dropoff` VALUES ('BUSINESS_SERVICE_CENTER','Business Service Center'),('DROP_BOX','Drop Box'),('REGULAR_PICKUP','Regular Pickup'),('REQUEST_COURIER','Request Courier'),('STATION','Station'); /*!40000 ALTER TABLE `FedEx_Dropoff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FedEx_Packaging` -- DROP TABLE IF EXISTS `FedEx_Packaging`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `FedEx_Packaging` ( `FedEx_Code` varchar(20) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`FedEx_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `FedEx_Packaging` -- LOCK TABLES `FedEx_Packaging` WRITE; /*!40000 ALTER TABLE `FedEx_Packaging` DISABLE KEYS */; INSERT INTO `FedEx_Packaging` VALUES ('FEDEX_10KG_BOX','FedEx<sup>®</sup> 10kb Box'),('FEDEX_25KG_BOX','FedEx<sup>®</sup> 25kg Box'),('FEDEX_BOX','FedEx<sup>®</sup> Box'),('FEDEX_ENVELOPE','FedEx<sup>®</sup> Letter'),('FEDEX_PAK','FedEx<sup>®</sup> Pak'),('FEDEX_TUBE','FedEx<sup>®</sup> Tube'),('YOUR_PACKAGING','Your Packaging'); /*!40000 ALTER TABLE `FedEx_Packaging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FedEx_Settings` -- DROP TABLE IF EXISTS `FedEx_Settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `FedEx_Settings` ( `Fedex_ID` int(11) NOT NULL auto_increment, `AccountNo` varchar(20) default NULL, `MeterNum` varchar(20) default NULL, `MaxWeight` int(11) default '0', `UnitsofMeasure` varchar(20) default NULL, `Dropoff` varchar(20) default NULL, `Packaging` varchar(20) default NULL, `OrigZip` varchar(20) default NULL, `OrigState` varchar(75) default NULL, `OrigCountry` varchar(10) default NULL, `Debug` tinyint(1) NOT NULL default '0', `UseGround` tinyint(1) NOT NULL default '0', `UseExpress` tinyint(1) NOT NULL default '0', `Logging` tinyint(1) NOT NULL default '0', `UserKey` varchar(75) default NULL, `Password` varchar(75) default NULL, `UseSmartPost` tinyint(1) NOT NULL default '0', `AddInsurance` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Fedex_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `FedEx_Settings` -- LOCK TABLES `FedEx_Settings` WRITE; /*!40000 ALTER TABLE `FedEx_Settings` DISABLE KEYS */; INSERT INTO `FedEx_Settings` VALUES (1,NULL,NULL,150,'KGS/CM','REGULAR_PICKUP','YOUR_PACKAGING','00000','NY','US',0,1,1,0,NULL,NULL,0,0); /*!40000 ALTER TABLE `FedEx_Settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `GiftItems` -- DROP TABLE IF EXISTS `GiftItems`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `GiftItems` ( `GiftItem_ID` int(11) NOT NULL auto_increment, `GiftRegistry_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL default '0', `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `AddonMultW` double default '0', `AddonNonMultW` double default '0', `OptPrice` double NOT NULL default '0', `OptWeight` double NOT NULL default '0', `OptQuant` int(11) NOT NULL default '0', `OptChoice` smallint(6) NOT NULL default '0', `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `SKU` varchar(100) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Quantity_Requested` smallint(6) NOT NULL default '0', `Quantity_Purchased` smallint(6) NOT NULL default '0', `DateAdded` datetime default NULL, PRIMARY KEY (`GiftItem_ID`), KEY `GiftItems_GiftRegistry_ID_Idx` USING BTREE (`GiftRegistry_ID`), KEY `GiftItems_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `GiftItems` -- LOCK TABLES `GiftItems` WRITE; /*!40000 ALTER TABLE `GiftItems` DISABLE KEYS */; /*!40000 ALTER TABLE `GiftItems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `GiftRegistry` -- DROP TABLE IF EXISTS `GiftRegistry`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `GiftRegistry` ( `GiftRegistry_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) NOT NULL default '0', `Registrant` varchar(75) default NULL, `OtherName` varchar(50) default NULL, `GiftRegistry_Type` varchar(50) default NULL, `Event_Date` datetime default NULL, `Event_Name` varchar(50) default NULL, `Event_Descr` varchar(255) default NULL, `Private` tinyint(1) NOT NULL default '0', `Order_Notification` tinyint(1) NOT NULL default '0', `Live` tinyint(1) NOT NULL default '0', `Approved` tinyint(1) NOT NULL default '0', `City` varchar(150) default NULL, `State` varchar(50) default NULL, `Created` datetime default NULL, `Expire` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`GiftRegistry_ID`), KEY `GiftRegistry_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `GiftRegistry_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `GiftRegistry` -- LOCK TABLES `GiftRegistry` WRITE; /*!40000 ALTER TABLE `GiftRegistry` DISABLE KEYS */; /*!40000 ALTER TABLE `GiftRegistry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Giftwrap` -- DROP TABLE IF EXISTS `Giftwrap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Giftwrap` ( `Giftwrap_ID` int(11) NOT NULL auto_increment, `Name` varchar(60) NOT NULL, `Short_Desc` longtext, `Sm_Image` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Priority` smallint(6) NOT NULL default '0', `Display` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Giftwrap_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Giftwrap` -- LOCK TABLES `Giftwrap` WRITE; /*!40000 ALTER TABLE `Giftwrap` DISABLE KEYS */; /*!40000 ALTER TABLE `Giftwrap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups` -- DROP TABLE IF EXISTS `Groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Groups` ( `Group_ID` int(11) NOT NULL, `Name` varchar(50) NOT NULL, `Description` longtext, `Permissions` varchar(255) default NULL, `Wholesale` tinyint(1) NOT NULL default '0', `Group_Code` varchar(20) default NULL, `TaxExempt` tinyint(1) NOT NULL default '0', `ShipExempt` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Group_ID`), KEY `Groups_Name_Idx` USING BTREE (`Name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Groups` -- LOCK TABLES `Groups` WRITE; /*!40000 ALTER TABLE `Groups` DISABLE KEYS */; INSERT INTO `Groups` VALUES (1,'Administrator','User Permissions','contentkey_list^1,2;Access^7;Category^1;Feature^11;Page^1;Product^253;Shopping^1023;Users^15',1,'',0,0),(2,'Webmaster','Menus, categories, pages, site settings','contentkey_list^2,1;FEATURE^3;CATEGORY^1;SHOPPING^3;USERS^7;PAGE^1;Access^0',0,NULL,0,0),(3,'Editor','Manages site content','contentkey_list^4;FEATURE^3;CATEGORY^1;PAGE^3;USERS^2;PRODUCT^2',1,'',0,0),(4,'Order Manager','','contentkey_list^5,4;USERS^6;SHOPPING^508',1,'',0,0),(5,'Shipping Department','','contentkey_list^4;USERS^0;SHOPPING^272',1,'',0,0),(6,'Wholesale Startup','30% off given on order','contentkey_list^4',1,NULL,0,0),(7,'Author','Add & edit own user\'s features','FEATURE^1;USERS^2',0,'',0,0); /*!40000 ALTER TABLE `Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `IntShipTypes` -- DROP TABLE IF EXISTS `IntShipTypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `IntShipTypes` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(50) NOT NULL, `Used` tinyint(1) NOT NULL default '0', `Code` varchar(10) NOT NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `IntShipTypes` -- LOCK TABLES `IntShipTypes` WRITE; /*!40000 ALTER TABLE `IntShipTypes` DISABLE KEYS */; INSERT INTO `IntShipTypes` VALUES (1,'UPS Next Day Air',1,'UND',99),(2,'UPS 2nd Day Air',1,'U2D',99),(3,'UPS Canadian Expedited Service',0,'UCX',99),(4,'UPS Canadian Express Service',1,'UCE',99),(5,'UPS 3-Day Select',1,'U3S',99),(6,'UPS Next Day Air Saver',0,'UNS',99),(7,'UPS Next Day Air Early AM',0,'UNA',99),(8,'UPS Ground',1,'UGN',99),(9,'U.S.P.S.Priority Mail',1,'PPM',99),(10,'U.S.P.S. Parcel Post Machine',0,'PGM',99),(11,'U.S.P.S.Express Mail',0,'PEA',99),(12,'U.S.P.S. Parcel Post Non-Machine',0,'PGN',99),(13,'FedEx Priority Overnight',0,'FPN',5),(14,'FedEx 2nd Day',1,'F2D',2),(15,'FedEx Express Saver',1,'FES',3),(16,'FedEx Ground',1,'FGN',1),(17,'FedEx Standard Overnight',1,'FSO',6),(18,'DHL Overnight',1,'DON',99),(20,'UPS Canadian Express Plus Service',0,'UCP',99),(21,'UPS Standard Canadian Service',0,'UCS',99),(22,'FedEx First Overnight',1,'FON',4),(23,'FedEx Canadian Ground',0,'FCG',99),(24,'FedEx Canadian International Economy',0,'FCE',99),(25,'FedEx Canadian International Priority',0,'FCP',99),(27,'FedEx Canadian International First',0,'FCF',99),(28,'UPS 2nd Day Air AM',0,'U2A',99),(29,'FedEx International Economy',0,'FIE',99),(30,'FedEx International First',0,'FIF',99),(31,'FedEx International Priority',0,'FIP',99),(32,'U.S.P.S.Express Mail PO',0,'PEO',99),(33,'U.S.P.S. Global Express Guaranteed',1,'PEG',99),(34,'U.S.P.S. Priority Mail Intl.',1,'PMI',99),(35,'U.S.P.S. First Class Mail Intl.',1,'PFI',99),(36,'U.S.P.S. Express Mail Intl.',0,'PEM',99),(37,'UPS WorldWide Expedited',1,'UWX',99),(38,'UPS WorldWide Express',1,'UWE',99),(39,'UPS WorldWide Express Plus',0,'UWP',99); /*!40000 ALTER TABLE `IntShipTypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Intershipper` -- DROP TABLE IF EXISTS `Intershipper`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Intershipper` ( `ID` int(11) NOT NULL auto_increment, `Password` varchar(50) default NULL, `Residential` tinyint(1) NOT NULL default '0', `Pickup` varchar(5) NOT NULL, `UnitsofMeasure` varchar(10) NOT NULL, `MaxWeight` int(11) default '0', `Carriers` varchar(50) NOT NULL, `UserID` varchar(100) default NULL, `Classes` varchar(100) default NULL, `MerchantZip` varchar(20) default NULL, `Logging` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Intershipper` -- LOCK TABLES `Intershipper` WRITE; /*!40000 ALTER TABLE `Intershipper` DISABLE KEYS */; INSERT INTO `Intershipper` VALUES (1,NULL,1,'SCD','LBS/IN',150,'ALL',NULL,'ALL','00000',0,0); /*!40000 ALTER TABLE `Intershipper` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LocalTax` -- DROP TABLE IF EXISTS `LocalTax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `LocalTax` ( `Local_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `ZipCode` varchar(20) NOT NULL, `Tax` double NOT NULL default '0', `EndZip` varchar(20) default NULL, `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Local_ID`), KEY `LocalTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `LocalTax_ZipCode_Idx` USING BTREE (`ZipCode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `LocalTax` -- LOCK TABLES `LocalTax` WRITE; /*!40000 ALTER TABLE `LocalTax` DISABLE KEYS */; /*!40000 ALTER TABLE `LocalTax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Locales` -- DROP TABLE IF EXISTS `Locales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Locales` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(30) NOT NULL, `CurrExchange` varchar(50) default NULL, PRIMARY KEY (`ID`), UNIQUE KEY `Locales_Name_Idx` (`Name`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Locales` -- LOCK TABLES `Locales` WRITE; /*!40000 ALTER TABLE `Locales` DISABLE KEYS */; INSERT INTO `Locales` VALUES (1,'Dutch (Belgian)','Netherlands'),(2,'Dutch (Standard)','Euro'),(3,'English (Australian)','Australia'),(4,'English (Canadian)','Canada'),(5,'English (New Zealand)','New Zealand'),(6,'English (UK)','UK'),(7,'English (US)','US'),(8,'French (Belgian)','Belgium'),(9,'French (Canadian)','Canada'),(10,'French (Standard)','France'),(11,'French (Swiss)','Switzerland'),(12,'German (Austrian)','Austria'),(13,'German (Standard)','Germany'),(14,'German (Swiss)','Switzerland'),(15,'Italian (Standard)','Italy'),(16,'Italian (Swiss)','Switzerland'),(17,'Norwegian (Bokmal)','Norway'),(18,'Norwegian (Nynorsk)','Norway'),(19,'Portuguese (Brazilian)','Portugal'),(20,'Portuguese (Standard)','Portugal'),(21,'Spanish (Mexican)','Mexico'),(22,'Spanish (Standard)','Spain'),(23,'Swedish','Sweden'); /*!40000 ALTER TABLE `Locales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MailText` -- DROP TABLE IF EXISTS `MailText`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `MailText` ( `MailText_ID` int(11) NOT NULL auto_increment, `MailText_Name` varchar(50) default NULL, `MailText_Message` longtext, `MailText_Subject` varchar(75) default NULL, `MailText_Attachment` varchar(255) default NULL, `System` tinyint(1) NOT NULL default '0', `MailAction` varchar(50) default NULL, PRIMARY KEY (`MailText_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `MailText` -- LOCK TABLES `MailText` WRITE; /*!40000 ALTER TABLE `MailText` DISABLE KEYS */; INSERT INTO `MailText` VALUES (2,'Email Confirmation','Welcome to %SiteName%.\r\nTo complete the Email Confirmation process please click on the link below:\r\n%SiteURL%index.cfm?fuseaction=users.unlock&email=%Email%&emaillock=%EmailLock%\r\nIf the link does not appear in your email as a clickable link, just copy and paste the complete URL into your browser\'s location bar and hit enter.\r\nYou can also complete the process by copying the following code into the Email Confirmation form.\r\nYour Code:\r\n%EmailLock%\r\nTo access the Email Confirmation form just sign in and click on \"My Account\".\r\nYou only need to confirm your email address once.\r\nSee you online!\r\n-- %SiteName%','%SiteName% Email Confirmation Code',NULL,1,'EmailConfirmation'),(3,'New Member Admin Notification','A new member has registered on %SiteName%:\r\n\r\n%MergeContent%','New Member Registration on %SiteName%',NULL,1,'NewMemberNotice'),(4,'Forgot Password','Your password for %SiteName% has been reset to: %MergeContent%. Your username for this account is \"%Username%\".<br>\r\n<br>\r\nAfter logging in at %SiteURL% you can change this temporary password by clicking on \"My Account\".<br>\r\n<br>\r\nSee you online!','Login Information',NULL,1,'ForgotPassword'),(5,'Order Received Affiliate Notice','Here is a summary of an order received through your site! %Mergecontent%','Affiliate Order Received!',NULL,1,'OrderRecvdAffiliate'),(6,'Order Received Customer Notice','Here is a summary of your order, thanks for shopping with us! %mergecontent%','Order Received!',NULL,1,'OrderRecvdCustomer'),(7,'Gift Registry Purchase Notification','The following Gift Registry item was purchased: %Mergecontent%','%SiteName% Gift Registry Purchase',NULL,1,'GiftRegistryPurchase'),(8,'Membership Auto-Renewal Billed',NULL,NULL,NULL,1,'MembershipAutoRenewBilled'),(9,'Membership Auto-Renewal Cancel','<p>Your membership at %SiteName% has been cancelled as requested. Thanks for visiting!</p>',NULL,NULL,1,'MembershipAutoRenewCancel'),(10,'Membership Renewal Reminder','Just a quick reminder that it is time to renew your %sitename%\r\nmembership due to expire in just a few days. You can renew your\r\nmembership at %SiteURL%. <br>\r\n<br>\r\nSee you online!',NULL,NULL,1,'MembershipRenewReminder'),(13,'Order Shipping/Tracking Information','Shipping information for your order from %SiteName%<br />\r\n<br />\r\n%mergecontent%<br />\r\n<br />\r\n%Merchant%','%SiteName% Order Shipped!',NULL,1,'OrderShipped'),(14,'Custom Newsletter','Here is an example of a custom newsletter. Inform your customers of what is going on at %SiteName%!<br />\r\n<br />\r\n%Merchant%','%SiteName% Newsletter',NULL,0,'Newsletter'),(15,'Gift Certificate Purchase','<p>Thanks for your purchase of a gift certificate from %SiteName%! Just enter the code when you are checking out to receive credits towards your purchase.</p>\r\n<p>%Mergecontent%</p>','%SiteName% Gift Certificate Purchase',NULL,1,'GiftCertPurchase'),(16,'New Affiliate Admin Notification','A new affiliate has registered on %SiteName%:\r\n<br><br>%MergeContent%','New Affiliate Registration on',NULL,1,'NewAffiliateNotice'),(17,'Order Refund','<p>%MergeContent%</p><p>Please shop with us again!</p><p>%Merchant%</p>','%SiteName% Order Refund',NULL,1,'OrderRefund'); /*!40000 ALTER TABLE `MailText` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Memberships` -- DROP TABLE IF EXISTS `Memberships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Memberships` ( `Membership_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Order_ID` int(11) default NULL, `Product_ID` int(11) default '0', `Membership_Type` varchar(50) default NULL, `AccessKey_ID` varchar(50) default NULL, `Start` datetime default NULL, `Time_Count` int(11) default '0', `Access_Count` int(11) default '0', `Expire` datetime default NULL, `Valid` tinyint(1) NOT NULL default '0', `Date_Ordered` datetime default NULL, `Access_Used` int(11) default '0', `Recur` tinyint(1) NOT NULL default '0', `Recur_Product_ID` int(11) default '0', `Suspend_Begin_Date` datetime default NULL, `Next_Membership_ID` int(11) default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Membership_ID`), KEY `Memberships_AccessKey_ID_Idx` USING BTREE (`AccessKey_ID`), KEY `Memberships_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Memberships_Next_Membership_ID_Idx` USING BTREE (`Next_Membership_ID`), KEY `Memberships_Recur_Product_ID_Idx` USING BTREE (`Recur_Product_ID`), KEY `Memberships_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Memberships` -- LOCK TABLES `Memberships` WRITE; /*!40000 ALTER TABLE `Memberships` DISABLE KEYS */; /*!40000 ALTER TABLE `Memberships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrderSettings` -- DROP TABLE IF EXISTS `OrderSettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `OrderSettings` ( `ID` int(11) NOT NULL auto_increment, `AllowInt` tinyint(1) NOT NULL default '0', `AllowOffline` tinyint(1) NOT NULL default '0', `OnlyOffline` tinyint(1) NOT NULL default '0', `OfflineMessage` longtext, `CCProcess` varchar(50) default NULL, `AllowPO` tinyint(1) NOT NULL default '0', `EmailAdmin` tinyint(1) NOT NULL default '0', `EmailUser` tinyint(1) NOT NULL default '0', `EmailAffs` tinyint(1) NOT NULL default '0', `EmailDrop` tinyint(1) NOT NULL default '0', `OrderEmail` varchar(100) default NULL, `DropEmail` varchar(100) default NULL, `EmailDropWhen` varchar(15) NOT NULL, `Giftcard` tinyint(1) NOT NULL default '0', `Delivery` tinyint(1) NOT NULL default '0', `Coupons` tinyint(1) NOT NULL default '0', `Backorders` tinyint(1) NOT NULL default '0', `BaseOrderNum` int(11) NOT NULL default '0', `StoreCardInfo` tinyint(1) NOT NULL default '0', `UseCVV2` tinyint(1) NOT NULL default '0', `MinTotal` int(11) NOT NULL default '0', `NoGuests` tinyint(1) NOT NULL default '0', `UseBilling` tinyint(1) NOT NULL default '0', `UsePayPal` tinyint(1) NOT NULL default '0', `PayPalEmail` varchar(100) default NULL, `PayPalLog` tinyint(1) NOT NULL default '0', `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(255) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, `CustomChoices1` longtext, `CustomChoices2` longtext, `CustomText_Req` varchar(50) default NULL, `CustomSelect_Req` varchar(50) default NULL, `AgreeTerms` longtext, `Giftwrap` tinyint(1) NOT NULL default '0', `ShowBasket` tinyint(1) NOT NULL default '1', `SkipAddressForm` tinyint(1) NOT NULL default '0', `PayPalMethod` varchar(25) default NULL, `PayPalServer` varchar(100) default NULL, `PDT_Token` varchar(100) default NULL, `UseCRESecure` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `OrderSettings` -- LOCK TABLES `OrderSettings` WRITE; /*!40000 ALTER TABLE `OrderSettings` DISABLE KEYS */; INSERT INTO `OrderSettings` VALUES (1,1,1,0,'Please call us at 1-xxx-xxx-xxxx to complete your order.','None',0,1,1,1,0,'info@yoursite.com',NULL,'Processed',1,1,1,1,1000,0,0,0,0,1,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,'Standard','live',NULL,0); /*!40000 ALTER TABLE `OrderSettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrderTaxes` -- DROP TABLE IF EXISTS `OrderTaxes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `OrderTaxes` ( `Order_No` int(11) NOT NULL default '0', `Code_ID` int(11) NOT NULL default '0', `ProductTotal` double NOT NULL default '0', `CodeName` varchar(50) default NULL, `AddressUsed` varchar(20) default NULL, `AllUserTax` double NOT NULL default '0', `StateTax` double NOT NULL default '0', `CountyTax` double NOT NULL default '0', `LocalTax` double NOT NULL default '0', `CountryTax` double NOT NULL default '0', PRIMARY KEY (`Order_No`,`Code_ID`), KEY `OrderTaxes_Order_No_Idx` USING BTREE (`Order_No`), KEY `TaxCodes_OrderTaxes_FK` USING BTREE (`Code_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `OrderTaxes` -- LOCK TABLES `OrderTaxes` WRITE; /*!40000 ALTER TABLE `OrderTaxes` DISABLE KEYS */; /*!40000 ALTER TABLE `OrderTaxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Order_Items` -- DROP TABLE IF EXISTS `Order_Items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Order_Items` ( `Order_No` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL default '0', `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `Price` double NOT NULL default '0', `Quantity` int(11) NOT NULL default '0', `OptPrice` double NOT NULL default '0', `SKU` varchar(50) default NULL, `OptQuant` int(11) NOT NULL default '0', `OptChoice` int(11) default NULL, `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `DiscAmount` double default NULL, `Disc_Code` varchar(50) default NULL, `PromoAmount` double default '0', `PromoQuant` int(11) default '0', `Promo_Code` varchar(50) default NULL, `Name` varchar(255) default NULL, `Dropship_Account_ID` int(11) default NULL, `Dropship_Qty` int(11) default '0', `Dropship_SKU` varchar(50) default NULL, `Dropship_Cost` double default '0', `Dropship_Note` varchar(75) default NULL, PRIMARY KEY (`Order_No`,`Item_ID`), KEY `Order_Items_Disc_Code_Idx` USING BTREE (`Disc_Code`), KEY `Order_Items_Order_No_Idx` USING BTREE (`Order_No`), KEY `Order_Items_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Order_Items_Promo_Code_Idx` USING BTREE (`Promo_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Order_Items` -- LOCK TABLES `Order_Items` WRITE; /*!40000 ALTER TABLE `Order_Items` DISABLE KEYS */; /*!40000 ALTER TABLE `Order_Items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Order_No` -- DROP TABLE IF EXISTS `Order_No`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Order_No` ( `Order_No` int(11) NOT NULL auto_increment, `Filled` tinyint(1) NOT NULL default '0', `Process` tinyint(1) NOT NULL default '0', `Void` tinyint(1) default '0', `InvDone` tinyint(1) NOT NULL default '0', `Customer_ID` int(11) NOT NULL default '0', `User_ID` int(11) default '0', `Card_ID` int(11) default '0', `ShipTo` int(11) default '0', `DateOrdered` datetime NOT NULL, `OrderTotal` double NOT NULL default '0', `Tax` double NOT NULL default '0', `ShipType` varchar(75) default NULL, `Shipping` double NOT NULL default '0', `Freight` int(11) NOT NULL default '0', `Comments` varchar(255) default NULL, `AuthNumber` varchar(50) default NULL, `InvoiceNum` varchar(75) default NULL, `TransactNum` varchar(50) default NULL, `Shipper` varchar(50) default NULL, `Tracking` varchar(255) default NULL, `Giftcard` varchar(255) default NULL, `Delivery` varchar(50) default NULL, `OrderDisc` double NOT NULL default '0', `Credits` double NOT NULL default '0', `AddonTotal` double NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `Cert_Code` varchar(50) default NULL, `Affiliate` int(11) default NULL, `Referrer` varchar(255) default NULL, `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(50) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, `DateFilled` datetime default NULL, `PayPalStatus` varchar(30) default NULL, `Reason` longtext, `OfflinePayment` varchar(50) default NULL, `PO_Number` varchar(30) default NULL, `Notes` longtext, `Admin_Updated` datetime default NULL, `Admin_Name` varchar(50) default NULL, `AdminCredit` double NOT NULL default '0', `AdminCreditText` varchar(50) default NULL, `Printed` int(11) NOT NULL default '0', `Status` varchar(50) default NULL, `Paid` tinyint(1) NOT NULL default '0', `CodesSent` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, `TermsUsed` longtext, `OriginalTotal` double NOT NULL default '0', `LastTransactNum` varchar(50) default NULL, PRIMARY KEY (`Order_No`), KEY `Order_No_Coup_Code_Idx` USING BTREE (`Coup_Code`), KEY `Order_No_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Order_No_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Order_No_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Order_No` -- LOCK TABLES `Order_No` WRITE; /*!40000 ALTER TABLE `Order_No` DISABLE KEYS */; /*!40000 ALTER TABLE `Order_No` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Order_PO` -- DROP TABLE IF EXISTS `Order_PO`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Order_PO` ( `Order_PO_ID` int(11) NOT NULL auto_increment, `Order_No` int(11) NOT NULL, `PO_No` varchar(30) NOT NULL, `Account_ID` int(11) NOT NULL default '0', `PrintDate` datetime default NULL, `Notes` varchar(255) default NULL, `PO_Status` varchar(50) default NULL, `PO_Open` tinyint(1) NOT NULL default '0', `ShipDate` datetime default NULL, `Shipper` varchar(50) default NULL, `Tracking` varchar(50) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Order_PO_ID`), KEY `Order_PO_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Order_PO_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Order_PO_Order_No_Idx` USING BTREE (`Order_No`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Order_PO` -- LOCK TABLES `Order_PO` WRITE; /*!40000 ALTER TABLE `Order_PO` DISABLE KEYS */; /*!40000 ALTER TABLE `Order_PO` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Pages` -- DROP TABLE IF EXISTS `Pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Pages` ( `Page_ID` int(11) NOT NULL, `Page_URL` varchar(75) default NULL, `CatCore_ID` int(11) default '0', `PassParam` varchar(100) default NULL, `Display` tinyint(1) NOT NULL default '0', `PageAction` varchar(30) default NULL, `Page_Name` varchar(100) NOT NULL, `Page_Title` varchar(75) default NULL, `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `Color_ID` int(11) default NULL, `PageText` longtext, `System` tinyint(1) NOT NULL default '0', `Href_Attributes` varchar(50) default NULL, `AccessKey` int(11) default '0', `Priority` int(11) default '9999', `Parent_ID` int(11) default '0', `Title_Priority` int(11) default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Page_ID`), KEY `Pages_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Pages_CatCore_ID_Idx` USING BTREE (`CatCore_ID`), KEY `Pages_Color_ID_Idx` USING BTREE (`Color_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Pages` -- LOCK TABLES `Pages` WRITE; /*!40000 ALTER TABLE `Pages` DISABLE KEYS */; INSERT INTO `Pages` VALUES (0,'none',0,NULL,1,NULL,'(Default Page Menu)','',NULL,NULL,NULL,NULL,NULL,'',0,NULL,0,0,0,3,NULL,NULL,NULL),(1,'index.cfm',2,'topcats=1,onsale=1,new=1,hot=1,prodofday=1,notsold=1,listing=vertical',1,'home','home','Better than ever!',NULL,NULL,NULL,NULL,NULL,'<br />We have created this demo site to show off some of the incredible features of CFWebstore\'s new Fusebox Edition. This product is so flexible that it\'s impossible to demonstrate all the things it can do but look around and we\'re sure you\'ll agree that it is packed with incredible features! <br /><br />This page, like all the other pages in this site, is completely editable using any web browser. You have full control over the layout and content.',1,NULL,0,7,0,0,NULL,NULL,NULL),(2,'index.cfm?fuseaction=users.manager',0,'noline=1',1,'manager','user account','My Account',NULL,NULL,NULL,NULL,NULL,'',1,NULL,0,3,0,0,'','',''),(3,'index.cfm?fuseaction=shopping.basket',0,'noline=1',1,'basket','view cart','',NULL,NULL,NULL,NULL,NULL,'<blockquote style=\"margin-right: 0px;\" dir=\"ltr\" class=\"carttext\">\r\n<p><strong>Return Policy</strong>: All Sales Final. Return of damaged goods will be accepted at time of<br />\r\ndelivery with 15% restocking fee.</p>\r\n<p>This bottom text area is defined in the Page Manager for the shopping cart.</p>\r\n</blockquote>\r\n<p align=\"center\"><img width=\"39\" height=\"24\" border=\"0\" src=\"images/icons/cc_mastercard.gif\" alt=\"\" /> <img width=\"36\" height=\"24\" border=\"0\" src=\"images/icons/cc_visa.gif\" alt=\"\" /> <img width=\"29\" height=\"24\" border=\"0\" src=\"images/icons/cc_amex.gif\" alt=\"\" /> <img width=\"60\" height=\"24\" border=\"0\" src=\"images/icons/cc_discover.gif\" alt=\"\" /></p>',1,NULL,0,1,0,0,'','','Shopping Cart'),(4,'index.cfm?fuseaction=page.search',5,NULL,1,'search','search','Site Search',NULL,NULL,NULL,NULL,NULL,'Please enter keywords to search for:',1,NULL,0,6,0,0,NULL,NULL,NULL),(5,'index.cfm?fuseaction=page.searchresults',6,NULL,0,'searchResults','Search Results','Search Results',NULL,NULL,NULL,NULL,NULL,'',1,NULL,0,9999,0,0,NULL,NULL,NULL),(6,'index.cfm?fuseaction=page.new',3,'new=1,onsale=1',0,'new','what\'s new','What\'s New',NULL,NULL,NULL,NULL,NULL,'<P>This page displays all the new and sale categories, products and feature articles. Items are automatically placed on this page when you turn on the \"new\" or \"highlight\" option on the item\'s admin page. </P>\r\n<P>This What\'s New page is included as a standard Page in the Page Manager. You can also call it as a Category template to include it as a Category OR it can be included as part of the Home page. </P>\r\n<P>You have the choice of selecting only New, only Sale, or Both.</P>',1,NULL,0,9999,0,0,NULL,NULL,NULL),(7,'index.cfm?fuseaction=page.membersOnly',0,NULL,0,'membersOnly','Members Only','Members Only',NULL,NULL,NULL,NULL,NULL,'<p><strong><font color=\"#ff3300\">Sorry! A membership is required.</font></strong></p>\r\n<p>This text displays when content is locked with an access key and the user IS logged in and does not have the key. If the user was not logged in, the user would get a PLEASE LOG IN page instead.</p>\r\n<p>You can check your membership information by clicking on the Current Memberships link on the My Accounts page or clicking <a href=\"index.cfm?fuseaction=access.memberships\">HERE</a>.</p>\r\n<p>You can edit the text of this page in the Page Manager.</p>\r\n<p>This page automatically lists all Membership Products below.</p>',1,NULL,0,9999,0,0,'','members, login','CFWebstore Members Only Page'),(8,'index.cfm?fuseaction=page.contactUs',15,'noline=1,BoxTitle=Email Us',1,'contactUs','contact us','Contact Us',NULL,NULL,NULL,NULL,NULL,'<p>Have a question? Have a comment? Please contact us!</p>\r\n \r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>Phone:</td>\r\n <td><strong>222-555-6442</strong></td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail:</td>\r\n <td>\r\n <p>CFWebstore<br />\r\n Dogpatch Software<br />\r\n 222 Main Street<br />\r\n Jonesville, MD</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"mailto:info@YourSite.com\">info-at-YourSite.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<br />\r\nYou can also use the form below:\r\n<p> </p>',1,NULL,0,4,0,0,'','',''),(9,'index.cfm?fuseaction=page.sitemap',14,'noline=1,alpha=1',0,'sitemap','site map','Site Map',NULL,NULL,NULL,NULL,NULL,'<P>The following is a list of all the Categories, Products and Feature Articles on our site. We hope it will assist you in finding what you\'re looking for.</P>',1,NULL,0,5,0,0,NULL,NULL,NULL),(10,'index.cfm?fuseaction=shopping.wishlist',0,NULL,1,'wishlist','wishlist','Wishlist',NULL,NULL,NULL,NULL,NULL,'',1,NULL,0,2,0,0,NULL,NULL,NULL),(16,'index.cfm?fuseaction=page.cvv2help',0,'noline=1',0,'cvv2help','cvv2help','Your Credit Card Verification Value',NULL,'','','',NULL,'<P>Entering the Card Verification Value 2 (CVV2) number helps us to prevent credit card fraud and keep costs down for everyone. Since a CVV2 number is listed on your credit card but is not stored anywhere, the only way to know the correct CVV2 number for your credit card is to physically have possession of the card itself. All VISA, MasterCard and American Express cards made in America have a CVV2 number. </P>\r\n<P><STRONG>How to find your CVV2 Number:</STRONG></P>\r\n<P><IMG height=115 alt=\"Amex Card\" src=\"images/icons/amex_cvv2.gif\" width=157 align=left border=0><STRONG>American Express</STRONG><BR><BR>Enter the 4 digit, non-embossed number printed above your account number on the <B>face</B> of your card.</P>\r\n<P> </P>\r\n<P><IMG height=115 src=\"images/icons/visa_cvv2.gif\" width=157 align=left border=0><STRONG>Visa</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card immediately following the Visa card account number.</P>\r\n<P> </P>\r\n<P><IMG height=115 src=\"images/icons/mastercard_cvv2.gif\" width=157 align=left border=0><STRONG>MasterCard</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card.</P>\r\n<P> </P>\r\n<P><IMG height=115 src=\"images/icons/discover_cvv2.gif\" width=157 align=left border=0><STRONG>Discover</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card.</P>',1,'',0,9999,0,0,NULL,NULL,NULL),(17,'index.cfm?fuseaction=page.receipt',0,'noline=1',0,'receipt','receipt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0,9999,0,0,NULL,NULL,NULL),(18,'index.cfm?fuseaction=shopping.tracking',0,NULL,0,'tracking','track order','',NULL,NULL,NULL,NULL,NULL,'',0,NULL,0,4,0,0,NULL,NULL,NULL),(19,'index.cfm?fuseaction=shopping.giftregistry',0,NULL,0,'giftregistry','gift registry','',NULL,NULL,NULL,NULL,NULL,'',0,NULL,0,4,0,0,NULL,NULL,NULL),(20,'index.cfm?fuseaction=page.pagenotfound',0,NULL,0,'PageNotFound','Page Error','Page Not Found',NULL,NULL,NULL,NULL,NULL,'<sup>Sorry, an error was encountered in retrieving the information, or the item is no longer available.<br/><br/>Please try Searching or The Site Map for assistance.<br/><br type=\"_moz\"/></sup>',1,NULL,0,9999,0,0,NULL,NULL,NULL),(21,'index.cfm?fuseaction=page.nocookies',0,NULL,0,'nocookies','No Cookies','Cookies Required',NULL,NULL,NULL,NULL,NULL,'This site requires cookies in order to shop and to checkout. This is the safest and most secure way to conduct online business so is done for your safety and convenience. Please check your browser settings and ensure that you have set it to allow cookies.',1,NULL,0,9999,0,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `Pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Payments` -- DROP TABLE IF EXISTS `Payments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Payments` ( `PaymentID` int(11) NOT NULL auto_increment, `PaymentDateTime` datetime NOT NULL, `BasketNum` varchar(30) NOT NULL default '0', `Order_No` int(11) default NULL, `InvoiceNum` varchar(20) NOT NULL default '0', `CardType` varchar(50) default NULL, `CardNumber` varchar(50) default NULL, `NameOnCard` varchar(150) default NULL, `EncryptedCard` varchar(255) default NULL, `Amount` double NOT NULL default '0', `Captured` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`PaymentID`), KEY `Payments_BasketNum_Idx` USING BTREE (`BasketNum`), KEY `Payments_Captured_Idx` USING BTREE (`Captured`), KEY `Payments_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Payments_Order_No_Idx` USING BTREE (`Order_No`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Payments` -- LOCK TABLES `Payments` WRITE; /*!40000 ALTER TABLE `Payments` DISABLE KEYS */; /*!40000 ALTER TABLE `Payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Permission_Groups` -- DROP TABLE IF EXISTS `Permission_Groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Permission_Groups` ( `Group_ID` int(11) NOT NULL auto_increment, `Name` varchar(20) NOT NULL, PRIMARY KEY (`Group_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Permission_Groups` -- LOCK TABLES `Permission_Groups` WRITE; /*!40000 ALTER TABLE `Permission_Groups` DISABLE KEYS */; INSERT INTO `Permission_Groups` VALUES (1,'Access'),(2,'Category'),(3,'Feature'),(4,'Product'),(5,'Shopping'),(6,'Users'),(7,'Page'); /*!40000 ALTER TABLE `Permission_Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Permissions` -- DROP TABLE IF EXISTS `Permissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Permissions` ( `ID` int(11) NOT NULL auto_increment, `Group_ID` int(11) NOT NULL, `Name` varchar(30) NOT NULL, `BitValue` int(11) default '0', PRIMARY KEY (`ID`), KEY `Permissions_Group_ID_Idx` USING BTREE (`Group_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Permissions` -- LOCK TABLES `Permissions` WRITE; /*!40000 ALTER TABLE `Permissions` DISABLE KEYS */; INSERT INTO `Permissions` VALUES (1,1,'Assign Permissions',1),(2,1,'Manage Access Keys',2),(3,1,'Manage Memberships',4),(4,2,'Category Admin',1),(5,3,'Feature Admin',1),(6,3,'Feature Editor',2),(7,3,'Feature Author',4),(8,4,'Full Product Admin',1),(9,4,'User Products Admin',2),(10,4,'Discount Admin',4),(11,4,'Promotion Admin',8),(12,5,'Cart Admin',1),(13,5,'Order Access',2),(14,5,'Gift Certs Admin',4),(15,5,'Order Approve',8),(16,5,'Order Process',16),(17,5,'Order Dropship',32),(18,5,'Order Edit',64),(19,5,'Order Reports',128),(20,6,'Site Admin',1),(21,6,'Admin Menu',2),(22,6,'Group & User Admin',4),(23,6,'User Export',8),(24,7,'Page Admin',1),(25,4,'Product Import',16),(26,4,'Product Export',32),(27,4,'Site Feeds',128),(28,5,'Order Search',256),(29,4,'Product Reviews',64),(30,3,'Feature Reviews',8),(31,5,'Gift Registry Admin',512),(32,5,'Abandoned Basket Admin',1024),(33,5,'Place Orders as Customer',1024); /*!40000 ALTER TABLE `Permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PickLists` -- DROP TABLE IF EXISTS `PickLists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `PickLists` ( `Picklist_ID` int(11) NOT NULL auto_increment, `Feature_Type` longtext, `Acc_Rep` longtext, `Acc_Type1` longtext, `Acc_Descr1` longtext, `Product_Availability` longtext, `Shipping_Status` longtext, `PO_Status` longtext, `GiftRegistry_Type` longtext, `Review_Editorial` longtext, PRIMARY KEY (`Picklist_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `PickLists` -- LOCK TABLES `PickLists` WRITE; /*!40000 ALTER TABLE `PickLists` DISABLE KEYS */; INSERT INTO `PickLists` VALUES (1,'press release,article,training','rxeno,exeno,kgalasso','distributor',NULL,'ships immediately,on backorder','incomplete,backordered','emailed,faxed','wedding,christmas,birthday,baby','Editor,Spotlight'); /*!40000 ALTER TABLE `PickLists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProdAddons` -- DROP TABLE IF EXISTS `ProdAddons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProdAddons` ( `Addon_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Standard_ID` int(11) NOT NULL, `Prompt` varchar(100) default NULL, `AddonDesc` varchar(100) default NULL, `AddonType` varchar(10) default NULL, `Display` tinyint(1) NOT NULL default '1', `Priority` int(11) NOT NULL default '9999', `Price` double default '0', `Weight` double default '0', `ProdMult` tinyint(1) NOT NULL default '0', `Required` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Addon_ID`), KEY `ProdAddons_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProdAddons_Standard_ID_Idx` USING BTREE (`Standard_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProdAddons` -- LOCK TABLES `ProdAddons` WRITE; /*!40000 ALTER TABLE `ProdAddons` DISABLE KEYS */; /*!40000 ALTER TABLE `ProdAddons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProdDisc` -- DROP TABLE IF EXISTS `ProdDisc`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProdDisc` ( `Product_ID` int(11) NOT NULL, `ProdDisc_ID` int(11) NOT NULL, `Wholesale` tinyint(1) NOT NULL default '0', `QuantFrom` int(11) NOT NULL default '0', `QuantTo` int(11) NOT NULL default '0', `DiscountPer` double NOT NULL default '0', PRIMARY KEY (`Product_ID`,`ProdDisc_ID`), KEY `ProdDisc_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProdDisc` -- LOCK TABLES `ProdDisc` WRITE; /*!40000 ALTER TABLE `ProdDisc` DISABLE KEYS */; /*!40000 ALTER TABLE `ProdDisc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProdGrpPrice` -- DROP TABLE IF EXISTS `ProdGrpPrice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProdGrpPrice` ( `Product_ID` int(11) NOT NULL, `GrpPrice_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, `Price` double NOT NULL default '0', PRIMARY KEY (`Product_ID`,`GrpPrice_ID`), KEY `ProdGrpPrice_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `ProdGrpPrice_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProdGrpPrice` -- LOCK TABLES `ProdGrpPrice` WRITE; /*!40000 ALTER TABLE `ProdGrpPrice` DISABLE KEYS */; /*!40000 ALTER TABLE `ProdGrpPrice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProdOpt_Choices` -- DROP TABLE IF EXISTS `ProdOpt_Choices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProdOpt_Choices` ( `Option_ID` int(11) NOT NULL default '0', `Choice_ID` int(11) NOT NULL default '0', `ChoiceName` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `SKU` varchar(50) default NULL, `NumInStock` int(11) default '0', `Display` tinyint(1) NOT NULL default '0', `SortOrder` int(11) default '0', PRIMARY KEY (`Option_ID`,`Choice_ID`), KEY `ProdOpt_Choices_Option_ID_Idx` USING BTREE (`Option_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProdOpt_Choices` -- LOCK TABLES `ProdOpt_Choices` WRITE; /*!40000 ALTER TABLE `ProdOpt_Choices` DISABLE KEYS */; /*!40000 ALTER TABLE `ProdOpt_Choices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Prod_CustInfo` -- DROP TABLE IF EXISTS `Prod_CustInfo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Prod_CustInfo` ( `Product_ID` int(11) NOT NULL, `Custom_ID` int(11) NOT NULL, `CustomInfo` varchar(150) default NULL, PRIMARY KEY (`Product_ID`,`Custom_ID`), KEY `Prod_CustInfo_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Prod_CustomFields_Prod_CustInfo_FK` USING BTREE (`Custom_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Prod_CustInfo` -- LOCK TABLES `Prod_CustInfo` WRITE; /*!40000 ALTER TABLE `Prod_CustInfo` DISABLE KEYS */; /*!40000 ALTER TABLE `Prod_CustInfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Prod_CustomFields` -- DROP TABLE IF EXISTS `Prod_CustomFields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Prod_CustomFields` ( `Custom_ID` int(11) NOT NULL, `Custom_Name` varchar(50) default NULL, `Custom_Display` tinyint(1) NOT NULL default '0', `Google_Use` tinyint(1) NOT NULL default '0', `Google_Code` varchar(50) default NULL, PRIMARY KEY (`Custom_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Prod_CustomFields` -- LOCK TABLES `Prod_CustomFields` WRITE; /*!40000 ALTER TABLE `Prod_CustomFields` DISABLE KEYS */; /*!40000 ALTER TABLE `Prod_CustomFields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProductReviews` -- DROP TABLE IF EXISTS `ProductReviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProductReviews` ( `Review_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `User_ID` int(11) default '0', `Anonymous` tinyint(1) NOT NULL default '0', `Anon_Name` varchar(50) default NULL, `Anon_Loc` varchar(50) default NULL, `Anon_Email` varchar(75) default NULL, `Editorial` varchar(50) default NULL, `Title` varchar(75) NOT NULL, `Comment` longtext NOT NULL, `Rating` smallint(6) NOT NULL default '0', `Recommend` tinyint(1) NOT NULL default '0', `Posted` datetime NOT NULL, `Updated` datetime default NULL, `Approved` tinyint(1) NOT NULL default '0', `NeedsCheck` tinyint(1) NOT NULL default '0', `Helpful_Total` int(11) NOT NULL default '0', `Helpful_Yes` int(11) NOT NULL default '0', PRIMARY KEY (`Review_ID`), KEY `ProductReviews_Posted_Idx` USING BTREE (`Posted`), KEY `ProductReviews_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProductReviews_Rating_Idx` USING BTREE (`Rating`), KEY `ProductReviews_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProductReviews` -- LOCK TABLES `ProductReviews` WRITE; /*!40000 ALTER TABLE `ProductReviews` DISABLE KEYS */; /*!40000 ALTER TABLE `ProductReviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ProductReviewsHelpful` -- DROP TABLE IF EXISTS `ProductReviewsHelpful`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ProductReviewsHelpful` ( `Helpful_ID` varchar(35) NOT NULL, `Product_ID` int(11) NOT NULL, `Review_ID` int(11) NOT NULL, `Helpful` tinyint(1) NOT NULL default '0', `User_ID` int(11) default '0', `Date_Stamp` datetime default NULL, `IP` varchar(30) default NULL, PRIMARY KEY (`Helpful_ID`), KEY `ProductReviewsHelpful_IP_Idx` USING BTREE (`IP`), KEY `ProductReviewsHelpful_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProductReviewsHelpful_Review_ID_Idx` USING BTREE (`Review_ID`), KEY `ProductReviewsHelpful_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ProductReviewsHelpful` -- LOCK TABLES `ProductReviewsHelpful` WRITE; /*!40000 ALTER TABLE `ProductReviewsHelpful` DISABLE KEYS */; /*!40000 ALTER TABLE `ProductReviewsHelpful` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Product_Category` -- DROP TABLE IF EXISTS `Product_Category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Product_Category` ( `ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Product_Category_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Product_Category_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Product_Category` -- LOCK TABLES `Product_Category` WRITE; /*!40000 ALTER TABLE `Product_Category` DISABLE KEYS */; /*!40000 ALTER TABLE `Product_Category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Product_Images` -- DROP TABLE IF EXISTS `Product_Images`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Product_Images` ( `Product_Image_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, `Image_File` varchar(150) NOT NULL, `Gallery` varchar(50) default NULL, `File_Size` int(11) default '0', `Caption` varchar(100) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`Product_Image_ID`), KEY `Product_Images_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Product_Images` -- LOCK TABLES `Product_Images` WRITE; /*!40000 ALTER TABLE `Product_Images` DISABLE KEYS */; /*!40000 ALTER TABLE `Product_Images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Product_Item` -- DROP TABLE IF EXISTS `Product_Item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Product_Item` ( `Product_Item_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, PRIMARY KEY (`Product_Item_ID`), KEY `Product_Item_Item_ID_Idx` USING BTREE (`Item_ID`), KEY `Product_Item_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Product_Item` -- LOCK TABLES `Product_Item` WRITE; /*!40000 ALTER TABLE `Product_Item` DISABLE KEYS */; /*!40000 ALTER TABLE `Product_Item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Product_Options` -- DROP TABLE IF EXISTS `Product_Options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Product_Options` ( `Option_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Std_ID` int(11) NOT NULL default '0', `Prompt` varchar(50) default NULL, `OptDesc` varchar(50) default NULL, `ShowPrice` varchar(10) default NULL, `Display` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', `TrackInv` tinyint(1) NOT NULL default '0', `Required` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Option_ID`), KEY `Product_Options_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Product_Options_Std_ID_Idx` USING BTREE (`Std_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Product_Options` -- LOCK TABLES `Product_Options` WRITE; /*!40000 ALTER TABLE `Product_Options` DISABLE KEYS */; /*!40000 ALTER TABLE `Product_Options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Products` -- DROP TABLE IF EXISTS `Products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Products` ( `Product_ID` int(11) NOT NULL auto_increment, `Name` varchar(255) NOT NULL, `Short_Desc` longtext, `Long_Desc` longtext, `SKU` varchar(50) default NULL, `Vendor_SKU` varchar(50) default NULL, `Retail_Price` double default '0', `Base_Price` double NOT NULL default '0', `Wholesale` double NOT NULL default '0', `Dropship_Cost` double default '0', `Weight` double default '0', `Shipping` tinyint(1) NOT NULL default '1', `TaxCodes` varchar(50) default NULL, `AccessKey` int(11) default '0', `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(255) default NULL, `Enlrg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `PassParam` varchar(100) default NULL, `Color_ID` int(11) default NULL, `Display` tinyint(1) NOT NULL default '1', `Priority` int(11) NOT NULL default '9999', `NumInStock` int(11) default '0', `ShowOrderBox` tinyint(1) NOT NULL default '0', `ShowPrice` tinyint(1) NOT NULL default '1', `ShowDiscounts` tinyint(1) NOT NULL default '1', `ShowPromotions` tinyint(1) NOT NULL default '0', `Highlight` tinyint(1) NOT NULL default '0', `NotSold` tinyint(1) NOT NULL default '0', `Reviewable` tinyint(1) NOT NULL default '0', `UseforPOTD` tinyint(1) NOT NULL default '0', `Sale` tinyint(1) NOT NULL default '0', `Hot` tinyint(1) NOT NULL default '0', `DateAdded` datetime default NULL, `OptQuant` int(11) NOT NULL default '0', `Reorder_Level` int(11) default '0', `Min_Order` int(11) default '0', `Mult_Min` tinyint(1) NOT NULL default '0', `Sale_Start` datetime default NULL, `Sale_End` datetime default NULL, `Discounts` varchar(255) default NULL, `Promotions` varchar(255) default NULL, `Account_ID` int(11) default '0', `Mfg_Account_ID` int(11) default '0', `Prod_Type` varchar(50) default NULL, `Content_URL` varchar(75) default NULL, `MimeType` varchar(50) default NULL, `Access_Count` int(11) default '0', `Num_Days` int(11) default '0', `Access_Keys` varchar(50) default NULL, `Recur` tinyint(1) NOT NULL default '0', `Recur_Product_ID` int(11) default '0', `VertOptions` tinyint(1) NOT NULL default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, `GiftWrap` tinyint(1) NOT NULL default '0', `Availability` varchar(75) default NULL, `Freight_Dom` double default '0', `Freight_Intl` double default '0', `Pack_Width` double default '0', `Pack_Height` double default '0', `Pack_Length` double default '0', `User_ID` int(11) default '0', `Goog_Brand` varchar(100) default NULL, `Goog_Condition` varchar(100) default NULL, `Goog_Expire` datetime default NULL, `Goog_Prodtype` varchar(100) default NULL, PRIMARY KEY (`Product_ID`), KEY `Colors_Products_FK` USING BTREE (`Color_ID`), KEY `Products_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Products_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Products_Highlight_Idx` USING BTREE (`Highlight`), KEY `Products_NumInStock_Idx` USING BTREE (`NumInStock`), KEY `Products_Recur_Product_ID_Idx` USING BTREE (`Recur_Product_ID`), KEY `Products_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Products` -- LOCK TABLES `Products` WRITE; /*!40000 ALTER TABLE `Products` DISABLE KEYS */; /*!40000 ALTER TABLE `Products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Promotion_Groups` -- DROP TABLE IF EXISTS `Promotion_Groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Promotion_Groups` ( `ID` int(11) NOT NULL auto_increment, `Promotion_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Promotion_Groups_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `Promotion_Groups_Promotion_ID_Idx` USING BTREE (`Promotion_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Promotion_Groups` -- LOCK TABLES `Promotion_Groups` WRITE; /*!40000 ALTER TABLE `Promotion_Groups` DISABLE KEYS */; /*!40000 ALTER TABLE `Promotion_Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Promotion_Qual_Products` -- DROP TABLE IF EXISTS `Promotion_Qual_Products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Promotion_Qual_Products` ( `ID` int(11) NOT NULL auto_increment, `Promotion_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Promotion_Qual_Products_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Promotion_Qual_Products_Promotion_ID_Idx` USING BTREE (`Promotion_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Promotion_Qual_Products` -- LOCK TABLES `Promotion_Qual_Products` WRITE; /*!40000 ALTER TABLE `Promotion_Qual_Products` DISABLE KEYS */; /*!40000 ALTER TABLE `Promotion_Qual_Products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Promotions` -- DROP TABLE IF EXISTS `Promotions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Promotions` ( `Promotion_ID` int(11) NOT NULL auto_increment, `Type1` int(11) NOT NULL default '1', `Type2` int(11) NOT NULL default '1', `Type3` int(11) NOT NULL default '0', `Type4` int(11) NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `OneTime` tinyint(1) NOT NULL default '0', `Name` varchar(255) NOT NULL, `Display` varchar(255) default NULL, `Amount` double NOT NULL default '0', `QualifyNum` double NOT NULL default '0', `DiscountNum` double NOT NULL default '0', `Multiply` tinyint(1) NOT NULL default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `Disc_Product` int(11) NOT NULL default '0', `Add_DiscProd` tinyint(1) NOT NULL default '0', `AccessKey` int(11) default '0', PRIMARY KEY (`Promotion_ID`), KEY `Promotions_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Promotions_Coup_Code_Idx` USING BTREE (`Coup_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Promotions` -- LOCK TABLES `Promotions` WRITE; /*!40000 ALTER TABLE `Promotions` DISABLE KEYS */; /*!40000 ALTER TABLE `Promotions` 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` ( `SettingID` int(11) NOT NULL auto_increment, `SiteName` varchar(50) default NULL, `SiteLogo` varchar(100) default NULL, `Merchant` longtext, `HomeCountry` varchar(100) default NULL, `MerchantEmail` varchar(150) default NULL, `Webmaster` varchar(150) default NULL, `DefaultImages` varchar(100) default NULL, `FilePath` varchar(150) default NULL, `MimeTypes` varchar(255) default NULL, `MoneyUnit` varchar(50) default NULL, `WeightUnit` varchar(50) default NULL, `SizeUnit` varchar(50) default NULL, `InvLevel` varchar(50) default NULL, `ShowInStock` tinyint(1) NOT NULL default '0', `OutofStock` tinyint(1) NOT NULL default '1', `ShowRetail` tinyint(1) NOT NULL default '1', `ItemSort` varchar(50) default NULL, `Wishlists` tinyint(1) NOT NULL default '0', `OrderButtonText` varchar(50) default NULL, `OrderButtonImage` varchar(100) default NULL, `AllowWholesale` tinyint(1) NOT NULL default '0', `UseVerity` tinyint(1) NOT NULL default '0', `CollectionName` varchar(50) default NULL, `CColumns` int(11) NOT NULL default '0', `PColumns` int(11) NOT NULL default '0', `MaxProds` int(11) NOT NULL default '9999', `ProdRoot` int(11) default '0', `CachedProds` tinyint(1) NOT NULL default '0', `FeatureRoot` int(11) default '0', `MaxFeatures` smallint(6) default '0', `Locale` varchar(30) default NULL, `CurrExchange` varchar(30) default NULL, `CurrExLabel` varchar(30) default NULL, `Color_ID` smallint(6) default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `Email_Server` varchar(255) default NULL, `Email_Port` int(11) default '0', `Admin_New_Window` tinyint(1) NOT NULL default '0', `UseSES` tinyint(1) NOT NULL default '0', `Default_Fuseaction` varchar(50) default NULL, `Editor` varchar(20) default NULL, `ProductReviews` tinyint(1) NOT NULL default '0', `ProductReview_Approve` tinyint(1) NOT NULL default '0', `ProductReview_Flag` tinyint(1) NOT NULL default '0', `ProductReview_Add` int(11) NOT NULL default '1', `ProductReview_Rate` tinyint(1) NOT NULL default '1', `ProductReviews_Page` int(11) NOT NULL default '4', `FeatureReviews` tinyint(1) NOT NULL default '0', `FeatureReview_Add` int(11) NOT NULL default '1', `FeatureReview_Flag` tinyint(1) NOT NULL default '0', `FeatureReview_Approve` tinyint(1) NOT NULL default '1', `GiftRegistry` tinyint(1) NOT NULL default '0', PRIMARY KEY (`SettingID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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 (1,'Roboticus.com','','106 Bonnie Briar Ln<br/>\r\nNashville, TN 37212','US^United States','info@roboticus.com','orders@roboticus.com','images',NULL,'application/x-zip-compressed,application/zip, application/msword, application/x-excel, text/plain, application/pdf, image/gif, image/jpeg, image/pjpeg, image/png, audio/mpeg','Dollars','Pounds','Inches','Mixed',0,1,1,'Name',1,'Add to Cart','addtocart.gif',0,0,'',2,2,10,0,0,0,6,'English (US)','None','',1,'default site description goes here','default,site,description','radiox@radiox.net:Radiox12@mail.radiox.net',2525,1,0,'page.home','Default',1,0,1,2,0,2,1,2,0,1,0); /*!40000 ALTER TABLE `Settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ShipSettings` -- DROP TABLE IF EXISTS `ShipSettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ShipSettings` ( `ID` int(11) NOT NULL auto_increment, `ShipType` varchar(50) default NULL, `ShipBase` double NOT NULL default '0', `MerchantZip` varchar(10) default NULL, `InStorePickup` tinyint(1) NOT NULL default '0', `AllowNoShip` tinyint(1) NOT NULL default '0', `NoShipMess` longtext, `NoShipType` varchar(50) default NULL, `ShipHand` double NOT NULL default '0', `Freeship_Min` int(11) default '0', `Freeship_ShipIDs` varchar(50) default NULL, `ShowEstimator` tinyint(1) NOT NULL default '0', `ShowFreight` tinyint(1) NOT NULL default '0', `UseDropShippers` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ShipSettings` -- LOCK TABLES `ShipSettings` WRITE; /*!40000 ALTER TABLE `ShipSettings` DISABLE KEYS */; INSERT INTO `ShipSettings` VALUES (1,'Price',0,'00000',0,1,'We were unable to calculate shipping for your order.<BR>\r\nPlease complete your order and we will email you the exact shipping cost before final processing of your order.','Not Calculated',0,0,NULL,0,0,0,NULL); /*!40000 ALTER TABLE `ShipSettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Shipping` -- DROP TABLE IF EXISTS `Shipping`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Shipping` ( `ID` int(11) NOT NULL auto_increment, `MinOrder` double NOT NULL default '0', `MaxOrder` double NOT NULL default '0', `Amount` double NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Shipping` -- LOCK TABLES `Shipping` WRITE; /*!40000 ALTER TABLE `Shipping` DISABLE KEYS */; /*!40000 ALTER TABLE `Shipping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `StateTax` -- DROP TABLE IF EXISTS `StateTax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `StateTax` ( `Tax_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `State` varchar(2) NOT NULL, `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Tax_ID`), KEY `StateTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `StateTax_State_Idx` USING BTREE (`State`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `StateTax` -- LOCK TABLES `StateTax` WRITE; /*!40000 ALTER TABLE `StateTax` DISABLE KEYS */; /*!40000 ALTER TABLE `StateTax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `States` -- DROP TABLE IF EXISTS `States`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `States` ( `Abb` varchar(2) NOT NULL, `Name` varchar(50) NOT NULL, PRIMARY KEY (`Abb`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `States` -- LOCK TABLES `States` WRITE; /*!40000 ALTER TABLE `States` DISABLE KEYS */; INSERT INTO `States` VALUES ('AA','Armed Forces Americas'),('AB','Alberta'),('AE','Armed Forces Canada/Europe'),('AK','Alaska'),('AL','Alabama'),('AP','Armed Forces Pacific'),('AR','Arkansas'),('AS','American Samoa'),('AZ','Arizona'),('BC','British Columbia'),('CA','California'),('CO','Colorado'),('CT','Connecticut'),('DC','District of Columbia'),('DE','Delaware'),('FL','Florida'),('GA','Georgia'),('GU','Guam'),('HI','Hawaii'),('IA','Iowa'),('ID','Idaho'),('IL','Illinois'),('IN','Indiana'),('KS','Kansas'),('KY','Kentucky'),('LA','Louisiana'),('MA','Massachusetts'),('MB','Manitoba'),('MD','Maryland'),('ME','Maine'),('MI','Michigan'),('MN','Minnesota'),('MO','Missouri'),('MS','Mississippi'),('MT','Montana'),('NB','New Brunswick'),('NC','North Carolina'),('ND','North Dakota'),('NE','Nebraska'),('NF','Newfoundland and Labrador'),('NH','New Hampshire'),('NJ','New Jersey'),('NM','New Mexico'),('NS','Nova Scotia'),('NT','Northwest Territories'),('NV','Nevada'),('NY','New York'),('OH','Ohio'),('OK','Oklahoma'),('ON','Ontario'),('OR','Oregon'),('PA','Pennsylvania'),('PE','Prince Edward Island'),('PR','Puerto Rico'),('PW','Palau'),('QC','Quebec'),('RI','Rhode Island'),('SC','South Carolina'),('SD','South Dakota'),('SK','Saskatchewan'),('TN','Tennessee'),('TX','Texas'),('UT','Utah'),('VA','Virginia'),('VI','U.S. Virgin Islands'),('VT','Vermont'),('WA','Washington'),('WI','Wisconsin'),('WV','West Virginia'),('WY','Wyoming'),('YT','Yukon Territory'); /*!40000 ALTER TABLE `States` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `StdAddons` -- DROP TABLE IF EXISTS `StdAddons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `StdAddons` ( `Std_ID` int(11) NOT NULL auto_increment, `Std_Name` varchar(50) NOT NULL, `Std_Prompt` varchar(100) NOT NULL, `Std_Desc` varchar(100) default NULL, `Std_Type` varchar(10) NOT NULL, `Std_Display` tinyint(1) NOT NULL default '0', `Std_Price` double NOT NULL default '0', `Std_Weight` double NOT NULL default '0', `Std_ProdMult` tinyint(1) NOT NULL default '0', `Std_Required` tinyint(1) default '0', `User_ID` int(11) default '0', PRIMARY KEY (`Std_ID`), KEY `StdAddons_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `StdAddons` -- LOCK TABLES `StdAddons` WRITE; /*!40000 ALTER TABLE `StdAddons` DISABLE KEYS */; /*!40000 ALTER TABLE `StdAddons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `StdOpt_Choices` -- DROP TABLE IF EXISTS `StdOpt_Choices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `StdOpt_Choices` ( `Std_ID` int(11) NOT NULL, `Choice_ID` int(11) NOT NULL, `ChoiceName` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Display` tinyint(1) NOT NULL default '0', `SortOrder` int(11) default '0', PRIMARY KEY (`Std_ID`,`Choice_ID`), KEY `StdOpt_Choices_Std_ID_Idx` USING BTREE (`Std_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `StdOpt_Choices` -- LOCK TABLES `StdOpt_Choices` WRITE; /*!40000 ALTER TABLE `StdOpt_Choices` DISABLE KEYS */; /*!40000 ALTER TABLE `StdOpt_Choices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `StdOptions` -- DROP TABLE IF EXISTS `StdOptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `StdOptions` ( `Std_ID` int(11) NOT NULL auto_increment, `Std_Name` varchar(50) NOT NULL, `Std_Prompt` varchar(50) NOT NULL, `Std_Desc` varchar(50) default NULL, `Std_ShowPrice` varchar(10) NOT NULL, `Std_Display` tinyint(1) NOT NULL default '0', `Std_Required` tinyint(1) NOT NULL default '0', `User_ID` int(11) default '0', PRIMARY KEY (`Std_ID`), KEY `StdOptions_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `StdOptions` -- LOCK TABLES `StdOptions` WRITE; /*!40000 ALTER TABLE `StdOptions` DISABLE KEYS */; /*!40000 ALTER TABLE `StdOptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TaxCodes` -- DROP TABLE IF EXISTS `TaxCodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `TaxCodes` ( `Code_ID` int(11) NOT NULL auto_increment, `CodeName` varchar(50) NOT NULL, `DisplayName` varchar(50) default NULL, `CalcOrder` int(11) default '0', `Cumulative` tinyint(1) NOT NULL default '0', `TaxAddress` varchar(25) default NULL, `TaxAll` tinyint(1) NOT NULL default '0', `TaxRate` double default '0', `TaxShipping` tinyint(1) NOT NULL default '0', `ShowonProds` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Code_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `TaxCodes` -- LOCK TABLES `TaxCodes` WRITE; /*!40000 ALTER TABLE `TaxCodes` DISABLE KEYS */; INSERT INTO `TaxCodes` VALUES (1,'Taxes','Taxes',0,0,'Shipping',0,0,0,0); /*!40000 ALTER TABLE `TaxCodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TempBasket` -- DROP TABLE IF EXISTS `TempBasket`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `TempBasket` ( `Basket_ID` varchar(60) NOT NULL, `BasketNum` varchar(30) NOT NULL, `Product_ID` int(11) NOT NULL, `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `AddonMultW` double default '0', `AddonNonMultW` double default '0', `OptPrice` double NOT NULL default '0', `OptWeight` double NOT NULL default '0', `SKU` varchar(100) default NULL, `Price` double default '0', `Weight` double default '0', `Quantity` int(11) default '0', `OptQuant` int(11) NOT NULL default '0', `OptChoice` int(11) default '0', `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `GiftItem_ID` int(11) default '0', `Discount` int(11) default '0', `DiscAmount` double default '0', `Disc_Code` varchar(50) default NULL, `QuantDisc` double default '0', `Promotion` int(11) default '0', `PromoAmount` double default '0', `PromoQuant` int(11) default '0', `Promo_Code` varchar(50) default NULL, `DateAdded` datetime default NULL, PRIMARY KEY (`Basket_ID`), KEY `TempBasket_BasketNum_Idx` USING BTREE (`BasketNum`), KEY `TempBasket_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `TempBasket` -- LOCK TABLES `TempBasket` WRITE; /*!40000 ALTER TABLE `TempBasket` DISABLE KEYS */; /*!40000 ALTER TABLE `TempBasket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TempCustomer` -- DROP TABLE IF EXISTS `TempCustomer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `TempCustomer` ( `TempCust_ID` varchar(30) NOT NULL, `FirstName` varchar(50) default NULL, `LastName` varchar(100) default NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) default NULL, `Address2` varchar(150) default NULL, `City` varchar(150) default NULL, `County` varchar(50) default NULL, `State` varchar(50) default NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) default NULL, `Country` varchar(50) default NULL, `Phone` varchar(50) default NULL, `Email` varchar(150) default NULL, `ShipToYes` tinyint(1) default '0', `DateAdded` datetime default NULL, `Phone2` varchar(50) default NULL, `Fax` varchar(50) default NULL, `Residence` tinyint(1) default '0', PRIMARY KEY (`TempCust_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `TempCustomer` -- LOCK TABLES `TempCustomer` WRITE; /*!40000 ALTER TABLE `TempCustomer` DISABLE KEYS */; /*!40000 ALTER TABLE `TempCustomer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TempOrder` -- DROP TABLE IF EXISTS `TempOrder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `TempOrder` ( `BasketNum` varchar(30) NOT NULL, `OrderTotal` double default '0', `Tax` double default '0', `ShipType` varchar(75) default NULL, `Shipping` double default '0', `Freight` int(11) default '0', `OrderDisc` double default '0', `Credits` double default '0', `AddonTotal` double default '0', `DateAdded` datetime default NULL, `Affiliate` int(11) default '0', `Referrer` varchar(255) default NULL, `GiftCard` varchar(255) default NULL, `Delivery` varchar(50) default NULL, `Comments` varchar(255) default NULL, `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(255) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, PRIMARY KEY (`BasketNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `TempOrder` -- LOCK TABLES `TempOrder` WRITE; /*!40000 ALTER TABLE `TempOrder` DISABLE KEYS */; /*!40000 ALTER TABLE `TempOrder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TempShipTo` -- DROP TABLE IF EXISTS `TempShipTo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `TempShipTo` ( `TempShip_ID` varchar(30) NOT NULL, `FirstName` varchar(50) default NULL, `LastName` varchar(150) default NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) default NULL, `Address2` varchar(150) default NULL, `City` varchar(150) default NULL, `County` varchar(50) default NULL, `State` varchar(50) default NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) default NULL, `Country` varchar(50) default NULL, `DateAdded` datetime default NULL, `Phone` varchar(50) default NULL, `Email` varchar(150) default NULL, `Residence` tinyint(1) default '0', PRIMARY KEY (`TempShip_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `TempShipTo` -- LOCK TABLES `TempShipTo` WRITE; /*!40000 ALTER TABLE `TempShipTo` DISABLE KEYS */; /*!40000 ALTER TABLE `TempShipTo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UPSMethods` -- DROP TABLE IF EXISTS `UPSMethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UPSMethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `USCode` varchar(5) default NULL, `EUCode` varchar(5) default NULL, `CACode` varchar(5) default NULL, `PRCode` varchar(5) default NULL, `MXCode` varchar(5) default NULL, `OOCode` varchar(5) default NULL, `Used` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `UPSMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UPSMethods` -- LOCK TABLES `UPSMethods` WRITE; /*!40000 ALTER TABLE `UPSMethods` DISABLE KEYS */; INSERT INTO `UPSMethods` VALUES (1,'Next Day Air<sup>®</sup>','01','00','00','01','00','00',1,4),(2,'2nd Day Air<sup>®</sup>','02','00','00','02','00','00',1,3),(3,'Ground','03','00','00','03','00','00',1,1),(4,'Worldwide Express<sup><small>SM</small></sup>','07','00','07','07','00','07',1,99),(5,'Worldwide Expedited<sup><small>SM</small></sup>','08','00','08','08','00','08',1,99),(6,'Express','00','07','00','00','07','00',0,99),(7,'Expedited','00','08','00','00','08','00',0,99),(8,'Standard','11','11','11','00','00','00',1,99),(9,'3 Day Select<sup><small>SM</small></sup>','12','00','12','00','00','00',1,2),(10,'Next Day Air Saver<sup>®</sup>','13','00','00','00','00','00',0,99),(11,'Express Saver','00','65','13','00','00','00',0,99),(12,'Next Day Air<sup>®</sup> Early A.M.<sup>®</sup>','14','00','00','14','00','00',0,99),(13,'Express Early A.M.','00','00','14','00','00','00',0,99),(14,'Worldwide Express Plus<sup><small>SM</small></sup>','54','54','54','54','00','54',0,99),(15,'Express Plus','00','00','00','00','54','00',0,99),(16,'2nd Day Air A.M.<sup>®</sup>','59','00','00','00','00','00',0,99),(17,'Worldwide Saver<sup><small>SM</small></sup>','65','00','65','65','65','65',1,99),(18,'Express Saver<sup><small>SM</small></sup>','00','65','13','00','00','00',0,99); /*!40000 ALTER TABLE `UPSMethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UPS_Origins` -- DROP TABLE IF EXISTS `UPS_Origins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UPS_Origins` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(20) default NULL, `OrderBy` int(11) default '0', PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UPS_Origins` -- LOCK TABLES `UPS_Origins` WRITE; /*!40000 ALTER TABLE `UPS_Origins` DISABLE KEYS */; INSERT INTO `UPS_Origins` VALUES ('CA','Canada',2),('EU','European Union',5),('MX','Mexico',4),('OO','All Other Origins',6),('PR','Puerto Rico',3),('US','United States',1); /*!40000 ALTER TABLE `UPS_Origins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UPS_Packaging` -- DROP TABLE IF EXISTS `UPS_Packaging`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UPS_Packaging` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UPS_Packaging` -- LOCK TABLES `UPS_Packaging` WRITE; /*!40000 ALTER TABLE `UPS_Packaging` DISABLE KEYS */; INSERT INTO `UPS_Packaging` VALUES ('01','UPS Letter'),('02','Your Package'),('03','UPS Tube'),('04','UPS Pak'),('21','UPS Express Box'),('24','UPS 25kg Box'),('25','UPS 10Kg Box'); /*!40000 ALTER TABLE `UPS_Packaging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UPS_Pickup` -- DROP TABLE IF EXISTS `UPS_Pickup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UPS_Pickup` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UPS_Pickup` -- LOCK TABLES `UPS_Pickup` WRITE; /*!40000 ALTER TABLE `UPS_Pickup` DISABLE KEYS */; INSERT INTO `UPS_Pickup` VALUES ('01','Daily Pickup'),('03','Customer Counter'),('11','Suggested Retail Rates (UPS Store)'); /*!40000 ALTER TABLE `UPS_Pickup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UPS_Settings` -- DROP TABLE IF EXISTS `UPS_Settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UPS_Settings` ( `UPS_ID` int(11) NOT NULL auto_increment, `ResRates` tinyint(1) NOT NULL default '0', `Username` varchar(150) default NULL, `Password` varchar(100) default NULL, `Accesskey` varchar(100) default NULL, `AccountNo` varchar(20) default NULL, `Origin` varchar(10) default NULL, `MaxWeight` int(11) NOT NULL default '0', `UnitsofMeasure` varchar(20) default NULL, `CustomerClass` varchar(20) default NULL, `Pickup` varchar(20) default NULL, `Packaging` varchar(20) default NULL, `OrigZip` varchar(20) default NULL, `OrigCity` varchar(75) default NULL, `OrigCountry` varchar(10) default NULL, `Debug` tinyint(1) NOT NULL default '0', `UseAV` tinyint(1) NOT NULL default '0', `Logging` tinyint(1) NOT NULL default '0', PRIMARY KEY (`UPS_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UPS_Settings` -- LOCK TABLES `UPS_Settings` WRITE; /*!40000 ALTER TABLE `UPS_Settings` DISABLE KEYS */; INSERT INTO `UPS_Settings` VALUES (1,1,NULL,NULL,NULL,NULL,'US',150,'LBS/IN','01','01','02','00000','','US',0,1,0); /*!40000 ALTER TABLE `UPS_Settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `USPSCountries` -- DROP TABLE IF EXISTS `USPSCountries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `USPSCountries` ( `ID` int(11) NOT NULL, `Abbrev` varchar(2) NOT NULL, `Name` varchar(255) NOT NULL, PRIMARY KEY (`ID`), KEY `USPSCountries_Abbrev_Idx` USING BTREE (`Abbrev`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `USPSCountries` -- LOCK TABLES `USPSCountries` WRITE; /*!40000 ALTER TABLE `USPSCountries` DISABLE KEYS */; INSERT INTO `USPSCountries` VALUES (2,'AL','Albania'),(3,'DZ','Algeria'),(4,'AD','Andorra'),(6,'AI','Anguilla'),(7,'AG','Antigua and Barbuda'),(8,'AR','Argentina'),(10,'AW','Aruba'),(11,'AU','Australia'),(12,'AT','Austria'),(15,'BS','Bahamas'),(16,'BH','Bahrain'),(17,'BD','Bangladesh'),(18,'BB','Barbados'),(19,'BY','Belarus'),(20,'BE','Belgium'),(21,'BZ','Belize'),(22,'BJ','Benin'),(23,'BM','Bermuda'),(25,'BO','Bolivia'),(27,'BW','Botswana'),(28,'BR','Brazil'),(29,'VG','British Virgin Islands'),(30,'BN','Brunei Darussalam'),(31,'BG','Bulgaria'),(32,'BF','Burkina Faso'),(34,'BI','Burundi'),(35,'CM','Cameroon'),(36,'CA','Canada'),(37,'CV','Cape Verde'),(38,'KY','Cayman Islands'),(39,'CF','Central African Republic'),(40,'TD','Chad'),(41,'CL','Chile'),(42,'CN','China'),(43,'CO','Colombia'),(45,'CG','Congo'),(47,'CR','Costa Rica'),(48,'CI','Cote d lvoire (Ivory Coast)'),(49,'HR','Croatia'),(50,'CY','Cyprus'),(51,'CZ','Czech Republic'),(52,'DK','Denmark'),(53,'DJ','Djibouti'),(54,'DM','Dominica'),(55,'DO','Dominican Republic'),(56,'EC','Ecuador'),(57,'EG','Egypt'),(58,'SV','El Salvador'),(59,'GQ','Equatorial Guinea'),(60,'ER','Eritrea'),(61,'EE','Estonia'),(62,'ET','Ethiopia'),(64,'FO','Faroe Islands'),(65,'FJ','Fiji'),(66,'FI','Finland'),(67,'FR','France'),(68,'GF','French Guiana'),(69,'PF','French Polynesia'),(70,'GA','Gabon'),(71,'GM','Gambia'),(72,'GE','Georgia, Republic of'),(73,'DE','Germany'),(74,'GH','Ghana'),(75,'GI','Gibraltar'),(77,'GR','Greece'),(78,'GL','Greenland'),(79,'GD','Grenada'),(80,'GP','Guadeloupe'),(81,'GT','Guatemala'),(82,'GN','Guinea'),(83,'GW','Guinea-Bissau'),(84,'GY','Guyana'),(85,'HT','Haiti'),(86,'HN','Honduras'),(87,'HK','Hong Kong'),(88,'HU','Hungary'),(89,'IS','Iceland'),(90,'IN','India'),(91,'ID','Indonesia'),(95,'IL','Israel'),(96,'IT','Italy'),(97,'JM','Jamaica'),(98,'JP','Japan'),(99,'JO','Jordan'),(100,'KZ','Kazakhstan'),(101,'KE','Kenya'),(102,'KI','Kiribati'),(105,'KW','Kuwait'),(106,'KG','Kyrgyzstan'),(107,'LA','Lao People\'s Democratic Republic'),(108,'LV','Latvia'),(109,'LB','Lebanon'),(110,'LS','Lesotho'),(111,'LR','Liberia'),(113,'LI','Liechtenstein'),(114,'LT','Lithuania'),(115,'LU','Luxembourg'),(116,'MO','Macao'),(117,'MK','Macedonia, Republic of'),(118,'MG','Madagascar'),(119,'ME','Madeira'),(120,'MW','Malawi'),(121,'MY','Malaysia'),(122,'MV','Maldives'),(123,'ML','Mali'),(124,'MT','Malta'),(125,'MQ','Martinique'),(126,'MR','Mauritania'),(127,'MU','Mauritius'),(128,'MX','Mexico'),(129,'MD','Moldova'),(131,'MS','Montserrat'),(132,'MA','Morocco'),(133,'MZ','Mozambique'),(134,'NA','Namibia'),(136,'NP','Nepal'),(137,'NL','Netherlands'),(138,'AN','Netherlands Antilles'),(139,'NC','New Caledonia'),(140,'NZ','New Zealand'),(141,'NI','Nicaragua'),(142,'NE','Niger'),(143,'NG','Nigeria'),(144,'NO','Norway'),(145,'OM','Oman'),(146,'PK','Pakistan'),(147,'PA','Panama'),(148,'PG','Papua New Guinea'),(149,'PY','Paraguay'),(150,'PE','Peru'),(151,'PH','Philippines'),(153,'PL','Poland'),(154,'PT','Portugal'),(155,'QA','Qatar'),(156,'RE','Reunion'),(157,'RO','Romania'),(158,'RU','Russian Federation'),(159,'RW','Rwanda'),(163,'VC','St. Vincent and the Grenadines'),(166,'SA','Saudi Arabia'),(167,'SN','Senegal'),(169,'SC','Seychelles'),(170,'SL','Sierra Leone'),(171,'SG','Singapore'),(172,'SK','Slovakia'),(173,'SI','Slovenia'),(174,'SB','Solomon Islands'),(176,'ZA','South Africa'),(177,'ES','Spain'),(178,'LK','Sri Lanka'),(179,'KN','St. Kitts and Nevis'),(181,'SR','Suriname'),(182,'SZ','Swaziland'),(183,'SE','Sweden'),(184,'CH','Switzerland'),(185,'SY','Syrian Arab Republic'),(186,'TW','Taiwan'),(187,'TJ','Tajikistan'),(188,'TZ','Tanzania'),(189,'TH','Thailand'),(190,'TG','Togo'),(191,'TO','Tonga'),(192,'TT','Trinidad and Tobago'),(194,'TN','Tunisia'),(195,'TR','Turkey'),(197,'TC','Turks and Caicos Islands'),(198,'TV','Tuvalu'),(199,'UG','Uganda'),(200,'UA','Ukraine'),(201,'AE','United Arab Emirates'),(202,'US','United States'),(203,'UY','Uruguay'),(204,'UZ','Uzbekistan'),(205,'VU','Vanuatu'),(207,'VE','Venezuela'),(208,'VN','Vietnam'),(209,'WF','Wallis and Futuna Islands'),(210,'WS','Western Samoa'),(212,'CD','Congo, Democratic Republic of the'),(213,'ZM','Zambia'),(214,'ZW','Zimbabwe'),(215,'AS','American Samoa'),(216,'KH','Cambodia'),(220,'CK','United Kingdom (Great Britain)'),(221,'CB','Netherlands Antilles'),(223,'GU','Guam'),(224,'KO','Kosrae'),(225,'MH','Marshall Islands'),(226,'MC','Monaco'),(227,'MM','Myanmar'),(228,'NF','Norfolk Island'),(230,'MP','Northern Mariana Islands'),(231,'PW','Palau'),(232,'PO','Ponape'),(234,'IE','Ireland'),(235,'RT','Rota'),(236,'SS','Saba'),(237,'SP','Saipan'),(240,'SW','St. Christopher and Nevis'),(241,'SX','US Possession'),(243,'UV','St. John'),(244,'LC','St. Lucia'),(246,'TB','St. Martin'),(248,'KR','Korea, Republic of (South Korea)'),(249,'TA','Taiwan'),(250,'TU','Truk'),(252,'VI','U.S. Virgin Islands'),(254,'WL','Wales'),(255,'YA','Yap'),(256,'BA','Bosnia-Herzegovina'),(257,'GB','Great Britain and Northern Ireland'),(270,'AF','Afghanistan'),(271,'FM','Micronesia, Federated States'),(272,'PR','Puerto Rico'),(273,'AM','Armenia'),(274,'AO','Angola'),(275,'AQ','Antarctica'),(276,'AZ','Azerbaijan'),(277,'AO','Angola'),(278,'BT','Bhutan'),(279,'BV','Bouvet Island'),(280,'CC','Cocos (Keeling) Islands'),(281,'CU','Cuba'),(282,'CX','Christmas Island'),(283,'EH','Western Sahara'),(284,'FK','Falkland Islands'),(285,'FM','Micronesia'),(286,'FX','France, Metropolitan'),(287,'GS','South Georgia'),(288,'HM','Heard & McDonald Islands'),(289,'IO','British Indian Ocean Territory'),(290,'IQ','Iraq'),(291,'KM','Comoros'),(292,'MN','Mongolia'),(293,'NR','Nauru'),(294,'NU','Niue'),(295,'SD','Sudan'),(296,'SH','St. Helena'),(297,'SJ','Svalbard & Jan Mayen Islands'),(298,'SM','San Marino'),(299,'SO','Somalia'),(300,'ST','Sao Tome & Principe'),(301,'TF','French Southern Territories'),(302,'TK','Tokelau'),(303,'TM','Turkmenistan'),(304,'TP','East Timor'),(305,'UM','United States Minor Outlying Islands'),(306,'VA','Vatican City State'),(307,'YE','Yemen'),(308,'YT','Mayotte'),(309,'YU','Yugoslavia'),(310,'ZR','Zaire'); /*!40000 ALTER TABLE `USPSCountries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `USPSMethods` -- DROP TABLE IF EXISTS `USPSMethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `USPSMethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `Used` tinyint(1) NOT NULL default '0', `Code` varchar(225) default NULL, `Type` varchar(20) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `USPSMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `USPSMethods` -- LOCK TABLES `USPSMethods` WRITE; /*!40000 ALTER TABLE `USPSMethods` DISABLE KEYS */; INSERT INTO `USPSMethods` VALUES (1,'Priority Mail',1,'Priority Mail','Domestic',1),(2,'Parcel Post',1,'Standard Post','Domestic',2),(3,'Express Mail',1,'Express Mail','Domestic',3),(7,'First Class',1,'First-Class Mail Parcel','Domestic',6),(11,'Media Mail',0,'Media Mail','Domestic',99),(12,'Library Mail',0,'Library Mail','Domestic',99),(13,'Global Express Guaranteed',1,'Global Express Guaranteed (GXG)','International',99),(14,'Express Mail Intl.',1,'Express Mail International','International',99),(16,'Priority Mail Intl.',1,'Priority Mail International','International',99),(19,'First-Class Mail Intl',1,'First-Class Mail International Package','International',99),(20,'Express Mail Sunday/Holiday Delivery',0,'Express Mail Sunday/Holiday Delivery','Domestic',2); /*!40000 ALTER TABLE `USPSMethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `USPS_Settings` -- DROP TABLE IF EXISTS `USPS_Settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `USPS_Settings` ( `USPS_ID` int(11) NOT NULL auto_increment, `UserID` varchar(30) NOT NULL, `Server` varchar(75) NOT NULL, `MerchantZip` varchar(20) default NULL, `MaxWeight` int(11) NOT NULL default '50', `Logging` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', `UseAV` tinyint(1) NOT NULL default '0', PRIMARY KEY (`USPS_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `USPS_Settings` -- LOCK TABLES `USPS_Settings` WRITE; /*!40000 ALTER TABLE `USPS_Settings` DISABLE KEYS */; INSERT INTO `USPS_Settings` VALUES (1,'userid','http://production.shippingapis.com/ShippingAPI.dll','00000',50,0,0,0); /*!40000 ALTER TABLE `USPS_Settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserSettings` -- DROP TABLE IF EXISTS `UserSettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `UserSettings` ( `ID` int(11) NOT NULL auto_increment, `UseRememberMe` tinyint(1) NOT NULL default '0', `EmailAsName` tinyint(1) NOT NULL default '0', `UseStateList` tinyint(1) NOT NULL default '1', `UseStateBox` tinyint(1) NOT NULL default '1', `RequireCounty` tinyint(1) NOT NULL default '0', `UseCountryList` tinyint(1) NOT NULL default '1', `UseResidential` tinyint(1) NOT NULL default '0', `UseGroupCode` tinyint(1) NOT NULL default '0', `UseBirthdate` tinyint(1) NOT NULL default '0', `UseTerms` tinyint(1) NOT NULL default '0', `TermsText` longtext, `UseCCard` tinyint(1) NOT NULL default '0', `UseEmailConf` tinyint(1) NOT NULL default '0', `UseEmailNotif` tinyint(1) NOT NULL default '0', `MemberNotify` tinyint(1) NOT NULL default '0', `UseShipTo` tinyint(1) NOT NULL default '1', `UseAccounts` tinyint(1) NOT NULL default '0', `ShowAccount` tinyint(1) NOT NULL default '1', `ShowDirectory` tinyint(1) NOT NULL default '1', `ShowSubscribe` tinyint(1) NOT NULL default '1', `StrictLogins` tinyint(1) NOT NULL default '0', `MaxDailyLogins` int(11) NOT NULL default '0', `MaxFailures` int(11) NOT NULL default '5', `AllowAffs` tinyint(1) NOT NULL default '0', `AffPercent` double default '0', `AllowWholesale` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `UserSettings` -- LOCK TABLES `UserSettings` WRITE; /*!40000 ALTER TABLE `UserSettings` DISABLE KEYS */; INSERT INTO `UserSettings` VALUES (1,0,1,1,1,0,1,0,1,0,0,'',0,0,0,1,1,0,1,1,1,0,10,5,1,0.04,0); /*!40000 ALTER TABLE `UserSettings` 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` ( `User_ID` int(11) NOT NULL auto_increment, `Username` varchar(50) NOT NULL, `Password` varchar(50) NOT NULL, `Email` varchar(50) default NULL, `EmailIsBad` tinyint(1) NOT NULL default '0', `EmailLock` varchar(50) default NULL, `Subscribe` tinyint(1) NOT NULL default '0', `Customer_ID` int(11) NOT NULL default '0', `ShipTo` int(11) NOT NULL default '0', `Group_ID` int(11) NOT NULL default '0', `Account_ID` int(11) default '0', `Affiliate_ID` int(11) default '0', `Basket` varchar(30) default NULL, `Birthdate` datetime default NULL, `CardisValid` tinyint(1) NOT NULL default '0', `CardType` varchar(50) default NULL, `NameonCard` varchar(75) default NULL, `CardNumber` varchar(50) default NULL, `CardExpire` datetime default NULL, `CardZip` varchar(50) default NULL, `EncryptedCard` varchar(75) default NULL, `CurrentBalance` int(11) default '0', `LastLogin` datetime default NULL, `Permissions` varchar(255) default NULL, `AdminNotes` longtext, `Disable` tinyint(1) NOT NULL default '0', `LoginsTotal` int(11) default '0', `LoginsDay` int(11) default '0', `FailedLogins` int(11) default '0', `LastAttempt` datetime default NULL, `Created` datetime default NULL, `LastUpdate` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`User_ID`), KEY `Users_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Users_Affiliate_ID_Idx` USING BTREE (`Affiliate_ID`), KEY `Users_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Users_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `Users_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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,'info@roboticus.com','A6E289DE4074016F5F71EF62C63AC913','info@roboticus.com',0,'verified',1,0,0,1,0,0,'42112115728127001',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2015-04-18 02:14:12','contentkey_list^2;Users^2;registration^11',NULL,0,4,3,0,'2015-04-18 02:14:12',NULL,'2015-04-18 14:09:51',NULL),(2,'radiox@radiox.net','E116AF71C4E6C971FDE1ED2B0DC5AE4B','radiox@radiox.net',0,'verified',1,1,1,0,0,0,'42113135707127001',NULL,1,'','',NULL,'2015-04-18 13:57:49','',NULL,0,'2015-04-18 02:07:56','registration^15',NULL,0,2,2,0,'2015-04-18 02:07:56','2015-04-18 13:57:49','2015-04-18 13:57:49','0AF06CE4D78B4ECBE609D622B6190CDC'); /*!40000 ALTER TABLE `Users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WishList` -- DROP TABLE IF EXISTS `WishList`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `WishList` ( `User_ID` int(11) NOT NULL, `ListNum` int(11) NOT NULL default '1', `ItemNum` int(11) NOT NULL default '0', `ListName` varchar(50) default NULL, `Product_ID` int(11) NOT NULL default '0', `DateAdded` datetime default NULL, `NumDesired` int(11) default '0', `Comments` varchar(255) default NULL, PRIMARY KEY (`User_ID`,`ListNum`,`ItemNum`), KEY `WishList_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `WishList_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `WishList` -- LOCK TABLES `WishList` WRITE; /*!40000 ALTER TABLE `WishList` DISABLE KEYS */; /*!40000 ALTER TABLE `WishList` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'cfwebstore' -- 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 2015-04-23 15:46:49