SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT;
SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS;
SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION;
SET NAMES utf8;

/*!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 */;


CREATE DATABASE /*!32312 IF NOT EXISTS*/ `olliesparrotsperch`;
USE `olliesparrotsperch`;
CREATE TABLE `xcart_categories` (
  `categoryid` int(11) NOT NULL auto_increment,
  `parentid` int(11) NOT NULL default '0',
  `categoryid_path` varchar(255) NOT NULL default '',
  `image_x` int(11) NOT NULL default '0',
  `image_y` int(11) NOT NULL default '0',
  `category` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `meta_descr` varchar(255) NOT NULL default '',
  `avail` char(1) NOT NULL default 'Y',
  `views_stats` int(11) NOT NULL default '0',
  `order_by` int(11) NOT NULL default '0',
  `membership` varchar(32) NOT NULL default '',
  `threshold_bestsellers` int(11) NOT NULL default '1',
  `product_count` int(11) NOT NULL default '0',
  `meta_keywords` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`categoryid`),
  KEY `category_path` (`parentid`,`categoryid_path`),
  KEY `category_path2` (`categoryid`,`categoryid_path`),
  KEY `avail` (`avail`),
  KEY `membership` (`membership`),
  KEY `order_by` (`order_by`,`category`),
  KEY `am` (`avail`,`membership`),
  KEY `pam` (`categoryid_path`,`avail`,`membership`),
  KEY `ia` (`categoryid`,`avail`),
  KEY `iam` (`categoryid`,`avail`,`membership`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_categories` (`categoryid`,`parentid`,`categoryid_path`,`image_x`,`image_y`,`category`,`description`,`meta_descr`,`avail`,`views_stats`,`order_by`,`membership`,`threshold_bestsellers`,`product_count`,`meta_keywords`) VALUES 
 (1,0,'1',0,0,'Bird Toys','Bird toys for small, medium and large birds...','','N',8,10,'',1,0,''),
 (2,0,'2',0,0,'Playstands','Playstands for your feather friend...','','N',0,20,'',1,0,''),
 (3,0,'3',0,0,'Premium food','Various Premium foods available...','','N',0,30,'',1,0,''),
 (4,0,'4',0,0,'Orange TKO','','','Y',86,40,'',1,3,''),
 (5,0,'5',0,0,'George\'s Aloe Liquid','','','Y',61,50,'',1,4,''),
 (6,1,'1/6',0,0,'Small Bird Toys','Small Bird Toys','','Y',3,10,'',1,0,''),
 (7,1,'1/7',0,0,'Medium Bird Toys','Medium Bird Toys','','Y',1,20,'',1,0,''),
 (8,1,'1/8',0,0,'Large Bird Toys','Large Bird Toys','','Y',1,30,'',1,0,''),
 (9,0,'9',27,27,'Parrot Accessories','','','Y',76,60,'',1,0,''),
 (25,20,'9/20/25',0,0,'Wall Hooks','','','Y',8,50,'',1,2,''),
 (24,20,'9/20/24',0,0,'Tree Ornament','','','Y',5,40,'',1,1,'');
INSERT INTO `xcart_categories` (`categoryid`,`parentid`,`categoryid_path`,`image_x`,`image_y`,`category`,`description`,`meta_descr`,`avail`,`views_stats`,`order_by`,`membership`,`threshold_bestsellers`,`product_count`,`meta_keywords`) VALUES 
 (23,20,'9/20/23',0,0,'T - Shirts','','','Y',8,20,'',1,1,''),
 (22,20,'9/20/22',0,0,'Ceramic Plates','','','Y',19,10,'',1,1,''),
 (21,20,'9/20/21',0,0,'Tote Bags','','','Y',8,30,'',1,2,''),
 (20,9,'9/20',27,27,'Hand Painted','','','Y',19,10,'',1,0,'');
CREATE TABLE `xcart_categories_lng` (
  `code` char(2) NOT NULL default '',
  `categoryid` int(11) NOT NULL default '0',
  `category` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  PRIMARY KEY  (`code`,`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_categories_subcount` (
  `categoryid` int(11) NOT NULL default '0',
  `subcategory_count` int(11) NOT NULL default '0',
  `product_count` int(11) NOT NULL default '0',
  `membership` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`categoryid`,`membership`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_categories_subcount` (`categoryid`,`subcategory_count`,`product_count`,`membership`) VALUES 
 (1,0,0,'Premium'),
 (1,0,0,'Wholesale'),
 (1,3,0,''),
 (2,0,0,'Premium'),
 (2,0,0,'Wholesale'),
 (2,0,0,''),
 (3,0,0,'Premium'),
 (3,0,0,'Wholesale'),
 (3,0,0,''),
 (4,0,3,'Premium'),
 (4,0,3,'Wholesale'),
 (4,0,3,''),
 (5,0,4,'Premium'),
 (5,0,4,'Wholesale'),
 (5,0,4,''),
 (6,0,0,'Premium'),
 (6,0,0,'Wholesale'),
 (6,0,0,''),
 (7,0,0,'Premium'),
 (7,0,0,'Wholesale'),
 (7,0,0,''),
 (8,0,0,'Premium'),
 (8,0,0,'Wholesale'),
 (8,0,0,''),
 (9,0,0,'Premium'),
 (9,0,0,'Wholesale'),
 (9,6,0,''),
 (10,0,0,'Premium'),
 (10,0,0,'Wholesale'),
 (10,0,0,''),
 (16,0,2,''),
 (11,0,0,'Premium'),
 (11,0,0,'Wholesale'),
 (11,0,0,''),
 (12,0,0,'Premium'),
 (12,0,0,'Wholesale'),
 (12,0,0,''),
 (16,0,2,'Wholesale'),
 (13,0,0,'Premium'),
 (13,0,0,'Wholesale'),
 (13,0,0,''),
 (16,0,2,'Premium'),
 (14,0,0,'Premium'),
 (14,0,0,'Wholesale'),
 (14,0,0,''),
 (15,0,0,'Premium'),
 (15,0,0,'Wholesale'),
 (15,0,0,''),
 (20,0,0,'Premium');
INSERT INTO `xcart_categories_subcount` (`categoryid`,`subcategory_count`,`product_count`,`membership`) VALUES 
 (17,0,1,'Premium'),
 (17,0,1,'Wholesale'),
 (17,0,1,''),
 (18,0,1,'Premium'),
 (18,0,1,'Wholesale'),
 (18,0,1,''),
 (19,0,1,'Premium'),
 (19,0,1,'Wholesale'),
 (19,0,1,''),
 (20,0,0,'Wholesale'),
 (20,5,0,''),
 (21,0,2,'Premium'),
 (21,0,2,'Wholesale'),
 (21,0,2,''),
 (22,0,1,'Premium'),
 (22,0,1,'Wholesale'),
 (22,0,1,''),
 (23,0,1,'Premium'),
 (23,0,1,'Wholesale'),
 (23,0,1,''),
 (24,0,1,'Premium'),
 (24,0,1,'Wholesale'),
 (24,0,1,''),
 (25,0,2,'Premium'),
 (25,0,2,'Wholesale'),
 (25,0,2,'');
CREATE TABLE `xcart_cc_gestpay_data` (
  `value` char(32) NOT NULL default '',
  `type` char(1) NOT NULL default 'C',
  PRIMARY KEY  (`value`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_cc_pp3_data` (
  `ref` varchar(255) NOT NULL default '',
  `sessionid` varchar(255) NOT NULL default '',
  `param1` varchar(255) NOT NULL default '',
  `param2` varchar(255) NOT NULL default '',
  `param3` varchar(255) NOT NULL default '',
  `param4` varchar(255) NOT NULL default '',
  `param5` varchar(255) NOT NULL default '',
  `trstat` varchar(255) NOT NULL default '',
  UNIQUE KEY `refk` (`ref`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_ccprocessors` (
  `module_name` varchar(255) NOT NULL default '',
  `type` char(1) NOT NULL default '',
  `processor` varchar(255) NOT NULL default '',
  `template` varchar(255) NOT NULL default '',
  `param01` varchar(255) NOT NULL default '',
  `param02` varchar(255) NOT NULL default '',
  `param03` varchar(255) NOT NULL default '',
  `param04` varchar(255) NOT NULL default '',
  `param05` varchar(255) NOT NULL default '',
  `param06` varchar(255) NOT NULL default '',
  `param07` varchar(255) NOT NULL default '',
  `param08` varchar(255) NOT NULL default '',
  `param09` varchar(255) NOT NULL default '',
  `disable_ccinfo` char(1) NOT NULL default 'N',
  `background` char(1) NOT NULL default 'N',
  `testmode` char(1) NOT NULL default 'N',
  `is_check` char(1) NOT NULL default '',
  `is_refund` char(1) NOT NULL default '',
  `c_template` varchar(255) NOT NULL default '',
  `paymentid` int(11) NOT NULL default '0',
  `cmpi` char(1) NOT NULL default '',
  PRIMARY KEY  (`module_name`),
  KEY `module_name` (`module_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('AuthorizeNet: AIM','C','cc_authorizenet.php','cc_authorizenet.tpl','7f34fba2d03993eb','7f34fba2d03993eb','','123','AFA','123','A','','','N','Y','Y','','','',0,'Y'),
 ('iTransact (ProcessUSA). XML scheme','C','cc_processusa.php','cc_processusa.tpl','123','123','123','','','','','','','N','Y','N','','','',0,''),
 ('IntelliPay: ExpertLink','C','cc_intellipaycom.php','cc_intellipaycom.tpl','test','test_password','www.x-cart.com','','','','','','','C','Y','N','','','',0,''),
 ('2Checkout','C','cc_2checkoutcom.php','cc_2checkoutcom.tpl','1231111','123','123','','','','','','','Y','N','N','','','',0,''),
 ('WorldPay','C','cc_worldpay.php','cc_worldpay.tpl','','','','','','','','','','Y','N','A','','','',0,''),
 ('LinkPoint','C','cc_linkpoint.php','cc_linkpoint.tpl','123123123123','123','','not_provided','','','','','','N','Y','A','','','',0,''),
 ('VeriSign PayFlow Pro','C','cc_verisign.php','cc_verisign.tpl','','','','','','','','','','N','Y','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('PlugnPay. Remote Auth method','C','cc_plugnpaycom.php','cc_plugnpaycom.tpl','','','pay1.plugnpay.com','','','','','','','N','Y','N','','','',0,''),
 ('PSiGate','C','cc_psigate.php','cc_psigate.tpl','','','','','','','','','','C','N','N','','','',0,''),
 ('SkipJack','C','cc_skipjack.php','cc_skipjack.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('GestPay','C','cc_gestpay.php','cc_gestpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('VeriSign Link','C','cc_verisignl.php','cc_verisignl.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('SECPay','C','cc_secpay.php','cc_secpay.tpl','secpay','true','false','','','','','','','N','Y','A','','','',0,''),
 ('Saferpay','C','cc_saferpay.php','cc_saferpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('GoChargeIt','C','cc_chargeit.php','cc_chargeit.tpl','merchant','test','','','','','','','','C','N','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('ePDQ','C','cc_epdq.php','cc_epdq.tpl','merchantdisplayname','id0000','password','840','PreAuth','','','','','Y','N','N','','','',0,''),
 ('eWAY.XML payment','C','cc_eway.php','cc_eway.tpl','87654321','TRUE','','','','','','','','C','Y','A','','','',0,''),
 ('EFSnet','C','cc_efs.php','cc_efs.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('Bank of America','C','cc_bank.php','cc_bank.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('CyberCash','C','cc_ccash.php','cc_ccash.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('BluePay','C','cc_blue.php','cc_blue.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('MultiPay','C','cc_multi.php','cc_multi.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('ProxyPay3','C','cc_pp3.php','cc_pp3.tpl','https://ep.eurocommerce.gr/proxypay/apacs','','0840','Y','','','','','','Y','N','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('PayGateway (Paradata Systems)','C','cc_pgw.php','cc_pgw.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('USAePay','C','cc_usaepay.php','cc_usaepay.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('PayNet','C','cc_paynet.php','cc_paynet.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('PaySystems','C','cc_paysystems.php','cc_paysystems.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('E-Gold','P','cc_egold.php','cc_egold.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('E-Dinar','P','cc_edinar.php','cc_edinar.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('InternetSecure','C','cc_isecure.php','cc_isecure.tpl','','','','','','','','','','Y','N','A','','','',0,''),
 ('TransFirst eLink (Server based solution)','C','cc_dpil.php','cc_dpil.tpl','','','','','','','','','','N','Y','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('IO*NGATE','C','cc_iongatecom.php','cc_iongatecom.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('Netbilling','C','cc_netbilling.php','cc_netbilling.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('X-Cart TEST','C','cc_test.php','cc_test.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('CentiPaid','P','cc_centi.php','cc_centi.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('MerchantPartners','C','cc_gcomm.php','cc_gcomm.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('eSelect plus','C','cc_eselect.php','cc_eselect.tpl','','','43924','','','','','','','C','Y','Y','','','',0,''),
 ('ECHOnline','C','cc_echo.php','cc_echo.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('PayGate','C','cc_paygate.php','cc_paygate.tpl','','','','','','','','','','N','Y','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('GZS:PayMaster','C','cc_gzs.php','cc_gzs.tpl','123','USD','','123','123','','','','','N','Y','N','','','',0,''),
 ('NetRegistry e-commerce','C','cc_nrecom.php','cc_nrecom.tpl','','','','','','','','','','C','Y','N','','','',0,''),
 ('PayBox','C','cc_paybox.php','cc_paybox.tpl','1999888','99','','','','','','','','Y','N','N','','','',0,''),
 ('Protx VSP Form','C','cc_protx.php','cc_protx.tpl','TestVendor','testvendor','USD','Y','','','','','','Y','N','Y','','','',0,''),
 ('Cambist','C','cc_cambist.php','cc_cambist.tpl','DEMO','DEMO Merchant','','','','','','','','N','Y','Y','','','',0,''),
 ('DataTrans','C','cc_datatrans.php','cc_datatrans.tpl','1000011011','','','','','','','','','N','Y','N','','','',0,''),
 ('Direct Payment Solution: PX POST','C','cc_dps.php','cc_dps.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('3Delta Systems','C','cc_3delta.php','cc_3delta.tpl','','','','','','','','','','N','N','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('Pasat Internet','C','cc_pi.php','cc_pi.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('ZipZap','C','cc_zipzap.php','cc_zipzap.tpl','','','','','','','','','','C','Y','N','','','',0,''),
 ('SurePay','C','cc_surepay.php','cc_surepay.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('eSec.Direct','C','cc_esecd.php','cc_esec.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('eSec.ReDirect','C','cc_esec.php','cc_esec.tpl','','','','','','','','','','N','N','A','','','',0,''),
 ('Wells Fargo','C','cc_wells.php','cc_wells.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('VaultX','C','cc_vaultx.php','cc_vaultx.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('Scopus Tecnologia','C','cc_scopus.php','cc_scopus.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('SECURETRADING','C','cc_securetrading.php','cc_securetrading.tpl','','','GBP','','','','','','','Y','N','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('RTWare: ADC Direct Response','C','cc_rtware.php','cc_rtware.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('PayZip.Net: Web2Web','C','cc_payzip.php','cc_payzip.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('Protx VSP Direct','C','cc_protxdir.php','cc_protxdir.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('Ogone','C','cc_ogone.php','cc_ogone.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('SmartPag','C','cc_smartpag.php','cc_smartpag.tpl','123','123123123','','','','','','','','Y','N','N','','','main/register_ccsmartpag.tpl',0,''),
 ('eProcessingNetwork. Transparent.','C','cc_eproc.php','cc_eproc.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('NetBanx','C','cc_netbanx.php','cc_netbanx.tpl','','','','','','','','','','Y','N','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('eWAY.Shared payment','C','cc_ewayweb.php','cc_ewayweb.tpl','87654321','TRUE','','','','','','','','Y','N','Y','','','',0,''),
 ('World Swift','P','cc_wswift.php','cc_wswift.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('PaySystems Client','C','cc_psclient.php','cc_psclient.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('AccessPoint (MerchantManager)','C','cc_mm.php','cc_mm.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('Clear Commerce (PayFuse)','C','cc_fuse.php','cc_fuse.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('TrustCommerce','C','cc_trustcommerce.php','cc_trustcommerce.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('viaKlix','C','cc_viaklix.php','cc_viaklix.tpl','','','','','','','','','','N','N','Y','','','',0,''),
 ('viaKlix 2.0','C','cc_viaklix2.php','cc_viaklix2.tpl','','','','','','','','','','N','N','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('E-Gateway (Mantis Technologies)','C','cc_egateway.php','cc_egateway.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Slim CD','C','cc_slim.php','cc_slim.tpl','1','562519011','2','testmaster','','','','','','N','Y','N','','','',0,''),
 ('Transaction Central. XML Interface','C','cc_pri.php','cc_pri.tpl','10011','1234','','','','','','','','C','Y','N','','','',0,''),
 ('Transaction Central. WEB Interface','C','cc_priw.php','cc_priw.tpl','10011','1234','','','','','','','','Y','N','N','','','',0,''),
 ('Transaction Central. POST Interface','C','cc_prip.php','cc_prip.tpl','10011','1234','','','','','','','','C','Y','N','','','',0,''),
 ('Ezic. Direct mode V3.x','C','cc_ezic.php','cc_ezic.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('BiBiT','C','cc_bibit.php','cc_bibit.tpl','2342342','234','','','ARS','','','','','N','Y','Y','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('Velocity Pay','C','cc_vp.php','cc_vp.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Innovative E-Commerce','C','cc_innec.php','cc_innec.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('SecurePay','C','cc_securepay.php','cc_securepay.tpl','','','','','','','','','','C','Y','N','','','',0,''),
 ('Jettis','C','cc_jettis.php','cc_jettis.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('MultiCards','C','cc_multicard.php','cc_multicard.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Money Bookers','P','cc_mbookers.php','cc_mbookers.tpl','123','CZK','EN','3123','','','','','','Y','N','N','','','',0,''),
 ('Lynk Systems','C','cc_lynksystems.php','cc_lynksystems.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('DeltaPAY','C','cc_delta.php','cc_delta.tpl','','','','','','','','','','Y','N','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('AuthorizeNet: SIM','C','cc_authorizenet_sim.php','cc_authorizenet_sim.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Censeo (dialog)','C','cc_censeo_d.php','cc_censeo.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Censeo (no dialog)','C','cc_censeo.php','cc_censeo.tpl','','','','','','','','','','N','N','N','','','',0,''),
 ('CyberSource','C','cc_csrc.php','cc_csrc.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('PayByCheck','H','ch_paybycheck.php','ch_paybycheck.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('WTSbank','H','ch_wtsbank.php','ch_wtsbank.tpl','','','','','','','','','','N','N','N','','','',0,''),
 ('AuthorizeNet.eCheck','H','ch_authorizenet.php','ch_authorizenet.tpl','7f34fba2d03993eb','7f34fba2d03993eb','Y','123','AFA','222','A','','','','N','Y','','','customer/main/ch_authorizenet.tpl',0,''),
 ('PayPal','P','ps_paypal.php','ps_paypal.tpl','','','','','','','','','','Y','N','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('Nochex','P','ps_nochex.php','ps_nochex.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('GoEmerchant','C','cc_goem.php','cc_goem.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('GoEmerchant XML','C','cc_goem_xml.php','cc_goem.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('Way2Pay','P','cc_w2p.php','cc_w2p.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('ANZ eGate','C','cc_anz.php','cc_anz.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('NetPay','P','cc_netpay.php','cc_netpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('YourPay','C','cc_yourpay.php','cc_yourpay.tpl','','','','','','','','','','N','Y','A','','','',0,''),
 ('Payment Express (Hosted payment page)','C','cc_dpilpx.php','cc_dpilpx.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Bean Stream','C','cc_bean.php','cc_bean.tpl','','','','','','','','','','N','Y','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('FirePay','C','cc_fire.php','cc_fire.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('Epoch Systems','C','cc_epoch.php','cc_epoch.tpl','','','','','','','','','','C','Y','N','','','',0,''),
 ('uSight','C','cc_usight.php','cc_usight.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('PlugnPay. Smart Screen method','C','cc_pnpss.php','cc_pnpss.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('PayWeb','C','cc_payweb.php','cc_payweb.tpl','10011013800','','','','','','','','','Y','N','N','','','',0,''),
 ('Cardia Shop','C','cc_cardia2.php','cc_cardia2.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('Smart people','C','cc_people.php','cc_people.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('EZTP','C','cc_eztp.php','cc_eztp.tpl','','','','','','','','','','N','Y','N','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('iDeb','C','cc_ideb.php','cc_ideb.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('YellowPay','C','cc_yellow.php','cc_yellow.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('CyberPac (LaCaixa)','C','cc_cpac.php','cc_cpac.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('HSBC Secure E-Payment Service','C','cc_hsbc.php','cc_hsbc.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('EasyPay','C','cc_easypay.php','cc_easypay.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('Triple Deal','C','cc_triple.php','cc_triple.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('Ogone (web)','C','cc_ogoneweb.php','cc_ogoneweb.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('WebCraft','C','cc_webcraft.php','cc_webcraft.tpl','','','','','','','','','','N','Y','A','','','',0,'');
INSERT INTO `xcart_ccprocessors` (`module_name`,`type`,`processor`,`template`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`,`disable_ccinfo`,`background`,`testmode`,`is_check`,`is_refund`,`c_template`,`paymentid`,`cmpi`) VALUES 
 ('Trolley Gateway','C','cc_trolley.php','cc_trolley.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('PSW Billing','C','cc_pswbill.php','cc_pswbill.tpl','','','','','','','','','','Y','N','N','','','',0,''),
 ('PayByCheck.XML','H','ch_pbcxml.php','ch_pbcxml.tpl','','','','','','','','','','N','Y','Y','','','',0,''),
 ('Caledon','C','cc_caledon.php','cc_caledon.tpl','','','','','','','','','','N','Y','N','','','',0,''),
 ('2Checkout. Version 2','C','cc_2conew.php','cc_2conew.tpl','','','','','','','','','','Y','N','Y','','','',0,''),
 ('DirectOne direct','C','cc_directone.php','cc_directone.tpl','','','','','','','','','','N','Y','Y','','','',0,'');
CREATE TABLE `xcart_class_lng` (
  `code` char(2) NOT NULL default 'US',
  `classid` int(11) NOT NULL default '0',
  `class` varchar(128) NOT NULL default '',
  `classtext` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`classid`,`code`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_class_options` (
  `optionid` int(11) NOT NULL auto_increment,
  `classid` int(11) NOT NULL default '0',
  `option_name` varchar(255) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `avail` char(1) NOT NULL default 'Y',
  `price_modifier` decimal(12,2) NOT NULL default '0.00',
  `modifier_type` char(1) NOT NULL default '$',
  PRIMARY KEY  (`optionid`),
  KEY `orderby` (`orderby`,`avail`),
  KEY `ia` (`classid`,`avail`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_classes` (
  `classid` int(11) NOT NULL auto_increment,
  `productid` int(11) NOT NULL default '0',
  `class` varchar(128) NOT NULL default '',
  `classtext` varchar(255) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `avail` char(1) NOT NULL default 'Y',
  `is_modifier` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`classid`),
  KEY `orderby` (`orderby`,`avail`),
  KEY `productid` (`productid`),
  KEY `is_modifier` (`is_modifier`),
  KEY `class` (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_config` (
  `name` varchar(32) NOT NULL default '',
  `comment` varchar(255) NOT NULL default '',
  `value` text NOT NULL,
  `category` varchar(32) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `type` enum('text','textarea','checkbox') default 'text',
  `defvalue` text NOT NULL,
  PRIMARY KEY  (`name`,`category`),
  KEY `orderby` (`orderby`),
  KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('orders_department','Orders department e-mail address','sandi@olliesparrotsperch.com','Company',130,'text',''),
 ('unlimited_products','Disable inventory tracking','N','General',100,'checkbox','N'),
 ('newsletter_limit','Newsletter limit to show','30','Appearance',10,'text','30'),
 ('newsletter_email','Reply-To newsletter email address','sandi@olliesparrotsperch.com','Company',150,'text',''),
 ('support_department','Help/Support department e-mail address','sandi@olliesparrotsperch.com','Company',140,'text',''),
 ('users_department','Users department e-mail address','sandi@olliesparrotsperch.com','Company',110,'text',''),
 ('site_administrator','Site administrator e-mail address','sandi@olliesparrotsperch.com','Company',120,'text',''),
 ('gc_show_expired','Show expired Gift Certificates','Y','Modules',10,'checkbox','Y'),
 ('products_per_page','Products per page','10','Appearance',20,'text','1'),
 ('max_nav_pages','Maximum navigation pages','10','Appearance',60,'text','1');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('redirect_to_cart','Redirect customer to cart','Y','General',95,'checkbox','Y'),
 ('download_key_ttl','Download key TTL (hours)','24','General',72,'text','24'),
 ('enable_debug_console','Enable debugging console','N','General',90,'checkbox','N'),
 ('minimal_order_amount','Minimum allowed order total','10','General',110,'text','10'),
 ('intershipper_username','Intershipper username','','Shipping',10,'text',''),
 ('intershipper_password','Intershipper password','','Shipping',20,'text',''),
 ('weight_symbol_grams','Grams in the unit of weight defined by the weight symbol','453.6','General',231,'text','453.6'),
 ('realtime_shipping','Real-time shipping calculation<br><b>Note</b>: original shipping address can be set under \'Company options\' submenu on this page. Intershipper works only with US origins.','N','Shipping',5,'checkbox','N'),
 ('location_address','Company address','21090 Virginia Road','Company',60,'text',''),
 ('location_city','Company city','Dekalb','Company',70,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('location_state','Company state','IL','Company',80,'text','CA'),
 ('location_zipcode','Company zip/postal code','60115','Company',90,'text',''),
 ('location_country','Company country','US','Company',100,'text','US'),
 ('pgp_home_dir','Home path','','PGP',2,'text',''),
 ('pgp_prog','PGP binary path','/usr/local/bin/pgp','PGP',3,'text',''),
 ('pgp_key','PGP user id','','PGP',4,'text',''),
 ('version','DB version','4.0.12','',0,'text',''),
 ('upgrade_history','History of upgrades','','',0,'text',''),
 ('pgp_public_key','PGP public key','','PGP',20,'textarea',''),
 ('use_pgp6','Use PGP version 6','N','PGP',21,'checkbox','N'),
 ('default_customer_language','Default customers language (2 chars country code)','US','',12,'text','US'),
 ('default_admin_language','Default admin language (2 chars country code)','US','',11,'text','US'),
 ('html_mail','HTML mail','Y','Email',20,'checkbox','N'),
 ('use_PHP_mailer','Use internal PHP mailer for sending newsletters.','N','Email',10,'checkbox','N'),
 ('disabled_languages','Disabled languages (comma separated)','','',130,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('use_intershipper','If ticked, use Intershipper calculation services, otherwise use integrated module (contact UPS, USPS, FedEX calculation services directly)','N','Shipping',7,'checkbox','N'),
 ('enable_all_shippings','Enable all shipping methods even if a customer is not logged in','N','Shipping',0,'checkbox','N'),
 ('number_of_bestsellers','Number of products in bestsellers list','5','Modules',130,'text','5'),
 ('number_of_recommends','Number of products to display in recommends list','10','Modules',160,'text','10'),
 ('select_recommends_list_randomly','Select recommended products randomly','Y','Modules',150,'checkbox','Y'),
 ('membership_levels','','a:3:{i:0;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:7:\"Premium\";}i:1;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:9:\"Wholesale\";}i:2;a:2:{s:8:\"usertype\";s:1:\"A\";s:10:\"membership\";s:17:\"Fulfillment staff\";}}','',0,'text','a:3:{i:0;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:7:\"Premium\";}i:1;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:9:\"Wholesale\";}i:2;a:2:{s:8:\"usertype\";s:1:\"A\";s:10:\"membership\";s:17:\"Fulfillment staff\";}}'),
 ('customer_reviews','Allow viewing reviews','N','Modules',160,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('customer_voting','Allow voting','N','Modules',170,'checkbox','Y'),
 ('writing_reviews','Allow writing reviews (N - disallow to all, A - allow to all, R - allow to registered','N','Modules',180,'text','A'),
 ('membership_signup','Moderated sign-up for membership','Y','General',180,'checkbox','Y'),
 ('default_country','Default country','US','General',190,'text','US'),
 ('currency_symbol','Primary currency symbol','$','General',200,'text','$'),
 ('alter_currency_symbol','Alternative currency symbol (empty to disable). Note that credit card charges are performed using primary currency','','General',210,'text',''),
 ('alter_currency_rate','Alternative currency exchange rate','0','General',220,'text','0'),
 ('weight_symbol','Weight symbol','lbs','General',230,'text','lbs'),
 ('company_name','Company name','Ollies Parrots Perch','Company',10,'text',''),
 ('company_website','Company website','http://www.olliesparrotsperch.com','Company',20,'text',''),
 ('show_cc_info','Include order details (credit card information) into admin order notification message (it is recommended to use PGP encryption with this option enabled)','Y','Email',30,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('root_categories','If ticked, the categories list always shows root categories','Y','General',250,'checkbox','Y'),
 ('disable_cc','Do not ask customers to enter CC information while registering','Y','General',260,'checkbox','Y'),
 ('show_in_stock','Show quantity in stock','Y','Appearance',70,'checkbox','Y'),
 ('max_select_quantity','Maximum number of selections in quantity selectbox','50','Appearance',80,'text','50'),
 ('show_thumbnails','Show thumbnails in products list','Y','Appearance',90,'checkbox','Y'),
 ('bestsellers_thumbnails','Show thumbnails in bestsellers list','Y','Modules',210,'checkbox','Y'),
 ('bestsellers_menu','Show bestsellers list in the menu column','Y','Modules',210,'checkbox','Y'),
 ('check_cc_number','Enable Credit Card info validation','N','General',505,'checkbox','N'),
 ('company_phone','Company phone','1-815-758-7215','Company',30,'text',''),
 ('company_phone_2','Company phone 2','1-815-762-0454','Company',40,'text',''),
 ('company_fax','Company fax','','Company',50,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('card_types','','a:11:{i:0;a:3:{s:4:\"code\";s:4:\"VISA\";s:4:\"type\";s:4:\"Visa\";s:4:\"cvv2\";s:1:\"1\";}i:1;a:3:{s:4:\"code\";s:2:\"MC\";s:4:\"type\";s:10:\"MasterCard\";s:4:\"cvv2\";s:1:\"1\";}i:2;a:3:{s:4:\"code\";s:4:\"AMEX\";s:4:\"type\";s:16:\"American Express\";s:4:\"cvv2\";s:1:\"1\";}i:3;a:3:{s:4:\"code\";s:4:\"DICL\";s:4:\"type\";s:11:\"Diners Club\";s:4:\"cvv2\";s:0:\"\";}i:4;a:3:{s:4:\"code\";s:3:\"JCB\";s:4:\"type\";s:3:\"JCB\";s:4:\"cvv2\";s:0:\"\";}i:5;a:3:{s:4:\"code\";s:5:\"CARTE\";s:4:\"type\";s:13:\"Carte Blanche\";s:4:\"cvv2\";s:0:\"\";}i:6;a:3:{s:4:\"code\";s:3:\"ABC\";s:4:\"type\";s:19:\"Australian BankCard\";s:4:\"cvv2\";s:0:\"\";}i:7;a:3:{s:4:\"code\";s:4:\"DINO\";s:4:\"type\";s:14:\"Discover/Novus\";s:4:\"cvv2\";s:0:\"\";}i:8;a:3:{s:4:\"code\";s:2:\"SW\";s:4:\"type\";s:6:\"Switch\";s:4:\"cvv2\";s:0:\"\";}i:9;a:3:{s:4:\"code\";s:2:\"SO\";s:4:\"type\";s:4:\"Solo\";s:4:\"cvv2\";s:0:\"\";}i:10;a:3:{s:4:\"code\";s:3:\"ERT\";s:4:\"type\";s:7:\"enRoute\";s:4:\"cvv2\";s:0:\"\";}}','',0,'text','a:11:{i:0;a:3:{s:4:\"code\";s:4:\"VISA\";s:4:\"type\";s:4:\"Visa\";s:4:\"cvv2\";s:1:\"1\";}i:1;a:3:{s:4:\"code\";s:2:\"MC\";s:4:\"type\";s:10:\"MasterCard\";s:4:\"cvv2\";s:1:\"1\";}i:2;a:3:{s:4:\"code\";s:4:\"AMEX\";s:4:\"type\";s:16:\"American Express\";s:4:\"cvv2\";s:1:\"1\";}i:3;a:3:{s:4:\"code\";s:4:\"DICL\";s:4:\"type\";s:11:\"Diners Club\";s:4:\"cvv2\";s:0:\"\";}i:4;a:3:{s:4:\"code\";s:3:\"JCB\";s:4:\"type\";s:3:\"JCB\";s:4:\"cvv2\";s:0:\"\";}i:5;a:3:{s:4:\"code\";s:5:\"CARTE\";s:4:\"type\";s:13:\"Carte Blanche\";s:4:\"cvv2\";s:0:\"\";}i:6;a:3:{s:4:\"code\";s:3:\"ABC\";s:4:\"type\";s:19:\"Australian BankCard\";s:4:\"cvv2\";s:0:\"\";}i:7;a:3:{s:4:\"code\";s:4:\"DINO\";s:4:\"type\";s:14:\"Discover/Novus\";s:4:\"cvv2\";s:0:\"\";}i:8;a:3:{s:4:\"code\";s:2:\"SW\";s:4:\"type\";s:6:\"Switch\";s:4:\"cvv2\";s:0:\"\";}i:9;a:3:{s:4:\"code\";s:2:\"SO\";s:4:\"type\";s:4:\"Solo\";s:4:\"cvv2\";s:0:\"\";}i:10;a:3:{s:4:\"code\";s:3:\"ERT\";s:4:\"type\";s:7:\"enRoute\";s:4:\"cvv2\";s:0:\"\";}}'),
 ('ppm_gateway_data','','WC1DYXJ0IENvcHlyaWdodCAoYykgMjAwMS0yMDA0IFJ1c2xhbiBSLiBGYXpsaWV2ICZsdDtycmZAcnJmLnJ1Jmd0Owo8YnI+PGJyPgpCeSB1c2luZyB0aGUgc29mdHdhcmUgeW91IGFncmVlIHRvIHRoZSB0ZXJtcyBvZiB0aGUgZm9sbG93aW5nIHNvZnR3YXJlIGxpY2Vuc2UgYWdyZWVtZW50OiAKPGJyPjxicj4KPGEgaHJlZj0iaHR0cDovL3d3dy54LWNhcnQuY29tL3NvZnR3YXJlX2xpY2Vuc2VfYWdyZWVtZW50Lmh0bWwiPmh0dHA6Ly93d3cueC1jYXJ0LmNvbS9zb2Z0d2FyZV9saWNlbnNlX2FncmVlbWVudC5odG1sPC9hPgo8YnI+PGJyPgpVc2luZyB0aGUgc29mdHdhcmUgd2l0aG91dCBwdXJjaGFzaW5nIGEgdmFsaWQgbGljZW5zZSBmcm9tIHRoZSBjb3B5cmlnaHQgb3duZXIgaXMgcHJvaGliaXR0ZWQgYnkgaW50ZXJuYXRpb25hbCBjb3B5cmlnaHQgbGF3LiBZb3UgY2FuIGNoZWNrIHlvdXIgbGljZW5zZSBzdGF0dXMgaGVyZTogCjxicj48YnI+CjxhIGhyZWY9Imh0dHA6Ly93d3cueC1jYXJ0LmNvbS92ZXJpZnlfbGljZW5zZS5odG1sIj5odHRwOi8vd3d3LngtY2FydC5jb20vdmVyaWZ5X2xpY2Vuc2UuaHRtbDwvYT4=','',0,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('count_products','Show number of products in categories','Y','Appearance',110,'checkbox','Y'),
 ('default_pwd','Enable default password warning','Y','General',510,'checkbox','Y'),
 ('min_gc_amount','Minimum amount for GC','10','Modules',10,'text','0'),
 ('max_gc_amount','Maximum amount for GC (0 if unlimited)','0','Modules',10,'text','0'),
 ('enablePostMailGC','Enable post Gift Certificates by mail','Y','Modules',230,'checkbox','Y'),
 ('apply_default_country','When a customer isn\'t logged in, it is presumed that he is from a default country.','N','General',195,'checkbox','N'),
 ('products_per_page_admin','Products per page (admin)','30','Appearance',30,'text','30'),
 ('orders_per_page_admin','Orders per page (admin)','30','Appearance',40,'text','30'),
 ('users_per_page_admin','Users per page (admin)','30','Appearance',50,'text','30'),
 ('timezone_offset','Time difference between shop location and host server location (hours)','0','General',540,'text','0'),
 ('USPS_servername','USPS server name','','Shipping',7,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('USPS_username','USPS username','','Shipping',8,'text',''),
 ('USPS_password','USPS password','','Shipping',9,'text',''),
 ('gc_blocking_period','Gift Certificate blockling period (to prevent multiply usage of the same Gift Certificate) (minutes)','120','Modules',240,'text','120'),
 ('httpsmod','Preferred HTTPS module (if not found the first available module will be used)','libcurl','General',999,'text','libcurl'),
 ('icons_location','Store category icons in the database (DB) or file system (FS)','FS','Images',10,'text','DB'),
 ('icons_path','Path to category icons on the local server (for storing in FS)','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products','Images',20,'text',''),
 ('icons_path_only','Allow to store category icons only in the directory specified here (for storing in FS)','Y','Images',30,'checkbox','N'),
 ('icons_size_limit','Category icon file size limit (bytes)','0','Images',40,'text','0'),
 ('thumbnails_location','Store product thumbnails in the database (DB) or file system (FS)','FS','Images',50,'text','DB');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('thumbnails_path','Path to product thumbnails on the local server (for storing in FS)','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products','Images',60,'text',''),
 ('thumbnails_path_only','Allow to store product thumbnails only in the directory specified here (for storing in FS)','Y','Images',70,'checkbox','N'),
 ('thumbnails_size_limit','Product thumbnail file size limit (bytes)','0','Images',80,'text','0'),
 ('det_images_location','Store product detailed images in the database (DB) or file system (FS)','FS','Images',90,'text','DB'),
 ('det_images_path','Path to product detailed images on the local server (for storing in FS)','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products','Images',100,'text',''),
 ('det_images_path_only','Allow to store images only in the directory specified here (for storing in FS)','Y','Images',110,'checkbox','N'),
 ('det_images_size_limit','Detailed image file size limit (bytes)','0','Images',120,'text','0'),
 ('UPS_username','UPS username','','UPS_OnLine_Tools',40,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('UPS_password','UPS password','','UPS_OnLine_Tools',50,'text',''),
 ('UPS_accesskey','UPS access key (XML)','','UPS_OnLine_Tools',60,'text',''),
 ('buynow_button_enabled','Enable \"Buy Now\" button in the product list','Y','Appearance',120,'checkbox','Y'),
 ('start_year','Year when the store started its operation','2003','Company',160,'text','2005'),
 ('enable_init_order_notif','Enable email notifications for admin/provider about initially placed orders','N','Email_Note',50,'checkbox','N'),
 ('enable_init_order_notif_customer','Enable email notifications for customers about initially placed orders','Y','Email_Note',40,'checkbox','N'),
 ('default_zipcode','Default zipcode','','General',191,'text',''),
 ('default_state','Default state','IL','General',192,'text','NY'),
 ('default_city','Default city','','General',193,'text',''),
 ('products_per_row','Display products list in multiple columns (1-3) (leave empty to use standard format)','0','Appearance',130,'text',''),
 ('featured_only_multicolumn','Display only featured products list in multicolumn format','N','Appearance',140,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('interneka_id','Enter your Interneka ID','','Interneka',10,'text',''),
 ('interneka_per_sale','Check this to enable \'per Sale, %\' payment model','Y','Interneka',20,'checkbox','Y'),
 ('interneka_per_lead','Check this to enable \'per Lead, $\' payment model','Y','Interneka',30,'checkbox','Y'),
 ('shop_closed','Check this to close your shop temporarily','N','General',10,'checkbox','N'),
 ('disable_outofstock_products','Disable products which are out of stock','N','General',150,'checkbox','N'),
 ('thumbnail_width','The thumbnail width in the products list','70','Appearance',150,'text','70'),
 ('perl_binary','The full path to Perl interpreter executable (e.g. WIN32: \'d:\\perl\\bin\\perl.exe\'; UNIX: \'/usr/bin/perl\' or leave this field empty)','','General',600,'text',''),
 ('db_backup_date','The date of the last database backup','1112054572','',0,'text',''),
 ('disable_anonymous_checkout','Disable anonymous checkout','Y','General',20,'checkbox','N'),
 ('disable_shipping','Disable shipping','Y','Shipping',0,'checkbox','N');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('uk_oriented_ccinfo','Enable \'Issue Number\' and \'Valid from\' fields in the CC info form','N','General',30,'checkbox','N'),
 ('date_format','Select the date format','%m-%d-%Y','Appearance',160,'text','%d-%m-%Y'),
 ('time_format','Select the time format','%I:%M:%S %p','Appearance',170,'text',''),
 ('active_subscriptions_processor','CC processor for subscriptions','','',151,'text',''),
 ('CPC_merchant_id','CanadaPost merchant ID','','Shipping',70,'text',''),
 ('CPC_test_mode','Use CanadaPost test server','Y','Shipping',80,'checkbox','Y'),
 ('products_order','Select the order of products to display within category','price','Appearance',95,'text','orderby'),
 ('display_shipping_cost','Display cost for all shipping methods','Y','Appearance',180,'checkbox','Y'),
 ('enable_tracking_statistics','Enable tracking statistics gathering','Y','General',550,'checkbox','Y'),
 ('hide_disfunctional_payments','Hide disfunctional payment methods from customers','N','General',560,'checkbox','N'),
 ('subscriptions_key','Secret key to avoid non-authorized usage of Subscriptions module','','Modules',250,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('show_cart_details','Display detailed cart totals information','Y','Appearance',190,'text','Y'),
 ('allow_update_quantity_in_cart','Allow to update product quantity on the checkout pages','Y','Appearance',200,'checkbox','Y'),
 ('replace_shipping_with_freight','Do not calculate shipping rates for products with defined shipping freight','N','Shipping',3,'checkbox','N'),
 ('allow_auto_create_categories','Create all necessary categories during products import','Y','General',570,'checkbox','Y'),
 ('speed_bar','','a:3:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:7:\"orderby\";i:10;s:5:\"title\";s:4:\"Home\";s:4:\"link\";s:34:\"http://www.olliesparrotsperch.com/\";s:6:\"active\";s:1:\"Y\";}i:1;a:5:{s:2:\"id\";s:1:\"3\";s:7:\"orderby\";i:20;s:5:\"title\";s:13:\"Shopping Cart\";s:4:\"link\";s:8:\"cart.php\";s:6:\"active\";s:1:\"Y\";}i:2;a:5:{s:2:\"id\";s:1:\"6\";s:7:\"orderby\";i:30;s:5:\"title\";s:10:\"Contact Us\";s:4:\"link\";s:38:\"help.php?section=contactus&mode=update\";s:6:\"active\";s:1:\"Y\";}}','',0,'text',''),
 ('parse_smarty_tags','Parse Smarty tags in the content of embedded static pages','Y','General',580,'checkbox','N');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('shop_closed_key','Key for access to a temporarily closed shop (e.g. http://www.example.com/xcart/home.php?shopkey=thiskey','','General',11,'text',''),
 ('use_https_login','Tick here if you want to use HTTPS for users login and registration','N','General',590,'checkbox','N'),
 ('print_orders_separated','Print order invoices on separated pages','N','Appearance',210,'checkbox','N'),
 ('send_notifications_to_provider','Send e-mail notifications about placed orders to providers who uploaded the purchased products (in addition to the orders department)','Y','Email_Note',60,'checkbox','Y'),
 ('use_secure_login_page','Use secure login form on a separate page (HTTPS)','N','General',595,'checkbox','N'),
 ('dont_leave_https','Do not redirect customers from HTTPS to HTTP','Y','General',596,'checkbox','N'),
 ('display_taxed_order_totals','Display cart/order totals including tax','N','Taxes',65,'checkbox','N'),
 ('display_cart_products_tax_rates','Display a tax rate for each product in cart/order','N','Taxes',70,'checkbox','N');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('admin_sqlerror_notify','Notify the site administrator about SQL errors at the store by e-mail','Y','Email_Note',599,'checkbox','N'),
 ('meta_descr','Common META description','Ollies Parrots Perch','SEO',10,'text',''),
 ('meta_keywords','Common META keywords','Ollies Parrots Perch','SEO',20,'text',''),
 ('fancy_categories_skin','Select categories menu style','Candy_Menu','Fancy_Categories',10,'text','Explorer'),
 ('include_meta_categories','Include categories META data to the page meta tags','Y','SEO',30,'checkbox','N'),
 ('include_meta_products','Include products META data to the page meta tags','Y','SEO',40,'checkbox','N'),
 ('page_title_format','Page title format','A','SEO',50,'text','A'),
 ('page_title_limit','Maximum length of page title element (leave 0 or empty if do not apply)','30','SEO',50,'text',''),
 ('disallowed_file_exts','Comma separated list of disallowed file extensions to upload','phtml, php3, php, pl, cgi, asp, exe, com, bat, pif','Security',10,'text',''),
 ('allow_ips','Check if payment gateway response is coming from the IP\'s specified here (enter a comma separated list):','','Security',20,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('blowfish_enabled','Blowfish encryption method is enabled.','N','Security',30,'checkbox','N'),
 ('crypt_method','Order emails encryption method','','Security',1,'text',''),
 ('gpg_home_dir','Home path','','GnuPG',2,'text',''),
 ('gpg_prog','GnuPG binary path','/usr/local/bin/gpg','GnuPG',3,'text',''),
 ('gpg_key','GnuPG user id','','GnuPG',4,'text',''),
 ('gpg_public_key','GnuPG public key','','GnuPG',5,'textarea',''),
 ('extra_fields_limit','Extra fields limit (per provider)','10','General',500,'text','10'),
 ('froogle_username','Froogle username','','Modules',200,'text',''),
 ('froogle_password','Froogle password','','Modules',201,'text',''),
 ('upselling_new_window','Open Product details page in a new window when customer clicks on product link in \"Related products\" list.','N','Modules',500,'checkbox','N'),
 ('anti_fraud_license','Antifraud module subscription key','','Modules',510,'text',''),
 ('manufacturers_limit','Manufacturers list limit','10','Modules',520,'text','10');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('manufacturers_menu','Show manufacturers list in the menu column','Y','Modules',530,'checkbox','Y'),
 ('manufacturers_per_page','Manufacturers per page (admin)','25','Modules',540,'text','25'),
 ('additional_fields','','','User_Profiles',10,'text',''),
 ('fields_status','','','User_Profiles',20,'text',''),
 ('use_js_states','Use Java Script version for state and country selector','Y','General',1040,'checkbox',''),
 ('unallowed_request_notify','Notify the site administrator by email if unallowed request to site occurs','Y','Email_Note',40,'checkbox',''),
 ('search_products_category','Field \'Search in category\'','Y','Search_products',1100,'checkbox','Y'),
 ('search_products_sku','Field \'SKU\'','Y','Search_products',1110,'checkbox','Y'),
 ('search_products_price','Field \'Price\'','Y','Search_products',1120,'checkbox','Y'),
 ('search_products_quantity','Field \'Quantity\'','N','Search_products',1130,'checkbox','N'),
 ('search_products_weight','Field \'Weight\'','Y','Search_products',1140,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('anti_fraud_limit','Fraud risk factor','5','Modules',503,'text','0'),
 ('search_products_manufacturers','Field \'Manufacturers\'','Y','Search_products',1150,'checkbox','Y'),
 ('enabled_printable_version','Enabled printable version of categories and products pages in Customer area','Y','Appearance',500,'checkbox','Y'),
 ('max_truncate','Maximum string length','30','Email',1300,'text','30'),
 ('use_base64_headers','Encode mail headers using \"Base 64\"','N','Email',25,'checkbox','N'),
 ('slist_max_transaction','Maximum transaction from one unique IP address (per day)','10','Stop_list',1310,'text','10'),
 ('slist_failed_transaction_limit','Failed transaction limit, there is IP address placed in the Stop list','10','Stop_list',1320,'text','10'),
 ('slist_sess_failed_trans_limit','Failed transaction limit in one session, there is IP address placed in the Stop list','10','Stop_list',1330,'text','10'),
 ('slist_fast_order_number','Maximum number of transactions the order placing time of which does not exceed the minimum time','5','Stop_list',1340,'text','5');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('slist_fast_order_time','Minimum time of order placement ensuring that the order was placed by a person, not by a script.','30','Stop_list',1350,'text','30'),
 ('slist_cancel_proxy_anonymous','Fail checkout process, if customer proxy is anonymous','Y','Stop_list',1360,'checkbox','Y'),
 ('contact_us_fields','','a:15:{i:0;a:3:{s:5:\"field\";s:5:\"title\";s:5:\"avail\";N;s:8:\"required\";N;}i:1;a:3:{s:5:\"field\";s:9:\"firstname\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:2;a:3:{s:5:\"field\";s:8:\"lastname\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:3;a:3:{s:5:\"field\";s:7:\"company\";s:5:\"avail\";N;s:8:\"required\";N;}i:4;a:3:{s:5:\"field\";s:9:\"b_address\";s:5:\"avail\";N;s:8:\"required\";N;}i:5;a:3:{s:5:\"field\";s:11:\"b_address_2\";s:5:\"avail\";N;s:8:\"required\";N;}i:6;a:3:{s:5:\"field\";s:6:\"b_city\";s:5:\"avail\";N;s:8:\"required\";N;}i:7;a:3:{s:5:\"field\";s:8:\"b_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:8;a:3:{s:5:\"field\";s:7:\"b_state\";s:5:\"avail\";N;s:8:\"required\";N;}i:9;a:3:{s:5:\"field\";s:9:\"b_country\";s:5:\"avail\";N;s:8:\"required\";N;}i:10;a:3:{s:5:\"field\";s:9:\"b_zipcode\";s:5:\"avail\";N;s:8:\"required\";N;}i:11;a:3:{s:5:\"field\";s:5:\"phone\";s:5:\"avail\";N;s:8:\"required\";N;}i:12;a:3:{s:5:\"field\";s:5:\"email\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:13;a:3:{s:5:\"field\";s:3:\"fax\";s:5:\"avail\";N;s:8:\"required\";N;}i:14;a:3:{s:5:\"field\";s:3:\"url\";s:5:\"avail\";N;s:8:\"required\";N;}}','Contact_Us',0,'text',''),
 ('eml_recurring_notification','Recurring billing notification to orders department','Y','Email_Note',1510,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('eml_profile_deleted','\'Profile is deleted\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_profile_deleted_admin','\'Profile is deleted\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_partner_approved','\'Partner account is approved\' notification to partner','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_partner_declined','\'Partner account is declined\' notification to partner','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_lowlimit_warning','Low limit warning to orders department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_lowlimit_warning_provider','Low limit warning to provider','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_order_p_notif_provider','\'Order is processed\' notification to provider','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_order_p_notif_customer','\'Order is processed\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_order_p_notif_admin','\'Order is processed\' notification to orders department','Y','Email_Note',1510,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('eml_order_c_notif_customer','\'Order is completed\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_order_d_notif_customer','\'Order is declined\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_giftcert_notif_admin','Gift certificate notification to orders department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_giftcert_notif_purchaser','Gift certificate notification to purchaser','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_login_error','Login error notification to site administrator','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_profile_modified_admin','\'Profile is modified\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_profile_modified_customer','\'Profile is modified\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_signin_partner_notif','\'Partner profile is created\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_signin_notif','\'Profile is created\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('eml_signin_notif_admin','\'Profile is created\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_newsletter_subscribe','\'Client is subscribed\' notification to subscriber','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_newsletter_subscribe_admin','\'Client is subscribed\' subscribe notification to Reply-To newsletter email address','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_newsletter_unsubscr','\'Client is unsubscribed\' notification to subscriber','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_newsletter_unsubscr_admin','\'Client is unsubscribed\' notification to Reply-To newsletter email address','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_af_sk_invalid','\'Antifraud service key is invalid\' notification to orders department','Y','Email_Note',1510,'checkbox','Y'),
 ('eml_af_sk_expire','\'Antifraud service key is expire\' notification to orders department','Y','Email_Note',1510,'checkbox','Y'),
 ('anti_fraud_order_limit','Order total threshold (an order is considered large if the order total exceeds this amount)','500','Modules',502,'text','0');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('show_passwords_in_notifications','Include user password in e-mail notifications to the Users department','Y','Email',40,'checkbox','Y'),
 ('use_counties','','N','General',1050,'checkbox','N'),
 ('ARB_id','Airborne API System ID','','Shipping',90,'text',''),
 ('ARB_password','Airborne API password','','Shipping',100,'text',''),
 ('ARB_account','Airborne Account Number','','Shipping',120,'text',''),
 ('ARB_testmode','Use Airborne test server','Y','Shipping',130,'checkbox','Y'),
 ('safe_distance','Antifraud safe distance (km)','350','Modules',500,'text','0'),
 ('enable_manual_cc_cvv2','Display CVV2 input box at the last stage of checkout if Manual CC processing is used','Y','General',1200,'checkbox','Y'),
 ('trans_class','The name of the class for the transactions from X-Cart.','Website:Retail','QuickBooks',5,'text','Website:Retail'),
 ('acct_tax','The name of the income account you use to track taxes from X-Cart. The type of this account should be INC.','Website:Tax','QuickBooks',10,'text','Website:Tax'),
 ('acct_product','The name of the income account you use to track sales of products from X-Cart. The type of this account should be INC.','Sales:Product','QuickBooks',15,'text','Sales:Product');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('acct_gc','The name of the income account you use to track sales of Gift Certificates from X-Cart. The type of this account should be INC.','Sales:Gift Certificate','QuickBooks',20,'text','Sales:Gift Certificate'),
 ('acct_gc_discount','The name of the income account you use to track discounts by Gift Certificates. The type of this account should be INC.','Sales:Gift Certificate Discount','QuickBooks',25,'text','Sales:Gift Certificate Discount'),
 ('acct_shipping','The name of the income account you use to track shipping cost. The type of this account should be INC.','Sales:Shipping','QuickBooks',30,'text','Sales:Shipping'),
 ('acct_coupon_discount','The name of the income account you use to track discounts by Discount Coupons. The type of this account should be INC.','Sales:Coupon Discount','QuickBooks',35,'text','Sales:Coupon Discount'),
 ('acct_discount','The name of the income account you use to track discounts. The type of this account should be INC.','Sales:Discount','QuickBooks',35,'text','Sales:Discount'),
 ('acct_inv_asset','The name of the asset account for the inventory items','Inventory Asset','QuickBooks',40,'text','Inventory Asset');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('export_invitems','Declare order products as inventory items','Y','QuickBooks',40,'checkbox','Y'),
 ('qb_reporderpoint','The minimum quantity of inventory items you want to keep in stock at any time','0','QuickBooks',45,'text',''),
 ('acct_inv_cogs','The name of the COGS account for the inventory items','Cost of Goods Sold','QuickBooks',50,'text','Cost of Goods Sold'),
 ('qb_exportpayments','Export information about processed orders','Y','QuickBooks',55,'checkbox','Y'),
 ('egoods_manual_cc_processing','Forcedly to turn on Manual CC processing if the cart contains EGoods','Y','Modules',550,'checkbox','N'),
 ('buynow_with_options_enabled','A customer using the \"Buy now\" button to order a product with product options must be redirected to the product details','N','Appearance',1201,'checkbox','N'),
 ('slist_P_check_enabled','Check if the current set of products in the cart coincides with the product set from an order originating from a blocked IP','Y','Stop_List',1201,'checkbox','Y'),
 ('qb_order_prefix','Prefix for order numbers for identification of transcations in Quickbooks from X-Cart.','','QuickBooks',60,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('dynamic_save_money_enabled','The dynamic updating of the Save Money label depending on the selected product options is enabled','Y','Modules',1201,'checkbox','N'),
 ('cmpi_enabled','Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication','N','CMPI',1201,'checkbox',''),
 ('cmpi_currency','Current currency','USD','CMPI',1201,'text',''),
 ('cmpi_proseccorid','Processor ID','','CMPI',1202,'text',''),
 ('cmpi_merchantid','Merchant ID','','CMPI',1203,'text',''),
 ('cmpi_url','Transaction URL','https://centineltest.cardinalcommerce.com:443/maps/txns.asp','CMPI',1204,'text',''),
 ('import_layout','','productid=0,productcode=1,product=2,distribution=3,weight=4,list_price=5,descr=6,fulldescr=7,avail=8,forsale=9,shipping_freight=10,free_shipping=11,discount_avail=12,min_amount=13,dim_x=14,dim_y=15,dim_z=16,low_avail_limit=17,free_tax=18,product_type=19,manufacturerid=20,return_time=21,category=22,price=23,thumbnail=24,applied_taxes=25,manufacturer=26,product_options=27,extra_fields=28','',0,'text',''),
 ('diff_categories','Use a different icon for categories containing products not organized into subcategories','Y','FCM_Explorer',0,'text','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('img_skin','Select an image set for the current style','blue','FCM_Explorer',0,'text','std'),
 ('img_skin_url','You can change skin images at the following url','<A href=\'file_edit.php?dir=/{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}\' target=\'_blank\'><B>{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}</B></A>','FCM_Explorer',0,'text','<A href=\'file_edit.php?dir=/{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}\' target=\'_blank\'><B>{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}</B></A>'),
 ('full_js','Use JavaScript to dynamically expand/collapse tree on clicking [+] / [-] icons','Y','FCM_Explorer',0,'text','Y'),
 ('$module$config$mtime','Module config modification time','1110906555','FCM_Explorer',0,'text','1110906555'),
 ('$module$config$mtime','Module config modification time','1110906555','FCM_Candy_Menu',0,'text','1110906555'),
 ('full_js','Use JavaScript to dynamically expand menu on mouse over','Y','FCM_Candy_Menu',0,'text','Y');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('img_skin','Select an image set for the current style','candy1','FCM_Candy_Menu',0,'text','candy1'),
 ('img_skin_url','You can change skin images and CSS at the following url','<A href=\'file_edit.php?dir=/{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}\' target=\'_blank\'><B>{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}</B></A>','FCM_Candy_Menu',0,'text','<A href=\'file_edit.php?dir=/{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}\' target=\'_blank\'><B>{$fancycategories_config.modules_path}/{$fancy_categories_variable_img_skin}</B></A>'),
 ('icons_in_categories','Display icons for categories','1','FCM_Icons_Menu',0,'text','1'),
 ('full_js','Use JavaScript to dynamically expand menu on mouse over','Y','FCM_Icons_Menu',0,'text','Y'),
 ('$module$config$mtime','Module config modification time','1110906555','FCM_Icons_Menu',0,'text','1110906555'),
 ('register_fields','','a:23:{i:0;a:3:{s:5:\"field\";s:5:\"title\";s:5:\"avail\";s:2:\"AP\";s:8:\"required\";s:2:\"AP\";}i:1;a:3:{s:5:\"field\";s:9:\"firstname\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:2;a:3:{s:5:\"field\";s:8:\"lastname\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:3;a:3:{s:5:\"field\";s:7:\"company\";s:5:\"avail\";s:2:\"AP\";s:8:\"required\";N;}i:4;a:3:{s:5:\"field\";s:3:\"ssn\";s:5:\"avail\";N;s:8:\"required\";N;}i:5;a:3:{s:5:\"field\";s:9:\"b_address\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:6;a:3:{s:5:\"field\";s:11:\"b_address_2\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:7;a:3:{s:5:\"field\";s:6:\"b_city\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:8;a:3:{s:5:\"field\";s:8:\"b_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:9;a:3:{s:5:\"field\";s:7:\"b_state\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:10;a:3:{s:5:\"field\";s:9:\"b_country\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:11;a:3:{s:5:\"field\";s:9:\"b_zipcode\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:12;a:3:{s:5:\"field\";s:9:\"s_address\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:1:\"C\";}i:13;a:3:{s:5:\"field\";s:11:\"s_address_2\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:14;a:3:{s:5:\"field\";s:6:\"s_city\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:1:\"C\";}i:15;a:3:{s:5:\"field\";s:8:\"s_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:16;a:3:{s:5:\"field\";s:7:\"s_state\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:1:\"C\";}i:17;a:3:{s:5:\"field\";s:9:\"s_country\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:1:\"C\";}i:18;a:3:{s:5:\"field\";s:9:\"s_zipcode\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:1:\"C\";}i:19;a:3:{s:5:\"field\";s:5:\"phone\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:20;a:3:{s:5:\"field\";s:5:\"email\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:21;a:3:{s:5:\"field\";s:3:\"fax\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:22;a:3:{s:5:\"field\";s:3:\"url\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}}','User_Profiles',0,'text','');
INSERT INTO `xcart_config` (`name`,`comment`,`value`,`category`,`orderby`,`type`,`defvalue`) VALUES 
 ('disable_subcat_triangle','Don\'t display subcategories triangle','N','FCM_Icons_Menu',0,'text','N'),
 ('nowrap_categories','Prevent categories names wrapping','Y','FCM_Explorer',0,'text','N');
CREATE TABLE `xcart_contact_field_values` (
  `fieldid` int(11) NOT NULL default '0',
  `login` varchar(32) NOT NULL default '',
  `value` text NOT NULL,
  PRIMARY KEY  (`fieldid`,`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_contact_fields` (
  `fieldid` int(11) NOT NULL auto_increment,
  `field` varchar(255) NOT NULL default '',
  `type` char(1) NOT NULL default 'T',
  `variants` text NOT NULL,
  `def` varchar(255) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `avail` varchar(4) NOT NULL default '',
  `required` varchar(4) NOT NULL default '',
  PRIMARY KEY  (`fieldid`),
  KEY `avail` (`avail`),
  KEY `required` (`required`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_counties` (
  `countyid` int(11) NOT NULL auto_increment,
  `stateid` int(11) NOT NULL default '0',
  `county` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`countyid`),
  UNIQUE KEY `countyname` (`stateid`,`county`),
  KEY `countyid` (`stateid`,`countyid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_countries` (
  `code` char(2) NOT NULL default '',
  `code_A3` char(3) NOT NULL default '',
  `code_N3` int(4) NOT NULL default '0',
  `region` char(2) NOT NULL default '',
  `charset` varchar(32) NOT NULL default 'iso-8859-1',
  `active` char(1) NOT NULL default 'Y',
  `fedex_zone` char(1) NOT NULL default '',
  `display_states` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`code`),
  KEY `fedex_zone` (`fedex_zone`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('AF','AFG',4,'AS','iso-8859-1','Y','O','Y'),
 ('AL','ALB',8,'EU','iso-8859-1','Y','M','Y'),
 ('DZ','DZA',12,'AF','iso-8859-1','Y','M','Y'),
 ('AS','ASM',16,'AU','iso-8859-1','Y','M','Y'),
 ('AD','AND',20,'EU','iso-8859-1','Y','H','Y'),
 ('AO','AGO',24,'AF','iso-8859-1','Y','M','Y'),
 ('AI','AIA',660,'LA','iso-8859-1','Y','I','Y'),
 ('AQ','ATA',10,'AN','iso-8859-1','Y','','Y'),
 ('AG','ATG',28,'LA','iso-8859-1','Y','I','Y'),
 ('AR','ARG',32,'LA','iso-8859-1','Y','L','Y'),
 ('AM','ARM',51,'AS','iso-8859-1','Y','M','Y'),
 ('AW','ABW',533,'LA','iso-8859-1','Y','I','Y'),
 ('AU','AUS',36,'AU','iso-8859-1','Y','J','Y'),
 ('AT','AUT',40,'EU','iso-8859-1','Y','H','Y'),
 ('AZ','AZE',31,'AS','iso-8859-1','Y','M','Y'),
 ('BS','BHS',44,'LA','iso-8859-1','Y','I','Y'),
 ('BH','BHR',48,'AS','iso-8859-1','Y','J','Y'),
 ('BD','BGD',50,'AS','iso-8859-1','Y','O','Y'),
 ('BB','BRB',52,'LA','iso-8859-1','Y','I','Y'),
 ('BY','BLR',112,'EU','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('BE','BEL',56,'EU','iso-8859-1','Y','D','Y'),
 ('BZ','BLZ',84,'LA','iso-8859-1','Y','K','Y'),
 ('BJ','BEN',204,'AF','iso-8859-1','Y','M','Y'),
 ('BM','BMU',60,'LA','iso-8859-1','Y','I','Y'),
 ('BT','BTN',64,'AS','iso-8859-1','Y','O','Y'),
 ('BO','BOL',68,'LA','iso-8859-1','Y','L','Y'),
 ('BA','BIH',70,'EU','iso-8859-1','Y','M','Y'),
 ('BW','BWA',72,'AF','iso-8859-1','Y','M','Y'),
 ('BV','BVT',74,'AN','iso-8859-1','Y','','Y'),
 ('BR','BRA',76,'LA','iso-8859-1','Y','L','Y'),
 ('IO','IOT',86,'AS','iso-8859-1','Y','','Y'),
 ('VG','VGB',92,'LA','iso-8859-1','Y','I','Y'),
 ('BN','BRN',96,'AS','iso-8859-1','Y','J','Y'),
 ('BG','BGR',100,'EU','iso-8859-1','Y','M','Y'),
 ('BF','BFA',854,'AF','iso-8859-1','Y','M','Y'),
 ('BI','BDI',108,'AF','iso-8859-1','Y','M','Y'),
 ('KH','KHM',116,'AS','iso-8859-1','Y','K','Y'),
 ('CM','CMR',120,'AF','iso-8859-1','Y','M','Y'),
 ('CA','CAN',124,'NA','iso-8859-1','Y','','Y'),
 ('CV','CPV',132,'AF','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('KY','CYM',136,'LA','iso-8859-1','Y','I','Y'),
 ('CF','CAF',140,'AF','iso-8859-1','Y','M','Y'),
 ('TD','TCD',148,'AF','iso-8859-1','Y','M','Y'),
 ('CL','CHL',152,'LA','iso-8859-1','Y','L','Y'),
 ('CN','CHN',156,'AS','iso-8859-1','Y','N','Y'),
 ('CX','CXR',162,'AU','iso-8859-1','Y','','Y'),
 ('CC','CCK',166,'AU','iso-8859-1','Y','','Y'),
 ('CO','COL',170,'LA','iso-8859-1','Y','L','Y'),
 ('KM','COM',174,'AF','iso-8859-1','Y','','Y'),
 ('CG','COG',178,'AF','iso-8859-1','Y','M','Y'),
 ('CK','COK',184,'AU','iso-8859-1','Y','K','Y'),
 ('CR','CRI',188,'LA','iso-8859-1','Y','K','Y'),
 ('CI','CIV',384,'AF','iso-8859-1','Y','M','Y'),
 ('HR','HRV',191,'EU','iso-8859-1','Y','M','Y'),
 ('CU','CUB',192,'LA','iso-8859-1','Y','','Y'),
 ('CY','CYP',196,'EU','iso-8859-1','Y','J','Y'),
 ('CZ','CZE',203,'EU','iso-8859-1','Y','M','Y'),
 ('DK','DNK',208,'EU','iso-8859-1','Y','H','Y'),
 ('DJ','DJI',262,'AF','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('DM','DMA',212,'LA','iso-8859-1','Y','I','Y'),
 ('DO','DOM',214,'LA','iso-8859-1','Y','I','Y'),
 ('TP','',0,'AS','iso-8859-1','Y','','Y'),
 ('EC','ECU',218,'LA','iso-8859-1','Y','L','Y'),
 ('EG','EGY',818,'AF','iso-8859-1','Y','J','Y'),
 ('SV','SLV',222,'LA','iso-8859-1','Y','K','Y'),
 ('GQ','GNQ',226,'AF','iso-8859-1','Y','M','Y'),
 ('ER','ERI',232,'AF','iso-8859-1','Y','M','Y'),
 ('EE','EST',233,'EU','iso-8859-1','Y','M','Y'),
 ('ET','ETH',210,'AF','iso-8859-1','Y','M','Y'),
 ('FK','FLK',238,'LA','iso-8859-1','Y','','Y'),
 ('FO','FRO',234,'EU','iso-8859-1','Y','H','Y'),
 ('FJ','FJI',242,'AU','iso-8859-1','Y','K','Y'),
 ('FI','FIN',246,'EU','iso-8859-1','Y','H','Y'),
 ('FR','FRA',250,'EU','iso-8859-1','Y','D','Y'),
 ('FX','FXX',249,'EU','iso-8859-1','Y','','Y'),
 ('GF','GUF',254,'LA','iso-8859-1','Y','L','Y'),
 ('PF','PYF',258,'AU','iso-8859-1','Y','M','Y'),
 ('TF','ATF',260,'AN','iso-8859-1','Y','','Y'),
 ('GA','GAB',266,'AF','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('GM','GMB',270,'AF','iso-8859-1','Y','M','Y'),
 ('GE','GEO',268,'AS','iso-8859-1','Y','M','Y'),
 ('DE','DEU',276,'EU','iso-8859-1','Y','E','Y'),
 ('GH','GHA',288,'AF','iso-8859-1','Y','M','Y'),
 ('GI','GIB',292,'EU','iso-8859-1','Y','M','Y'),
 ('GR','GRC',300,'EU','iso-8859-1','Y','H','Y'),
 ('GL','GRL',304,'NA','iso-8859-1','N','H','Y'),
 ('GD','GRD',308,'LA','iso-8859-1','Y','I','Y'),
 ('GP','GLP',312,'LA','iso-8859-1','Y','I','Y'),
 ('GU','GUM',316,'AU','iso-8859-1','Y','K','Y'),
 ('GT','GTM',320,'LA','iso-8859-1','Y','K','Y'),
 ('GN','GIN',324,'AF','iso-8859-1','Y','M','Y'),
 ('GW','GNB',624,'AF','iso-8859-1','Y','M','Y'),
 ('GY','GUY',328,'LA','iso-8859-1','Y','L','Y'),
 ('HT','HTI',332,'LA','iso-8859-1','Y','I','Y'),
 ('HM','HMD',334,'AU','iso-8859-1','Y','','Y'),
 ('HN','HND',340,'LA','iso-8859-1','Y','K','Y'),
 ('HK','HKG',344,'AS','iso-8859-1','Y','F','Y'),
 ('HU','HUN',348,'EU','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('IS','ISL',352,'EU','iso-8859-1','Y','H','Y'),
 ('IN','IND',356,'AS','iso-8859-1','Y','O','Y'),
 ('ID','IDN',360,'AS','iso-8859-1','Y','J','Y'),
 ('IQ','IRQ',368,'AS','iso-8859-1','Y','','Y'),
 ('IE','IRL',372,'EU','iso-8859-1','Y','D','Y'),
 ('IR','IRN',364,'AS','iso-8859-1','Y','','Y'),
 ('IL','ISR',376,'AS','iso-8859-1','Y','J','Y'),
 ('IT','ITA',380,'EU','iso-8859-1','Y','E','Y'),
 ('JM','JAM',388,'LA','iso-8859-1','Y','I','Y'),
 ('JP','JPN',392,'AS','iso-8859-1','Y','G','Y'),
 ('JO','JOR',400,'AS','iso-8859-1','Y','J','Y'),
 ('KZ','KAZ',398,'AS','iso-8859-1','Y','M','Y'),
 ('KE','KEN',404,'AF','iso-8859-1','Y','M','Y'),
 ('KI','KIR',296,'AU','iso-8859-1','Y','','Y'),
 ('KP','PRK',408,'AS','iso-8859-1','Y','J','Y'),
 ('KR','KOR',410,'AS','iso-8859-1','Y','J','Y'),
 ('KW','KWT',414,'AS','iso-8859-1','Y','J','Y'),
 ('KG','KGZ',417,'AS','iso-8859-1','Y','M','Y'),
 ('LA','LAO',418,'AS','iso-8859-1','Y','K','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('LV','LVA',428,'EU','iso-8859-1','Y','M','Y'),
 ('LB','LBN',422,'AS','iso-8859-1','Y','J','Y'),
 ('LS','LSO',426,'AF','iso-8859-1','Y','M','Y'),
 ('LR','LBR',430,'AF','iso-8859-1','Y','M','Y'),
 ('LY','LBY',434,'AF','iso-8859-1','Y','','Y'),
 ('LI','LIE',438,'EU','iso-8859-1','Y','H','Y'),
 ('LT','LTU',440,'EU','iso-8859-1','Y','M','Y'),
 ('LU','LUX',442,'EU','iso-8859-1','Y','D','Y'),
 ('MO','MAC',446,'AS','iso-8859-1','Y','F','Y'),
 ('MK','MKD',807,'EU','iso-8859-1','Y','M','Y'),
 ('MG','MDG',450,'AF','iso-8859-1','Y','M','Y'),
 ('MW','MWI',454,'AF','iso-8859-1','Y','M','Y'),
 ('MY','MYS',458,'AS','iso-8859-1','Y','J','Y'),
 ('MV','MDV',462,'AS','iso-8859-1','Y','O','Y'),
 ('ML','MLI',466,'AF','iso-8859-1','Y','M','Y'),
 ('MT','MLT',470,'EU','iso-8859-1','Y','H','Y'),
 ('MH','MHL',584,'AU','iso-8859-1','Y','M','Y'),
 ('MQ','MTQ',474,'LA','iso-8859-1','Y','I','Y'),
 ('MR','MRT',478,'AF','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('MU','MUS',480,'AF','iso-8859-1','Y','M','Y'),
 ('YT','MYT',175,'AF','iso-8859-1','Y','','Y'),
 ('MX','MEX',484,'LA','iso-8859-1','Y','C','Y'),
 ('FM','FSM',583,'AU','iso-8859-1','Y','M','Y'),
 ('MD','MDA',498,'EU','iso-8859-1','Y','M','Y'),
 ('MC','MCO',492,'EU','iso-8859-1','Y','D','Y'),
 ('MN','MNG',496,'AS','iso-8859-1','Y','M','Y'),
 ('MS','MSR',500,'LA','iso-8859-1','Y','I','Y'),
 ('MA','MAR',504,'AF','iso-8859-1','Y','M','Y'),
 ('MZ','MOZ',508,'AF','iso-8859-1','Y','M','Y'),
 ('MM','MMR',104,'AS','iso-8859-1','Y','','Y'),
 ('NA','NAM',516,'AF','iso-8859-1','Y','M','Y'),
 ('NR','NRU',520,'AU','iso-8859-1','Y','','Y'),
 ('NP','NPL',524,'AS','iso-8859-1','Y','O','Y'),
 ('NL','NLD',528,'EU','iso-8859-1','Y','D','Y'),
 ('AN','ANT',530,'LA','iso-8859-1','Y','I','Y'),
 ('NC','NCL',540,'AU','iso-8859-1','Y','K','Y'),
 ('NZ','NZL',554,'AU','iso-8859-1','Y','J','Y'),
 ('NI','NIC',558,'LA','iso-8859-1','Y','K','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('NE','NER',562,'AF','iso-8859-1','Y','M','Y'),
 ('NG','NGA',566,'AF','iso-8859-1','Y','M','Y'),
 ('NU','NIU',570,'AU','iso-8859-1','Y','','Y'),
 ('NF','NFK',574,'AU','iso-8859-1','Y','','Y'),
 ('MP','MNP',580,'AU','iso-8859-1','Y','','Y'),
 ('NO','NOR',578,'EU','iso-8859-1','Y','H','Y'),
 ('OM','OMN',512,'AS','iso-8859-1','Y','J','Y'),
 ('PK','PAK',586,'AS','iso-8859-1','Y','O','Y'),
 ('PW','PLW',585,'AU','iso-8859-1','Y','M','Y'),
 ('PA','PAN',591,'LA','iso-8859-1','Y','K','Y'),
 ('PG','PNG',598,'AS','iso-8859-1','Y','K','Y'),
 ('PY','PRY',600,'LA','iso-8859-1','Y','L','Y'),
 ('PE','PER',604,'LA','iso-8859-1','Y','L','Y'),
 ('PH','PHL',608,'AS','iso-8859-1','Y','J','Y'),
 ('PN','PCN',612,'AU','iso-8859-1','Y','','Y'),
 ('PL','POL',616,'EU','iso-8859-1','Y','M','Y'),
 ('PT','PRT',620,'EU','iso-8859-1','Y','H','Y'),
 ('PR','PRI',630,'LA','iso-8859-1','Y','','Y'),
 ('QA','QAT',634,'AS','iso-8859-1','Y','J','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('RE','REU',638,'AF','iso-8859-1','Y','M','Y'),
 ('RO','ROU',642,'EU','iso-8859-1','Y','M','Y'),
 ('RU','RUS',643,'EU','Windows-1251','Y','M','Y'),
 ('RW','RWA',646,'AF','iso-8859-1','Y','M','Y'),
 ('LC','LCA',662,'LA','iso-8859-1','Y','I','Y'),
 ('WS','WSM',882,'AU','iso-8859-1','Y','','Y'),
 ('SM','SMR',674,'EU','iso-8859-1','Y','E','Y'),
 ('ST','STP',678,'AF','iso-8859-1','Y','','Y'),
 ('SA','SAU',682,'AS','iso-8859-1','Y','M','Y'),
 ('SN','SEN',686,'AF','iso-8859-1','Y','M','Y'),
 ('SC','SYC',690,'AF','iso-8859-1','Y','M','Y'),
 ('SL','SLE',694,'AF','iso-8859-1','Y','M','Y'),
 ('SG','SGP',702,'AS','iso-8859-1','Y','F','Y'),
 ('SK','SVK',703,'EU','iso-8859-1','Y','M','Y'),
 ('SI','SVN',705,'EU','iso-8859-1','Y','M','Y'),
 ('SB','SLB',90,'AU','iso-8859-1','Y','','Y'),
 ('SO','SOM',706,'AF','iso-8859-1','Y','M','Y'),
 ('ZA','ZAF',710,'AF','iso-8859-1','Y','M','Y'),
 ('ES','ESP',724,'EU','iso-8859-1','Y','H','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('LK','LKA',144,'AS','iso-8859-1','Y','O','Y'),
 ('SH','SHN',654,'AF','iso-8859-1','Y','','Y'),
 ('KN','KNA',659,'LA','iso-8859-1','Y','I','Y'),
 ('PM','SPM',666,'NA','iso-8859-1','N','','Y'),
 ('VC','VCT',670,'LA','iso-8859-1','Y','I','Y'),
 ('SD','SDN',736,'AF','iso-8859-1','Y','','Y'),
 ('SR','SUR',740,'LA','iso-8859-1','Y','L','Y'),
 ('SJ','SJM',744,'EU','iso-8859-1','Y','','Y'),
 ('SZ','SWZ',748,'AF','iso-8859-1','Y','M','Y'),
 ('SE','SWE',752,'EU','iso-8859-1','Y','H','Y'),
 ('CH','CHE',756,'EU','iso-8859-1','Y','H','Y'),
 ('SY','SYR',760,'AS','iso-8859-1','Y','J','Y'),
 ('TW','TWN',158,'AS','iso-8859-1','Y','F','Y'),
 ('TJ','TJK',762,'AS','iso-8859-1','Y','','Y'),
 ('TZ','TZA',834,'AF','iso-8859-1','Y','M','Y'),
 ('TH','THA',764,'AS','iso-8859-1','Y','J','Y'),
 ('TG','TGO',768,'AF','iso-8859-1','Y','M','Y'),
 ('TK','TKL',772,'AU','iso-8859-1','Y','','Y'),
 ('TO','TON',776,'AU','iso-8859-1','Y','','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('TT','TTO',780,'LA','iso-8859-1','Y','I','Y'),
 ('TN','TUN',788,'AF','iso-8859-1','Y','M','Y'),
 ('TR','TUR',792,'EU','iso-8859-1','Y','J','Y'),
 ('TM','TKM',795,'AS','iso-8859-1','Y','M','Y'),
 ('TC','TCA',796,'LA','iso-8859-1','Y','I','Y'),
 ('TV','TUV',798,'AU','iso-8859-1','Y','','Y'),
 ('UG','UGA',800,'AF','iso-8859-1','Y','M','Y'),
 ('UA','UKR',804,'EU','iso-8859-1','Y','M','Y'),
 ('AE','ARE',784,'AS','iso-8859-1','Y','J','Y'),
 ('GB','GBR',826,'EU','iso-8859-1','Y','D','Y'),
 ('US','USA',840,'NA','iso-8859-1','Y','','Y'),
 ('VI','VIR',850,'LA','iso-8859-1','Y','','Y'),
 ('UY','URY',858,'LA','iso-8859-1','Y','L','Y'),
 ('UZ','UZB',860,'AS','iso-8859-1','Y','M','Y'),
 ('VU','VUT',548,'AU','iso-8859-1','Y','K','Y'),
 ('VA','VAT',336,'EU','iso-8859-1','Y','E','Y'),
 ('VE','VEN',862,'LA','iso-8859-1','Y','L','Y'),
 ('VN','VNM',704,'AS','iso-8859-1','Y','J','Y'),
 ('WF','WLF',876,'AU','iso-8859-1','Y','M','Y');
INSERT INTO `xcart_countries` (`code`,`code_A3`,`code_N3`,`region`,`charset`,`active`,`fedex_zone`,`display_states`) VALUES 
 ('EH','ESH',732,'AF','iso-8859-1','Y','','Y'),
 ('YE','YEM',887,'AS','iso-8859-1','Y','J','Y'),
 ('YU','YUG',891,'EU','iso-8859-1','Y','','Y'),
 ('ZR','ZAR',180,'AF','iso-8859-1','Y','','Y'),
 ('ZM','ZMB',894,'AF','iso-8859-1','Y','M','Y'),
 ('ZW','ZWE',716,'AF','iso-8859-1','Y','M','Y');
CREATE TABLE `xcart_country_currencies` (
  `code` char(3) NOT NULL default '',
  `country_code` char(2) NOT NULL default '',
  PRIMARY KEY  (`code`,`country_code`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_currencies` (
  `code` char(3) NOT NULL default '',
  `code_int` int(3) NOT NULL default '0',
  `name` varchar(128) NOT NULL default '',
  `symbol` varchar(16) NOT NULL default '',
  UNIQUE KEY `code` (`code`),
  KEY `code_int` (`code_int`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_customers` (
  `login` varchar(32) NOT NULL default '',
  `usertype` char(1) NOT NULL default '',
  `membership` varchar(32) NOT NULL default '',
  `password` varchar(128) NOT NULL default '',
  `password_hint` varchar(128) NOT NULL default '',
  `password_hint_answer` varchar(128) NOT NULL default '',
  `b_address` varchar(64) NOT NULL default '',
  `b_city` varchar(64) NOT NULL default '',
  `b_county` varchar(32) NOT NULL default '',
  `b_state` varchar(32) NOT NULL default '',
  `b_country` char(2) NOT NULL default '',
  `b_zipcode` varchar(32) NOT NULL default '',
  `title` varchar(32) NOT NULL default '',
  `firstname` varchar(128) NOT NULL default '',
  `lastname` varchar(128) NOT NULL default '',
  `company` varchar(255) NOT NULL default '',
  `s_address` varchar(255) NOT NULL default '',
  `s_city` varchar(255) NOT NULL default '',
  `s_county` varchar(32) NOT NULL default '',
  `s_state` varchar(32) NOT NULL default '',
  `s_country` char(2) NOT NULL default '',
  `s_zipcode` varchar(32) NOT NULL default '',
  `email` varchar(128) NOT NULL default '',
  `phone` varchar(32) NOT NULL default '',
  `fax` varchar(32) NOT NULL default '',
  `url` varchar(128) NOT NULL default '',
  `card_name` varchar(255) NOT NULL default '',
  `card_type` varchar(16) NOT NULL default '',
  `card_number` varchar(42) NOT NULL default '',
  `card_expire` varchar(4) NOT NULL default '',
  `card_cvv2` char(3) NOT NULL default '',
  `last_login` int(11) NOT NULL default '0',
  `first_login` int(11) NOT NULL default '0',
  `status` char(1) NOT NULL default 'Y',
  `referer` varchar(255) NOT NULL default '',
  `pending_membership` varchar(32) NOT NULL default '',
  `ssn` varchar(32) NOT NULL default '',
  `language` char(2) NOT NULL default 'US',
  `cart` mediumtext NOT NULL,
  `change_password` char(1) NOT NULL default 'N',
  `parent` varchar(32) NOT NULL default '',
  `pending_plan_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`login`),
  UNIQUE KEY `login` (`login`),
  KEY `usertype` (`usertype`),
  KEY `membership` (`membership`),
  KEY `last_login` (`last_login`),
  KEY `first_login` (`first_login`),
  KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_customers` (`login`,`usertype`,`membership`,`password`,`password_hint`,`password_hint_answer`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`title`,`firstname`,`lastname`,`company`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`email`,`phone`,`fax`,`url`,`card_name`,`card_type`,`card_number`,`card_expire`,`card_cvv2`,`last_login`,`first_login`,`status`,`referer`,`pending_membership`,`ssn`,`language`,`cart`,`change_password`,`parent`,`pending_plan_id`) VALUES 
 ('master','P','','Skihqhdieikheik','','','Address','City','','','US','12345','Mr.','Master','Master','','Address','City','','','US','12345','password','n/a','','','','','','','',1112656487,1007715510,'Y','','','','US','','N','',0),
 ('anonymous1','C','','Sooqnqqmephpgmipipdpipsmmpnpgpqpspopjplgmgigggkjjgggrgjjpjqgqjsjngo','','','121 seneca trail\n','bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','Nozomi Systems','121 seneca trail\n','bloomingdale','','IL','US','60108','tdepaepe@nozomisystems.com','630-626-7030','630-626-7040','http://www.nozomisystems.com','','','','','',0,1109687596,'A','http://www.olliesparrotsperch.com/xcart/install.php','','','US','a:2:{s:8:\"delivery\";s:0:\"\";s:10:\"shippingid\";i:0;}','','',0),
 ('tdepaepe','C','','Srqppqpqkpo','','','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','','121 seneca trail\n','bloomingdale','','IL','US','60108','tdepaepe@nozomisystems.com','630-626-7030','','','','','','','',1110412980,1110412854,'Y','http://www.olliesparrotsperch.com/estore/home.php','','','US','a:2:{s:8:\"delivery\";s:0:\"\";s:10:\"shippingid\";i:0;}','','',0);
INSERT INTO `xcart_customers` (`login`,`usertype`,`membership`,`password`,`password_hint`,`password_hint_answer`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`title`,`firstname`,`lastname`,`company`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`email`,`phone`,`fax`,`url`,`card_name`,`card_type`,`card_number`,`card_expire`,`card_cvv2`,`last_login`,`first_login`,`status`,`referer`,`pending_membership`,`ssn`,`language`,`cart`,`change_password`,`parent`,`pending_plan_id`) VALUES 
 ('sandi','P','','Snflkmmlnlmlpmglsmn','','','1\n','1','','IL','US','60111','Mrs.','Sandi','Madsen','','1\n','1','','IL','US','60111','sandi@olliesparrotsperch.com','1111111111','','','','','','','',1110413750,1110413734,'Y','http://www.olliesparrotsperch.com/estore/home.php','','','US','','','',0),
 ('testuser','C','','Skqiphpimisimirhoiq','','','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','Nozomi Systems','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','tdepaepe@nozomisystems.com','630-626-7030','','','','VISA','Smgsksjsmslsosnsqspsssrre','0405','',1112624522,1111621881,'Y','http://www.olliesparrotsperch.com/estore/home.php','Premium','','US','a:2:{s:8:\"delivery\";s:0:\"\";s:10:\"shippingid\";i:0;}','','',0);
CREATE TABLE `xcart_delivery` (
  `shippingid` int(11) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`shippingid`,`productid`),
  KEY `shippingid_index` (`shippingid`),
  KEY `productid_index` (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_discount_coupons` (
  `coupon` char(16) NOT NULL default '',
  `discount` decimal(12,2) NOT NULL default '0.00',
  `coupon_type` char(12) NOT NULL default '',
  `productid` int(11) NOT NULL default '0',
  `categoryid` int(11) NOT NULL default '0',
  `minimum` int(11) NOT NULL default '0',
  `times` int(11) NOT NULL default '0',
  `times_used` int(11) NOT NULL default '0',
  `expire` int(11) NOT NULL default '0',
  `status` char(1) NOT NULL default '',
  `provider` char(32) NOT NULL default '',
  `recursive` char(1) NOT NULL default 'N',
  PRIMARY KEY  (`coupon`),
  KEY `provider` (`provider`),
  KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_discounts` (
  `discountid` int(11) NOT NULL auto_increment,
  `minprice` decimal(12,2) NOT NULL default '0.00',
  `discount` decimal(12,2) NOT NULL default '0.00',
  `discount_type` char(32) NOT NULL default 'absolute',
  `provider` char(32) NOT NULL default '',
  `membership` char(32) NOT NULL default '',
  PRIMARY KEY  (`discountid`),
  KEY `provider` (`provider`),
  KEY `minprice` (`minprice`),
  KEY `membership` (`membership`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_download_keys` (
  `download_key` char(100) NOT NULL default '',
  `expires` int(11) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  `itemid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`download_key`),
  UNIQUE KEY `itemid` (`itemid`),
  KEY `productid` (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_extra_field_values` (
  `productid` int(11) NOT NULL default '0',
  `fieldid` int(11) NOT NULL default '0',
  `value` char(255) NOT NULL default '',
  PRIMARY KEY  (`productid`,`fieldid`),
  FULLTEXT KEY `value` (`value`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_extra_fields` (
  `fieldid` int(11) NOT NULL auto_increment,
  `provider` char(32) NOT NULL default '',
  `field` char(255) NOT NULL default '',
  `value` char(255) NOT NULL default '',
  `active` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`fieldid`),
  KEY `provider` (`provider`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_featured_products` (
  `productid` int(11) NOT NULL default '0',
  `categoryid` int(11) NOT NULL default '0',
  `product_order` int(11) NOT NULL default '0',
  `avail` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`productid`,`categoryid`),
  KEY `product_order` (`product_order`),
  KEY `avail` (`avail`),
  KEY `pacpo` (`productid`,`avail`,`categoryid`,`product_order`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_featured_products` (`productid`,`categoryid`,`product_order`,`avail`) VALUES 
 (6,0,30,'Y'),
 (14,0,20,'Y'),
 (16,0,10,'Y');
CREATE TABLE `xcart_fedex_rates` (
  `r_id` int(11) NOT NULL auto_increment,
  `r_zone` varchar(6) NOT NULL default '',
  `r_weight` varchar(255) NOT NULL default '0',
  `r_meth_id` int(11) NOT NULL default '0',
  `r_rate` decimal(12,2) NOT NULL default '0.00',
  `r_ishundreds` int(1) NOT NULL default '0',
  `r_container` int(1) NOT NULL default '0',
  PRIMARY KEY  (`r_id`),
  KEY `r_zone` (`r_zone`),
  KEY `r_meth_id` (`r_meth_id`),
  KEY `r_rate` (`r_rate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_fedex_zips` (
  `zip_id` int(11) NOT NULL auto_increment,
  `zip_first` varchar(5) NOT NULL default '000',
  `zip_last` varchar(5) NOT NULL default '',
  `zip_zone` varchar(6) NOT NULL default '',
  `zip_meth` int(11) NOT NULL default '0',
  PRIMARY KEY  (`zip_id`),
  KEY `zip_first` (`zip_first`),
  KEY `zip_last` (`zip_last`),
  KEY `zip_zone` (`zip_zone`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_fedex_zips` (`zip_id`,`zip_first`,`zip_last`,`zip_zone`,`zip_meth`) VALUES 
 (1,'A0A','A9Z','B',0),
 (2,'B0A','B9Z','B',0),
 (3,'C0A','C9Z','B',0),
 (4,'E0A','E9Z','B',0),
 (5,'G0A','G9Z','B',0),
 (6,'H0A','H9Z','A',0),
 (7,'J0A','J2W','B',0),
 (8,'J2X','J3G','A',0),
 (9,'J3H','J3K','B',0),
 (10,'J3L','J3N','A',0),
 (11,'J3P','J3T','B',0),
 (12,'J3V','J4Z','A',0),
 (13,'J5A','J6H','B',0),
 (14,'J6J','J6R','A',0),
 (15,'J6S','J6V','B',0),
 (16,'J6W','J7R','A',0),
 (17,'J7S','J8N','B',0),
 (18,'J8P','J9C','A',0),
 (19,'J9E','J9Z','B',0),
 (20,'K0A','K0Z','B',0),
 (21,'K1A','K2R','A',0),
 (22,'K2S','L0H','B',0),
 (23,'L0J','','A',0),
 (24,'L0K','L0N','B',0),
 (25,'L0P','','A',0),
 (26,'L0R','L1E','B',0),
 (27,'L1G','L1Z','A',0),
 (28,'L2A','L2C','B',0),
 (29,'L2E','L2W','A',0),
 (30,'L2X','L3N','B',0),
 (31,'L3P','L3T','A',0),
 (32,'L3V','L3W','B',0),
 (33,'L3X','L9T','A',0),
 (34,'L9V','L9Z','B',0),
 (35,'M0A','M9Z','A',0),
 (36,'N0A','N1Z','B',0),
 (37,'N2A','N2V','A',0),
 (38,'N2W','N5T','B',0);
INSERT INTO `xcart_fedex_zips` (`zip_id`,`zip_first`,`zip_last`,`zip_zone`,`zip_meth`) VALUES 
 (39,'N5V','N6N','A',0),
 (40,'N6P','N8M','B',0),
 (41,'N8N','N9K','A',0),
 (42,'N9L','P9Z','B',0),
 (43,'R0A','R2B','B',0),
 (44,'R2C','R4A','A',0),
 (45,'R4B','R9Z','B',0),
 (46,'S0A','S9Z','B',0),
 (47,'T0A','T1X','B',0),
 (48,'T1Y','T3L','A',0),
 (49,'T3M','T9Z','B',0),
 (50,'V0A','V1L','B',0),
 (51,'V1M','','A',0),
 (52,'V1N','V2V','B',0),
 (53,'V2W','V3E','A',0),
 (54,'V3G','','B',0),
 (55,'V3H','V4S','A',0),
 (56,'V4T','','B',0),
 (57,'V4V','V7Z','A',0),
 (58,'V8A','V9Z','B',0),
 (59,'X0A','X9Z','B',0),
 (60,'Y0A','Y9Z','B',0),
 (61,'A0A','A9Z','54',43),
 (62,'B0A','B9Z','54',43),
 (63,'C0A','C9Z','54',43),
 (64,'E0A','E9Z','54',43),
 (65,'G0A','G0A','51',43),
 (66,'G0B','G0L','54',43),
 (67,'G0M','G0S','51',43),
 (68,'G0T','G0W','54',43),
 (69,'G0X','G0Z','51',43),
 (70,'G1A','G2Z','51',43),
 (71,'G3A','G3K','51',43),
 (72,'G3L','G4Z','54',43),
 (73,'G5A','G5A','51',43),
 (74,'G5B','G5T','54',43),
 (75,'G5V','G6Z','51',43);
INSERT INTO `xcart_fedex_zips` (`zip_id`,`zip_first`,`zip_last`,`zip_zone`,`zip_meth`) VALUES 
 (76,'G7A','G8S','54',43),
 (77,'G8T','G9Z','51',43),
 (78,'H0A','H0L','51',43),
 (79,'H0M','H0M','54',43),
 (80,'H0N','H9Z','51',43),
 (81,'J0A','J0L','51',43),
 (82,'J0M','J0M','54',43),
 (83,'J0N','J0V','51',43),
 (84,'J0W','J0Z','54',43),
 (85,'J1A','J4A','51',43),
 (86,'J4B','J4Z','51',43),
 (87,'J5A','J8N','51',43),
 (88,'J8P','J9C','51',43),
 (89,'J9E','J9E','54',43),
 (90,'J9G','J9J','51',43),
 (91,'J9K','J9Z','54',43),
 (92,'K0A','K0H','51',43),
 (93,'K0J','K0J','54',43),
 (94,'K0K','K0Z','51',43),
 (95,'K1A','K2R','51',43),
 (96,'K2S','K7T','51',43),
 (97,'K7V','K8H','54',43),
 (98,'K8J','L1E','51',43),
 (99,'L1G','L1Z','51',43),
 (100,'L2A','L2C','51',43),
 (101,'L2E','L2W','51',43),
 (102,'L2X','L3N','51',43),
 (103,'L3P','L3T','51',43),
 (104,'L3V','L3W','51',43),
 (105,'L3X','L4L','51',43),
 (106,'L4M','L4S','51',43),
 (107,'L4T','L9T','51',43),
 (108,'L9V','L9Z','51',43),
 (109,'M0A','M9Z','51',43),
 (110,'N0A','N1Z','51',43);
INSERT INTO `xcart_fedex_zips` (`zip_id`,`zip_first`,`zip_last`,`zip_zone`,`zip_meth`) VALUES 
 (111,'N2A','N2V','51',43),
 (112,'N2W','N5T','51',43),
 (113,'N5V','N6N','51',43),
 (114,'N6P','N8M','51',43),
 (115,'N8N','N9K','51',43),
 (116,'N9L','N9Z','51',43),
 (117,'P0A','P9Z','54',43),
 (118,'R0A','R2B','54',43),
 (119,'R2C','R4A','51',43),
 (120,'R4B','R9Z','54',43),
 (121,'S0A','S4M','54',43),
 (122,'S4N','S4Z','51',43),
 (123,'S5A','S7G','54',43),
 (124,'S7H','S7V','51',43),
 (125,'S7W','S9Z','54',43),
 (126,'T0A','T0B','54',43),
 (127,'T0C','T0C','51',43),
 (128,'T0E','T1X','54',43),
 (129,'T1Y','T3L','51',43),
 (130,'T3M','T4Z','51',43),
 (131,'T5A','T6V','51',43),
 (132,'T6W','T7W','54',43),
 (133,'T7X','T8N','51',43),
 (134,'T8P','T8Z','54',43),
 (135,'T9A','T9E','51',43),
 (136,'T9G','T9Z','54',43),
 (137,'V0A','V0L','54',43),
 (138,'V0M','V0M','51',43),
 (139,'V0N','V1L','54',43),
 (140,'V1M','V1M','51',43),
 (141,'V1N','V2V','54',43),
 (142,'V2W','V3E','51',43),
 (143,'V3G','V3G','54',43),
 (144,'V3H','V7Z','51',43);
INSERT INTO `xcart_fedex_zips` (`zip_id`,`zip_first`,`zip_last`,`zip_zone`,`zip_meth`) VALUES 
 (145,'V8A','V8K','54',43),
 (146,'V8L','V9E','51',43),
 (147,'V9G','V9Z','54',43),
 (148,'X0A','Y9Z','54',43);
CREATE TABLE `xcart_giftcerts` (
  `gcid` varchar(16) NOT NULL default '',
  `orderid` int(11) NOT NULL default '0',
  `purchaser` varchar(64) NOT NULL default '',
  `recipient` varchar(64) NOT NULL default '',
  `send_via` char(1) NOT NULL default 'E',
  `recipient_email` varchar(64) NOT NULL default '',
  `recipient_firstname` varchar(128) NOT NULL default '',
  `recipient_lastname` varchar(128) NOT NULL default '',
  `recipient_address` varchar(64) NOT NULL default '',
  `recipient_city` varchar(64) NOT NULL default '',
  `recipient_state` varchar(32) NOT NULL default '',
  `recipient_zipcode` varchar(32) NOT NULL default '',
  `recipient_country` char(2) NOT NULL default '',
  `recipient_phone` varchar(32) NOT NULL default '',
  `message` text NOT NULL,
  `amount` decimal(12,2) NOT NULL default '0.00',
  `debit` decimal(12,2) NOT NULL default '0.00',
  `status` char(1) NOT NULL default 'P',
  `add_date` int(11) NOT NULL default '0',
  `block_date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`gcid`),
  KEY `orderid` (`orderid`),
  KEY `status` (`status`),
  KEY `add_date` (`add_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_giftcerts` (`gcid`,`orderid`,`purchaser`,`recipient`,`send_via`,`recipient_email`,`recipient_firstname`,`recipient_lastname`,`recipient_address`,`recipient_city`,`recipient_state`,`recipient_zipcode`,`recipient_country`,`recipient_phone`,`message`,`amount`,`debit`,`status`,`add_date`,`block_date`) VALUES 
 ('91AEF7C46C0E90CD',11,' test','test','E','tdepaepe@nozomisystems.com','','','','','','','','','test','10.00','10.00','P',1111777073,0);
CREATE TABLE `xcart_icons` (
  `categoryid` int(11) NOT NULL default '0',
  `image` blob NOT NULL,
  `image_path` varchar(255) NOT NULL default '',
  `image_type` varchar(64) NOT NULL default 'image/jpeg',
  PRIMARY KEY  (`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_icons` (`categoryid`,`image`,`image_path`,`image_type`) VALUES 
 (23,'','','image/jpeg'),
 (22,'','','image/jpeg'),
 (21,'','','image/jpeg'),
 (20,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\c_20.jpg','image/gif'),
 (24,'','','image/jpeg'),
 (9,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\c_9.jpg','image/gif');
CREATE TABLE `xcart_images` (
  `imageid` int(11) NOT NULL auto_increment,
  `productid` int(11) NOT NULL default '0',
  `image` mediumblob NOT NULL,
  `image_path` varchar(255) NOT NULL default '',
  `image_type` varchar(64) NOT NULL default 'image/jpeg',
  `image_x` int(11) NOT NULL default '0',
  `image_y` int(11) NOT NULL default '0',
  `image_size` int(11) NOT NULL default '0',
  `alt` varchar(255) NOT NULL default '',
  `avail` char(1) NOT NULL default 'Y',
  `orderby` int(11) NOT NULL default '0',
  `md5` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`imageid`),
  KEY `productid` (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_languages` (
  `code` char(2) NOT NULL default '',
  `descr` varchar(128) NOT NULL default '',
  `name` varchar(128) NOT NULL default '',
  `value` text NOT NULL,
  `topic` varchar(24) NOT NULL default '',
  PRIMARY KEY  (`code`,`name`),
  KEY `code` (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Copy selected file to...','copy_selected_file_to_','Copy selected file to...','Labels'),
 ('US','Andorra','country_AD','Andorra','Countries'),
 ('US','United Arab Emirates','country_AE','United Arab Emirates','Countries'),
 ('US','Afghanistan','country_AF','Afghanistan','Countries'),
 ('US','Antigua and Barbuda','country_AG','Antigua and Barbuda','Countries'),
 ('US','Anguilla','country_AI','Anguilla','Countries'),
 ('US','Albania','country_AL','Albania','Countries'),
 ('US','Armenia','country_AM','Armenia','Countries'),
 ('US','Netherlands Antilles','country_AN','Netherlands Antilles','Countries'),
 ('US','Angola','country_AO','Angola','Countries'),
 ('US','Antarctica','country_AQ','Antarctica','Countries'),
 ('US','Argentina','country_AR','Argentina','Countries'),
 ('US','American Samoa','country_AS','American Samoa','Countries'),
 ('US','Austria','country_AT','Austria','Countries'),
 ('US','Australia','country_AU','Australia','Countries'),
 ('US','Aruba','country_AW','Aruba','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Azerbaijan','country_AZ','Azerbaijan','Countries'),
 ('US','Bosnia and Herzegowina','country_BA','Bosnia and Herzegowina','Countries'),
 ('US','Barbados','country_BB','Barbados','Countries'),
 ('US','Bangladesh','country_BD','Bangladesh','Countries'),
 ('US','Belgium','country_BE','Belgium','Countries'),
 ('US','Burkina Faso','country_BF','Burkina Faso','Countries'),
 ('US','Bulgaria','country_BG','Bulgaria','Countries'),
 ('US','Bahrain','country_BH','Bahrain','Countries'),
 ('US','Burundi','country_BI','Burundi','Countries'),
 ('US','Benin','country_BJ','Benin','Countries'),
 ('US','Bermuda','country_BM','Bermuda','Countries'),
 ('US','Brunei Darussalam','country_BN','Brunei Darussalam','Countries'),
 ('US','Bolivia','country_BO','Bolivia','Countries'),
 ('US','Brazil','country_BR','Brazil','Countries'),
 ('US','Bahamas','country_BS','Bahamas','Countries'),
 ('US','Bhutan','country_BT','Bhutan','Countries'),
 ('US','Bouvet Island','country_BV','Bouvet Island','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Botswana','country_BW','Botswana','Countries'),
 ('US','Belarus','country_BY','Belarus','Countries'),
 ('US','Belize','country_BZ','Belize','Countries'),
 ('US','Canada','country_CA','Canada','Countries'),
 ('US','Cocos (Keeling) Islands','country_CC','Cocos (Keeling) Islands','Countries'),
 ('US','Central African Republic','country_CF','Central African Republic','Countries'),
 ('US','Congo','country_CG','Congo','Countries'),
 ('US','Switzerland','country_CH','Switzerland','Countries'),
 ('US','Cote D\'ivoire','country_CI','Cote D\'ivoire','Countries'),
 ('US','Cook Islands','country_CK','Cook Islands','Countries'),
 ('US','Chile','country_CL','Chile','Countries'),
 ('US','Cameroon','country_CM','Cameroon','Countries'),
 ('US','China','country_CN','China','Countries'),
 ('US','Colombia','country_CO','Colombia','Countries'),
 ('US','Costa Rica','country_CR','Costa Rica','Countries'),
 ('US','Cuba','country_CU','Cuba','Countries'),
 ('US','Cape Verde','country_CV','Cape Verde','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Christmas Island','country_CX','Christmas Island','Countries'),
 ('US','Cyprus','country_CY','Cyprus','Countries'),
 ('US','Czech Republic','country_CZ','Czech Republic','Countries'),
 ('US','Germany','country_DE','Germany','Countries'),
 ('US','Djibouti','country_DJ','Djibouti','Countries'),
 ('US','Denmark','country_DK','Denmark','Countries'),
 ('US','Dominica','country_DM','Dominica','Countries'),
 ('US','Dominican Republic','country_DO','Dominican Republic','Countries'),
 ('US','Algeria','country_DZ','Algeria','Countries'),
 ('US','Ecuador','country_EC','Ecuador','Countries'),
 ('US','Estonia','country_EE','Estonia','Countries'),
 ('US','Egypt','country_EG','Egypt','Countries'),
 ('US','Western Sahara','country_EH','Western Sahara','Countries'),
 ('US','Eritrea','country_ER','Eritrea','Countries'),
 ('US','Spain','country_ES','Spain','Countries'),
 ('US','Ethiopia','country_ET','Ethiopia','Countries'),
 ('US','Finland','country_FI','Finland','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Fiji','country_FJ','Fiji','Countries'),
 ('US','Falkland Islands (Malvinas)','country_FK','Falkland Islands (Malvinas)','Countries'),
 ('US','Micronesia','country_FM','Micronesia','Countries'),
 ('US','Faroe Islands','country_FO','Faroe Islands','Countries'),
 ('US','France','country_FR','France','Countries'),
 ('US','France, Metropolitan','country_FX','France, Metropolitan','Countries'),
 ('US','Gabon','country_GA','Gabon','Countries'),
 ('US','United Kingdom (Great Britain)','country_GB','United Kingdom (Great Britain)','Countries'),
 ('US','Grenada','country_GD','Grenada','Countries'),
 ('US','Georgia','country_GE','Georgia','Countries'),
 ('US','French Guiana','country_GF','French Guiana','Countries'),
 ('US','Ghana','country_GH','Ghana','Countries'),
 ('US','Gibraltar','country_GI','Gibraltar','Countries'),
 ('US','Greenland','country_GL','Greenland','Countries'),
 ('US','Gambia','country_GM','Gambia','Countries'),
 ('US','Guinea','country_GN','Guinea','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Guadeloupe','country_GP','Guadeloupe','Countries'),
 ('US','Equatorial Guinea','country_GQ','Equatorial Guinea','Countries'),
 ('US','Greece','country_GR','Greece','Countries'),
 ('US','Guatemala','country_GT','Guatemala','Countries'),
 ('US','Guam','country_GU','Guam','Countries'),
 ('US','Guinea-Bissau','country_GW','Guinea-Bissau','Countries'),
 ('US','Guyana','country_GY','Guyana','Countries'),
 ('US','Hong Kong','country_HK','Hong Kong','Countries'),
 ('US','Heard and McDonald Islands','country_HM','Heard and McDonald Islands','Countries'),
 ('US','Honduras','country_HN','Honduras','Countries'),
 ('US','Croatia','country_HR','Croatia','Countries'),
 ('US','Haiti','country_HT','Haiti','Countries'),
 ('US','Hungary','country_HU','Hungary','Countries'),
 ('US','Indonesia','country_ID','Indonesia','Countries'),
 ('US','Ireland','country_IE','Ireland','Countries'),
 ('US','Israel','country_IL','Israel','Countries'),
 ('US','India','country_IN','India','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','British Indian Ocean Territory','country_IO','British Indian Ocean Territory','Countries'),
 ('US','Iraq','country_IQ','Iraq','Countries'),
 ('US','Islamic Republic of Iran','country_IR','Islamic Republic of Iran','Countries'),
 ('US','Iceland','country_IS','Iceland','Countries'),
 ('US','Italy','country_IT','Italy','Countries'),
 ('US','Jamaica','country_JM','Jamaica','Countries'),
 ('US','Jordan','country_JO','Jordan','Countries'),
 ('US','Japan','country_JP','Japan','Countries'),
 ('US','Kenya','country_KE','Kenya','Countries'),
 ('US','Kyrgyzstan','country_KG','Kyrgyzstan','Countries'),
 ('US','Cambodia','country_KH','Cambodia','Countries'),
 ('US','Kiribati','country_KI','Kiribati','Countries'),
 ('US','Comoros','country_KM','Comoros','Countries'),
 ('US','St. Kitts and Nevis','country_KN','St. Kitts and Nevis','Countries'),
 ('US','Korea','country_KP','Korea','Countries'),
 ('US','Korea, Republic of','country_KR','Korea, Republic of','Countries'),
 ('US','Kuwait','country_KW','Kuwait','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Cayman Islands','country_KY','Cayman Islands','Countries'),
 ('US','Kazakhstan','country_KZ','Kazakhstan','Countries'),
 ('US','Laos','country_LA','Laos','Countries'),
 ('US','Lebanon','country_LB','Lebanon','Countries'),
 ('US','Saint Lucia','country_LC','Saint Lucia','Countries'),
 ('US','Liechtenstein','country_LI','Liechtenstein','Countries'),
 ('US','Sri Lanka','country_LK','Sri Lanka','Countries'),
 ('US','Liberia','country_LR','Liberia','Countries'),
 ('US','Lesotho','country_LS','Lesotho','Countries'),
 ('US','Lithuania','country_LT','Lithuania','Countries'),
 ('US','Luxembourg','country_LU','Luxembourg','Countries'),
 ('US','Latvia','country_LV','Latvia','Countries'),
 ('US','Libyan Arab Jamahiriya','country_LY','Libyan Arab Jamahiriya','Countries'),
 ('US','Morocco','country_MA','Morocco','Countries'),
 ('US','Monaco','country_MC','Monaco','Countries'),
 ('US','Moldova, Republic of','country_MD','Moldova, Republic of','Countries'),
 ('US','Madagascar','country_MG','Madagascar','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Marshall Islands','country_MH','Marshall Islands','Countries'),
 ('US','Macedonia','country_MK','Macedonia','Countries'),
 ('US','Mali','country_ML','Mali','Countries'),
 ('US','Myanmar','country_MM','Myanmar','Countries'),
 ('US','Mongolia','country_MN','Mongolia','Countries'),
 ('US','Macau','country_MO','Macau','Countries'),
 ('US','Northern Mariana Islands','country_MP','Northern Mariana Islands','Countries'),
 ('US','Martinique','country_MQ','Martinique','Countries'),
 ('US','Mauritania','country_MR','Mauritania','Countries'),
 ('US','Montserrat','country_MS','Montserrat','Countries'),
 ('US','Malta','country_MT','Malta','Countries'),
 ('US','Mauritius','country_MU','Mauritius','Countries'),
 ('US','Maldives','country_MV','Maldives','Countries'),
 ('US','Malawi','country_MW','Malawi','Countries'),
 ('US','Mexico','country_MX','Mexico','Countries'),
 ('US','Malaysia','country_MY','Malaysia','Countries'),
 ('US','Mozambique','country_MZ','Mozambique','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Namibia','country_NA','Namibia','Countries'),
 ('US','New Caledonia','country_NC','New Caledonia','Countries'),
 ('US','Niger','country_NE','Niger','Countries'),
 ('US','Norfolk Island','country_NF','Norfolk Island','Countries'),
 ('US','Nigeria','country_NG','Nigeria','Countries'),
 ('US','Nicaragua','country_NI','Nicaragua','Countries'),
 ('US','Netherlands','country_NL','Netherlands','Countries'),
 ('US','Norway','country_NO','Norway','Countries'),
 ('US','Nepal','country_NP','Nepal','Countries'),
 ('US','Nauru','country_NR','Nauru','Countries'),
 ('US','Niue','country_NU','Niue','Countries'),
 ('US','New Zealand','country_NZ','New Zealand','Countries'),
 ('US','Oman','country_OM','Oman','Countries'),
 ('US','Panama','country_PA','Panama','Countries'),
 ('US','Peru','country_PE','Peru','Countries'),
 ('US','French Polynesia','country_PF','French Polynesia','Countries'),
 ('US','Papua New Guinea','country_PG','Papua New Guinea','Countries'),
 ('US','Philippines','country_PH','Philippines','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Pakistan','country_PK','Pakistan','Countries'),
 ('US','Poland','country_PL','Poland','Countries'),
 ('US','St. Pierre and Miquelon','country_PM','St. Pierre and Miquelon','Countries'),
 ('US','Pitcairn','country_PN','Pitcairn','Countries'),
 ('US','Puerto Rico','country_PR','Puerto Rico','Countries'),
 ('US','Portugal','country_PT','Portugal','Countries'),
 ('US','Palau','country_PW','Palau','Countries'),
 ('US','Paraguay','country_PY','Paraguay','Countries'),
 ('US','Qatar','country_QA','Qatar','Countries'),
 ('US','Reunion','country_RE','Reunion','Countries'),
 ('US','Romania','country_RO','Romania','Countries'),
 ('US','Russian Federation','country_RU','Russian Federation','Countries'),
 ('US','Rwanda','country_RW','Rwanda','Countries'),
 ('US','Saudi Arabia','country_SA','Saudi Arabia','Countries'),
 ('US','Solomon Islands','country_SB','Solomon Islands','Countries'),
 ('US','Seychelles','country_SC','Seychelles','Countries'),
 ('US','Sudan','country_SD','Sudan','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Sweden','country_SE','Sweden','Countries'),
 ('US','Singapore','country_SG','Singapore','Countries'),
 ('US','St. Helena','country_SH','St. Helena','Countries'),
 ('US','Slovenia','country_SI','Slovenia','Countries'),
 ('US','Svalbard and Jan Mayen Islands','country_SJ','Svalbard and Jan Mayen Islands','Countries'),
 ('US','Slovakia','country_SK','Slovakia','Countries'),
 ('US','Sierra Leone','country_SL','Sierra Leone','Countries'),
 ('US','San Marino','country_SM','San Marino','Countries'),
 ('US','Senegal','country_SN','Senegal','Countries'),
 ('US','Somalia','country_SO','Somalia','Countries'),
 ('US','Suriname','country_SR','Suriname','Countries'),
 ('US','Sao Tome and Principe','country_ST','Sao Tome and Principe','Countries'),
 ('US','El Salvador','country_SV','El Salvador','Countries'),
 ('US','Syrian Arab Republic','country_SY','Syrian Arab Republic','Countries'),
 ('US','Swaziland','country_SZ','Swaziland','Countries'),
 ('US','Turks and Caicos Islands','country_TC','Turks and Caicos Islands','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Chad','country_TD','Chad','Countries'),
 ('US','French Southern Territories','country_TF','French Southern Territories','Countries'),
 ('US','Togo','country_TG','Togo','Countries'),
 ('US','Thailand','country_TH','Thailand','Countries'),
 ('US','Tajikistan','country_TJ','Tajikistan','Countries'),
 ('US','Tokelau','country_TK','Tokelau','Countries'),
 ('US','Turkmenistan','country_TM','Turkmenistan','Countries'),
 ('US','Tunisia','country_TN','Tunisia','Countries'),
 ('US','Tonga','country_TO','Tonga','Countries'),
 ('US','East Timor','country_TP','East Timor','Countries'),
 ('US','Turkey','country_TR','Turkey','Countries'),
 ('US','Trinidad and Tobago','country_TT','Trinidad and Tobago','Countries'),
 ('US','Tuvalu','country_TV','Tuvalu','Countries'),
 ('US','Taiwan','country_TW','Taiwan','Countries'),
 ('US','Tanzania, United Republic of','country_TZ','Tanzania, United Republic of','Countries'),
 ('US','Ukraine','country_UA','Ukraine','Countries'),
 ('US','Uganda','country_UG','Uganda','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','United States','country_US','United States','Countries'),
 ('US','Uruguay','country_UY','Uruguay','Countries'),
 ('US','Uzbekistan','country_UZ','Uzbekistan','Countries'),
 ('US','Vatican City State','country_VA','Vatican City State','Countries'),
 ('US','St. Vincent and the Grenadines','country_VC','St. Vincent and the Grenadines','Countries'),
 ('US','Venezuela','country_VE','Venezuela','Countries'),
 ('US','British Virgin Islands','country_VG','British Virgin Islands','Countries'),
 ('US','United States Virgin Islands','country_VI','United States Virgin Islands','Countries'),
 ('US','Viet Nam','country_VN','Viet Nam','Countries'),
 ('US','Vanuatu','country_VU','Vanuatu','Countries'),
 ('US','Wallis And Futuna Islands','country_WF','Wallis And Futuna Islands','Countries'),
 ('US','Samoa','country_WS','Samoa','Countries'),
 ('US','Yemen','country_YE','Yemen','Countries'),
 ('US','Mayotte','country_YT','Mayotte','Countries'),
 ('US','Yugoslavia','country_YU','Yugoslavia','Countries');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','South Africa','country_ZA','South Africa','Countries'),
 ('US','Zambia','country_ZM','Zambia','Countries'),
 ('US','Zaire','country_ZR','Zaire','Countries'),
 ('US','Zimbabwe','country_ZW','Zimbabwe','Countries'),
 ('US','If CC Info is entered into payment gateway site','disable_ccinfo_msg','After submitting your order you will be redirected to CC gateway secure site, where you will be prompted to enter the neccessary CC info. When you finish your transaction, please press Finish (Continue) button to return back to the shop.','Text'),
 ('US','If Check info is entered into payment method site','disable_chinfo_msg','After submitting your order you will be redirected to the processing gateway secure site, where you will be prompted to enter the neccessary info to check your order. When you  finish your transaction, please press Finish (Continue) button to return back to the shop and complete the order.','Text'),
 ('US','User filled in Contact Us form!','eml_contact_us_subj','User filled in Contact Us form!','E-Mail');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Customers need help!','eml_customers_need_help','Customers need help!','E-Mail'),
 ('US','You have ordered Electronically dis','eml_egoods','You have ordered Electronically distributed products from our site.\r\nThis message contains URLs from which they can be downloaded:','E-Mail'),
 ('US','Download E-products','eml_egoods_download','Download E-products','E-Mail'),
 ('US','Note: for security reasons these URLs are valid within the next hours','eml_egoods_download_note','Note: for security reasons these URLs are valid within the next hours','E-Mail'),
 ('US','Gift Certificate for You','eml_gc_4u','Gift Certificate for You','E-Mail'),
 ('US','To redeem GC','eml_gc_body','In order to redeem this gift certificate please follow these steps:\r\n\r\n1) Go to our site\r\n2) Add to cart any products.\r\n3) Follow to \'CHECKOUT\' section.\r\n4) Enter your personal details.\r\n5) Select \'Gift Certificate\' as payment method.\r\n6) Enter your Gift Certificate ID and click the \'Submit\' button.','E-Mail'),
 ('US','The copy of message is below','eml_gc_copy_sent','Below is the copy of message which was sent to','E-Mail');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','sent you a Gift Certificate for','eml_gc_header','sent you a Gift Certificate for','E-Mail'),
 ('US','The Gift certificate was successfully sent to','eml_gc_notification','The Gift certificate was successfully sent to','E-Mail'),
 ('US','has been deleted','eml_has_been_deleted','has been deleted','E-Mail'),
 ('US','has recommended this product to you','eml_has_recommended','has recommended this product to you','E-Mail'),
 ('US','initial notification','eml_initial_notification','initial notification','E-Mail'),
 ('US','Initiated order (customer)','eml_init_order_customer','Your order has been initiated. You need to finish transaction before the order is placed for processing.','E-Mail'),
 ('US','Administrator\'s login failure:','eml_login_error','Administrator\'s login failure:','E-Mail'),
 ('US','WARNING!!!  WARNING!!!  WARNING!!!','eml_login_error_subj','WARNING!!!  WARNING!!!  WARNING!!!','E-Mail'),
 ('US','Mail header: part 1','eml_mail_header_part1','You have received this notification from','E-Mail');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Mail header: part 2','eml_mail_header_part2','because you are a registered user or you or some other registered user requested some information for you from our store.','E-Mail'),
 ('US','New member has been registered','eml_new_member_has_been_registered','New member has been registered','E-Mail'),
 ('US','notification','eml_notification','notification','E-Mail'),
 ('US','Your order has been completed successfully.','eml_order_complete','Your order has been completed successfully.','E-Mail'),
 ('US','We are sorry to inform you that your order was declined.','eml_order_declined','We are sorry to inform you that your order was declined.','E-Mail'),
 ('US','Your order invoice has been updated','eml_order_has_been_updated','Your order invoice has been updated. Please review the order data below.','E-Mail'),
 ('US','Your order has been processed successfully.','eml_order_processed','Your order has been processed successfully.','E-Mail'),
 ('US','You have requested your lost account information','eml_password_recovery_msg','You have requested your lost account information','E-Mail');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Please click this link to see product detailed information','eml_please_click_link','Please click this link to see product detailed information','E-Mail'),
 ('US','Profile is deleted','eml_profile_deleted','Profile is deleted','E-Mail'),
 ('US','Profile is modified','eml_profile_modified','Profile is modified','E-Mail'),
 ('US','has been declined','eml_sbj_order_declined','has been declined','E-Mail'),
 ('US','Thank you for using','eml_signature','Thank you for shopping at Ollies Parrots Perch','E-Mail'),
 ('US','Sign in notification','eml_signin_notification','Sign in notification','E-Mail'),
 ('US','You are subscribed','eml_subscribed','You are subscribed to our Newsletter!\r\n\r\nIf you wish to unsubscribe please visit URL:','E-Mail'),
 ('US','newsletter subscription','eml_subscribe_subj','newsletter subscription','E-Mail'),
 ('US','Thank you for your order made with our shopping system.','eml_thankyou_for_order','Thank you for your order made with our shopping system.\r\nYou are welcome to come back !','E-Mail'),
 ('US','This is an order','eml_this_is_order','This is an order','E-Mail');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The following member has been unsubscribed','eml_unsubscribe_admin_msg','The following member has been unsubscribed from newsletter','E-Mail'),
 ('US','newsletter unsubscription','eml_unsubscribe_subj','newsletter unsubscription','E-Mail'),
 ('US','has been updated','eml_updated','has been updated','E-Mail'),
 ('US','Your profile is at','eml_your_profile_at','Your profile is at','E-Mail'),
 ('US','You have been registered','eml_you_have_been_registered','You have been registered','E-Mail'),
 ('US','Access denied !','err_access_denied','Access denied !','Errors'),
 ('US','You are not allowed to access that resource!','err_access_denied_msg','You are not allowed to access that resource!','Errors'),
 ('US','Bad coupon code','err_bad_coupon_code','Bad coupon code','Errors'),
 ('US','You have entered incorrect coupon','err_bad_coupon_code_msg','You have entered an incorrect coupon code !<br>\r\nThis coupon does not exist, has been disabled or has expired. <br>\r\n<br>\r\nPlease contact administrator and report the error(s).\r\n','Errors'),
 ('US','Bad coupon provider message','err_bad_coupon_provider_msg','You have entered an incorrect coupon code !<br>\r\nThis coupon isnt valid for goods purchased from this provider <br>\r\n<br>\r\nPlease contact the administrator and report the error(s).\r\n','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Incorrect county for billing address (the county does not belong to the specified state).','err_billing_county','Incorrect county for billing address (the county does not belong to the specified state).','Errors'),
 ('US','Incorrect state for billing address (the state does not belong to the specified country).','err_billing_state','Incorrect state for billing address (the state does not belong to the specified country).','Errors'),
 ('US','Cannot open file !','err_cannot_open_file','Cannot open file !','Errors'),
 ('US','Cannot open uploaded file','err_cannot_open_file_msg','Cannot open uploaded file!\r\n<br><br>\r\nPlease contact administrator and report the error(s).<br><br>','Errors'),
 ('US','Checkout is not allowed','err_checkout_not_allowed','Checkout is not allowed','Errors'),
 ('US','In order to perform checkout your order subtotal must exceed the minimum defined value','err_checkout_not_allowed_msg','In order to perform checkout your order subtotal must exceed the minimum defined value<BR><BR>','Errors'),
 ('US','Choose a category first !','err_choose_category','Choose a category first !','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Choose a directory first','err_choose_directory_first','Choose a directory first','Errors'),
 ('US','Choose a file first !','err_choose_file_first','Choose a file first !','Errors'),
 ('US','Choose a product first !','err_choose_product','Choose a product first !','Errors'),
 ('US','CMPI declined your order.','err_cmpi_declined_order','Order processing error !<BR>\r\nPlease review your data and try again.\r\n<BR><BR>','Errors'),
 ('US','Data is corrupted or Merchant key is wrong!','err_data_corrupted','Data is corrupted or Merchant key is wrong!','Errors'),
 ('US','Data format for field N is invalid','err_data_format_is_invalid','Data format for field \"<B>{{field}}</B>\" is invalid ({{data}})','Errors'),
 ('US','Data supplied for field N is invalid','err_data_supplied_is_invalid','Data supplied for field \"<B>{{field}}</B>\" is invalid ({{data}})','Errors'),
 ('US','Delivery options conflict','err_delivery_options_conflict','Delivery options conflict','Errors'),
 ('US','Delivery options conflict message','err_delivery_options_conflict_msg','Cannot add product to shopping cart.<br>\r\nYou are trying to add products with different delivery options.\r\n<br><br>\r\nEach session you can add products with same delivery options.<br>\r\nIf you want this product to be shipped with selected method, first checkout your current shopping cart.','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','File reference supplied for field N cannot be opened','err_file_reference_cannot_be_opened','File reference supplied for field \"<B>{{field}}</B>\" cannot be opened ({{data}})','Errors'),
 ('US','Please fill in all the required fields','err_filling_form','Please fill in all the required fields.','Labels'),
 ('US','GC processing error','err_gc_error','Order processing error !<br> \r\nThis error may occur by several reasons:<br>\r\n<ul>\r\n<li>Gift certificate doesn\'t exist.</li>\r\n<li>Gift certificate is expired.</li>\r\n<li>Gift certificate is not activated.</li>\r\n<li>Gift certificate is disabled.</li>\r\n</ul>\r\n<br><br>','Errors'),
 ('US','GC doesn\'t have not enough amount','err_gc_not_enough','Order processing error !<br>\r\n<li>Gift certificate doesn\'t have enough money.</li>\r\n<br><br>','Errors'),
 ('US','The entered Gift certificate is not found.','err_gc_not_found','The entered Gift certificate is not found.','Errors'),
 ('US','The entered Gift Certificate has already been applied.','err_gc_used','The entered Gift Certificate has already been applied. Please enter another one or click  \"Change payment method\" button.','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Import error','err_import','Import error','Errors'),
 ('US','Import error message','err_import_msg','Import error occured.<br>\r\nYou have specified incorrect file format or the file doesn\'t match.\r\n<br><br>\r\nPlease contact administrator and report the error(s).<br><br>','Errors'),
 ('US','Invalid login or password','err_invalid_login','Invalid login or password','Errors'),
 ('US','Merchant key is wrong or empty!','err_mpassword_wrong','Merchant key is wrong or empty!','Errors'),
 ('US','No shipping','err_no_shipping','No shipping','Errors'),
 ('US','No shipping message','err_no_shipping_msg','<h3>There are no shipping methods available</h3>\r\nYou cannot proceed! Please contact your administrator.\r\n<BR><BR>\r\nThis may be a problem caused by an invalid mailing address. If this is the case, click on modify profile and fix any address problems in both shipping and billing addresses. Then click on \"Checkout\" to proceed.\r\n<BR><BR>','Errors'),
 ('US','The requested page does not exist or you are not allowed to access it!','err_page_not_found_msg','The requested page does not exist or you are not allowed to access it!','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Payment processor is not available','err_payment_cc_not_available','Order processing error !<br>\r\nPayment processing gateway is not available. Please try again later.\r\n<br><br>\r\nPlease contact administrator and report the error(s).<br>','Errors'),
 ('US','Payment processor is not found','err_payment_cc_not_found','Order processing error !<br>\r\nPayment processing script is not available.\r\n<br><br>\r\nPlease contact administrator and report the error(s).<br>','Errors'),
 ('US','Payment processor declined your order.','err_payment_declined_order','Order processing error !<br>\r\nPayment processor declined your order.<br>\r\nPlease review your data and try again.\r\n<br><br>','Errors'),
 ('US','Payment processor error','err_payment_processor','Payment processor error','Errors'),
 ('US','Order processing error','err_payment_processor_msg','Order processing error !<br>\r\nPayment processor can not process your order. Data is invalid.\r\n<br><br>\r\nPlease contact administrator and report the error(s).<br>','Errors'),
 ('US','Payment decline: reason','err_payment_reason','Reason','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Permission denied','err_permission_denied','Permission denied','Errors'),
 ('US','Denied permission message','err_permission_denied_msg','<h3>Permission denied !</h3>\r\nYou are not allowed to do that!<br>\r\nAdministrator Safe mode is enabled.','Errors'),
 ('US','Unavailable product','err_product_disabled','Unavailable product','Errors'),
 ('US','This product is unavailable or temporary disabled.','err_product_disabled_msg','This product is unavailable or temporary disabled.','Errors'),
 ('US','Product is out of stock','err_product_in_cart_expired','Product is out of stock','Errors'),
 ('US','Sorry, one of the products you have in cart is out of stock.','err_product_in_cart_expired_msg','Sorry, one of the  products you have in cart is out of stock.','Errors'),
 ('US','The protocol must be HTTPS!','err_protocol_must_https','The protocol must be HTTPS!','Errors'),
 ('US','Error of recognition the first row of CSV-file','err_recognition_first_row','Error of recognition the first row of CSV-file (should be the columns names)','Errors'),
 ('US','Reference supplied for field N is missing','err_reference_supplied_is_missing','Reference supplied for field \"<B>{{field}}</B>\" is missing ({{data}})','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The request method must be POST!','err_request_must_post','The request method must be POST!','Errors'),
 ('US','Incorrect county for shipping address (the county does not belong to the specified state).','err_shipping_county','Incorrect county for shipping address (the county does not belong to the specified state).','Errors'),
 ('US','Incorrect state for shipping address (the state does not belong to the specified country).','err_shipping_state','Incorrect state for shipping address (the state does not belong to the specified country).','Errors'),
 ('US','Subscription error','err_subscribe','Subscription error','Errors'),
 ('US','Already subscribed','err_subscribed_already','<h5>You have already subscribed to the newsletter</h5>','Errors'),
 ('US','Subscription email is invalid','err_subscribe_email_invalid','You have specified an incorrect e-mail address','Errors'),
 ('US','You have entered a wrong e-mail address','err_wrong_email','You have entered a wrong e-mail address','Errors'),
 ('US','Merchant key is wrong!','err_wrong_merchant_password','Merchant key is wrong!','Errors');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Please enter Merchant key again!','err_wrong_merchant_password_msg','Please enter Merchant key again!','Errors'),
 ('US','Language of Andorra','language_AD','Catalan','Languages'),
 ('US','Language of United Arab Emirates','language_AE','','Languages'),
 ('US','Language of Afghanistan','language_AF','Dari, Pushtu','Languages'),
 ('US','Language of Antigua and Barbuda','language_AG','','Languages'),
 ('US','Language of Anguilla','language_AI','','Languages'),
 ('US','Language of Albania','language_AL','Albanian','Languages'),
 ('US','Language of Armenia','language_AM','Armenian','Languages'),
 ('US','Language of Netherlands Antilles','language_AN','','Languages'),
 ('US','Language of Angola','language_AO','Portuguese','Languages'),
 ('US','Language of Antarctica','language_AQ','','Languages'),
 ('US','Language of Argentina','language_AR','Spanish','Languages'),
 ('US','Language of American Samoa','language_AS','','Languages'),
 ('US','Language of Austria','language_AT','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Australia','language_AU','','Languages'),
 ('US','Language of Aruba','language_AW','','Languages'),
 ('US','Language of Azerbaijan','language_AZ','','Languages'),
 ('US','Language of Bosnia and Herzegowina','language_BA','Bosnian','Languages'),
 ('US','Language of Barbados','language_BB','','Languages'),
 ('US','Language of Bangladesh','language_BD','Bengali','Languages'),
 ('US','Language of Belgium','language_BE','','Languages'),
 ('US','Language of Burkina Faso','language_BF','','Languages'),
 ('US','Language of Bulgaria','language_BG','Bulgarian','Languages'),
 ('US','Language of Bahrain','language_BH','','Languages'),
 ('US','Language of Burundi','language_BI','','Languages'),
 ('US','Language of Benin','language_BJ','','Languages'),
 ('US','Language of Bermuda','language_BM','','Languages'),
 ('US','Language of Brunei Darussalam','language_BN','','Languages'),
 ('US','Language of Bolivia','language_BO','','Languages'),
 ('US','Language of Brazil','language_BR','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Bahamas','language_BS','','Languages'),
 ('US','Language of Bhutan','language_BT','','Languages'),
 ('US','Language of Bouvet Island','language_BV','','Languages'),
 ('US','Language of Botswana','language_BW','','Languages'),
 ('US','Language of Belarus','language_BY','Belarussian','Languages'),
 ('US','Language of Belize','language_BZ','','Languages'),
 ('US','Language of Canada','language_CA','','Languages'),
 ('US','Language of Cocos (Keeling) Islands','language_CC','','Languages'),
 ('US','Language of Central African Republic','language_CF','','Languages'),
 ('US','Language of Congo','language_CG','','Languages'),
 ('US','Language of Switzerland','language_CH','','Languages'),
 ('US','Language of Cote D\'ivoire','language_CI','','Languages'),
 ('US','Language of Cook Islands','language_CK','','Languages'),
 ('US','Language of Chile','language_CL','','Languages'),
 ('US','Language of Cameroon','language_CM','','Languages'),
 ('US','Language of China','language_CN','Chinese','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Colombia','language_CO','','Languages'),
 ('US','Language of Costa Rica','language_CR','','Languages'),
 ('US','Language of Cuba','language_CU','','Languages'),
 ('US','Language of Cape Verde','language_CV','','Languages'),
 ('US','Language of Christmas Island','language_CX','','Languages'),
 ('US','Language of Cyprus','language_CY','Greek','Languages'),
 ('US','Language of Czech Republic','language_CZ','Czech','Languages'),
 ('US','Language of Germany','language_DE','German','Languages'),
 ('US','Language of Djibouti','language_DJ','','Languages'),
 ('US','Language of Denmark','language_DK','Danish','Languages'),
 ('US','Language of Dominica','language_DM','','Languages'),
 ('US','Language of Dominican Republic','language_DO','','Languages'),
 ('US','Language of Algeria','language_DZ','Arabic','Languages'),
 ('US','Language of Ecuador','language_EC','','Languages'),
 ('US','Language of Estonia','language_EE','Estonian','Languages'),
 ('US','Language of Egypt','language_EG','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Western Sahara','language_EH','','Languages'),
 ('US','Language of Eritrea','language_ER','','Languages'),
 ('US','Language of Spain','language_ES','','Languages'),
 ('US','Language of Ethiopia','language_ET','Amharic','Languages'),
 ('US','Language of Finland','language_FI','Finnish','Languages'),
 ('US','Language of Fiji','language_FJ','','Languages'),
 ('US','Language of Falkland Islands (Malvinas)','language_FK','','Languages'),
 ('US','Language of Micronesia','language_FM','','Languages'),
 ('US','Language of Faroe Islands','language_FO','','Languages'),
 ('US','Language of France','language_FR','French','Languages'),
 ('US','Language of France, Metropolitan','language_FX','','Languages'),
 ('US','Language of Gabon','language_GA','','Languages'),
 ('US','Language of United Kingdom (Great Britain)','language_GB','','Languages'),
 ('US','Language of Grenada','language_GD','','Languages'),
 ('US','Language of Georgia','language_GE','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of French Guiana','language_GF','','Languages'),
 ('US','Language of Ghana','language_GH','','Languages'),
 ('US','Language of Gibraltar','language_GI','','Languages'),
 ('US','Language of Greenland','language_GL','','Languages'),
 ('US','Language of Gambia','language_GM','','Languages'),
 ('US','Language of Guinea','language_GN','','Languages'),
 ('US','Language of Guadeloupe','language_GP','','Languages'),
 ('US','Language of Equatorial Guinea','language_GQ','','Languages'),
 ('US','Language of Greece','language_GR','','Languages'),
 ('US','Language of Guatemala','language_GT','','Languages'),
 ('US','Language of Guam','language_GU','','Languages'),
 ('US','Language of Guinea-Bissau','language_GW','','Languages'),
 ('US','Language of Guyana','language_GY','','Languages'),
 ('US','Language of Hong Kong','language_HK','Mandarin','Languages'),
 ('US','Language of Heard and McDonald Islands','language_HM','','Languages'),
 ('US','Language of Honduras','language_HN','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Croatia','language_HR','Croatian','Languages'),
 ('US','Language of Haiti','language_HT','Creole','Languages'),
 ('US','Language of Hungary','language_HU','Hungarian','Languages'),
 ('US','Language of Indonesia','language_ID','Indonesian','Languages'),
 ('US','Language of Ireland','language_IE','Irish','Languages'),
 ('US','Language of Israel','language_IL','Hebrew','Languages'),
 ('US','Language of India','language_IN','','Languages'),
 ('US','Language of British Indian Ocean Territory','language_IO','','Languages'),
 ('US','Language of Iraq','language_IQ','','Languages'),
 ('US','Language of Islamic Republic of Iran','language_IR','','Languages'),
 ('US','Language of Iceland','language_IS','Icelandic','Languages'),
 ('US','Language of Italy','language_IT','Italian','Languages'),
 ('US','Language of Jamaica','language_JM','','Languages'),
 ('US','Language of Jordan','language_JO','','Languages'),
 ('US','Language of Japan','language_JP','Japanese','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Kenya','language_KE','Kiswahili','Languages'),
 ('US','Language of Kyrgyzstan','language_KG','','Languages'),
 ('US','Language of Cambodia','language_KH','','Languages'),
 ('US','Language of Kiribati','language_KI','','Languages'),
 ('US','Language of Comoros','language_KM','','Languages'),
 ('US','Language of St. Kitts and Nevis','language_KN','','Languages'),
 ('US','Language of Korea','language_KP','Korean','Languages'),
 ('US','Language of Korea, Republic of','language_KR','','Languages'),
 ('US','Language of Kuwait','language_KW','','Languages'),
 ('US','Language of Cayman Islands','language_KY','','Languages'),
 ('US','Language of Kazakhstan','language_KZ','Kazakh','Languages'),
 ('US','Language of Laos','language_LA','','Languages'),
 ('US','Language of Lebanon','language_LB','','Languages'),
 ('US','Language of Saint Lucia','language_LC','','Languages'),
 ('US','Language of Liechtenstein','language_LI','','Languages'),
 ('US','Language of Sri Lanka','language_LK','Sinhala','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Liberia','language_LR','','Languages'),
 ('US','Language of Lesotho','language_LS','Sesotho','Languages'),
 ('US','Language of Lithuania','language_LT','Lithuanian','Languages'),
 ('US','Language of Luxembourg','language_LU','','Languages'),
 ('US','Language of Latvia','language_LV','Latvian','Languages'),
 ('US','Language of Libyan Arab Jamahiriya','language_LY','','Languages'),
 ('US','Language of Morocco','language_MA','','Languages'),
 ('US','Language of Monaco','language_MC','','Languages'),
 ('US','Language of Moldova, Republic of','language_MD','','Languages'),
 ('US','Language of Madagascar','language_MG','Malagasy','Languages'),
 ('US','Language of Marshall Islands','language_MH','','Languages'),
 ('US','Language of Macedonia','language_MK','Macedonian','Languages'),
 ('US','Language of Mali','language_ML','','Languages'),
 ('US','Language of Myanmar','language_MM','Burmese','Languages'),
 ('US','Language of Mongolia','language_MN','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Macau','language_MO','','Languages'),
 ('US','Language of Northern Mariana Islands','language_MP','','Languages'),
 ('US','Language of Martinique','language_MQ','','Languages'),
 ('US','Language of Mauritania','language_MR','','Languages'),
 ('US','Language of Montserrat','language_MS','','Languages'),
 ('US','Language of Malta','language_MT','Maltese','Languages'),
 ('US','Language of Mauritius','language_MU','','Languages'),
 ('US','Language of Maldives','language_MV','','Languages'),
 ('US','Language of Malawi','language_MW','','Languages'),
 ('US','Language of Mexico','language_MX','','Languages'),
 ('US','Language of Malaysia','language_MY','Malay','Languages'),
 ('US','Language of Mozambique','language_MZ','','Languages'),
 ('US','Language of Namibia','language_NA','','Languages'),
 ('US','Language of New Caledonia','language_NC','','Languages'),
 ('US','Language of Niger','language_NE','','Languages'),
 ('US','Language of Norfolk Island','language_NF','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Nigeria','language_NG','','Languages'),
 ('US','Language of Nicaragua','language_NI','','Languages'),
 ('US','Language of Netherlands','language_NL','Dutch','Languages'),
 ('US','Language of Norway','language_NO','Norwegian','Languages'),
 ('US','Language of Nepal','language_NP','Nepali','Languages'),
 ('US','Language of Nauru','language_NR','','Languages'),
 ('US','Language of Niue','language_NU','','Languages'),
 ('US','Language of New Zealand','language_NZ','','Languages'),
 ('US','Language of Oman','language_OM','','Languages'),
 ('US','Language of Panama','language_PA','','Languages'),
 ('US','Language of Peru','language_PE','','Languages'),
 ('US','Language of French Polynesia','language_PF','','Languages'),
 ('US','Language of Papua New Guinea','language_PG','Pidgin','Languages'),
 ('US','Language of Philippines','language_PH','Filipino','Languages'),
 ('US','Language of Pakistan','language_PK','Urdu','Languages'),
 ('US','Language of Poland','language_PL','Polish','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of St. Pierre and Miquelon','language_PM','','Languages'),
 ('US','Language of Pitcairn','language_PN','','Languages'),
 ('US','Language of Puerto Rico','language_PR','','Languages'),
 ('US','Language of Portugal','language_PT','Portuguese','Languages'),
 ('US','Language of Palau','language_PW','','Languages'),
 ('US','Language of Paraguay','language_PY','','Languages'),
 ('US','Language of Qatar','language_QA','','Languages'),
 ('US','Language of Reunion','language_RE','','Languages'),
 ('US','Language of Romania','language_RO','Romanian','Languages'),
 ('US','Language of Russian Federation','language_RU','Russian','Languages'),
 ('US','Language of Rwanda','language_RW','','Languages'),
 ('US','Language of Saudi Arabia','language_SA','','Languages'),
 ('US','Language of Solomon Islands','language_SB','','Languages'),
 ('US','Language of Seychelles','language_SC','','Languages'),
 ('US','Language of Sudan','language_SD','','Languages'),
 ('US','Language of Sweden','language_SE','Swedish','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Singapore','language_SG','','Languages'),
 ('US','Language of St. Helena','language_SH','','Languages'),
 ('US','Language of Slovenia','language_SI','Slovene','Languages'),
 ('US','Language of Svalbard and Jan Mayen Islands','language_SJ','','Languages'),
 ('US','Language of Slovakia','language_SK','Slovak','Languages'),
 ('US','Language of Sierra Leone','language_SL','','Languages'),
 ('US','Language of San Marino','language_SM','','Languages'),
 ('US','Language of Senegal','language_SN','','Languages'),
 ('US','Language of Somalia','language_SO','Somali','Languages'),
 ('US','Language of Suriname','language_SR','','Languages'),
 ('US','Language of Sao Tome and Principe','language_ST','','Languages'),
 ('US','Language of El Salvador','language_SV','','Languages'),
 ('US','Language of Syrian Arab Republic','language_SY','','Languages'),
 ('US','Language of Swaziland','language_SZ','','Languages'),
 ('US','Language of Turks and Caicos Islands','language_TC','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Chad','language_TD','','Languages'),
 ('US','Language of French Southern Territories','language_TF','','Languages'),
 ('US','Language of Togo','language_TG','','Languages'),
 ('US','Language of Thailand','language_TH','Thai','Languages'),
 ('US','Language of Tajikistan','language_TJ','','Languages'),
 ('US','Language of Tokelau','language_TK','','Languages'),
 ('US','Language of Turkmenistan','language_TM','','Languages'),
 ('US','Language of Tunisia','language_TN','','Languages'),
 ('US','Language of Tonga','language_TO','Tongan','Languages'),
 ('US','Language of East Timor','language_TP','','Languages'),
 ('US','Language of Turkey','language_TR','Turkish','Languages'),
 ('US','Language of Trinidad and Tobago','language_TT','','Languages'),
 ('US','Language of Tuvalu','language_TV','Tuvaluan','Languages'),
 ('US','Language of Taiwan','language_TW','','Languages'),
 ('US','Language of Tanzania, United Republic of','language_TZ','','Languages'),
 ('US','Language of Ukraine','language_UA','Ukrainian','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Uganda','language_UG','','Languages'),
 ('US','Language of United States','language_US','English','Languages'),
 ('US','Language of Uruguay','language_UY','','Languages'),
 ('US','Language of Uzbekistan','language_UZ','','Languages'),
 ('US','Language of Vatican City State','language_VA','','Languages'),
 ('US','Language of St. Vincent and the Grenadines','language_VC','','Languages'),
 ('US','Language of Venezuela','language_VE','','Languages'),
 ('US','Language of British Virgin Islands','language_VG','','Languages'),
 ('US','Language of United States Virgin Islands','language_VI','','Languages'),
 ('US','Language of Viet Nam','language_VN','Vietnamese','Languages'),
 ('US','Language of Vanuatu','language_VU','','Languages'),
 ('US','Language of Wallis And Futuna Islands','language_WF','','Languages'),
 ('US','Language of Samoa','language_WS','','Languages'),
 ('US','Language of Yemen','language_YE','','Languages'),
 ('US','Language of Mayotte','language_YT','','Languages');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Language of Yugoslavia','language_YU','','Languages'),
 ('US','Language of South Africa','language_ZA','Afrikaans','Languages'),
 ('US','Language of Zambia','language_ZM','','Languages'),
 ('US','Language of Zaire','language_ZR','','Languages'),
 ('US','Language of Zimbabwe','language_ZW','','Languages'),
 ('US','About our site','lbl_about_our_site','About our site','Labels'),
 ('US','Absolute','lbl_absolute','Absolute','Labels'),
 ('US','Account information','lbl_account_information','Account information','Labels'),
 ('US','Action','lbl_action','Action','Labels'),
 ('US','Activate All','lbl_activate_all','Activate All','Labels'),
 ('US','Active','lbl_active','Active','Labels'),
 ('US','Add','lbl_add','Add','Labels'),
 ('US','Added','lbl_added','Added','Labels'),
 ('US','Added by administrator','lbl_added_by_admin','Added by administrator','Labels'),
 ('US','Additional categories','lbl_additional_categories','Additional categories','Labels'),
 ('US','Additional category','lbl_additional_category','Additional category','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Additional fields','lbl_additional_fields','Additional fields','Labels'),
 ('US','Additional information','lbl_additional_information','Additional information','Labels'),
 ('US','Additional options','lbl_additional_options','Additional options','Labels'),
 ('US','Address','lbl_address','Address','Labels'),
 ('US','Addresses','lbl_addresses','Addresses','Labels'),
 ('US','Address (line 2)','lbl_address_2','Address 2','Labels'),
 ('US','Address mask examples','lbl_address_mask_examples','Address mask examples','Text'),
 ('US','Simple HTML link to add 1 product to cart','lbl_add_1_product_link','Simple HTML link to add 1 product to cart','Labels'),
 ('US','Add Category','lbl_add_category','Add Category','Labels'),
 ('US','Add credit card type','lbl_add_cc_type','Add credit card type','Labels'),
 ('US','Add coupon','lbl_add_coupon','Add coupon','Labels'),
 ('US','Add exception','lbl_add_exception','Add exception','Labels'),
 ('US','Add extra field','lbl_add_extra_field','Add extra field','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Add IP address','lbl_add_ip_address','Add IP address','Labels'),
 ('US','Add Link','lbl_add_link','Add Link','Labels'),
 ('US','Add Manufacturer','lbl_add_manufacturer','Add Manufacturer','Labels'),
 ('US','Add merchant key','lbl_add_mpassword','Add merchant key','Labels'),
 ('US','Add merchant key: Warning','lbl_add_mpassword_warn','If you forgot Merchant password, order details will be lost, because to decrypt this field you need to enter correct Merchant password.','Labels'),
 ('US','Add new','lbl_add_new','Add new','Labels'),
 ('US','Add News list','lbl_add_news_list','Add News list','Labels'),
 ('US','Add new...','lbl_add_new_','Add new...','Labels'),
 ('US','Add new county','lbl_add_new_county','Add new county','Labels'),
 ('US','Add new discount','lbl_add_new_discount','Add new discount','Labels'),
 ('US','Add new entry','lbl_add_new_entry','Add new entry','Labels'),
 ('US','Add new field','lbl_add_new_field','Add new field','Labels'),
 ('US','Add/Update language','lbl_add_new_language','Add/Update language','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Add new link','lbl_add_new_link','Add new link','Labels'),
 ('US','Add news list','lbl_add_new_list','Add news list','Labels'),
 ('US','Add new price','lbl_add_new_price','Add new price','Labels'),
 ('US','Add new product','lbl_add_new_product','Add new product','Labels'),
 ('US','Add new review','lbl_add_new_review','Add new review','Labels'),
 ('US','Add new state','lbl_add_new_state','Add new state','Labels'),
 ('US','Add new tax','lbl_add_new_tax','Add new tax','Labels'),
 ('US','Add new VAT rate','lbl_add_new_vat_rate','Add new VAT rate','Labels'),
 ('US','Add option value','lbl_add_option_value','Add option value','Labels'),
 ('US','Add product','lbl_add_product','Add product','Labels'),
 ('US','Add product option','lbl_add_product_option','Add product option','Labels'),
 ('US','Add review','lbl_add_review','Add review','Labels'),
 ('US','Add shipping charge values','lbl_add_shipping_charge_values','Add shipping charge values','Labels'),
 ('US','Add shipping markup values','lbl_add_shipping_markup_values','Add shipping markup values','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Add shipping method','lbl_add_shipping_method','Add shipping method','Labels'),
 ('US','Add state','lbl_add_state','Add state','Labels'),
 ('US','Add tax rate','lbl_add_tax_rate','Add tax rate','Labels'),
 ('US','Add to cart','lbl_add_to_cart','Add to cart','Labels'),
 ('US','Add to the subscription','lbl_add_to_maillist','Add to the subscription','Labels'),
 ('US','Add to selected','lbl_add_to_selected','Add to selected','Labels'),
 ('US','Add to wish list','lbl_add_to_wl','Add to wish list','Labels'),
 ('US','Add/Update','lbl_add_update','Add/Update','Labels'),
 ('US','Add/Update exceptions','lbl_add_update_exceptions','Add/Update exceptions','Labels'),
 ('US','Add/Update language','lbl_add_update_language','Add/Update language','Labels'),
 ('US','Add/Update option','lbl_add_update_option','Add/Update option','Labels'),
 ('US','Add/Update options','lbl_add_update_options','Add/Update options','Labels'),
 ('US','Add your review here','lbl_add_your_review','Add your review here','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Administration','lbl_administration','Administration','Labels'),
 ('US','Administrator','lbl_administrator','Administrator','Labels'),
 ('US','Admin membership levels','lbl_admin_membership_levels','Admin membership levels','Labels'),
 ('US','administrator(s)','lbl_admin_s','administrator(s)','Labels'),
 ('US','','lbl_adm_add_product','Add Product','Labels'),
 ('US','','lbl_adm_product_management','Product Management','Labels'),
 ('US','Advanced Order Management','lbl_advanced_order_management','Advanced Order Management','Labels'),
 ('US','Advanced HTML link with selectable quantity and product options support','lbl_advanced_product_link','Advanced HTML link with selectable quantity and product options support','Labels'),
 ('US','Search by price','lbl_advanced_search','Advanced search','Labels'),
 ('US','Advanced search options','lbl_advanced_search_options','Advanced search options','Labels'),
 ('US','Advanced tracking statistics','lbl_adv_tracking_statistics','Advanced tracking statistics','Labels'),
 ('US','Africa','lbl_af','Africa','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Affiliates','lbl_affiliates','Affiliates','Labels'),
 ('US','AFTER-PATCH was applied successfully.','lbl_after_patch_was_applied_successfuly','AFTER-PATCH was applied successfully.','Labels'),
 ('US','AFTER-PATCH WAS NOT APPLIED.','lbl_after_patch_was_no_applied','AFTER-PATCH WAS NOT APPLIED.','Labels'),
 ('US','Measure distance','lbl_af_deasure_distance','Measure distance','Labels'),
 ('US','Lookup address','lbl_af_lookup_address','Lookup address','Labels'),
 ('US','All','lbl_all','All','Labels'),
 ('US','All addresses','lbl_all_addresses','All addresses','Labels'),
 ('US','All dates','lbl_all_dates','All dates','Labels'),
 ('US','All methods','lbl_all_methods','All methods','Labels'),
 ('US','All regions','lbl_all_regions','All regions','Labels'),
 ('US','All zones','lbl_all_zones','All zones','Labels'),
 ('US','Alternative text','lbl_alternative_text','Alternative text','Labels'),
 ('US','Amount','lbl_amount','Amount','Labels'),
 ('US','Antarctida','lbl_an','Antarctida','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','and','lbl_and','and','Labels'),
 ('US','Relay URL','lbl_anet_relay_url','Relay URL','Labels'),
 ('US','Valid Referrer URL','lbl_anet_valid_referrer_url','Valid Referrer URL','Labels'),
 ('US','anonymous','lbl_anonymous','anonymous','Labels'),
 ('US','Anonymous customer','lbl_anonymous_customer','Anonymous customer','Labels'),
 ('US','anonymous customer(s)','lbl_anonymous_customer_s','anonymous customer(s)','Labels'),
 ('US','Antifraud service','lbl_antifraud_service','Antifraud service','Labels'),
 ('US','Antifraud additional fields','lbl_anti_fraud_additional_fields','Antifraud additional fields','Labels'),
 ('US','Fraud risk factor','lbl_anti_fraud_coef','Fraud risk factor','Text'),
 ('US','Antifraud checking result','lbl_anti_fraud_module_data','Antifraud checking result','Labels'),
 ('US','Total requests','lbl_anti_fraud_request_total','Total requests','Text'),
 ('US','Used requests','lbl_anti_fraud_request_used','Used requests','Text'),
 ('US','Antifraud service key expired','lbl_anti_fraud_sk_expire','Antifraud service key expired','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Antifraud service key is invalid','lbl_anti_fraud_sk_invalid','Antifraud service key is invalid','Labels'),
 ('US','Applied Gift Certificates','lbl_applied_giftcerts','Applied Gift Certificates','Labels'),
 ('US','Apply','lbl_apply','Apply','Labels'),
 ('US','Applying AFTER-PATCH ...','lbl_applying_after_patch','Applying AFTER-PATCH ...','Labels'),
 ('US','Applying patch','lbl_applying_patch','Applying patch','Labels'),
 ('US','Applying PRE-PATCH ...','lbl_applying_pre_patch','Applying PRE-PATCH ...','Labels'),
 ('US','Apply changes','lbl_apply_changes','Apply changes','Labels'),
 ('US','Apply Filter','lbl_apply_filter','Apply Filter','Labels'),
 ('US','Apply global discounts','lbl_apply_global_discounts','Apply global discounts','Labels'),
 ('US','Apply GST/HST','lbl_apply_gst','Apply GST/HST','Labels'),
 ('US','Apply GST/PST taxes','lbl_apply_gst_pst_taxes','Apply GST/PST taxes','Labels'),
 ('US','Apply individual taxes','lbl_apply_individual_taxes','Apply individual taxes','Labels'),
 ('US','Apply on shipping','lbl_apply_on_shipping','Apply to shipping','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Apply patch','lbl_apply_patch','Apply patch','Labels'),
 ('US','Apply PST','lbl_apply_pst','Apply PST','Labels'),
 ('US','Apply SQL patch','lbl_apply_sql_patch','Apply SQL patch','Labels'),
 ('US','Apply taxes','lbl_apply_taxes','Apply taxes','Labels'),
 ('US','Apply VAT rates','lbl_apply_vat_rates','Apply VAT rates','Labels'),
 ('US','Approved','lbl_approved','Approved','Labels'),
 ('US','Airborne account','lbl_arb_account','Airborne account','Labels'),
 ('US','Additional protection type','lbl_arb_ap_type','Additional protection type','Labels'),
 ('US','Additional protection value in $','lbl_arb_ap_value','Additional protection value in $','Labels'),
 ('US','COD payment','lbl_arb_codpmt','COD payment','Labels'),
 ('US','COD value in $','lbl_arb_codval','COD value in $','Labels'),
 ('US','Hazardous Materials','lbl_arb_haz','Hazardous Materials','Labels'),
 ('US','Allow customers to provide their own airborne account at checkout','lbl_arb_opt_own_account','Allow customers to provide their own Airborne account at checkout','Labels'),
 ('US','Packaging type','lbl_arb_pkgtype','Packaging type','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Package height (inches)','lbl_arb_pkg_height','Package height (inches)','Labels'),
 ('US','Package length (inches)','lbl_arb_pkg_len','Package length (inches)','Labels'),
 ('US','Package width (inches)','lbl_arb_pkg_width','Package width (inches)','Labels'),
 ('US','Ship in a specified number of days','lbl_arb_shipdays','Ship in a specified number of days','Labels'),
 ('US','as','lbl_as','as','Labels'),
 ('US','Asia','lbl_asia','Asia','Labels'),
 ('US','Timezone offset in hours','lbl_asim_timezone_offset_in_hours','Timezone offset in hours (difference between the time zone of the server and GMT)','Labels'),
 ('US','Value according to server settings','lbl_asim_value_according_server','Value according to server settings','Labels'),
 ('US','Assigned','lbl_assigned','Assigned','Labels'),
 ('US','Assigned users','lbl_assigned_users','Assigned users','Labels'),
 ('US','at','lbl_at','at','Labels'),
 ('US','Australia and Oceania','lbl_au','Australia and Oceania','Labels'),
 ('US','Authentication','lbl_authentication','Your Account','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Author','lbl_author','Author','Labels'),
 ('US','Availability','lbl_availability','Availability','Labels'),
 ('US','Available for sale','lbl_avail_for_sale','Available for sale','Labels'),
 ('US','Average time','lbl_average_time','Average time','Labels'),
 ('US','Backordered','lbl_backordered','Backordered','Labels'),
 ('US','Backup database','lbl_backup_database','Backup database','Labels'),
 ('US','Become our partner !','lbl_become_our_partner','Become our partner !','Labels'),
 ('US','Bestsellers','lbl_bestsellers','Bestsellers','Labels'),
 ('US','Bidirectional link','lbl_bidirectional_link','Bidirectional link','Labels'),
 ('US','Billing','lbl_billing','Billing','Labels'),
 ('US','Billing Address','lbl_billing_address','Billing Address','Labels'),
 ('US','Blocked','lbl_blocked','Blocked','Labels'),
 ('US','Block IP address','lbl_block_ip_address','Block IP address','Labels'),
 ('US','Bookmark','lbl_bookmark','Bookmark','Labels'),
 ('US','Bookmarks','lbl_bookmarks','Bookmarks','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Both','lbl_both','Both','Labels'),
 ('US','Browser','lbl_browser','Browser','Labels'),
 ('US','Visitors enviroment statistics','lbl_browser_settings','Visitors enviroment statistics','Labels'),
 ('US','Browse...','lbl_browse_','Browse...','Labels'),
 ('US','Browse files','lbl_browse_files','Browse files','Labels'),
 ('US','Browse templates','lbl_browse_templates','Browse templates','Labels'),
 ('US','','lbl_bundled','Bundled','Labels'),
 ('US','Buttons','lbl_buttons','Buttons','Labels'),
 ('US','Buy Now','lbl_buy_now','Buy Now','Labels'),
 ('US','byte(s)','lbl_byte','byte(s)','Labels'),
 ('US','Calendar','lbl_calendar','Calendar','Labels'),
 ('US','Canadian Taxes','lbl_canadian_taxes','Canadian Taxes','Labels'),
 ('US','Canadian Taxes (GST/PST)','lbl_canadian_taxes_gst_pst','Canadian Taxes (GST/PST)','Labels'),
 ('US','Cancel','lbl_cancel','Cancel','Labels'),
 ('US','Cannot save file: N','lbl_cannot_save_file_N','Cannot save file: {{file}}','Labels'),
 ('US','Card code','lbl_card_code','Card code','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Card type','lbl_card_type','Card type','Labels'),
 ('US','Carrier','lbl_carrier','Carrier','Labels'),
 ('US','Cart content','lbl_cart_content','Cart content','Labels'),
 ('US','Cart is empty','lbl_cart_is_empty','Cart is empty','Labels'),
 ('US','Total','lbl_cart_total','Total','Labels'),
 ('US','Style of catalog filenames','lbl_catalog_filenames_style','Style of catalog filenames','Labels'),
 ('US','Catalog path','lbl_catalog_path','Catalog path','Labels'),
 ('US','Categories','lbl_categories','Ollie\'s Products','Labels'),
 ('US','Categories and products','lbl_categories_and_products','Categories and products','Labels'),
 ('US','Categories Management','lbl_categories_management','Categories Management','Labels'),
 ('US','Categories only','lbl_categories_only','Categories only','Labels'),
 ('US','Category','lbl_category','Category','Labels'),
 ('US','Category icons','lbl_category_icons','Category icons','Labels'),
 ('US','Current category location:','lbl_category_location','Current category location:','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Category name','lbl_category_name','Category name','Labels'),
 ('US','Category products','lbl_category_products','Category products','Labels'),
 ('US','Category views','lbl_category_views','Category views','Labels'),
 ('US','2Checkout.com account number','lbl_cc_2checkoutcom_account','2Checkout.com account number','Labels'),
 ('US','Secret word','lbl_cc_2checkoutcom_secret','Secret word','Labels'),
 ('US','MerchantID','lbl_cc_3delta_merchantid','MerchantID','Labels'),
 ('US','Account type','lbl_cc_account_type','Account type','Labels'),
 ('US','CC/ACH processing','lbl_cc_ach_processing','CC/ACH processing','Labels'),
 ('US','CC/ACH processing settings','lbl_cc_ach_processing_settings','CC/ACH processing settings','Labels'),
 ('US','','lbl_cc_anz_merchantid','MerchantID','Labels'),
 ('US','','lbl_cc_anz_server','Secure host & port','Labels'),
 ('US','ShopID','lbl_cc_asiadeb_shopid','ShopID','Labels'),
 ('US','Login','lbl_cc_authorizenet_login','Login','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','If you choose LIVE mode in the selectbox above, please make sure LIVE mode is set up in your merchant account settings.','lbl_cc_authorizenet_test_note','If you choose LIVE mode in the selectbox above, please make sure LIVE mode is set up in your merchant account settings.','Labels'),
 ('US','Transaction key','lbl_cc_authorizenet_trans_key','Transaction key','Labels'),
 ('US','','lbl_cc_bean_merchantid','merchant_id','Labels'),
 ('US','Merchant ID','lbl_cc_bibit_merchantid','Merchant ID','Labels'),
 ('US','XML password','lbl_cc_bibit_xml_pass','XML password','Labels'),
 ('US','Merchant','lbl_cc_bluepay_merchant','Merchant','Labels'),
 ('US','CVV Indicator','lbl_cc_boa_cvv','CVV Indicator','Labels'),
 ('US','NOT PRESENT','lbl_cc_boa_cvv_notpresent','NOT PRESENT','Labels'),
 ('US','PRESENT','lbl_cc_boa_cvv_present','PRESENT','Labels'),
 ('US','UNREADABLE','lbl_cc_boa_cvv_unreadable','UNREADABLE','Labels'),
 ('US','Encryption Key','lbl_cc_boa_key','Encryption Key','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Store ID','lbl_cc_boa_storeid','Store ID','Labels'),
 ('US','','lbl_cc_c2_isOnHold','isOnHold','Labels'),
 ('US','','lbl_cc_c2_skipFirstPage','skipFirstPage','Labels'),
 ('US','','lbl_cc_c2_skipLastPage','skipLastPage','Labels'),
 ('US','','lbl_cc_c2_store','store','Labels'),
 ('US','','lbl_cc_c2_token','merchantToken','Labels'),
 ('US','','lbl_cc_c2_useThirdPartySecurity','useThirdPartySecurity','Labels'),
 ('US','Operator ID','lbl_cc_caledon_oper','Operator ID','Labels'),
 ('US','Terminal ID','lbl_cc_caledon_term','Terminal ID','Labels'),
 ('US','Cambist merchant ID','lbl_cc_cambist_merchantid','Cambist merchant ID','Labels'),
 ('US','Name displayed on payment page','lbl_cc_cambist_name','Name displayed on payment page','Labels'),
 ('US','','lbl_cc_cardia_text','<p> <li><i>merchantToken</i>: A unique identifier identifying the merchant. The ID is given to you by Cardia. <li><i>store</i>: The name of the store that should be shown to the customer when entering their card details. <li><i>skipFirstPage</i>: When this is set to true, the first page in the Cardia payment dialog will not be shown to the customer. When it is set to false, the first page is shown to the user. The first page gives the customer the possibility to choose available payment methods (either credit card or Telenor MobilHandel). If the merchant only have one payment method available, it is advised to set this parameter to true and reduce the numbers of steps needed to finalise the payment session. <li><i>skipLastPage</i>: When this is set to true, the last page in the Cardia payment dialog will not be shown to the customer. When it is set to false, the last page is shown to the user. The last page gives the customer a confirmation saying if the payment was approved or not. If this parameter is set to false, the user must get the appropriate confirmation message at the first page when he is returned to the merchant\'s site. <li><i>isOnHold</i>: When this is set to true the payment is authorised but NOT charged to the customer before a confirmation that the card should be charged is given by the merchant. When this parameter is set to false, the payment is both authorised AND charged the customer at the same time. In Norway it is advised that the customer should not be charged for any goods before the goods are shipped to the customer. When performing an authorisation only (true), the customer will notice that the amount will disappear from the available funds on his card account (but not from his balance). Depending on the bank the funds will automatically return to the available funds after a period of 3-30 days if a confirmation from the merchant is not given within due time. The merchant have 19 days from the authorisation is given to confirm that the funds should be charged to the cardholders account. If this period is exceeded, a new authorisation must be initiated (the payment process must be done once more). <li><i>useThirdPartySecurity</i>: Set this parameter to true if the transaction should go through Verified by Visa - VbV (Visa cards) or Secure Code - SC (MasterCard). If set to false, the transaction is not routed through VbV or SC','Labels'),
 ('US','Company Name','lbl_cc_censeo_company','Company Name','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Uses in the connection URL:https://www.censeo.se/dialog/company_name','lbl_cc_censeo_company_note','<i>Uses in the connection URL:<br>https://www.censeo.se/dialog/<b>company_name</b></i>','Labels'),
 ('US','Uses in the connection URL:https://www.censeo.se/nodialog/company_name','lbl_cc_censeo_nodialog_company_note','<i>Uses in the connection URL:<br>https://www.censeo.se/nodialog/<b>company_name</b></i>','Labels'),
 ('US','Project identity','lbl_cc_censeo_project','Project identity','Labels'),
 ('US','<i>you can leave it empty to have <b>std</b> value</i>','lbl_cc_censeo_project_note','<i>you can leave it empty to have <b>std</b> value</i>','Labels'),
 ('US','Secret word','lbl_cc_censeo_secret','Secret word','Labels'),
 ('US','Language','lbl_cc_centi_language','Language','Labels'),
 ('US','CentiPaid Login','lbl_cc_centi_login','CentiPaid Login','Labels'),
 ('US','Merchants ACCOUNT-PATH&amp;NAME','lbl_cc_chargeit_account','Merchants ACCOUNT-PATH&amp;NAME','Labels'),
 ('US','','lbl_cc_cpac_digits_only','Digits only','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','lbl_cc_cpac_java','JavaMachine path','Labels'),
 ('US','','lbl_cc_cpac_language','Language','Labels'),
 ('US','','lbl_cc_cpac_path','Path to tpv.cnf','Labels'),
 ('US','Full ICS path','lbl_cc_csrc_icspath','Full ICS path','Labels'),
 ('US','Merchant ID','lbl_cc_csrc_merchantid','Merchant ID','Labels'),
 ('US','Server:Port','lbl_cc_csrc_server','Server:Port','Labels'),
 ('US','Currency','lbl_cc_currency','Currency','Labels'),
 ('US','CVV2','lbl_cc_cvv2','CVV2','Labels'),
 ('US','Java binary','lbl_cc_datatrans_java','Java binary','Labels'),
 ('US','<i>like as <b>/usr/local/java/bin/java</b></i>','lbl_cc_datatrans_java_note','<i>like as <b>/usr/local/java/bin/java</b></i>','Labels'),
 ('US','MerchantID','lbl_cc_datatrans_merchantid','MerchantID','Labels'),
 ('US','Server One.IP','lbl_cc_datatrans_server1','Server One.IP','Labels'),
 ('US','Server Two.IP','lbl_cc_datatrans_server2','Server Two.IP','Labels'),
 ('US','Merchant Code','lbl_cc_delta_merchant','Merchant Code','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Account name','lbl_cc_directone_account_name','Account name','Labels'),
 ('US','Account password','lbl_cc_directone_account_password','Account password','Labels'),
 ('US','','lbl_cc_dpilpx_acc','AccountNum','Labels'),
 ('US','','lbl_cc_dpilpx_password','Password','Labels'),
 ('US','ePay AccountNum','lbl_cc_dpil_account','ePay AccountNum','Labels'),
 ('US','Password','lbl_cc_dpil_password','Password','Labels'),
 ('US','Web Password','lbl_cc_dps_password','Web Password','Labels'),
 ('US','Web Username','lbl_cc_dps_username','Web Username','Labels'),
 ('US','','lbl_cc_easypay_mid','MID','Labels'),
 ('US','Merchant ECHO-ID','lbl_cc_echo_merchantid','Merchant ECHO-ID','Labels'),
 ('US','<i>look like <b>123&gt;4567890</b></i>','lbl_cc_echo_merchantid_note','<i>look like <b>123&gt;4567890</b></i>','Labels'),
 ('US','Merchant PIN','lbl_cc_echo_merchantpin','Merchant PIN','Labels'),
 ('US','Payer Account','lbl_cc_edinar_account','Payer Account','Labels'),
 ('US','StoreID','lbl_cc_efs_storeid','StoreID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','StoreKey','lbl_cc_efs_storekey','StoreKey','Labels'),
 ('US','Merchant ID','lbl_cc_egateway_merchantid','Merchant ID','Labels'),
 ('US','Store ID','lbl_cc_egateway_storeid','Store ID','Labels'),
 ('US','Payer Account','lbl_cc_egold_account','Payer Account','Labels'),
 ('US','Payer Name','lbl_cc_egold_name','Payer Name','Labels'),
 ('US','Charge Type','lbl_cc_epdq_chargetype','Charge Type','Labels'),
 ('US','Client Id','lbl_cc_epdq_clientid','Client Id','Labels'),
 ('US','Store\'s logo URL','lbl_cc_epdq_logo','Store\'s logo URL','Labels'),
 ('US','Your logo will need to meet the following dimensions, WIDTH=500 HEIGHT=100.  Failure to do this will \'stretch\' your logo. The gr','lbl_cc_epdq_logo_note','Your logo will need to meet the following dimensions, WIDTH=500 HEIGHT=100.  Failure to do this will \'stretch\' your logo. The graphical file must reside on a secure server (with an https:// URL).','Labels'),
 ('US','Merchant display name','lbl_cc_epdq_merchant_name','Merchant display name','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Pass-phrase','lbl_cc_epdq_passphrase','Pass-phrase','Labels'),
 ('US','','lbl_cc_epoch_ccode','Company code','Labels'),
 ('US','','lbl_cc_epoch_password','Password','Labels'),
 ('US','','lbl_cc_epoch_pcode','Product code','Labels'),
 ('US','ePNAccount','lbl_cc_eproc_account','ePNAccount','Labels'),
 ('US','CVV Indicator','lbl_cc_eproc_cvv','CVV Indicator','Labels'),
 ('US','CVV2 is present','lbl_cc_eproc_cvv_1','CVV2 is present','Labels'),
 ('US','Card\'s CVV2 is illegible','lbl_cc_eproc_cvv_2','Card\'s CVV2 is illegible','Labels'),
 ('US','Card has no CVV2 imprint','lbl_cc_eproc_cvv_9','Card has no CVV2 imprint','Labels'),
 ('US','EPS_MERCHANT','lbl_cc_esec_merchant','EPS_MERCHANT','Labels'),
 ('US','DirectPost Token','lbl_cc_eselect_apitoken','DirectPost Token','Labels'),
 ('US','DirectPost ID','lbl_cc_eselect_storeid','DirectPost ID','Labels'),
 ('US','ewayCustomerID','lbl_cc_eway_customerid','ewayCustomerID','Labels'),
 ('US','Expiration date (MMYY)','lbl_cc_expiration','Expiration date (MMYY)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Account ID','lbl_cc_ezic_accountid','Account ID','Labels'),
 ('US','Site ID','lbl_cc_ezic_siteid','Site ID','Labels'),
 ('US','','lbl_cc_eztp_pass','Password','Labels'),
 ('US','','lbl_cc_eztp_user','Username','Labels'),
 ('US','','lbl_cc_false','false','Labels'),
 ('US','','lbl_cc_fire_acc','Account Number','Labels'),
 ('US','','lbl_cc_fire_merchantid','MerchantID','Labels'),
 ('US','','lbl_cc_fire_password','Merchant Password','Labels'),
 ('US','Client ID','lbl_cc_fuse_clientid','Client ID','Labels'),
 ('US','Live server','lbl_cc_fuse_liveserver','Live server','Labels'),
 ('US','Example: xmlic.payfuse.com','lbl_cc_fuse_liveserver_note','Example: xmlic.payfuse.com','Labels'),
 ('US','Name','lbl_cc_fuse_name','Name','Labels'),
 ('US','Password','lbl_cc_fuse_password','Password','Labels'),
 ('US','Test server','lbl_cc_fuse_testserver','Test server','Labels'),
 ('US','Example: xmlic.clearcommerce.com','lbl_cc_fuse_testserver_note','Example: xmlic.clearcommerce.com','Labels'),
 ('US','Company Name','lbl_cc_gcomm_company','Company Name','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Merchant ID','lbl_cc_gcomm_merchantid','Merchant ID','Labels'),
 ('US','Delete all before import','lbl_cc_gestpay_delete_all','Delete all before import','Labels'),
 ('US','Import','lbl_cc_gestpay_import','Import','Labels'),
 ('US','Import passwords','lbl_cc_gestpay_importpasswords','Import passwords','Labels'),
 ('US','Merchant ID','lbl_cc_gestpay_merchantid','Merchant ID','Labels'),
 ('US','Passwords','lbl_cc_gestpay_passwords','Passwords','Labels'),
 ('US','RIC file','lbl_cc_gestpay_ricfile','RIC file','Labels'),
 ('US','Passwords left: ric/ris','lbl_cc_gestpay_ricris','Passwords left: ric/ris','Labels'),
 ('US','RIS file','lbl_cc_gestpay_risfile','RIS file','Labels'),
 ('US','Terminal ID','lbl_cc_gestpay_terminalid','Terminal ID','Labels'),
 ('US','','lbl_cc_goem_merchantid','MerchantID','Labels'),
 ('US','','lbl_cc_goem_password','Password','Labels'),
 ('US','MerchantID','lbl_cc_gzs_merchantid','MerchantID','Labels'),
 ('US','Site access password','lbl_cc_gzs_password','Site access password','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','lbl_cc_hsbc_id','Store Id','Labels'),
 ('US','','lbl_cc_hsbc_key','CPI Hash Key','Labels'),
 ('US','','lbl_cc_ideb_client','Full path with client name','Labels'),
 ('US','','lbl_cc_ideb_ini','Full path with client ini file','Labels'),
 ('US','','lbl_cc_ideb_prj','Project_id','Labels'),
 ('US','Password','lbl_cc_innec_password','Password','Labels'),
 ('US','Username','lbl_cc_innec_username','Username','Labels'),
 ('US','Login','lbl_cc_intellipaycom_login','Login','Labels'),
 ('US','Password','lbl_cc_intellipaycom_password','Password','Labels'),
 ('US','Reject order, if AVS mismatch','lbl_cc_intellipaycom_reject','Reject order, if AVS check fails','Labels'),
 ('US','No, I don\'t want to reject','lbl_cc_intellipaycom_reject_no','No, I don\'t want to reject','Labels'),
 ('US','Yes, I want to reject','lbl_cc_intellipaycom_reject_yes','Yes, I want to reject','Labels'),
 ('US','Login','lbl_cc_iongatecom_login','Login','Labels'),
 ('US','Merchant Account','lbl_cc_isecure_merchant','Merchant Account','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Issue No.','lbl_cc_issueno','Issue No.','Labels'),
 ('US','Merchant ID','lbl_cc_jettis_merchantid','Merchant ID','Labels'),
 ('US','ProductID','lbl_cc_jettis_productid','ProductID','Labels'),
 ('US','Leave empty if it is not present','lbl_cc_leave_empty','(if not present, leave blank)','Labels'),
 ('US','Certificate with full path','lbl_cc_linkpoint_certpath','Certificate with full path','Labels'),
 ('US','CVM Indicator','lbl_cc_linkpoint_cvm','CVM Indicator','Labels'),
 ('US','Cannot read CVM on the card','lbl_cc_linkpoint_cvm_illegible','Cannot read CVM on the card','Labels'),
 ('US','No CVM on the back of the card','lbl_cc_linkpoint_cvm_not_present','No CVM on the back of the card','Labels'),
 ('US','No CVM check requested','lbl_cc_linkpoint_cvm_not_provided','No CVM check requested','Labels'),
 ('US','CVM value is requested','lbl_cc_linkpoint_cvm_provided','CVM value is requested','Labels'),
 ('US','Secure host & port','lbl_cc_linkpoint_hostport','Secure host & port','Labels'),
 ('US','Usually, staging.linkpt.net or secure.linkpt.net. Port 1129 or 1139','lbl_cc_linkpoint_hostport_note','<i>Usually, <b>staging.linkpt.net</b> or <b>secure.linkpt.net</b>. Port <b>1129</b> or <b>1139</b></i>','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Store name','lbl_cc_linkpoint_storename','Store name','Labels'),
 ('US','Merchant account ID','lbl_cc_lynksystems_merchantid','Merchant account ID','Labels'),
 ('US','Store ID','lbl_cc_lynksystems_storeid','Store ID','Labels'),
 ('US','Terminal ID','lbl_cc_lynksystems_terminalid','Terminal ID','Labels'),
 ('US','Language','lbl_cc_mbookers_language','Language','Labels'),
 ('US','pay_to_email','lbl_cc_mbookers_pay_to_email','pay_to_email','Labels'),
 ('US','MD5 hash value','lbl_cc_md5_hash_value','MD5 hash value','Labels'),
 ('US','Merchant ID','lbl_cc_mm_merchantid','Merchant ID','Labels'),
 ('US','Language','lbl_cc_multicard_language','Language','Labels'),
 ('US','Merchant number','lbl_cc_multicard_merchantid','Merchant number','Labels'),
 ('US','Page ID','lbl_cc_multicard_pageid','Page ID','Labels'),
 ('US','Allow action(s)','lbl_cc_multi_actions','Allow action(s)','Labels'),
 ('US','V = Visa<br>E = Euro<br>T = Teletik<br>O = Overboeking<br>I = Incasso<br>C = Acceptgiro<br>R = Rabodirect<br><i>for example</i>,','lbl_cc_multi_actions_note','V = Visa<br>E = Euro<br>T = Teletik<br>O = Overboeking<br>I = Incasso<br>C = Acceptgiro<br>R = Rabodirect<br><i>for example</i>, <b>TEV</b>','Labels'),
 ('US','Administration ID','lbl_cc_multi_administrationid','Administration ID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Seller ID','lbl_cc_multi_sellerid','Seller ID','Labels'),
 ('US','Name on card','lbl_cc_name_explanation','Cardholder\'s name','Labels'),
 ('US','Action URL','lbl_cc_netbanx_actionurl','Action URL','Labels'),
 ('US','for example, <i>https://www.netbanx.com/cgi-bin/payment2/merchant</i>','lbl_cc_netbanx_actionurl_note','for example, <i>https://www.netbanx.com/cgi-bin/payment2/merchant</i>','Labels'),
 ('US','MerchantID','lbl_cc_netbanx_merchantid','MerchantID','Labels'),
 ('US','Account','lbl_cc_netbilling_account','Account','Labels'),
 ('US','Site tag','lbl_cc_netbilling_sitetag','Site tag','Labels'),
 ('US','','lbl_cc_netpay_acc','PAYEE account','Labels'),
 ('US','','lbl_cc_netpay_answer','Security answer','Labels'),
 ('US','','lbl_cc_netpay_name','PAYEE name','Labels'),
 ('US','','lbl_cc_nochex_id','NOCHEX account','Labels'),
 ('US','','lbl_cc_nochex_logo','Company logo for NOCHEX checkout page','Labels'),
 ('US','MerchantID','lbl_cc_nrecom_merchantid','MerchantID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','External access password','lbl_cc_nrecom_password','External access password','Labels'),
 ('US','Credit card number (no spaces or dashes)','lbl_cc_number_explanation','Credit card number (no spaces or dashes)','Labels'),
 ('US','Password','lbl_cc_ogone_password','Password','Labels'),
 ('US','PSPID','lbl_cc_ogone_pspid','PSPID','Labels'),
 ('US','SHA-1 Signature','lbl_cc_ogone_sha1sig','SHA-1 Signature','Labels'),
 ('US','','lbl_cc_ogw_id','PSPID','Labels'),
 ('US','','lbl_cc_ogw_sig','SHA-1 Signature','Labels'),
 ('US','Order prefix','lbl_cc_order_prefix','Order prefix','Labels'),
 ('US','Language','lbl_cc_paybox_language','Language','Labels'),
 ('US','Rank (\'machine\') number','lbl_cc_paybox_rank','Rank (\'machine\') number','Labels'),
 ('US','Site number (EPT)','lbl_cc_paybox_sitenum','Site number (EPT)','Labels'),
 ('US','MerchantID','lbl_cc_paybycheck_mid','MerchantID','Labels'),
 ('US','16-digit Blowfish password','lbl_cc_paygate_blowfishpass','16-digit Blowfish password','Labels'),
 ('US','MerchantID','lbl_cc_paygate_merchantid','MerchantID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','PayNet path','lbl_cc_paynet_cert_path','PayNet certificate & private key (full path with filename)','Labels'),
 ('US','PayID','lbl_cc_paynet_payid','PayID','Labels'),
 ('US','Account','lbl_cc_paypal_acc','Account','Labels'),
 ('US','Payment for','lbl_cc_paypal_for','Payment for','Labels'),
 ('US','Company ID','lbl_cc_paysystems_companyid','Company ID','Labels'),
 ('US','','lbl_cc_payweb_id','PayGateID','Labels'),
 ('US','Merchant Account ID','lbl_cc_payzip_merchantid','Merchant Account ID','Labels'),
 ('US','Account Password','lbl_cc_payzip_password','Account Password','Labels'),
 ('US','Account token','lbl_cc_pgw_account','Account token','Labels'),
 ('US','Store code (Clave de comercio)','lbl_cc_pi_storecode','Store code (Clave de comercio)','Labels'),
 ('US','AVS Level','lbl_cc_plugnpaycom_avs','AVS Level','Labels'),
 ('US','Anything Goes. No transaction is rejected based on AVS.','lbl_cc_plugnpaycom_avs_0','Anything Goes. No transaction is rejected based on AVS.','Labels'),
 ('US','Requires a match of Zip Code or Street Address,<br> but will allow cardswhere the address information is not available. (Only \'N','lbl_cc_plugnpaycom_avs_1','Requires a match of Zip Code or Street Address,<br> but will allow cardswhere the address information is not available. (Only \'N\' responses willbe voided)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Requires match of Zip Code or Street Address. All other transactionsvoided; including those where the address information is','lbl_cc_plugnpaycom_avs_3','Requires match of Zip Code or Street Address.<br> All other transactionsvoided; including those where the address information is not available','Labels'),
 ('US','Requires match of Street Address or a exact match. All othertransactions voided; including those where the address informati','lbl_cc_plugnpaycom_avs_4','Requires match of Street Address or a exact match.<br> All othertransactions voided; including those where the address information isnot available.','Labels'),
 ('US','Requires exact match of Zip Code and Street Address.  All othertransactions voided; including those where the address inform','lbl_cc_plugnpaycom_avs_5','Requires exact match of Zip Code and Street Address.<br>  All othertransactions voided; including those where the address information isnot available.','Labels'),
 ('US','Requires exact match of Zip Code and Street Address,<br> but will allowscards where the address information is not available.','lbl_cc_plugnpaycom_avs_6','Requires exact match of Zip Code and Street Address,<br> but will allowscards where the address information is not available.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Processor host','lbl_cc_plugnpaycom_host','Processor host','Labels'),
 ('US','<i>Usually it is <b>pay1.plugnpay.com</b></i>','lbl_cc_plugnpaycom_host_note','<i>Usually it is <b>pay1.plugnpay.com</b></i>','Labels'),
 ('US','Publisher name','lbl_cc_plugnpaycom_publisher','Publisher name','Labels'),
 ('US','Merchant Id','lbl_cc_pp3_merchantid','Merchant Id','Labels'),
 ('US','ProxyPay3 server URL','lbl_cc_pp3_serverurl','ProxyPay3 server URL','Labels'),
 ('US','Ex.: <i>https://www.mypayserv.com/proxypay/apacs</i>','lbl_cc_pp3_serverurl_note','Ex.: <i>https://www.mypayserv.com/proxypay/apacs</i>','Labels'),
 ('US','','lbl_cc_ppl_key','Encryption Key','Labels'),
 ('US','','lbl_cc_ppl_mode','Encryption Mode','Labels'),
 ('US','','lbl_cc_ppl_user','Username','Labels'),
 ('US','MerchantID','lbl_cc_prip_merchantid','MerchantID','Labels'),
 ('US','MerchantID','lbl_cc_priw_merchantid','MerchantID','Labels'),
 ('US','MerchantID','lbl_cc_pri_merchantid','MerchantID','Labels'),
 ('US','Security Key','lbl_cc_pri_seckey','Security Key','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Home page URL','lbl_cc_processusa_homepageurl','Home page URL','Labels'),
 ('US','Password','lbl_cc_processusa_password','Password','Labels'),
 ('US','VendorID / GatewayID','lbl_cc_processusa_vendorid','VendorID / GatewayID','Labels'),
 ('US','<i>it mustn\'t be empty in test mode</i>','lbl_cc_protxdir_ordpref_note','<i>must not be empty in test mode</i>','Labels'),
 ('US','VendorName','lbl_cc_protxdir_vendorname','VendorName','Labels'),
 ('US','<i>it mustn\'t be empty</i>','lbl_cc_protx_ordpref_note','<i>it mustn\'t be empty</i>','Labels'),
 ('US','Encryption password','lbl_cc_protx_password','Encryption password','Labels'),
 ('US','VendorName','lbl_cc_protx_vendorname','VendorName','Labels'),
 ('US','Full path with binary filename','lbl_cc_psclient_binarypath','Full path with binary filename','Labels'),
 ('US','<i>For example,<b>/my/home/dir/psclient</b></i>','lbl_cc_psclient_binarypath_note','<i>For example,<b>/my/home/dir/psclient</b></i>','Labels'),
 ('US','Merchant ID','lbl_cc_psigate_merchantid','Merchant ID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','lbl_cc_psw_id','AccountID','Labels'),
 ('US','','lbl_cc_psw_pc','Product Code','Labels'),
 ('US','Login','lbl_cc_rtware_login','Login','Labels'),
 ('US','Transaction key','lbl_cc_rtware_transkey','Transaction key','Labels'),
 ('US','Account ID','lbl_cc_saferpay_accountid','Account ID','Labels'),
 ('US','Path to Saferpay config (optional)','lbl_cc_saferpay_binpath','Path to Saferpay config (optional)','Labels'),
 ('US','<i>for example,</i> <b>/home/sites/site70/saferpay/out/</b>','lbl_cc_saferpay_binpath_note','<i>for example,</i> <b>/home/sites/site70/saferpay/out/</b>','Labels'),
 ('US','Path to Saferpay config (optional)','lbl_cc_saferpay_cfgpath','Path to Saferpay config (optional)','Labels'),
 ('US','<i>for example,</i> <b>/home/sites/site70/saferpay/out/</b>','lbl_cc_saferpay_cfgpath_note','<i>for example,</i> <b>/home/sites/site70/saferpay/out/</b>','Labels'),
 ('US','Language','lbl_cc_saferpay_language','Language','Labels'),
 ('US','Merchant ID','lbl_cc_scopus_merchantid','Merchant ID','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Request the CVV2 check digit','lbl_cc_secpay_cvv2','Request the CVV2 check digit','Labels'),
 ('US','Merchant','lbl_cc_secpay_merchantid','Merchant','Labels'),
 ('US','Merchant ID','lbl_cc_securepay_merchantid','Merchant ID','Labels'),
 ('US','Login','lbl_cc_securetrading_login','Login','Labels'),
 ('US','Settings','lbl_cc_settings','Settings','Labels'),
 ('US','HTML Serial Number','lbl_cc_skipjack_hsnum','HTML Serial Number','Labels'),
 ('US','Client ID','lbl_cc_slim_clientid','Client ID','Labels'),
 ('US','Password','lbl_cc_slim_password','Password','Labels'),
 ('US','Price ID','lbl_cc_slim_priceid','Price ID','Labels'),
 ('US','Site ID','lbl_cc_slim_siteid','Site ID','Labels'),
 ('US','Merchant ID','lbl_cc_surepay_merchantid','Merchant ID','Labels'),
 ('US','Password','lbl_cc_surepay_password','Password','Labels'),
 ('US','','lbl_cc_td_day','The period(days) in which the payment should be received','Labels'),
 ('US','','lbl_cc_td_id','The identification of the merchant','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','lbl_cc_td_language','Language','Labels'),
 ('US','','lbl_cc_td_pm','The profile of payment methods','Labels'),
 ('US','live','lbl_cc_testlive_live','live','Labels'),
 ('US','Test/Live mode','lbl_cc_testlive_mode','Test/Live mode','Labels'),
 ('US','test','lbl_cc_testlive_test','test','Labels'),
 ('US','test:approved','lbl_cc_testlive_test_a','test:approved','Labels'),
 ('US','test:declined','lbl_cc_testlive_test_d','test:declined','Labels'),
 ('US','MerchantID','lbl_cc_test_merchantid','MerchantID','Labels'),
 ('US','','lbl_cc_trol_id','SID','Labels'),
 ('US','','lbl_cc_trol_pass','Pass phrase','Labels'),
 ('US','','lbl_cc_true','true','Labels'),
 ('US','AVS','lbl_cc_trustcommerce_avs','AVS','Labels'),
 ('US','Customer ID','lbl_cc_trustcommerce_customerid','Customer ID','Labels'),
 ('US','Operator','lbl_cc_trustcommerce_operator','Operator','Labels'),
 ('US','Password','lbl_cc_trustcommerce_password','Password','Labels'),
 ('US','Credit card type','lbl_cc_type','Credit card type','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Key','lbl_cc_usaepay_key','Key','Labels'),
 ('US','','lbl_cc_us_username','GWUsername','Labels'),
 ('US','Valid from (MMYY)','lbl_cc_validfrom','Valid from (MMYY)','Labels'),
 ('US','VaultX executable','lbl_cc_vaultx_binary','VaultX executable','Labels'),
 ('US','Certificate password','lbl_cc_vaultx_certpass','Certificate password','Labels'),
 ('US','Client certificate','lbl_cc_vaultx_clientcert','Client certificate','Labels'),
 ('US','Client ID','lbl_cc_vaultx_clientid','Client ID','Labels'),
 ('US','Gateways','lbl_cc_vaultx_gateways','Gateways','Labels'),
 ('US','Gateways port','lbl_cc_vaultx_gatewaysport','Gateways port','Labels'),
 ('US','Login','lbl_cc_verisignl_login','Login','Labels'),
 ('US','Partner','lbl_cc_verisignl_partner','Partner','Labels'),
 ('US','Merchant account password','lbl_cc_verisign_merchantpass','Merchant account password','Labels'),
 ('US','Merchant account username','lbl_cc_verisign_merchantuser','Merchant account username','Labels'),
 ('US','Partner','lbl_cc_verisign_partner','Partner','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Vendor','lbl_cc_verisign_vendor','Vendor','Labels'),
 ('US','AVS','lbl_cc_viaklix2_avs','AVS','Labels'),
 ('US','CVV2','lbl_cc_viaklix2_cvv2','CVV2','Labels'),
 ('US','viaKlix ID','lbl_cc_viaklix2_id','viaKlix ID','Labels'),
 ('US','User ID','lbl_cc_viaklix2_userid','User ID','Labels'),
 ('US','User PIN','lbl_cc_viaklix2_userpin','User PIN','Labels'),
 ('US','AVS--','lbl_cc_viaklix_avs','AVS--','Labels'),
 ('US','CVV2','lbl_cc_viaklix_cvv2','CVV2','Labels'),
 ('US','viaKlix ID','lbl_cc_viaklix_id','viaKlix ID','Labels'),
 ('US','Merchant pin','lbl_cc_viaklix_pin','Merchant pin','Labels'),
 ('US','URL to Your Own Payment Form','lbl_cc_vp_formurl','URL to Your Own Payment Form','Labels'),
 ('US','Merchant ID','lbl_cc_vp_merchantid','Merchant ID','Labels'),
 ('US','Merchant Password','lbl_cc_vp_merchantpass','Merchant Password','Labels'),
 ('US','','lbl_cc_w2p_merchantid','MerchantID','Labels'),
 ('US','','lbl_cc_wcraft_note','<font class=SmallText>NOTE: Different levels of error indicator</font>','Labels'),
 ('US','','lbl_cc_wcraft_pass','Password','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','lbl_cc_wcraft_user','Username','Labels'),
 ('US','','lbl_cc_wcraft_ver','Version','Labels'),
 ('US','Store ID','lbl_cc_wells_storeid','Store ID','Labels'),
 ('US','Instance ID','lbl_cc_worldpay_instanceid','Instance ID','Labels'),
 ('US','Shop ID','lbl_cc_wswift_shopid','Shop ID','Labels'),
 ('US','OPS ID','lbl_cc_zipzap_opsid','OPS ID','Labels'),
 ('US','Change','lbl_change','Change','Labels'),
 ('US','Change directory','lbl_change_directory','Change directory','Labels'),
 ('US','Change icon','lbl_change_icon','Change icon','Labels'),
 ('US','Change image','lbl_change_image','Change image','Labels'),
 ('US','Change merchant key','lbl_change_mpassword','Change merchant key','Labels'),
 ('US','Change payment method','lbl_change_payment_method','Change payment method','Labels'),
 ('US','Charge','lbl_charge','Charge','Labels'),
 ('US','Charset','lbl_charset','Charset','Labels'),
 ('US','Checkout','lbl_checkout','Checkout','Labels'),
 ('US','Checkout: Step 1 (Registration Form)','lbl_checkout_step1_registration_form','Checkout: Step 1 (Registration Form)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Checkout: Step 2 (Payment method selection)','lbl_checkout_step2_payment_method','Checkout: Step 2 (Payment method selection)','Labels'),
 ('US','Checkout: Step 3 (Confirmation and Submit)','lbl_checkout_step3_confirmation','Checkout: Step 3 (Confirmation and Submit)','Labels'),
 ('US','Check all','lbl_check_all','Check all','Labels'),
 ('US','click here to check environment','lbl_check_environment_link','click here to check environment','Labels'),
 ('US','Check-processor info','lbl_check_information','Check information','Text'),
 ('US','Check order in Antifraud service','lbl_check_order_in_anti_fraud','Check order in Antifraud service','Labels'),
 ('US','Check processor','lbl_check_processor','Check processor','Labels'),
 ('US','Choose a file','lbl_choose_file','Choose a file','Labels'),
 ('US','Choose language','lbl_choose_language','Choose a language','Labels'),
 ('US','Choose pay dates from the calendar below','lbl_choose_pay_dates_from_calendar','Choose pay dates from the calendar below','Text'),
 ('US','Choose a product','lbl_choose_product','Choose a product','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Change password','lbl_chpass','Change password','Labels'),
 ('US','Login','lbl_ch_authorizenet_login','Login','Labels'),
 ('US','Transaction key','lbl_ch_authorizenet_transkey','Transaction key','Labels'),
 ('US','Check-processor.Checking Account Number','lbl_ch_bank_account','Checking account number','Text'),
 ('US','Bank name','lbl_ch_bank_name','Bank name','Labels'),
 ('US','Check-processor.Bank Routing Number','lbl_ch_bank_routing','Bank routing number','Text'),
 ('US','Business','lbl_ch_business','Business','Labels'),
 ('US','Date of birth in driving license','lbl_ch_driver_license_dob','Date of birth in driving license','Labels'),
 ('US','Drivering license number','lbl_ch_driver_license_num','Drivers license number','Labels'),
 ('US','Drivering license state','lbl_ch_driver_license_state','Drivers license state','Labels'),
 ('US','Individual','lbl_ch_individual','Individual','Labels'),
 ('US','Check-processor.Signature','lbl_ch_name','Customer\'s signature','Text'),
 ('US','Check-processor.Check Number or Fraction Number','lbl_ch_number','Fraction number','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Organization type','lbl_ch_org_type','Organization type','Labels'),
 ('US','PayByCheck Account ID','lbl_ch_paybycheck_accountid','PayByCheck Account ID','Labels'),
 ('US','Password','lbl_ch_paybycheck_password','Password','Labels'),
 ('US','ProcessorID','lbl_ch_paybycheck_procid','ProcessorID','Labels'),
 ('US','Settings','lbl_ch_settings','Settings','Labels'),
 ('US','Action','lbl_ch_wtsbank_action','Action','Labels'),
 ('US','Your WTS parent ID','lbl_ch_wtsbank_parentid','Your WTS parent ID','Labels'),
 ('US','Your WTS sub ID','lbl_ch_wtsbank_subid','Your WTS sub ID','Labels'),
 ('US','Cities','lbl_cities','Cities','Labels'),
 ('US','City','lbl_city','City','Labels'),
 ('US','City mask examples','lbl_city_mask_examples','City mask examples','Text'),
 ('US','Classification','lbl_classification','Classification','Labels'),
 ('US','Clear','lbl_clear','Clear','Labels'),
 ('US','Clear all referrals statistics','lbl_clear_all_referrals_statistics','Clear all referrals statistics','Labels'),
 ('US','Clear all store statistics','lbl_clear_all_store_statistics','Clear all store statistics','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Clear all tracking statistics','lbl_clear_all_tracking_statistics','Clear all tracking statistics','Labels'),
 ('US','Clear all visitors enviroment statistics','lbl_clear_all_visitors_enviroment_statistics','Clear all visitors enviroment statistics','Labels'),
 ('US','Clear cart','lbl_clear_cart','Clear cart','Labels'),
 ('US','Clear templates cache','lbl_clear_templates_cache','Clear templates cache','Labels'),
 ('US','click here for details','lbl_click_here_for_details','click here for details','Labels'),
 ('US','Click here for help','lbl_click_here_for_help','Click here for help','Labels'),
 ('US','click here to apply','lbl_click_here_to_apply','click here to apply','Labels'),
 ('US','click here to backup','lbl_click_here_to_backup','click here to backup','Labels'),
 ('US','click here to change','lbl_click_here_to_change','click here to change','Labels'),
 ('US','click here to check','lbl_click_here_to_check','click here to check','Labels'),
 ('US','click here to define','lbl_click_here_to_define','click here to define','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Click to close','lbl_click_to_close','Click to close','Labels'),
 ('US','Click to open','lbl_click_to_open','Click to open','Labels'),
 ('US','Click here to modify VAT rates','lbl_clicl_here_to_modify_vat','Click here to modify VAT rates','Labels'),
 ('US','Clone','lbl_clone','Clone','Labels'),
 ('US','Clone product','lbl_clone_product','Clone product','Labels'),
 ('US','Close','lbl_close','Close','Labels'),
 ('US','Close match','lbl_close_match','Close match','Labels'),
 ('US','Close Webmaster mode','lbl_close_webmaster_mode','Close Webmaster mode','Labels'),
 ('US','Close window','lbl_close_window','Close window','Labels'),
 ('US','Activate Now','lbl_cmpi_activate_now','Activate Now','Labels'),
 ('US','Check CC data via CardinalCommerce server','lbl_cmpi_admin_button','Check CC data via CardinalCommerce server','Labels'),
 ('US','CAVV','lbl_cmpi_cavv','CAVV','Labels'),
 ('US','To ensure the security of your transactions, we\'re proud to partner with these programs:','lbl_cmpi_customer_note','To ensure the security of your transactions, we\'re proud to partner with these programs:','Labels'),
 ('US','E-Commerce indicator (ECI flag)','lbl_cmpi_eci','E-Commerce indicator (ECI flag)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','CMPI Error','lbl_cmpi_error','CMPI Error','Labels'),
 ('US','Inner error','lbl_cmpi_inner_error','Inner error','Labels'),
 ('US','JCB J/Secure','lbl_cmpi_jcbjs','JCB J/Secure','Labels'),
 ('US','Master Card SecureCode','lbl_cmpi_mcsc','Master Card SecureCode','Labels'),
 ('US','CMPI Result','lbl_cmpi_result','CMPI Result','Labels'),
 ('US','Signature check result status','lbl_cmpi_signature_verification','Signature check result status','Labels'),
 ('US','Status code','lbl_cmpi_status_code','Status code','Labels'),
 ('US','Transaction indentifier','lbl_cmpi_tid','Transaction indentifier','Labels'),
 ('US','Verified by Visa','lbl_cmpi_vbv','Verified by Visa','Labels'),
 ('US','Code','lbl_code','Code','Labels'),
 ('US','Column order','lbl_column_order','Column order','Labels'),
 ('US','Comma','lbl_comma','Comma','Labels'),
 ('US','Community forums','lbl_community_forums','Community forums','Labels'),
 ('US','Company','lbl_company','Company','Labels'),
 ('US','Company name','lbl_company_name','Company name','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Company type','lbl_company_type','Company type','Labels'),
 ('US','Compile templates','lbl_compile_templates','Compile templates','Labels'),
 ('US','Compiling N','lbl_compiling_n','Compiling {{file}}','Labels'),
 ('US','Complete','lbl_complete','Complete','Labels'),
 ('US','completed','lbl_completed_small','completed','Labels'),
 ('US','Component','lbl_component','Component','Labels'),
 ('US','Configure','lbl_configure','Configure','Labels'),
 ('US','Config file','lbl_config_file','Config file','Labels'),
 ('US','Confirmation','lbl_confirmation','Confirmation','Labels'),
 ('US','Confirmed','lbl_confirmed','Confirmed','Labels'),
 ('US','Confirm merchant key','lbl_confirm_merchant_password','Confirm merchant key','Labels'),
 ('US','Confirm Password','lbl_confirm_password','Confirm Password','Labels'),
 ('US','Contact Information','lbl_contact_information','Contact Information','Labels'),
 ('US','Contact Name','lbl_contact_name','Contact Name','Labels'),
 ('US','Contact us','lbl_contact_us','Contact us','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Content Management','lbl_content_management','Content Management','Labels'),
 ('US','Continue','lbl_continue','Continue','Labels'),
 ('US','Continue converting pages to HTML (N pages converted)','lbl_continue_converting_pages_to_html','Continue converting pages to HTML ({{count}} pages converted)','Labels'),
 ('US','Continue import','lbl_continue_import','Continue import','Labels'),
 ('US','Continue shopping','lbl_continue_shopping','Continue shopping','Labels'),
 ('US','Converting pages to HTML','lbl_converting_pages_to_html','Converting pages to HTML','Labels'),
 ('US','Convert embedded static pages','lbl_convert_embedded_static_pages','Convert embedded static pages','Labels'),
 ('US','Cookie','lbl_cookie','Cookie','Labels'),
 ('US','Copy','lbl_copy','Copy','Labels'),
 ('US','Copyright','lbl_copyright','Copyright','Labels'),
 ('US','Copy file name','lbl_copy_file_name','Copy file name','Labels'),
 ('US','Cost of one day','lbl_cost_of_one_day','Cost of one day','Labels'),
 ('US','Counties','lbl_counties','Counties','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Counties Management','lbl_counties_management','Counties Management','Labels'),
 ('US','Countries','lbl_countries','Countries','Labels'),
 ('US','Countries Management','lbl_countries_management','Countries Management','Labels'),
 ('US','Countries Taxes','lbl_countries_taxes','Countries Taxes','Labels'),
 ('US','Country','lbl_country','Country','Labels'),
 ('US','The selected country doesn\'t require \'state\' field','lbl_country_doesnt_require_state','The selected country doesn\'t require \'state\' field','Labels'),
 ('US','County','lbl_county','County','Labels'),
 ('US','Coupon','lbl_coupon','Coupon','Labels'),
 ('US','Coupons','lbl_coupons','Coupons','Labels'),
 ('US','Active','lbl_coupon_active','Active','Labels'),
 ('US','Add new coupon','lbl_coupon_add_new','Add new coupon','Labels'),
 ('US','Already exists','lbl_coupon_already_exists','Already exists','Labels'),
 ('US','category','lbl_coupon_apply_category','category','Labels'),
 ('US','with subcategories','lbl_coupon_apply_category_rec','with subcategories','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','order subtotal','lbl_coupon_apply_order_subtotal','order subtotal','Labels'),
 ('US','one product','lbl_coupon_apply_product','one product','Labels'),
 ('US','Apply to','lbl_coupon_apply_to','Apply to','Labels'),
 ('US','Coupon code','lbl_coupon_code','Coupon code','Labels'),
 ('US','This coupon applies on orders which contain product <A href=\"product.php?productid={{productid}}\">#{{productid}}</A>','lbl_coupon_contains_product','This coupon applies to orders which contain product <A href=\"product.php?productid={{productid}}\">#{{productid}}</A>','Labels'),
 ('US','This coupon applies on orders which contain product(s) from category #{{categoryid}}','lbl_coupon_contains_products_cat','This coupon applies on orders which contain product(s) from category #{{categoryid}}','Labels'),
 ('US','This coupon applies on orders which contain product(s) from category #{{categoryid}} and its subcategories','lbl_coupon_contains_products_cat_rec','This coupon applies to orders which contain product(s) from category #{{categoryid}} and its subcategories','Labels'),
 ('US','Disabled','lbl_coupon_disabled','Disabled','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Disc.','lbl_coupon_disc','Disc.','Labels'),
 ('US','Expires','lbl_coupon_expires','Expires','Labels'),
 ('US','Free ship.','lbl_coupon_freeship','Free ship.','Labels'),
 ('US','Free shipping','lbl_coupon_freeshiping','Free shipping','Labels'),
 ('US','This coupon applies on orders greater than {{amount}}','lbl_coupon_greater_than','This coupon applies to orders greater than {{amount}}','Labels'),
 ('US','Min.','lbl_coupon_min','Min.','Labels'),
 ('US','Coupon saving','lbl_coupon_saving','Coupon saving','Labels'),
 ('US','Times','lbl_coupon_times','Times','Labels'),
 ('US','Times to use','lbl_coupon_times_to_use','Times to use','Labels'),
 ('US','Coupon type','lbl_coupon_type','Coupon type','Labels'),
 ('US','off','lbl_coupon_type_absolute','off','Labels'),
 ('US','% off','lbl_coupon_type_percent','% off','Labels'),
 ('US','Used','lbl_coupon_used','Used','Labels'),
 ('US','Package insured value in CA $','lbl_cpc_package_insured_value','Package insured value in CA $','Labels'),
 ('US','Create','lbl_create','Create','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Created','lbl_created','Created','Labels'),
 ('US','Create Administrator Profile','lbl_create_admin_profile','Create administrator profile','Labels'),
 ('US','Create Customer Profile','lbl_create_customer_profile','Create customer profile','Labels'),
 ('US','Create new directory','lbl_create_new_directory','Create new directory','Labels'),
 ('US','Create new file','lbl_create_new_file','Create new file','Labels'),
 ('US','Create page','lbl_create_page','Create page','Labels'),
 ('US','Create Profile','lbl_create_profile','Create Profile','Labels'),
 ('US','Create Provider Profile','lbl_create_provider_profile','Create provider profile','Labels'),
 ('US','Credit card information','lbl_credit_card_information','Credit card information','Labels'),
 ('US','Credit Card processor','lbl_credit_card_processor','Credit Card processor','Labels'),
 ('US','Credit Card type','lbl_credit_card_type','Credit Card type','Labels'),
 ('US','Credit card types','lbl_credit_card_types','Credit card types','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','CSS file','lbl_css_file','CSS file','Labels'),
 ('US','CSV delimiter','lbl_csv_delimiter','CSV delimiter','Labels'),
 ('US','CSV file','lbl_csv_file','CSV file','Labels'),
 ('US','CSV file for upload','lbl_csv_file_for_upload','CSV file for upload','Labels'),
 ('US','CSV file for upload','lbl_csv_file_upload','CSV file for upload','Labels'),
 ('US','Current category','lbl_current_category','Current category','Labels'),
 ('US','Current language','lbl_current_language','Current language','Labels'),
 ('US','Current page','lbl_current_page','Current page','Labels'),
 ('US','Current version','lbl_current_version','Current version','Labels'),
 ('US','Customer','lbl_customer','Customer','Labels'),
 ('US','Product rating','lbl_customers_rating','Product rating','Labels'),
 ('US','Customer\'s information','lbl_customer_info','Customer info','Labels'),
 ('US','Customer login','lbl_customer_login','Customer login','Labels'),
 ('US','Customer membership levels','lbl_customer_membership_levels','Customer membership levels','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Customer notes','lbl_customer_notes','Customer notes','Labels'),
 ('US','Customer registration type','lbl_customer_registration_type','Customer registration type','Labels'),
 ('US','Customer Reviews','lbl_customer_reviews','Customer Reviews','Labels'),
 ('US','Voting','lbl_customer_voting','Voting','Labels'),
 ('US','Database','lbl_database','Database','Labels'),
 ('US','Database Backup/Restore','lbl_database_backup_restore','Database Backup/Restore','Labels'),
 ('US','Date','lbl_date','Date','Labels'),
 ('US','Date from','lbl_date_from','Date from','Labels'),
 ('US','Date of import','lbl_date_of_import','Date of import','Labels'),
 ('US','Date period','lbl_date_period','Date period','Labels'),
 ('US','Date setting','lbl_date_setting','Date setting','Labels'),
 ('US','Date through','lbl_date_through','Date through','Labels'),
 ('US','days','lbl_days','days','Labels'),
 ('US','Days remain up to end of period','lbl_days_remain','Days remain up to end of period','Labels'),
 ('US','Days same period','lbl_days_same_period','Days same period','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Cost of one day by subscription plan','lbl_day_cost_by_subscr_plan','Cost of one day by subscription plan','Labels'),
 ('US','Database backup in process. Please wait...','lbl_db_backup_in_progress','Database backup in process. Please wait...','Labels'),
 ('US','DB Backup/Restore','lbl_db_backup_restore','DB Backup/Restore','Labels'),
 ('US','Database has been restored successfully!','lbl_db_restored_successfully','Database has been restored successfully!','Labels'),
 ('US','Deactivate All','lbl_deactivate_all','Deactivate All','Labels'),
 ('US','Dear','lbl_dear','Dear','Labels'),
 ('US','Declined','lbl_declined','Declined','Labels'),
 ('US','Decline order','lbl_decline_order','Decline order','Labels'),
 ('US','Default','lbl_default','Default','Labels'),
 ('US','Default admin language','lbl_default_admin_language','Default admin language','Labels'),
 ('US','Default customer language','lbl_default_customer_language','Default customer language','Labels'),
 ('US','Default languages','lbl_default_languages','Default languages','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Default value','lbl_default_value','Default value','Labels'),
 ('US','Defined shipping methods','lbl_defined_shipping_methods','Defined shipping methods','Labels'),
 ('US','Delete','lbl_delete','Delete','Labels'),
 ('US','Deleted from the cart','lbl_deleted_from_cart','Deleted from the cart','Labels'),
 ('US','Delete all','lbl_delete_all','Delete all','Labels'),
 ('US','Delete All Orders','lbl_delete_all_orders','Delete All Orders','Labels'),
 ('US','Delete category','lbl_delete_category','Delete category','Labels'),
 ('US','Delete for selected dates','lbl_delete_for_selected_dates','Delete for selected dates','Labels'),
 ('US','Delete from selected','lbl_delete_from_selected','Delete from selected','Labels'),
 ('US','Delete icon','lbl_delete_icon','Delete icon','Labels'),
 ('US','Delete image','lbl_delete_image','Delete image','Labels'),
 ('US','Delete item','lbl_delete_item','Delete item','Labels'),
 ('US','Delete Orders','lbl_delete_orders','Delete Orders','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Delete product','lbl_delete_product','Delete product','Labels'),
 ('US','Delete products','lbl_delete_products','Delete products','Labels'),
 ('US','Delete profile','lbl_delete_profile','Delete profile','Labels'),
 ('US','Delete selected','lbl_delete_selected','Delete selected','Labels'),
 ('US','Delete users','lbl_delete_users','Delete users','Labels'),
 ('US','Deleting all old products...','lbl_deleting_all_old_products','Deleting all old products...','Labels'),
 ('US','Deleting old catalog...','lbl_deleting_old_catalog','Deleting old catalog...','Labels'),
 ('US','Delivery method','lbl_delivery','Delivery method','Labels'),
 ('US','Payment request page','lbl_delptapay_request_page','Payment request page','Labels'),
 ('US','Department','lbl_department','Department','Labels'),
 ('US','Description','lbl_description','Description','Labels'),
 ('US','Destination','lbl_destination','Destination','Labels'),
 ('US','Destination address','lbl_destination_address','Destination address','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Destination zones','lbl_destination_zones','Destination zones','Labels'),
 ('US','Detailed images','lbl_detailed_images','Detailed images','Labels'),
 ('US','Detailed product images','lbl_detailed_product_images','Detailed product images','Labels'),
 ('US','Details','lbl_details','Details','Labels'),
 ('US','Detailed description','lbl_det_description','Detailed description','Labels'),
 ('US','Dimensional unit code','lbl_dimensional_unit','Dimensional unit code','Labels'),
 ('US','Directories','lbl_directories','Directories','Labels'),
 ('US','X-Cart directories which must have write permissions','lbl_directories_must_have_write_permissions','X-Cart directories which must have write permissions','Labels'),
 ('US','Directory','lbl_directory','Directory','Labels'),
 ('US','Disable','lbl_disable','Disable','Labels'),
 ('US','Disabled','lbl_disabled','Disabled','Labels'),
 ('US','Disable All','lbl_disable_all','Disable All','Labels'),
 ('US','Discount','lbl_discount','Discount','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Discounted','lbl_discounted','Discounted','Labels'),
 ('US','Discounted price','lbl_discounted_price','Discounted price','Labels'),
 ('US','Discounted subtotal','lbl_discounted_subtotal','Discounted subtotal','Labels'),
 ('US','Discounts','lbl_discounts','Discounts','Labels'),
 ('US','Discount coupon','lbl_discount_coupon','Discount coupon','Labels'),
 ('US','Discount coupon applied','lbl_discount_coupon_applied','Discount coupon applied','Labels'),
 ('US','Discount type','lbl_discount_type','Discount type','Labels'),
 ('US','disfunctional','lbl_disfunctional','disfunctional','Labels'),
 ('US','Displaying','lbl_displaying','Displaying','Labels'),
 ('US','Display also (on the products list, product details and cart pages)','lbl_display_also','Also display (on the products list, product details and cart pages)','Labels'),
 ('US','Display product price including tax','lbl_display_including_tax','Display product price including tax','Labels'),
 ('US','Display labels','lbl_display_labels','Display labels','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Tax cost','lbl_display_tax_cost','Calculated tax cost','Labels'),
 ('US','Do not display nothing','lbl_display_tax_none','Nothing','Labels'),
 ('US','Rate value','lbl_display_tax_rate','Rate value','Labels'),
 ('US','Rate value and tax cost','lbl_display_tax_rate_and_cost','Rate value and tax cost','Labels'),
 ('US','Domestic U.S.P.S.','lbl_domestic_usps','Domestic U.S.P.S.','Labels'),
 ('US','Done','lbl_done','Done','Labels'),
 ('US','Download','lbl_download','Download','Labels'),
 ('US','You have nothing to download.','lbl_download_errmsg','You have nothing to download.','Labels'),
 ('US','Download Keys','lbl_download_keys','Download Keys','Labels'),
 ('US','Download link','lbl_download_link','Download link','Labels'),
 ('US','Expires','lbl_download_link_expires','Expires','Labels'),
 ('US','To download this product please click  the link above, then press \'Save as\' button.','lbl_download_msg','To download this product please click  the link above, then press \'Save as\' button.','Labels'),
 ('US','Download URL','lbl_download_url','Download URL','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Do not backup product thumbnails and detailed images','lbl_do_not_backup_product_thumbnails_and_detailed_images','Do not backup product thumbnails and detailed images','Labels'),
 ('US','Drop all products before import','lbl_drop_all_products_before_import','Drop all products before import','Labels'),
 ('US','Drop old catalog before generating new one','lbl_drop_old_catalog','Drop the old catalog before generating the new one','Labels'),
 ('US','Dumping table N...','lbl_dumping_table_n','Dumping table {{table}}...','Labels'),
 ('US','During date period','lbl_during_date_period','During the period','Labels'),
 ('US','Edit Credit Card Types','lbl_edit_cc_types','Edit Credit Card Types','Labels'),
 ('US','Edit charges for','lbl_edit_charges_for','Edit charges for','Labels'),
 ('US','Edit file','lbl_edit_file','Edit file','Labels'),
 ('US','Edit language','lbl_edit_language','Edit language','Labels'),
 ('US','Edit languages','lbl_edit_languages','Edit languages','Labels'),
 ('US','Edit language entries','lbl_edit_language_entries','Edit language entries','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Edit markups for','lbl_edit_markups_for','Edit markups for','Labels'),
 ('US','Edit Membership Levels','lbl_edit_membership_levels','Edit Membership Levels','Labels'),
 ('US','Edit options','lbl_edit_options','Edit options','Labels'),
 ('US','Edit page','lbl_edit_page','Edit page','Labels'),
 ('US','Edit purchase discounts','lbl_edit_purchase_discounts','Edit purchase discounts','Labels'),
 ('US','Edit ratings','lbl_edit_ratings','Edit ratings','Labels'),
 ('US','Edit reviews','lbl_edit_reviews','Edit reviews','Labels'),
 ('US','Edit tax rate','lbl_edit_tax_rate','Edit tax rate','Labels'),
 ('US','Edit templates','lbl_edit_templates','Edit templates','Labels'),
 ('US','E-Mail','lbl_email','E-Mail','Labels'),
 ('US','E-mail Address','lbl_email_address','E-mail Address','Labels'),
 ('US','Embedded','lbl_embedded','Embedded','Labels'),
 ('US','Embedded level','lbl_embedded_level','Embedded level','Labels'),
 ('US','Enable','lbl_enable','Enable','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Enabled','lbl_enabled','Enabled','Labels'),
 ('US','Enable All','lbl_enable_all','Enable All','Labels'),
 ('US','Encrypted data','lbl_encrypted_data','Encrypted data','Labels'),
 ('US','Enter county name','lbl_enter_county_name','Enter county name','Labels'),
 ('US','Enter merchant key','lbl_enter_merchant_password','Enter merchant key','Labels'),
 ('US','Enter','lbl_enter_mpassword','Enter','Labels'),
 ('US','Enter your price !','lbl_enter_your_price','Enter your price !','Labels'),
 ('US','Entirely or partially paid by Gift Certificate','lbl_entirely_or_partially_payed_by_gc','Entirely or partially paid by Gift Certificate','Labels'),
 ('US','Environment components info','lbl_environment_components_info','Environment components info','Labels'),
 ('US','Environment info','lbl_environment_info','Environment info','Labels'),
 ('US','Error','lbl_error','Error','Labels'),
 ('US','Errors that occured during test','lbl_errors_that_occured_during_test','Errors that occured during test','Labels'),
 ('US','Error ID','lbl_error_id','Error ID','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Error messages','lbl_error_messages','Error messages','Labels'),
 ('US','Error occured while calculating shipping','lbl_err_shipping_calc','Realtime shipping rate calculation service returned the following error:','Labels'),
 ('US','ESD distribution','lbl_esd_distribution','ESD distribution','Labels'),
 ('US','Europe','lbl_eu','Europe','Labels'),
 ('US','Exact match','lbl_exact_match','Exact match','Labels'),
 ('US','Excellent!','lbl_excellent','Excellent!','Labels'),
 ('US','Exceptions','lbl_exceptions','Exceptions','Labels'),
 ('US','Exception list is empty','lbl_exceptions_list_empty','Exception list is empty','Labels'),
 ('US','excluded (N)','lbl_excluded_n','excluded ({{status}})','Labels'),
 ('US','exclude (N)','lbl_exclude_n','exclude ({{status}}})','Labels'),
 ('US','excluding VAT','lbl_excluding_vat','excluding VAT','Labels'),
 ('US','Expired','lbl_expired','Expired','Labels'),
 ('US','Export','lbl_export','Export','Labels'),
 ('US','Export all','lbl_export_all','Export all','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Export all found','lbl_export_all_found','Export all found','Labels'),
 ('US','Export/Delete orders','lbl_export_delete_orders','Export/Delete orders','Labels'),
 ('US','File format for export','lbl_export_file_format','File format for export','Labels'),
 ('US','Export orders','lbl_export_orders','Export orders','Labels'),
 ('US','Export products','lbl_export_products','Export products','Labels'),
 ('US','Export selected','lbl_export_selected','Export selected','Labels'),
 ('US','Extra fields','lbl_extra_fields','Extra fields','Labels'),
 ('US','Default value','lbl_extra_fields_default_value','Default value','Labels'),
 ('US','Field name','lbl_extra_fields_name','Field name','Labels'),
 ('US','No extra fields defined','lbl_extra_fields_not_defined','No extra fields defined','Labels'),
 ('US','Show','lbl_extra_fields_show','Show','Labels'),
 ('US','Extra fields','lbl_extra_fields_title','Extra fields','Labels'),
 ('US','Failed','lbl_failed','Failed','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','FAILED TO RESTORE','lbl_failed_to_restore','FAILED TO RESTORE','Labels'),
 ('US','Fair','lbl_fair','Fair','Labels'),
 ('US','FAQ','lbl_faq','Frequently Asked Questions','Labels'),
 ('US','FAQ (Frequently Asked Questions)','lbl_faq_long','FAQ (Frequently Asked Questions)','Labels'),
 ('US','Fax','lbl_fax','Fax','Labels'),
 ('US','Featured products','lbl_featured_products','Ollie\'s Featured Products','Labels'),
 ('US','FedEx Express (%)','lbl_fedex_express_percent','FedEx Express (%)','Labels'),
 ('US','FedEx Ground (%)','lbl_fedex_ground_percent','FedEx Ground (%)','Labels'),
 ('US','Field name','lbl_field_name','Field name','Labels'),
 ('US','File','lbl_file','File','Labels'),
 ('US','Filename','lbl_filename','Filename','Labels'),
 ('US','Files','lbl_files','Files','Labels'),
 ('US','Files excluded from patch procedure','lbl_files_excluded_from_patch','Files excluded from patch procedure','Labels'),
 ('US','Files Management','lbl_files_management','Files Management','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Files patch status','lbl_files_patch_status','Files patch status','Labels'),
 ('US','File for upload','lbl_file_for_upload','File for uploading','Labels'),
 ('US','File management','lbl_file_management','File management','Labels'),
 ('US','File on the Internet (enter image URL)','lbl_file_on_internet','File on the Internet (enter image URL)','Text'),
 ('US','File on your local computer','lbl_file_on_local_computer','File on your local computer','Labels'),
 ('US','File on this server','lbl_file_on_server','File on this server','Labels'),
 ('US','File size','lbl_file_size','File size','Labels'),
 ('US','File size limit (bytes)','lbl_file_size_limit','File size limit (bytes)','Labels'),
 ('US','File system','lbl_file_system','File system','Labels'),
 ('US','Fill From Profile','lbl_fill_from_profile','Fill From Profile','Labels'),
 ('US','Find pages','lbl_find_pages','Find pages','Labels'),
 ('US','Finish','lbl_finish','Finish','Labels'),
 ('US','First entry','lbl_first_entry','First entry','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','First Name','lbl_first_name','First Name','Labels'),
 ('US','Flat','lbl_flat','Flat','Labels'),
 ('US','Forgot password?','lbl_forgot_password','Forgot password?','Labels'),
 ('US','e.g.','lbl_for_example','e.g.','Labels'),
 ('US','Free shipping','lbl_free_shipping','Free shipping','Labels'),
 ('US','Friend\'s Wish list','lbl_friends_wish_list','Friend\'s Wish list','Labels'),
 ('US','From','lbl_from','From','Labels'),
 ('US','Froogle export','lbl_froogle_export','Froogle export','Labels'),
 ('US','Fuel surcharges','lbl_fuel_surcharges','Fuel surcharges','Labels'),
 ('US','Add a message','lbl_gc_add_message','Add a message','Labels'),
 ('US','Enter the text that recipient will see in the e-mail','lbl_gc_add_message_subtitle','Enter the text that the recipient will see in the e-mail','Labels'),
 ('US','Add Gift Certificate to Cart','lbl_gc_add_to_cart','Add Gift Certificate to Cart','Labels'),
 ('US','Allowed values:','lbl_gc_amount_msg','Allowed values:','Labels'),
 ('US','Choose an amount','lbl_gc_choose_amount','Choose an amount','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Specify the amount in currency.','lbl_gc_choose_amount_subtitle','Specify the amount in currency.','Labels'),
 ('US','Choose a delivery method','lbl_gc_choose_delivery_method','Choose a delivery method','Labels'),
 ('US','Create Gift Certificate','lbl_gc_create','Create Gift Certificate','Labels'),
 ('US','Gift Certificate Details','lbl_gc_details','Gift Certificate Details','Labels'),
 ('US','Enter the e-mail who ..','lbl_gc_enter_email','Enter the e-mail address of the person you are sending the Gift Certificate to.','Labels'),
 ('US','Gift Certificate for','lbl_gc_for','Gift Certificate for','Labels'),
 ('US','from','lbl_gc_from','from','Labels'),
 ('US','Gift Certificate ID','lbl_gc_id','Gift Certificate ID','Labels'),
 ('US','Gift Certificate information','lbl_gc_information','Gift Certificate information','Labels'),
 ('US','Gift Certificates purchased','lbl_gc_purchased','Gift Certificates purchased','Labels'),
 ('US','Send via E-mail','lbl_gc_send_via_email','Send via E-mail','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Send via Postal Mail','lbl_gc_send_via_postal_mail','Send via Postal Mail','Labels'),
 ('US','Gift Certificate successfully sent to','lbl_gc_sent_to','Gift Certificate successfully sent to','Labels'),
 ('US','through','lbl_gc_through','through','Labels'),
 ('US','Type','lbl_gc_type','Type','Labels'),
 ('US','Update Gift Certificate','lbl_gc_update','Update Gift Certificate','Labels'),
 ('US','Who are you sending this to?','lbl_gc_whom_sending','Who are you sending this to?','Labels'),
 ('US','The gift certificate will include ..','lbl_gc_whom_sending_subtitle','The gift certificate will include the sender\'s name, the recipient\'s name and a message.','Labels'),
 ('US','General info','lbl_general_info','General info','Labels'),
 ('US','General information','lbl_general_information','General information','Labels'),
 ('US','General settings','lbl_general_settings','General settings','Labels'),
 ('US','General statistics','lbl_general_statistics','General statistics','Labels'),
 ('US','General statistics for period','lbl_general_statistics_for_period','General statistics for period','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Generate catalog','lbl_generate_catalog','Generate catalog','Labels'),
 ('US','Generate HTML-links','lbl_generate_html_links','Generate HTML-links','Labels'),
 ('US','Generate HTML pages for','lbl_generate_html_pages_for','Generate HTML pages for','Labels'),
 ('US','Generate SQL file','lbl_generate_sql_file','Generate SQL file','Labels'),
 ('US','Generating catalog','lbl_generating_catalog','Generating catalog','Labels'),
 ('US','Generic Taxes','lbl_generic_taxes','Generic Taxes','Labels'),
 ('US','Generic taxing system','lbl_generic_taxing_system','Generic taxing system','Labels'),
 ('US','Generate catalogs for the following languages','lbl_gen_catalogs_for_langs','Generate catalogs for the following languages','Labels'),
 ('US','Get columns names from the first row of CSV file (disable columns order above)','lbl_get_columns_names_from_first_row','Get column names from the first row of the CSV file (disable columns order above)','Labels'),
 ('US','Giftcert cost','lbl_giftcert_cost','Giftcert cost','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Paid by GC','lbl_giftcert_discount','Paid by GC','Labels'),
 ('US','Giftcert ID','lbl_giftcert_ID','Giftcert ID','Labels'),
 ('US','Gift certificate','lbl_gift_certificate','Gift certificate','Labels'),
 ('US','Gift certificates','lbl_gift_certificates','Gift certificates','Labels'),
 ('US','Gift Certificates ordered','lbl_gift_certificates_ordered','Gift Certificates ordered','Labels'),
 ('US','Gift certificate verification','lbl_gift_certificate_checking','Gift certificate verification','Labels'),
 ('US','Gift Certificate details','lbl_gift_certificate_details','Gift Certificate details','Labels'),
 ('US','has recommended this products to gift','lbl_gift_registry_msg','has recommended this products to gift','Labels'),
 ('US','Global discounts','lbl_global_discounts','Global discounts','Labels'),
 ('US','Global discount applied','lbl_global_discount_applied','Global discount applied','Labels'),
 ('US','Add global product option','lbl_global_prodopts_add','Add global product option','Labels'),
 ('US','Global product options','lbl_global_product_options','Global product options','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Go','lbl_go','Go','Labels'),
 ('US','Good','lbl_good','Good','Labels'),
 ('US','Go Back','lbl_go_back','Go Back','Labels'),
 ('US','Go to last edit section','lbl_go_to_last_edit_section','Go to last edit section','Labels'),
 ('US','GnuPG/PGP errors and warnings','lbl_GPG_PGP_errors','GnuPG/PGP errors and warnings','Labels'),
 ('US','Gross total','lbl_gross_total','Gross total','Labels'),
 ('US','GST','lbl_gst','GST/HST','Labels'),
 ('US','GST/HST (%)','lbl_gst_hst_percent','GST/HST (%)','Labels'),
 ('US','GST/PST rates','lbl_gst_pst_rates','GST/PST rates','Labels'),
 ('US','GST/PST taxes','lbl_gst_pst_taxes','GST/PST taxes','Labels'),
 ('US','Has states','lbl_has_states','Has states','Labels'),
 ('US','Height','lbl_height','Height','Labels'),
 ('US','Hello!','lbl_hello','Hello!','Labels'),
 ('US','Help','lbl_help','Help','Labels'),
 ('US','Help files','lbl_help_files','Help files','Labels'),
 ('US','Help system','lbl_help_system','Help system','Labels'),
 ('US','Help zone','lbl_help_zone','Help zone','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Hidden, but available for sale','lbl_hidden','Hidden, but available for sale','Labels'),
 ('US','Hold the \'Ctrl\' key to select multiple.','lbl_hold_ctrl_key','Hold \'Ctrl\' key to select more than one entry.','Text'),
 ('US','HTML catalog','lbl_html_catalog','HTML catalog','Labels'),
 ('US','HTML catalog was created successfully.','lbl_html_catalog_created_successfully','HTML catalog was created successfully.','Labels'),
 ('US','HTML-code','lbl_html_code','HTML-code','Labels'),
 ('US','HTML tags is allowed','lbl_html_tags_allowed','HTML tags are allowed','Labels'),
 ('US','HTTPS modules','lbl_https_modules','HTTPS modules','Labels'),
 ('US','HTTPS module response','lbl_https_module_response','HTTPS module response','Labels'),
 ('US','HTTPS module parameters','lbl_https_module_test_params','HTTPS module parameters','Labels'),
 ('US','HTTP response','lbl_http_response','HTTP response','Labels'),
 ('US','HTTP_X_FORWARDED_FOR','lbl_http_x_forwarded_for','HTTP_X_FORWARDED_FOR','Labels'),
 ('US','Ignore address','lbl_ignore_address','Ignore address','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Image','lbl_image','Image','Labels'),
 ('US','Images Location','lbl_images_location','Images Location','Labels'),
 ('US','Images transferring log','lbl_images_transferring_log','Images transferring log','Labels'),
 ('US','Image file','lbl_image_file','Image file','Labels'),
 ('US','Image properties','lbl_image_properties','Image properties','Labels'),
 ('US','Image selection','lbl_image_selection','Image selection','Labels'),
 ('US','Import','lbl_import','Import','Labels'),
 ('US','Importing new products...','lbl_importing_new_products','Importing new products...','Labels'),
 ('US','Import detailed images','lbl_import_detailed_images','Import detailed images','Labels'),
 ('US','Import/Export data','lbl_import_export_data','Import/Export data','Labels'),
 ('US','Import file (optional)','lbl_import_file_optional','Import file (optional)','Labels'),
 ('US','Import images','lbl_import_images','Import images','Labels'),
 ('US','Import images error','lbl_import_images_error','Import images error','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Import products','lbl_import_products','Import products','Labels'),
 ('US','Import rates data','lbl_import_rates_data','Import rates data','Labels'),
 ('US','Import results','lbl_import_results','Import results','Labels'),
 ('US','Import summary','lbl_import_summary','Import summary','Labels'),
 ('US','included templates &amp; config files','lbl_included_templates_config_files','included templates &amp; config files','Labels'),
 ('US','Including','lbl_including','Including','Labels'),
 ('US','including tax','lbl_including_tax','including {{tax}}','Labels'),
 ('US','including VAT','lbl_including_vat','including VAT','Labels'),
 ('US','Including VAT','lbl_including_vat_cart_total','Including VAT','Labels'),
 ('US','Information','lbl_information','Information','Labels'),
 ('US','Insecure login page','lbl_insecure_login','Click here to log in using insecure login form','Labels'),
 ('US','Insecure login form','lbl_insecure_login_form','Insecure login form','Labels'),
 ('US','Insured value currency','lbl_insured_value_currency','Insured value currency','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','International','lbl_international','International','Labels'),
 ('US','International U.S.P.S.','lbl_international_usps','International U.S.P.S.','Labels'),
 ('US','Affiliates','lbl_interneka_affiliates','Affiliates','Labels'),
 ('US','Click here to register as an affiliate','lbl_interneka_click_to_register','Click here to register as an affiliate','Labels'),
 ('US','Interneka server returned the error.','lbl_interneka_server_error','Interneka server returned the error.','Labels'),
 ('US','Intl','lbl_intl','Intl','Labels'),
 ('US','Inventory','lbl_inventory','Inventory','Labels'),
 ('US','Invoice','lbl_invoice','Invoice','Labels'),
 ('US','Invoices for selected','lbl_invoices_for_selected','Invoices for selected','Labels'),
 ('US','In category','lbl_in_category','In category','Labels'),
 ('US','IN TEST MODE','lbl_in_test_mode','IN TEST MODE','Labels'),
 ('US','In this section','lbl_in_this_section','In this section','Labels'),
 ('US','IP','lbl_ip_address','IP','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','IP address as blocked!','lbl_ip_address_blocked','IP address as blocked!','Labels'),
 ('US','Is this card expired','lbl_is_this_card_expired','Is this card expired?','Labels'),
 ('US','Item','lbl_item','Item','Labels'),
 ('US','Items','lbl_items','Items','Labels'),
 ('US','item(s) available','lbl_items_available','item(s) available','Labels'),
 ('US','N item(s) in stock','lbl_items_in_stock','{{items}} item(s) in stock','Labels'),
 ('US','Item description','lbl_item_description','Item description','Labels'),
 ('US','Item height in cm','lbl_item_height','Item height in cm','Labels'),
 ('US','Item length in cm','lbl_item_length','Item length in cm','Labels'),
 ('US','Item price','lbl_item_price','Item price','Labels'),
 ('US','Item width in cm','lbl_item_width','Item width in cm','Labels'),
 ('US','Java','lbl_java','Java','Labels'),
 ('US','Javascript','lbl_javascript','Javascript','Labels'),
 ('US','Keep current address','lbl_keep_current_address','Keep current address','Labels'),
 ('US','Keyword','lbl_keyword','Keyword','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Latin America','lbl_la','Latin America','Labels'),
 ('US','Labels for selected','lbl_labels_for_selected','Labels for selected','Labels'),
 ('US','Language','lbl_language','Language','Labels'),
 ('US','Languages','lbl_languages','Languages','Labels'),
 ('US','Languages Management','lbl_languages_management','Languages Management','Labels'),
 ('US','Last entry','lbl_last_entry','Last entry','Labels'),
 ('US','Last logged in','lbl_last_logged_in','Last logged in','Labels'),
 ('US','Last Name','lbl_last_name','Last Name','Labels'),
 ('US','Last order','lbl_last_order','Last order','Labels'),
 ('US','Last orders statistics','lbl_last_orders_statistics','Last orders statistics','Labels'),
 ('US','Last paid date','lbl_last_payed_date','Last paid date','Labels'),
 ('US','leave empty if same as billing address','lbl_leave_empty_if_same_as_b_address','leave empty if same as billing address','Labels'),
 ('US','Length','lbl_length','Length','Labels'),
 ('US','Level','lbl_level','Level','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','License agreement','lbl_license_agreement','License agreement','Labels'),
 ('US','License info','lbl_license_info','<p align=\"center\"><strong>Nozomi Systems Config Info </strong></p>','Labels'),
 ('US','Line #','lbl_line_number','Line #','Labels'),
 ('US','Link title','lbl_link_title','Link title','Labels'),
 ('US','List all','lbl_list_all','List all','Labels'),
 ('US','List description','lbl_list_description','List description','Labels'),
 ('US','List name','lbl_list_name','List name','Labels'),
 ('US','List price','lbl_list_price','List price','Labels'),
 ('US','Login','lbl_login','Login','Labels'),
 ('US','Logo','lbl_logo','Logo','Labels'),
 ('US','Logoff','lbl_logoff','Log out','Labels'),
 ('US','Sorry, your log file is empty.','lbl_log_file_empty','Sorry, your log file is empty.','Labels'),
 ('US','Log in','lbl_log_in','Log in','Labels'),
 ('US','Log in history','lbl_log_in_history','Log in history','Labels'),
 ('US','Low limit in stock','lbl_lowlimit_in_stock','Low limit in stock','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Product #N quantity decreased!','lbl_low_limit_warning_subj','Product #{{productid}} quantity decreased!','Labels'),
 ('US','Machinable','lbl_machinable','Machinable','Labels'),
 ('US','Mail','lbl_mail','Mail','Labels'),
 ('US','Mail address','lbl_mail_address','Mail address','Labels'),
 ('US','Mail templates','lbl_mail_templates','Mail templates','Labels'),
 ('US','Main category','lbl_main_category','Main category','Labels'),
 ('US','Main page','lbl_main_page','Main page','Labels'),
 ('US','Management','lbl_management','Management','Labels'),
 ('US','Manage shipping methods','lbl_manage_shipping_methods','Manage shipping methods','Labels'),
 ('US','Manual processing','lbl_manual_processing','Manual processing','Labels'),
 ('US','Manufacturer','lbl_manufacturer','Manufacturer','Labels'),
 ('US','Manufacturers','lbl_manufacturers','Manufacturers','Labels'),
 ('US','Manufacturers list','lbl_manufacturers_list','Manufacturers list','Labels'),
 ('US','Manufacturer details','lbl_manufacturer_details','Manufacturer details','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Deleted user','lbl_manuf_owner_lost','Deleted user','Labels'),
 ('US','Marketing / publicity','lbl_marketing_publicity','Marketing / publicity','Labels'),
 ('US','Market price','lbl_market_price','Market price','Labels'),
 ('US','Membership','lbl_membership','Membership','Labels'),
 ('US','Membership Levels','lbl_membership_levels','Membership Levels','Labels'),
 ('US','Merchant key','lbl_merchant_password','Merchant key','Labels'),
 ('US','Message','lbl_message','Message','Labels'),
 ('US','Messages','lbl_messages','Messages','Labels'),
 ('US','META description','lbl_meta_description','META description','Labels'),
 ('US','META keywords','lbl_meta_keywords','META keywords','Labels'),
 ('US','Methods','lbl_methods','Methods','Labels'),
 ('US','Methods enabled','lbl_methods_enabled','Methods enabled','Labels'),
 ('US','Min order amount','lbl_min_order_amount','Min order amount','Labels'),
 ('US','Modifier','lbl_modificator','Modifier','Labels'),
 ('US','Modify','lbl_modify','Modify','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Modify administrator profile','lbl_modify_admin_profile','Modify administrator profile','Labels'),
 ('US','Modify Category','lbl_modify_category','Modify Category','Labels'),
 ('US','Modify customer profile','lbl_modify_customer_profile','Modify customer profile','Labels'),
 ('US','Modify plan','lbl_modify_plan','Modify plan','Labels'),
 ('US','Modify added product','lbl_modify_product','Modify added product','Labels'),
 ('US','Modify profile','lbl_modify_profile','Modify profile','Labels'),
 ('US','Modify provider profile','lbl_modify_provider_profile','Modify provider profile','Labels'),
 ('US','Modify selected','lbl_modify_selected','Modify selected','Labels'),
 ('US','Modules','lbl_modules','Modules','Labels'),
 ('US','Modules for the payment methods','lbl_modules_for_payment_methods','Modules for the payment methods','Labels'),
 ('US','Month','lbl_month','Month','Labels'),
 ('US','Move','lbl_move','Move','Labels'),
 ('US','Move selected to','lbl_move_selected_to','Move selected to','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Music Label','lbl_music_label','Music Label','Labels'),
 ('US','Music sample URL','lbl_music_sample_url','Music sample URL','Labels'),
 ('US','Music Style','lbl_music_style','Music Style','Labels'),
 ('US','North America','lbl_na','North America','Labels'),
 ('US','Name','lbl_name','Name','Labels'),
 ('US','The buyer\'s name','lbl_name_of_purchaser','The buyer\'s name','Labels'),
 ('US','National','lbl_national','National','Labels'),
 ('US','Nature of Shipment Contents','lbl_nature_of_shipment_contents','Nature of Shipment Contents','Labels'),
 ('US','Order Integrity key','lbl_netbilling_oi_key','Order Integrity key','Labels'),
 ('US','Never','lbl_never','Never','Labels'),
 ('US','Never logged in','lbl_never_logged_in','Never logged in','Labels'),
 ('US','New','lbl_new','New','Labels'),
 ('US','News','lbl_news','News','Labels'),
 ('US','Newsletter','lbl_newsletter','Newsletter','Labels'),
 ('US','newsletter subscription','lbl_newsletter_subscription','newsletter subscription','Labels'),
 ('US','News archive','lbl_news_archive','News archive','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Body','lbl_news_body','Body','Labels'),
 ('US','News lists','lbl_news_lists','News lists','Labels'),
 ('US','Available for subscription','lbl_news_list_available','Available for subscription','Labels'),
 ('US','News list details','lbl_news_list_details','News list details','Labels'),
 ('US','News list maillist','lbl_news_list_maillist','News list mailing list','Labels'),
 ('US','News list messages','lbl_news_list_messages','News list messages','Labels'),
 ('US','News list message details','lbl_news_list_message_details','News list message details','Labels'),
 ('US','Short name','lbl_news_list_short_name','Short name','Labels'),
 ('US','Show messages in site news','lbl_news_list_show_messages','Show messages in site news','Labels'),
 ('US','Import list of subscribers','lbl_news_list_subscribers_import','Import list of subscribers','Labels'),
 ('US','News management','lbl_news_management','News management','Labels'),
 ('US','New (3.5.x)','lbl_new_3_5_x','New (3.5.x)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','New categories','lbl_new_categories','New categories','Labels'),
 ('US','New categories created','lbl_new_categories_created','New categories created','Labels'),
 ('US','New customers','lbl_new_customers','New customers','Labels'),
 ('US','New directory name','lbl_new_directory_name','New directory name','Labels'),
 ('US','New features in X-Cart 4.0','lbl_new_features_in_xcart','New features in X-Cart 4.0','Labels'),
 ('US','New merchant key','lbl_new_merchant_password','New merchant key','Labels'),
 ('US','New orders','lbl_new_orders','New orders','Labels'),
 ('US','New Password','lbl_new_password','New Password','Labels'),
 ('US','New products','lbl_new_products','New products','Labels'),
 ('US','New products imported','lbl_new_products_imported','New products imported','Labels'),
 ('US','New providers','lbl_new_providers','New providers','Labels'),
 ('US','New zone','lbl_new_zone','New zone','Labels'),
 ('US','Next','lbl_next','Next','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Next group of pages','lbl_next_group_pages','Next group of pages','Labels'),
 ('US','Next page','lbl_next_page','Next page','Labels'),
 ('US','Next pay date','lbl_next_pay_date','Next pay date','Labels'),
 ('US','No','lbl_no','No','Labels'),
 ('US','None','lbl_none','None','Labels'),
 ('US','NON-EXECUTABLE','lbl_non_executable','NON-EXECUTABLE','Labels'),
 ('US','Non US/Canadian Address','lbl_non_us_canada_address','Non US/Canadian Address','Labels'),
 ('US','Note','lbl_note','Note','Labels'),
 ('US','Not assigned','lbl_not_assigned','Not assigned','Labels'),
 ('US','not exists','lbl_not_exists','does not exist','Labels'),
 ('US','Not finished','lbl_not_finished','Not finished','Labels'),
 ('US','not found','lbl_not_found','not found','Labels'),
 ('US','Not member','lbl_not_member','Not member','Labels'),
 ('US','not writable','lbl_not_writable','not writable','Labels'),
 ('US','No available patches','lbl_no_available_patches','No available patches','Labels'),
 ('US','No categories viewed','lbl_no_categories_viewed','No categories viewed','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No discounts defined','lbl_no_discounts_defined','No discounts defined','Labels'),
 ('US','No HTML content','lbl_no_html_content','No HTML content','Labels'),
 ('US','No links defined','lbl_no_links_defined','No links defined','Text'),
 ('US','Manufacturer is not specified','lbl_no_manufacturer','Manufacturer is not specified','Labels'),
 ('US','No membership','lbl_no_membership','No membership','Labels'),
 ('US','No, I Do Not Agree','lbl_no_not_agree','No, I Do Not Agree','Labels'),
 ('US','No products','lbl_no_products','No products','Labels'),
 ('US','No available shipping methods for your location','lbl_no_shipping_for_location','Sorry, there are no available shipping methods for your location.','Labels'),
 ('US','No shipping markups defined','lbl_no_shipping_markups_defined','No shipping markups defined','Labels'),
 ('US','No shipping rates defined','lbl_no_shipping_rates_defined','No shipping rates defined','Labels'),
 ('US','No tax rates defined','lbl_no_tax_rates_defined','No tax rates defined','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','NULL','lbl_null','NULL','Labels'),
 ('US','Number','lbl_number','Number','Labels'),
 ('US','Number of customers','lbl_number_of_customers','Number of customers','Labels'),
 ('US','Number of orders','lbl_number_of_orders','Number of orders','Labels'),
 ('US','Number of products','lbl_number_of_products','Number of products','Labels'),
 ('US','Number of providers','lbl_number_of_providers','Number of providers','Labels'),
 ('US','Number of root categories','lbl_number_of_root_categories','Number of root categories','Labels'),
 ('US','Number of subcategories','lbl_number_of_subcategories','Number of subcategories','Labels'),
 ('US','N counties','lbl_N_counties','{{items}} counties','Labels'),
 ('US','N products','lbl_N_products','{{products}} products','Labels'),
 ('US','Octet #X has a wrong format!','lbl_octet_X_has_wrong_format','Octet #{{X}} has a wrong format!','Labels'),
 ('US','of','lbl_of','of','Labels'),
 ('US','of all found users','lbl_of_all_found_users','of all found users','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','of selected users','lbl_of_selected_users','of selected users','Labels'),
 ('US','OK','lbl_ok','OK','Labels'),
 ('US','Old merchant key','lbl_old_merchant_password','Old merchant key','Labels'),
 ('US','Old Password','lbl_old_password','Old Password','Labels'),
 ('US','Old (pre 3.5.x)','lbl_old_pre_3_5_x','Old (pre 3.5.x)','Labels'),
 ('US','online','lbl_online','online','Labels'),
 ('US','On all checkout pages','lbl_on_all_checkout_pages','On all checkout pages','Labels'),
 ('US','On the last checkout page only','lbl_on_last_checkout_page_only','On the last checkout page only','Labels'),
 ('US','on shipping','lbl_on_shipping','on shipping','Labels'),
 ('US','Open customer area in new window','lbl_open_customer_area','Open customer area in a new window','Labels'),
 ('US','Open a new window','lbl_open_new_window','Open a new window','Labels'),
 ('US','Options','lbl_options','Options','Labels'),
 ('US','Options combination','lbl_options_combination','Options combination','Labels'),
 ('US','Options list','lbl_options_list','Options list','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Options list is empty.','lbl_options_list_empty','Options list is empty.','Labels'),
 ('US','Option class','lbl_option_class','Option class','Labels'),
 ('US','Option surcharge','lbl_option_surcharge','Option surcharge','Labels'),
 ('US','Option surcharge type','lbl_option_surcharge_type','Option surcharge type','Labels'),
 ('US','Option text','lbl_option_text','Option text','Labels'),
 ('US','Option type','lbl_option_type','Option type','Labels'),
 ('US','Option value','lbl_option_value','Option value','Labels'),
 ('US','Option values list','lbl_option_values_list','Option values list','Labels'),
 ('US','OR','lbl_or','OR','Labels'),
 ('US','Order','lbl_order','Order','Labels'),
 ('US','Order By','lbl_orderby','OrderBy','Labels'),
 ('US','Ordered','lbl_ordered','Ordered','Labels'),
 ('US','Orders','lbl_orders','Orders','Labels'),
 ('US','Orders declined','lbl_orders_declined','Orders declined','Labels'),
 ('US','Orders failed','lbl_orders_failed','Orders failed','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Orders history','lbl_orders_history','Orders history','Labels'),
 ('US','Orders info','lbl_orders_info','Orders info','Labels'),
 ('US','Orders Management','lbl_orders_management','Orders Management','Labels'),
 ('US','Orders not finished','lbl_orders_not_finished','Orders not finished','Labels'),
 ('US','Orders processed','lbl_orders_processed','Orders processed','Labels'),
 ('US','Orders queued','lbl_orders_queued','Orders queued','Labels'),
 ('US','Orders that have notes assigned','lbl_orders_with_notes_assigned','Orders that have notes assigned','Labels'),
 ('US','Order Complete','lbl_order_complete','Order Complete','Labels'),
 ('US','Order date','lbl_order_date','Order date','Labels'),
 ('US','Order date from','lbl_order_date_from','Order date from','Labels'),
 ('US','Order date through','lbl_order_date_through','Order date through','Labels'),
 ('US','','lbl_order_delete_confirmation_header','Do you really want to remove the orders:','Labels'),
 ('US','Order details (not visible to customer and provider)','lbl_order_details','Order details (not visible to customer and provider)','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Order details','lbl_order_details_label','Order details','Labels'),
 ('US','Order features','lbl_order_features','Order features','Labels'),
 ('US','Order id','lbl_order_id','Order id','Labels'),
 ('US','Order info','lbl_order_info','Order info','Labels'),
 ('US','Initial order notification','lbl_order_init_msg','Initial order notification','Labels'),
 ('US','Order notes (not visible to customer)','lbl_order_notes','Order notes (not visible to customer)','Labels'),
 ('US','Payment details','lbl_order_payment_details','Payment details','Labels'),
 ('US','Order processed','lbl_order_processed','Order processed','Labels'),
 ('US','Order receipt','lbl_order_receipt','Order receipt','Labels'),
 ('US','Order status','lbl_order_status','Order status','Labels'),
 ('US','Order status codes','lbl_order_status_codes','Order status codes','Text'),
 ('US','Order total','lbl_order_total','Order total','Labels'),
 ('US','Origin address','lbl_origin_address','Origin address','Labels'),
 ('US','Origin zip code','lbl_origin_zip_code','Origin zip code','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Other','lbl_other','Other','Labels'),
 ('US','Other carriers','lbl_other_carriers','Other carriers','Labels'),
 ('US','Other manufacturers...','lbl_other_manufacturers','Other manufacturers...','Labels'),
 ('US','Our price','lbl_our_price','Our price','Labels'),
 ('US','Package CODValue in cents','lbl_package_cod_value','Package CODValue in cents','Labels'),
 ('US','Package InsuredValue in cents','lbl_package_insured_value','Package InsuredValue in cents','Labels'),
 ('US','Package Size','lbl_package_size','Package Size','Labels'),
 ('US','(length + girth, inches)','lbl_package_size_note','(length + girth, inches)','Labels'),
 ('US','Package type','lbl_package_type','Package type','Labels'),
 ('US','Package Weight','lbl_package_weight','Package Weight','Labels'),
 ('US','Packaging','lbl_packaging','Packaging','Labels'),
 ('US','Packaging type','lbl_packaging_type','Packaging type','Labels'),
 ('US','Page','lbl_page','Page','Labels'),
 ('US','Pages list','lbl_pages_list','Pages list','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Number of pages per one pass','lbl_pages_per_pass','Number of pages per one pass','Labels'),
 ('US','Page content','lbl_page_content','Page content','Labels'),
 ('US','Page file','lbl_page_file','Page file','Labels'),
 ('US','Page name','lbl_page_name','Page name','Labels'),
 ('US','Page not found!','lbl_page_not_found','Page not found!','Labels'),
 ('US','Page Title','lbl_page_title','Page Title','Labels'),
 ('US','Page URL','lbl_page_url','Page URL','Labels'),
 ('US','Parse Smarty tags in the content of embedded pages','lbl_parse_smarty_tags_in_embedded_pages','Parse Smarty tags in the content of embedded pages','Labels'),
 ('US','Partners','lbl_partners','Partners','Labels'),
 ('US','partner(s)','lbl_partner_s','partner(s)','Labels'),
 ('US','Password','lbl_password','Password','Labels'),
 ('US','Password security warning','lbl_password_security_warning','Password security warning','Labels'),
 ('US','Patch file','lbl_patch_file','Patch file','Labels'),
 ('US','PATCH LOG','lbl_patch_log','PATCH LOG','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','PATCH RESULTS','lbl_patch_results','PATCH RESULTS','Labels'),
 ('US','Patch text','lbl_patch_text','Patch text','Labels'),
 ('US','Patch/Upgrade','lbl_patch_upgrade','Patch/Upgrade','Labels'),
 ('US','Patch/Upgrade center','lbl_patch_upgrade_center','Patch/Upgrade center','Labels'),
 ('US','Patch URL','lbl_patch_url','Patch URL','Labels'),
 ('US','Paths through site (Average time)','lbl_paths_through_site_average_time','Paths through site (Average time)','Labels'),
 ('US','Path to images on local server','lbl_path_to_images_on_local_server','Path to images on the local server','Labels'),
 ('US','Payments methods info','lbl_payments_methods_info','Payment methods info','Labels'),
 ('US','Payment details','lbl_payment_details','Payment details','Labels'),
 ('US','Payment gateways','lbl_payment_gateways','Payment gateways','Labels'),
 ('US','Payment method','lbl_payment_method','Payment method','Labels'),
 ('US','Payment methods','lbl_payment_methods','Payment methods','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Payment System Configuration','lbl_payment_system_configuration','Payment System Configuration','Labels'),
 ('US','Pay dates','lbl_pay_dates','Pay dates','Labels'),
 ('US','Pay period','lbl_pay_period','Pay period','Labels'),
 ('US','Pay type','lbl_pay_type','Pay type','Labels'),
 ('US','Pending','lbl_pending','Pending','Labels'),
 ('US','Pending membership','lbl_pending_membership','Pending membership','Labels'),
 ('US','Per','lbl_per','Per','Labels'),
 ('US','Percent','lbl_percent','Percent','Labels'),
 ('US','% of All Visits','lbl_percent_of_all_visits','% of All Visits','Labels'),
 ('US','% of Previous Step','lbl_percent_of_previous_step','% of Previous Step','Labels'),
 ('US','Period','lbl_period','Period','Labels'),
 ('US','Period fee','lbl_period_fee','Period fee','Labels'),
 ('US','Period from','lbl_period_from','Period from','Labels'),
 ('US','Period to','lbl_period_to','Period to','Labels'),
 ('US','Personal information','lbl_personal_information','Personal information','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Per item','lbl_per_item','Per item','Labels'),
 ('US','Phone','lbl_phone','Phone','Labels'),
 ('US','US TOLL FREE','lbl_phone_1_title','Phone','Labels'),
 ('US','International','lbl_phone_2_title','Cell Phone','Labels'),
 ('US','Phone Number','lbl_phone_number','Phone Number','Labels'),
 ('US','Platform','lbl_platform','Platform','Labels'),
 ('US','Please select one','lbl_please_select_one','Please select one','Labels'),
 ('US','Please wait...','lbl_please_wait','Please wait...','Labels'),
 ('US','Poor','lbl_poor','Poor','Labels'),
 ('US','Poor match','lbl_poor_match','Poor match','Labels'),
 ('US','What is it?','lbl_popup_help','What is it?','Labels'),
 ('US','Pos.','lbl_pos','Pos.','Labels'),
 ('US','Position','lbl_position','Position','Labels'),
 ('US','Possible match','lbl_possible_match','Possible match','Labels'),
 ('US','Postal Address','lbl_postal_address','Postal Address','Labels'),
 ('US','Purchase order information','lbl_po_information','Purchase order information','Labels'),
 ('US','PO number','lbl_po_number','PO number','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Confirmation script','lbl_pp3_confirmation_script','Confirmation script','Labels'),
 ('US','Validation script','lbl_pp3_validation_script','Validation script','Labels'),
 ('US','Preview','lbl_preview','Preview','Labels'),
 ('US','Use default stylesheet for preview template','lbl_preview_default_css','Use default stylesheet for template preview','Labels'),
 ('US','Preview Image','lbl_preview_image','Preview Image','Labels'),
 ('US','Preview product','lbl_preview_product','Preview product','Labels'),
 ('US','Previous news','lbl_previous_news','Previous news','Labels'),
 ('US','Previous group of pages','lbl_prev_group_pages','Previous group of pages','Labels'),
 ('US','Previous page','lbl_prev_page','Previous page','Labels'),
 ('US','PRE-PATCH was applied successfully','lbl_pre_patch_was_applied_successfuly','PRE-PATCH was applied successfully','Labels'),
 ('US','PRE-PATCH WAS NOT APPLIED.','lbl_pre_patch_was_not_applied','PRE-PATCH WAS NOT APPLIED.','Labels'),
 ('US','Price','lbl_price','Price','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Included into the product price','lbl_price_includes_tax','Included into the product price','Labels'),
 ('US','Price info','lbl_price_info','Price info','Labels'),
 ('US','Pricing','lbl_pricing','Pricing','Labels'),
 ('US','Print','lbl_print','Print','Labels'),
 ('US','Printable version','lbl_printable_version','Printable version','Labels'),
 ('US','Print All','lbl_print_all','Print All','Labels'),
 ('US','Print invoice','lbl_print_invoice','Print invoice','Labels'),
 ('US','Print order','lbl_print_order','Print order','Labels'),
 ('US','Privacy statement','lbl_privacy_statement','Privacy statement','Labels'),
 ('US','Private','lbl_private','Private','Labels'),
 ('US','Processed','lbl_processed','Processed','Labels'),
 ('US','Process order','lbl_process_order','Process order','Labels'),
 ('US','Product','lbl_product','Product','Labels'),
 ('US','','lbl_productid','Product ID','Labels'),
 ('US','Products','lbl_products','Products','Labels'),
 ('US','Products deleted','lbl_products_deleted','Products deleted','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','product(s) found','lbl_products_found','product(s) found','Labels'),
 ('US','Products info','lbl_products_info','Products info','Labels'),
 ('US','Products Management','lbl_products_management','Products Management','Labels'),
 ('US','Products only','lbl_products_only','Products only','Labels'),
 ('US','Products ordered','lbl_products_ordered','Products ordered','Labels'),
 ('US','Products to delete','lbl_products_to_delete','Products to delete','Labels'),
 ('US','Products to update','lbl_products_to_update','Products to update','Labels'),
 ('US','Product views','lbl_products_views','Product views','Labels'),
 ('US','Do you really want to remove the product','lbl_product_delete_confirmation_header','Do you really want to remove the product','Labels'),
 ('US','Product details','lbl_product_details','Product details','Labels'),
 ('US','Product ID','lbl_product_id','Product ID','Labels'),
 ('US','Product info','lbl_product_info','Product info','Labels'),
 ('US','Product links','lbl_product_links','Product links','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Link to product thumbnail','lbl_product_link_thumbnail','Link to product thumbnail','Labels'),
 ('US','Product list','lbl_product_list','Product list','Labels'),
 ('US','Modify product','lbl_product_modify','Modify product','Labels'),
 ('US','Product name','lbl_product_name','Product name','Labels'),
 ('US','Product options','lbl_product_options','Product options','Labels'),
 ('US','Product options help','lbl_product_options_help','Product options help','Labels'),
 ('US','Product options list is empty.','lbl_product_options_list_empty','Product options list is empty.','Labels'),
 ('US','Product options validation','lbl_product_options_validation','Product options validation','Labels'),
 ('US','Product owner','lbl_product_owner','Product owner','Labels'),
 ('US','Product price','lbl_product_price','Product price','Labels'),
 ('US','Product sales','lbl_product_sales','Product sales','Labels'),
 ('US','Product thumbnail','lbl_product_thumbnail','Product thumbnail','Labels'),
 ('US','Product thumbnails','lbl_product_thumbnails','Product thumbnails','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Product title','lbl_product_title','Product title','Labels'),
 ('US','Product URL','lbl_product_url','Product URL','Labels'),
 ('US','Product variants','lbl_product_variants','Product variants','Labels'),
 ('US','profile','lbl_profile','profile','Labels'),
 ('US','The profile has been deleted','lbl_profile_deleted','The profile has been deleted','Labels'),
 ('US','Profile details','lbl_profile_details','Profile details','Labels'),
 ('US','The profile was modified','lbl_profile_modified','The profile was modified','Labels'),
 ('US','Prolong TTL','lbl_prolong_ttl','Prolong TTL','Labels'),
 ('US','Protocol','lbl_protocol','Protocol','Labels'),
 ('US','Provider','lbl_provider','Provider','Labels'),
 ('US','Providers zone','lbl_providers_zone','Providers zone','Labels'),
 ('US','Provider membership levels','lbl_provider_membership_levels','Provider membership levels','Labels'),
 ('US','Provider menu','lbl_provider_menu','Provider menu','Labels'),
 ('US','Provider promotion: Extra fields note','lbl_provider_promotion_ef_note','This section allows the adding of additional non-standard fields to the products table. For example, this might be used to add an Author and ISBN field to a product that is a book.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','provider(s)','lbl_provider_s','provider(s)','Labels'),
 ('US','PST','lbl_pst','PST','Labels'),
 ('US','PST (%)','lbl_pst_percent','PST (%)','Labels'),
 ('US','Payment systems','lbl_ps_processor','Payment systems','Labels'),
 ('US','Public','lbl_public','Public','Labels'),
 ('US','Publicity','lbl_publicity','Publicity','Labels'),
 ('US','Purchased','lbl_purchased','Purchased','Labels'),
 ('US','\'Short\' quantity','lbl_qty','Qty','Labels'),
 ('US','Quantity','lbl_quantity','Quantity','Labels'),
 ('US','Quantity in stock (items)','lbl_quantity_in_stock','Quantity in stock (items)','Labels'),
 ('US','Quarter','lbl_quarter','Quarter','Labels'),
 ('US','Queued','lbl_queued','Queued','Labels'),
 ('US','IIF (QuickBooks 2002, 2003)','lbl_quickbooks_format','IIF (QuickBooks 2002, 2003)','Labels'),
 ('US','Quick menu','lbl_quick_menu','Quick menu','Labels'),
 ('US','Quick select','lbl_quick_select','Quick select','Labels'),
 ('US','Quick start','lbl_quick_start','Quick start','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','How to setup store','lbl_quick_start_text','How to set up a store','Labels'),
 ('US','Range','lbl_range','Range','Labels'),
 ('US','Rate','lbl_rate','Rate','Labels'),
 ('US','Rates enabled','lbl_rates_enabled','Rates enabled','Labels'),
 ('US','Rate It!','lbl_rate_it','Rate It!','Labels'),
 ('US','Ratings','lbl_ratings','Ratings','Labels'),
 ('US','Read more about importing here...','lbl_read_more_about_importing','Read more about importing here...','Labels'),
 ('US','Real-time calculated shipping methods','lbl_realtime_shipping_methods','Real-time calculated shipping methods','Labels'),
 ('US','Reason','lbl_reason','Reason','Labels'),
 ('US','Rebuild variants','lbl_rebuild_variants','Rebuild variants','Labels'),
 ('US','Recipient','lbl_recipient','Recipient','Labels'),
 ('US','Recipient email','lbl_recipient_email','Recipient email','Labels'),
 ('US','recommendation','lbl_recommendation','recommendation','Labels'),
 ('US','Recommended products list','lbl_recommends','Recommended products list','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Recover password','lbl_recover_password','Forgot Password?','Labels'),
 ('US','Recurring billing notification','lbl_recurring_bill_notif','Recurring billing notification','Labels'),
 ('US','Redo','lbl_redo','Redo','Labels'),
 ('US','Re-enter address','lbl_reenter_address','Re-enter address','Labels'),
 ('US','Referred by','lbl_referred_by','Referred by','Labels'),
 ('US','Referred from','lbl_referred_from','Referred from','Labels'),
 ('US','Regenerate TTL','lbl_regenerate_ttl','Regenerate TTL','Labels'),
 ('US','Register','lbl_register','Register','Labels'),
 ('US','Registered','lbl_registered','Registered','Labels'),
 ('US','registered customer(s)','lbl_registered_customer_s','registered customer(s)','Labels'),
 ('US','Register provider','lbl_register_provider','Register provider','Labels'),
 ('US','Registration number','lbl_registration_number','Registration number','Labels'),
 ('US','Require to change password on next log in','lbl_reg_chpass','Require to change password on next log in','Labels'),
 ('US','Change of password on next log in should be required','lbl_reg_chpass_admin','Change of password on next log in should be required','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Related products','lbl_related_products','Related products','Labels'),
 ('US','Remain','lbl_remain','Remain','Labels'),
 ('US','REMOTE_ADDR','lbl_remote_addr','REMOTE_ADDR','Labels'),
 ('US','Remote IP','lbl_remote_IP','Remote IP','Labels'),
 ('US','Remove from completed and processed orders','lbl_remove_from_completed_orders','Remove from completed and processed orders','Labels'),
 ('US','Remove from customers\' profiles','lbl_remove_from_customer_profiles','Remove from customers\' profiles','Labels'),
 ('US','Rem./Amount','lbl_rem_amount','Rem./Amount','Labels'),
 ('US','Required','lbl_required','Required','Labels'),
 ('US','The required field \'X\' is empty!','lbl_required_field_is_empty','The required field \'~~field~~\' is empty!','Labels'),
 ('US','Resend','lbl_resend','Resend','Labels'),
 ('US','Reset','lbl_reset','Reset','Labels'),
 ('US','Reset to','lbl_reset_to','Reset to','Labels'),
 ('US','Reset to empty','lbl_reset_to_empty','Reset to empty','Labels'),
 ('US','Restore','lbl_restore','Restore','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Restore All','lbl_restore_all','Restore All','Labels'),
 ('US','Restore database','lbl_restore_database','Restore database','Labels'),
 ('US','Restore file','lbl_restore_file','Restore file','Labels'),
 ('US','Restore from file','lbl_restore_from_file','Restore from file','Labels'),
 ('US','Restoring N','lbl_restoring_n','Restoring {{file}}','Labels'),
 ('US','Restoring table: [N] ...','lbl_restoring_table_n','Restoring table: [{{table}}] ...','Labels'),
 ('US','Result pages','lbl_result_pages','Result pages','Text'),
 ('US','Report on the results of detailed images import','lbl_result_report','Report on the results of detailed images import','Labels'),
 ('US','Return to states list','lbl_return_states_list','Return to states list','Labels'),
 ('US','Return to the search results','lbl_return_to_search_results','Return to the search results','Labels'),
 ('US','Reverse','lbl_reverse','Reverse','Labels'),
 ('US','Rewrite file if exists','lbl_rewrite_file_if_exists','Replace file if exists','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Root','lbl_root','Root','Labels'),
 ('US','Root categories','lbl_root_categories','Root categories','Labels'),
 ('US','Root level','lbl_root_level','Root level','Labels'),
 ('US','Sales','lbl_sales','Sales','Labels'),
 ('US','Save','lbl_save','Save','Labels'),
 ('US','save','lbl_save_price','save','Labels'),
 ('US','Save zone details','lbl_save_zone_details','Save zone details','Labels'),
 ('US','Scenario Analysis Step','lbl_scenario_analysis_step','Scenario Analysis Step','Labels'),
 ('US','Screen resolution','lbl_screen_resolution','Screen resolution','Labels'),
 ('US','Search','lbl_search','Search','Labels'),
 ('US','Search again','lbl_search_again','Search again','Labels'),
 ('US','Search also in','lbl_search_also_in','Search also in','Labels'),
 ('US','Search-and-modify','lbl_search_and_modify','Search-and-modify','Labels'),
 ('US','Search by address','lbl_search_by_address','Search by address','Labels'),
 ('US','Search by customer','lbl_search_by_customer','Search by customer','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Search by ordered products','lbl_search_by_ordered_products','Search by ordered products','Labels'),
 ('US','Search also in the descriptions','lbl_search_description','Search also in the descriptions','Labels'),
 ('US','','lbl_search_for_pattern','Search for pattern','Labels'),
 ('US','Search for user','lbl_search_for_user','Search for users','Labels'),
 ('US','Search for users that is','lbl_search_for_users_that_is','Search for users that are','Labels'),
 ('US','Search for user type','lbl_search_for_user_type','Search for user type','Labels'),
 ('US','','lbl_search_in','Search in','Labels'),
 ('US','Search in category','lbl_search_in_category','Search in category','Labels'),
 ('US','also search in subcategories','lbl_search_in_subcategories','also search in subcategories','Labels'),
 ('US','Search orders','lbl_search_orders','Search for orders','Labels'),
 ('US','Search orders','lbl_search_orders_menu','Search for orders','Labels'),
 ('US','Search products','lbl_search_products','Search for products','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Search results','lbl_search_results','Search results','Labels'),
 ('US','Search statistics','lbl_search_statistics','Search statistics','Labels'),
 ('US','Search string','lbl_search_string','Search string','Labels'),
 ('US','All orders this month','lbl_search_this_month_orders','All orders this month','Labels'),
 ('US','All orders this week','lbl_search_this_week_orders','All orders this week','Labels'),
 ('US','All orders today','lbl_search_today_orders','All orders today','Labels'),
 ('US','Search users','lbl_search_users','Search for users','Labels'),
 ('US','Section','lbl_section','Section','Labels'),
 ('US','Secure login page','lbl_secure_login','Secure login','Labels'),
 ('US','Secure login form','lbl_secure_login_form','Secure login form','Labels'),
 ('US','See also','lbl_see_also','See also','Labels'),
 ('US','See details','lbl_see_details','See details','Labels'),
 ('US','Select','lbl_select','Select','Labels'),
 ('US','Selected options','lbl_selected_options','Selected options','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Select categories','lbl_select_categories','Select categories','Labels'),
 ('US','Select a file','lbl_select_file','Select a file','Labels'),
 ('US','Select language','lbl_select_language','Select language','Labels'),
 ('US','Select manufacturer','lbl_select_manufacturer','Select manufacturer','Labels'),
 ('US','<B>Note:</B> Hold \'Ctrl\' key to select multiple.','lbl_select_multiple_hold_ctrl_note','<B>Note:</B> Hold \'Ctrl\' key to select more than one entry.','Labels'),
 ('US','Select one...','lbl_select_one','Select one...','Labels'),
 ('US','Select a product','lbl_select_product','Select a product','Labels'),
 ('US','Select your rating...','lbl_select_rating','Select your rating...','Labels'),
 ('US','Select region','lbl_select_region','Select region','Labels'),
 ('US','Select the service','lbl_select_service','Select the service','Labels'),
 ('US','Select target','lbl_select_target','Select target','Labels'),
 ('US','Select the N','lbl_select_the_n','Select the {{slot}}','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Select topic','lbl_select_topic','Select topic','Labels'),
 ('US','Semicolon','lbl_semicolon','Semicolon','Labels'),
 ('US','Send','lbl_send','Send','Labels'),
 ('US','Send the IP address from which this order originated to the Antifraud service server to inform that this IP was used by a frauds','lbl_send_customer_ip_address','Send the IP address from which this order originated to the Antifraud service server to inform that this IP was used by a fraudster. This will help to avoid further fraudulent orders coming from this IP.<BR><BR>\nPlease describe the reason why you report this IP as a source of fraudulent orders:','Text'),
 ('US','Send encrypted data to email','lbl_send_encrypted_data_to_email','Send encrypted data to email','Labels'),
 ('US','Send entire wish list','lbl_send_entire_wishlist','Send entire wish list by e-mail','Labels'),
 ('US','Send message','lbl_send_message','Send message','Labels'),
 ('US','Send to friend','lbl_send_to_friend','Send to friend','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Send test to E-Mails','lbl_send_to_tes_emails','Send test to E-Mails','Labels'),
 ('US','Your e-mail','lbl_send_your_email','Your e-mail','Labels'),
 ('US','Your name','lbl_send_your_name','Your name','Labels'),
 ('US','Sent','lbl_sent','Sent','Labels'),
 ('US','Sent date','lbl_sent_date','Sent date','Labels'),
 ('US','Recipient\'s e-mail','lbl_sent_recipient_email','Recipient\'s e-mail','Labels'),
 ('US','Server path to files','lbl_server_path_to_files','Server path to files','Labels'),
 ('US','Service options','lbl_service_options','Service options','Labels'),
 ('US','setup fee','lbl_setup_fee','setup fee','Labels'),
 ('US','Set','lbl_set_val','Set','Labels'),
 ('US','Shipping','lbl_shipping','Shipping','Labels'),
 ('US','Shipping Address','lbl_shipping_address','Shipping Address','Labels'),
 ('US','Shipping Address (leave empty..)','lbl_shipping_address_registration','Shipping Address (leave empty if same as billing address)','Labels'),
 ('US','Select a carrier','lbl_shipping_carrier','Select a carrier','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Shipping charges','lbl_shipping_charges','Shipping charges','Labels'),
 ('US','Shipping cost conversion rate','lbl_shipping_conversion_rate','Shipping cost conversion rate','Labels'),
 ('US','Shipping cost','lbl_shipping_cost','Shipping cost','Labels'),
 ('US','Shipping cost conversion rate','lbl_shipping_cost_convertion_rate','Shipping cost conversion rate','Labels'),
 ('US','Shipping cost currency','lbl_shipping_cost_currency','Shipping cost currency','Text'),
 ('US','Shipping freight','lbl_shipping_freight','Shipping freight','Labels'),
 ('US','Shipping markups','lbl_shipping_markups','Shipping markups','Labels'),
 ('US','Shipping method','lbl_shipping_method','Shipping method','Labels'),
 ('US','Shipping methods','lbl_shipping_methods','Shipping methods','Labels'),
 ('US','Shipping methods info','lbl_shipping_methods_info','Shipping methods info','Labels'),
 ('US','Shipping Methods/Zones','lbl_shipping_methods_zones','Shipping Methods/Zones','Labels'),
 ('US','Shipping options','lbl_shipping_options','Real-time processors options','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Shipping Rates','lbl_shipping_rates','Shipping Rates','Labels'),
 ('US','Shipping rates info','lbl_shipping_rates_info','Shipping rates info','Labels'),
 ('US','Ship to Residence','lbl_ship_to_residence','Ship to Residence','Labels'),
 ('US','Shopping Cart Conversion Funnel','lbl_shopping_cart_conversion_funnel','Shopping Cart Conversion Funnel','Labels'),
 ('US','Shop statistics','lbl_shop_statistics','Shop statistics','Labels'),
 ('US','Short description','lbl_short_description','Short description','Labels'),
 ('US','Show all ratings','lbl_show_all_ratings','Show all ratings','Labels'),
 ('US','Show as news','lbl_show_as_news','Show as news','Labels'),
 ('US','Show GnuPG/PGP errors and warnings','lbl_show_GPG_PGP_errors','Show GnuPG/PGP errors and warnings','Labels'),
 ('US','Show products','lbl_show_products','Show products','Labels'),
 ('US','Signup for membership','lbl_signup_for_membership','Signup for membership','Labels'),
 ('US','Since date','lbl_since_date','Since date','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Since the last log in','lbl_since_last_log_in','Since the last log in','Labels'),
 ('US','Since the last login','lbl_since_the_last_login','Since the last login','Labels'),
 ('US','SKU','lbl_sku','SKU','Labels'),
 ('US','Too many fast-created orders','lbl_sliset_reason_f','Too many fast-created orders','Labels'),
 ('US','Anonymous proxy','lbl_slist_reason_a','Anonymous proxy','Labels'),
 ('US','Too many fast-created orders','lbl_slist_reason_f','Too many fast-created orders','Labels'),
 ('US','Coincidence of the current product set and the product set of order with blocked IP address','lbl_slist_reason_p','Coincidence of the current product set and the product set of order with blocked IP address','Labels'),
 ('US','Failed transaction limit in one session is exceeded','lbl_slist_reason_s','Failed transaction limit in one session is exceeded','Labels'),
 ('US','Failed transaction limit is exceeded','lbl_slist_reason_t','Failed transaction limit is exceeded','Labels'),
 ('US','SmartPag payment method','lbl_smartpag_payment_method','SmartPag payment method','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Sort by','lbl_sort_by','Sort by','Labels'),
 ('US','Sort direction','lbl_sort_direction','Sort direction','Labels'),
 ('US','Special','lbl_special','Ollie\'s Specials','Labels'),
 ('US','Special instructions','lbl_special_instructions','Special instructions','Labels'),
 ('US','Specify period below','lbl_specify_period_below','Specify the period below','Labels'),
 ('US','Speed Bar','lbl_speed_bar','Speed Bar','Labels'),
 ('US','Speed Bar Management','lbl_speed_bar_management','Speed Bar Management','Labels'),
 ('US','SQL query(ies)','lbl_sql_queries','SQL query(ies)','Labels'),
 ('US','Social Security Number (SSN)','lbl_ssn','SSN','Labels'),
 ('US','Started Cart','lbl_started_cart','Started Cart','Labels'),
 ('US','Start Webmaster mode','lbl_start_webmaster_mode','Start Webmaster mode','Labels'),
 ('US','State','lbl_state','State','Labels'),
 ('US','States','lbl_states','States','Labels'),
 ('US','States Management','lbl_states_management','States Management','Labels'),
 ('US','Static pages','lbl_static_pages','Static pages','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Static page details','lbl_static_page_details','Static page details','Labels'),
 ('US','Statistics','lbl_statistics','Statistics','Labels'),
 ('US','Statistics clearing','lbl_statistics_clearing','Statistics clearing','Labels'),
 ('US','Statistics for dates','lbl_statistics_for_dates','Statistics for dates','Labels'),
 ('US','Status','lbl_status','Status','Labels'),
 ('US','Step','lbl_step','Step','Labels'),
 ('US','Stop list','lbl_stop_list','Stop list','Labels'),
 ('US','Stop list is empty.','lbl_stop_list_empty','Stop list is empty.','Labels'),
 ('US','Store Configuration','lbl_store_configuration','Store Configuration','Labels'),
 ('US','Store coupons','lbl_store_coupons_title','Store coupons','Labels'),
 ('US','Store images in','lbl_store_images_in','Store images in','Labels'),
 ('US','Allow to store images only in the directory specified here','lbl_store_images_in_directory_only','Allow to store images only in the directory specified here','Labels'),
 ('US','Store Layout','lbl_store_layout','Store Layout','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Street Address','lbl_street_address','Street Address','Labels'),
 ('US','Former USSR','lbl_su','Former USSR','Labels'),
 ('US','Subcategories','lbl_subcategories','Subcategories','Labels'),
 ('US','Subject','lbl_subject','Subject','Labels'),
 ('US','Submit','lbl_submit','Submit','Labels'),
 ('US','Submit changes','lbl_submit_changes','Submit changes','Labels'),
 ('US','Submit order','lbl_submit_order','Submit order','Labels'),
 ('US','Subscribe','lbl_subscribe','Subscribe','Labels'),
 ('US','subscriber(s)','lbl_subscribers','subscriber(s)','Labels'),
 ('US','Subscribers','lbl_subscribers_title','Subscribers','Labels'),
 ('US','Subscription','lbl_subscription','Subscription','Labels'),
 ('US','Subscriptions','lbl_subscriptions','Subscriptions','Labels'),
 ('US','Subscriptions info menu','lbl_subscriptions_info','Subscriptions','Labels'),
 ('US','Subscriptions Management','lbl_subscriptions_management','Subscriptions Management','Labels'),
 ('US','Subscription date','lbl_subscription_date','Subscription date','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Subscription plan','lbl_subscription_plan','Subscription plan','Labels'),
 ('US','Subscription processor','lbl_subscription_processor','Subscription processor','Labels'),
 ('US','Search form','lbl_subsrc_search_form','Search form','Labels'),
 ('US','Subtotal','lbl_subtotal','Subtotal','Labels'),
 ('US','Success','lbl_success','Success','Labels'),
 ('US','Summary','lbl_summary','Summary','Labels'),
 ('US','Support helpdesk','lbl_support_helpdesk','Contact Helpdesk','Labels'),
 ('US','Tab','lbl_tab','Tab','Labels'),
 ('US','Target version','lbl_target_version','Target version','Labels'),
 ('US','Tax','lbl_tax','Tax','Labels'),
 ('US','Taxes','lbl_taxes','Taxes','Labels'),
 ('US','Taxes info','lbl_taxes_info','Taxes info','Labels'),
 ('US','Taxes list','lbl_taxes_list','Taxes list','Labels'),
 ('US','Taxing system','lbl_taxing_system','Taxing system','Labels'),
 ('US','Apply tax to','lbl_tax_apply_to','Apply tax to','Labels'),
 ('US','Tax cost','lbl_tax_cost','Tax cost','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Tax details','lbl_tax_details','Tax details','Labels'),
 ('US','Tax display name','lbl_tax_display_name','Tax display name','Labels'),
 ('US','Tax exempt','lbl_tax_exempt','Tax exempt','Labels'),
 ('US','Tax(flat)','lbl_tax_flat','Tax(flat)','Labels'),
 ('US','Tax','lbl_tax_name','Tax','Labels'),
 ('US','Tax(%)','lbl_tax_percent','Tax(%)','Labels'),
 ('US','Priority','lbl_tax_priority','Priority','Labels'),
 ('US','Tax rate','lbl_tax_rate','Tax rate','Labels'),
 ('US','Tax Rates','lbl_tax_rates','Tax rates','Labels'),
 ('US','Rates count','lbl_tax_rates_count','Rates count','Labels'),
 ('US','Rates depend on','lbl_tax_rates_depended_on','Rates depend on','Labels'),
 ('US','Rate value','lbl_tax_rate_value','Rate value','Labels'),
 ('US','Tax registration number','lbl_tax_regnumber','Tax registration number','Labels'),
 ('US','Tax service name','lbl_tax_service_name','Tax service name','Labels'),
 ('US','Tax Shipping','lbl_tax_shipping','Tax Shipping','Labels'),
 ('US','Templates Management','lbl_templates_management','Templates Management','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Terms & Conditions','lbl_terms_n_conditions','Terms & Conditions','Labels'),
 ('US','Test','lbl_test','Test','Labels'),
 ('US','Testing data encryption by PGP/GnuPG methods','lbl_testing_data_encryption','Testing data encryption by PGP/GnuPG methods','Labels'),
 ('US','Test data encription','lbl_test_data_encryption','Test data encryption','Labels'),
 ('US','Click here to test data encryption by GnuPG/PGP','lbl_test_data_encryption_link','Click here to test data encryption by GnuPG/PGP','Labels'),
 ('US','Testing data encryption by PGP/GnuPG methods','lbl_test_data_encryption_title','Testing data encryption by PGP/GnuPG methods','Labels'),
 ('US','Test destination shipping address','lbl_test_destination_shipping_address','Test destination shipping address','Labels'),
 ('US','Test page for {{name}} HTTPS module','lbl_test_of_https_module','Test page for {{name}} HTTPS module','Labels'),
 ('US','Test PGP/GnuPG','lbl_test_PGP_GPG','Test PGP/GnuPG','Labels'),
 ('US','Test Realtime Shipping Rates Calculation','lbl_test_realtime_calculation','Test Realtime Shipping Rates Calculation','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','test run','lbl_test_run','test run','Labels'),
 ('US','Text field','lbl_text_field','Text field','Labels'),
 ('US','Text to encrypt','lbl_text_to_encrypt','Text to encrypt','Labels'),
 ('US','This month','lbl_this_month','This month','Labels'),
 ('US','this URL','lbl_this_url','this URL','Labels'),
 ('US','This week','lbl_this_week','This week','Labels'),
 ('US','Through','lbl_through','Through','Labels'),
 ('US','Thumbnail','lbl_thumbnail','Thumbnail','Labels'),
 ('US','Thumbnail, recommended size..','lbl_thumbnail_msg','(recommended size<br>50x50-150x150)','Labels'),
 ('US','Tick here if you want to try to apply the patch to these files','lbl_tick_here_to_apply_patch','Tick here if you want to try to apply the patch to these files','Labels'),
 ('US','Time elapsed: N second(s)','lbl_time_elapsed_n_secs','Time elapsed: {{sec}} second(s)','Labels'),
 ('US','Title','lbl_title','Title','Labels'),
 ('US','To','lbl_to','To','Labels'),
 ('US','Today','lbl_today','Today','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Today News','lbl_today_news','Today\'s News','Labels'),
 ('US','Top','lbl_top','Top','Labels'),
 ('US','Admin home','lbl_top_info','Admin home','Labels'),
 ('US','Provider home','lbl_top_info_provider','Provider home','Labels'),
 ('US','Top N categories','lbl_top_N_categories','Top {{N}} categories','Labels'),
 ('US','Top N products','lbl_top_N_products','Top {{N}} products','Labels'),
 ('US','Top Pages Views','lbl_top_pages_views','Top Pages Views','Labels'),
 ('US','Top Paths Thru Site','lbl_top_paths_thru_site','Top Paths Through Site','Labels'),
 ('US','Top sellers','lbl_top_sellers','Top sellers','Labels'),
 ('US','Total','lbl_total','Total','Labels'),
 ('US','Totally paid','lbl_total_paid','Totally paid','Labels'),
 ('US','Total products to import','lbl_total_products_to_import','Total products to import','Labels'),
 ('US','Total statistics','lbl_total_statistics','Total statistics','Labels'),
 ('US','Tracking number','lbl_tracking_number','Tracking number','Labels'),
 ('US','Track It!','lbl_track_it','Track It!','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','type','lbl_type','type','Labels'),
 ('US','Type of delivery','lbl_type_of_delivery','Type of delivery','Labels'),
 ('US','Type of Mail','lbl_type_of_mail','Type of Mail','Labels'),
 ('US','Type of pickup','lbl_type_of_pickup','Type of pickup','Labels'),
 ('US','Unapproved','lbl_unapproved','Unapproved','Labels'),
 ('US','Uncheck all','lbl_uncheck_all','Uncheck all','Labels'),
 ('US','Undefined','lbl_undefined','Undefined','Labels'),
 ('US','Undo','lbl_undo','Undo','Labels'),
 ('US','Unknown','lbl_unknown','Unknown','Labels'),
 ('US','Unknown country','lbl_unknown_country','Unknown country','Labels'),
 ('US','Unregistered customer','lbl_unregistered_customer','Unregistered customer','Labels'),
 ('US','unregistered customer(s)','lbl_unregistered_customer_s','unregistered customer(s)','Labels'),
 ('US','Unset','lbl_unset_val','Unset','Labels'),
 ('US','Unsubscribe','lbl_unsubscribe','Unsubscribe','Labels'),
 ('US','Update','lbl_update','Update','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Updated','lbl_updated','Updated','Labels'),
 ('US','Updated products','lbl_updated_products','Updated products','Labels'),
 ('US','Update inventory','lbl_update_inventory','Update inventory','Labels'),
 ('US','Update script','lbl_update_script','Update script','Labels'),
 ('US','Update status','lbl_update_status','Update status','Labels'),
 ('US','Updating categories...','lbl_updating_categories','Updating categories...','Labels'),
 ('US','Upgrade','lbl_upgrade','Upgrade','Labels'),
 ('US','Upload','lbl_upload','Upload','Labels'),
 ('US','Upload file to the current directory','lbl_upload_file_to_directory','Upload file to the current directory','Labels'),
 ('US','Upload into directory','lbl_upload_into_directory','Upload into directory','Labels'),
 ('US','Upselling links','lbl_upselling_links','Upselling links','Labels'),
 ('US','UPS Account Number','lbl_ups_account_number','UPS Account Number','Labels'),
 ('US','Address Validation OnLine Tool','lbl_ups_av','Address Validation OnLine Tool','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Address Error','lbl_ups_av_error','Address Error','Labels'),
 ('US','Address Validation quality','lbl_ups_av_quality','Address Validation quality','Labels'),
 ('US','Address Validation status','lbl_ups_av_status','Address Validation status','Labels'),
 ('US','United Parcel Service','lbl_ups_carrier','United Parcel Service','Labels'),
 ('US','UPS OnLine&#174; Tools','lbl_ups_online_tools','UPS OnLine&#174; Tools','Labels'),
 ('US','UPS OnLine&reg; Tools configure','lbl_ups_online_tools_configure','UPS OnLine&reg; Tools configure','Labels'),
 ('US','I would like a UPS Sales Representative to contact me about opening a UPS shipping account or to answer questions about UPS serv','lbl_ups_reg_contact_me','I would like a UPS Sales Representative to contact me about opening a UPS shipping account or to answer questions about UPS services:','Labels'),
 ('US','Registration Successful!','lbl_ups_reg_success','Registration Successful!','Labels'),
 ('US','Rates & Service Selection OnLine Tool','lbl_ups_rss','Rates & Service Selection OnLine Tool','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Your merchant account type','lbl_ups_rss_merchant_account_type','Your merchant account type','Labels'),
 ('US','UPS OnLine&#174; Tools Licensing & Registration Wizard','lbl_ups_wizard','UPS OnLine&#174; Tools Licensing & Registration Wizard','Labels'),
 ('US','URL','lbl_url','URL','Labels'),
 ('US','Used','lbl_used','Used','Labels'),
 ('US','Username','lbl_username','Username','Labels'),
 ('US','Username and password','lbl_username_n_password','Username & Password','Labels'),
 ('US','Users','lbl_users','Users','Labels'),
 ('US','Users Management','lbl_users_management','Users Management','Labels'),
 ('US','Users online','lbl_users_online','Users online','Labels'),
 ('US','Users/Orders Management','lbl_users_orders_management','Users/Orders Management','Labels'),
 ('US','Usertype','lbl_usertype','Usertype','Labels'),
 ('US','User-defined','lbl_user_defined','User-defined','Labels'),
 ('US','Use suggestion','lbl_use_suggestion','Use suggestion','Labels'),
 ('US','Use UPS test server','lbl_use_ups_test_server','Use UPS test server','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Container (Express Mail)','lbl_usps_container','Container (Express Mail)','Labels'),
 ('US','Container (Priority Mail)','lbl_usps_container2','Container (Priority Mail)','Labels'),
 ('US','Validation script (Javascript)','lbl_validation_script_javascript','Validation script (Javascript)','Labels'),
 ('US','Value','lbl_value','Value','Labels'),
 ('US','Value (%)','lbl_value_percent','Value (%)','Labels'),
 ('US','Variable','lbl_variable','Variable','Labels'),
 ('US','Variant','lbl_variant','Variant','Labels'),
 ('US','Variants','lbl_variants','Variants','Labels'),
 ('US','Variants for Select box type (use \';\' symbol as variants delimiter)','lbl_variants_for_selectbox','Variants for Select box type (use \';\' symbol as variants delimiter)','Labels'),
 ('US','Variants list is empty.','lbl_variants_list_empty','Variants list is empty.','Labels'),
 ('US','VAT','lbl_vat','VAT','Labels'),
 ('US','VAT exempt','lbl_vat_exempt','VAT exempt','Labels'),
 ('US','VAT rate','lbl_vat_rate','VAT rate','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','VAT rates','lbl_vat_rates','VAT rates','Labels'),
 ('US','VAT taxing system','lbl_vat_taxing_system','VAT taxing system','Labels'),
 ('US','Vendor','lbl_vendor','Vendor','Labels'),
 ('US','Server being used','lbl_verisign_server_being_used','Server being used','Labels'),
 ('US','Very close match','lbl_very_close_match','Very close match','Labels'),
 ('US','Very good','lbl_very_good','Very good','Labels'),
 ('US','Viewed product information','lbl_viewed_product_information','Viewed product information','Labels'),
 ('US','View cart','lbl_view_cart','View cart','Labels'),
 ('US','View Gift Certificate','lbl_view_gift_certificate','View Gift Certificate','Labels'),
 ('US','Visits','lbl_visits','Visits','Labels'),
 ('US','Vote','lbl_vote','Vote','Labels'),
 ('US','Walk through subcategories','lbl_walk_through_subcategories','Run through subcategories','Labels'),
 ('US','Warning','lbl_warning','Warning','Labels'),
 ('US','Warnings generated during test','lbl_warnings_generated_during_test','Warnings generated during test','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Warning message from','lbl_warning_message_from','Warning message from','Labels'),
 ('US','Webmaster mode','lbl_webmaster_mode','Webmaster mode','Labels'),
 ('US','Web design','lbl_web_design','Web design','Labels'),
 ('US','Web site','lbl_web_site','Web site','Labels'),
 ('US','Web Site URL','lbl_web_site_url','Web Site URL','Labels'),
 ('US','Week','lbl_week','Week','Labels'),
 ('US','Weight','lbl_weight','Weight','Labels'),
 ('US','Weight limit','lbl_weight_limit','Weight limit','Labels'),
 ('US','Welcome back','lbl_welcome_back','Welcome back','Labels'),
 ('US','Welcome to','lbl_welcome_to','Welcome to','Labels'),
 ('US','Welcome to administration area','lbl_welcome_to_admin_area','Welcome to administration area','Labels'),
 ('US','Welcome to provider area','lbl_welcome_to_the_providers_zone','Welcome to provider area','Labels'),
 ('US','We suggest','lbl_we_suggest','We suggest','Labels'),
 ('US','Wholesale prices','lbl_wholesale_prices','Wholesale prices','Labels'),
 ('US','Width','lbl_width','Width','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Wish list','lbl_wish_list','Wish list','Labels'),
 ('US','(with comma delimiter)','lbl_with_comma_delimiter','(with comma delimiter)','Labels'),
 ('US','With hyphens in filenames','lbl_with_hyphens_in_filenames','With hyphens in filenames','Labels'),
 ('US','With hyphens in filenames (4.0)','lbl_with_hyphens_in_filenames_4','With hyphens in filenames (4.0)','Labels'),
 ('US','(with semicolon delimiter)','lbl_with_semicolon_delimiter','(with semicolon delimiter)','Labels'),
 ('US','(with tab delimiter)','lbl_with_tab_delimiter','(with tab delimiter)','Labels'),
 ('US','Clear wish list','lbl_wl_clear','Clear wish list','Labels'),
 ('US','Your wishlist is empty','lbl_wl_empty','Your wishlist is empty','Labels'),
 ('US','Return URL','lbl_worldpay_return_url','Return URL','Labels'),
 ('US','Wrong formula format!','lbl_wrong_formula','Wrong formula format!','Labels'),
 ('US','Wrong status','lbl_wrong_status','Wrong status','Labels'),
 ('US','X-Cart Debugging Console','lbl_xcart_debugging_console','X-Cart Debugging Console','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','X-Cart FAQs','lbl_xcart_faqs','Ollies FAQs','Labels'),
 ('US','X active method(s) out of Y','lbl_X_from_Y_shipping_methods_enabled','{{enabled}} active method(s) out of {{methods}}','Labels'),
 ('US','Service shipping methods','lbl_X_shipping_methods','{{service}} shipping methods','Labels'),
 ('US','Service options','lbl_X_shipping_options','{{service}} options','Labels'),
 ('US','Year','lbl_year','Year','Labels'),
 ('US','','lbl_yellow_id','ShopID','Labels'),
 ('US','','lbl_yellow_language','Language','Labels'),
 ('US','','lbl_yellow_url','URL for calling up the payment mask','Labels'),
 ('US','Yes','lbl_yes','Yes','Labels'),
 ('US','Yes, I Do Agree','lbl_yes_agree','Yes, I Do Agree','Labels'),
 ('US','Your cart','lbl_your_cart','Your Cart','Labels'),
 ('US','Your email:','lbl_your_email','Your email:','Labels'),
 ('US','Your message','lbl_your_message','Your message','Labels'),
 ('US','Your name','lbl_your_name','Your name','Labels'),
 ('US','Your order','lbl_your_order','Your order','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Your orders','lbl_your_orders','Your orders','Labels'),
 ('US','Your profile','lbl_your_profile','Your profile','Labels'),
 ('US','Your shopping cart','lbl_your_shopping_cart','Your shopping cart','Labels'),
 ('US','You entered','lbl_you_entered','You entered','Labels'),
 ('US','Date of zip code import','lbl_zipcode_import_date','Date of zip code import','Labels'),
 ('US','Zipcode mask','lbl_zipcode_mask','Zipcode mask','Labels'),
 ('US','Zip/Postal code mask examples','lbl_zipcode_mask_examples','Zip/Postal code mask examples','Text'),
 ('US','Zip Code Taxes','lbl_zipcode_taxes','Zip Code Taxes','Labels'),
 ('US','Zip/Postal code','lbl_zip_code','Zip/Postal code','Labels'),
 ('US','Zip/Postal codes','lbl_zip_postal_codes','Zip/Postal codes','Labels'),
 ('US','Zone','lbl_zone','Zone','Labels'),
 ('US','Zones list','lbl_zones_list','Zones list','Labels'),
 ('US','Zone Default','lbl_zone_default','Zone Default','Labels'),
 ('US','Zone details','lbl_zone_details','Zone details','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Zone N','lbl_zone_N','Zone {{zone}}','Labels'),
 ('US','Zone name','lbl_zone_name','Zone name','Labels'),
 ('US','','module_descr_Advanced_Statistics','When this module is enabled your shop gathers advanced statistical data.','Modules'),
 ('US','','module_descr_Anti_Fraud','This module validates a customer\'s address during checkout and places a note into the order details.','Modules'),
 ('US','','module_descr_Bestsellers','This module enables bestsellers list','Modules'),
 ('US','','module_descr_Customer_Reviews','Allows voting and writing reviews on products','Modules'),
 ('US','','module_descr_Detailed_Product_Images','Allows to add detailed images for products.','Modules'),
 ('US','','module_descr_Discount_Coupons','If enabled, discount coupons can be defined allowing your customers to get discounts when they order products from your store.','Modules'),
 ('US','','module_descr_Egoods','Activate this module if you wish to sell Electronically distributed products.','Modules'),
 ('US','','module_descr_Extra_Fields','If enabled, extra fields can be added to the product table.','Modules');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','module_descr_Froogle','This module allows to export products in Froogle compatible format','Modules'),
 ('US','','module_descr_Gift_Certificates','Activate this if you want your customers to be able to purchase Gift Certificates.','Modules'),
 ('US','','module_descr_Greet_Visitor','This module greets your customer by the name when he/she returns to your site.','Modules'),
 ('US','','module_descr_Interneka','This module enables Interneka Affiliate Tracking Software support.','Modules'),
 ('US','','module_descr_Manufacturers','This module allows you to classify products by manufacturers','Modules'),
 ('US','','module_descr_News_Management','This module allows you to create and manage news lists','Modules'),
 ('US','','module_descr_Order_Tracking','This module allows you to track order shipments from UPS, USPS and FedEx postal services','Modules'),
 ('US','','module_descr_Product_Options','Activate this module if you want to have product options.','Modules'),
 ('US','','module_descr_QuickBooks','This module enables you to export orders in QuickBooks format.','Modules');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','module_descr_Recommended_Products','This module enables recommended products list (auto-generated)','Modules'),
 ('US','','module_descr_Simple_Mode','This module enables you to switch to GOLD operational mode in which providers have administrator\'s rights. After activating Simple Mode log out of the administrative zone and log in as provider. You need to have a valid provider account to disable Simple Mode and switch back to PRO.','Modules'),
 ('US','Stop list description','module_descr_Stop_List','This module allows you to disable the usage of your shop from specific IP addresses. Useful for protection from the known sources of fraudulent orders.','Modules'),
 ('US','','module_descr_Subscriptions','This module enables the subscription feature for products.','Modules'),
 ('US','','module_descr_Tax_Zones','This module allows you to have zone-based Taxes.','Modules'),
 ('US','','module_descr_Upselling_Products','This module supports creating lists of related products (products recommended to a customer when he buys something)','Modules'),
 ('US','','module_descr_UPS_OnLine_Tools','This module provides access to UPS OnLine&#174; Tools.','Modules');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','module_descr_Users_online','This module enables you to track the number of users online','Modules'),
 ('US','','module_descr_Wholesale_Trading','If enabled, wholesale product prices can be defined.','Modules'),
 ('US','','module_descr_Wishlist','This module enables the Wishlist feature for registered customers.','Modules'),
 ('US','','msg_adm_all_orders_del','All orders have been successfully deleted.','Text'),
 ('US','','msg_adm_card_types_add','A new credit card type has been successfully added.','Text'),
 ('US','','msg_adm_card_types_del','The credit card type has been deleted.','Text'),
 ('US','','msg_adm_card_types_upd','The credit card type has been successfully updated.','Text'),
 ('US','','msg_adm_categories_upd','Categories list is updated.','Text'),
 ('US','','msg_adm_category_add','Category has been successfully created.','Text'),
 ('US','','msg_adm_category_del','Category has been deleted.','Text'),
 ('US','','msg_adm_category_icon_del','Icon has been deleted from this category.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_category_int_add','New international description is added for this category.','Text'),
 ('US','','msg_adm_category_int_del','The international description of this category has been deleted.','Text'),
 ('US','','msg_adm_category_int_upd','The international description of this category has been successfully updated.','Text'),
 ('US','','msg_adm_category_upd','Category information has been successfully updated.','Text'),
 ('US','The selected counties has been deleted','msg_adm_counties_del','The selected counties have been deleted','Text'),
 ('US','The counties list is successfully updated.','msg_adm_counties_upd','The counties list is successfully updated.','Text'),
 ('US','','msg_adm_countries_disabled','All countries are disabled.','Text'),
 ('US','','msg_adm_countries_enabled','All countries are enabled.','Text'),
 ('US','','msg_adm_countries_upd','The countries list has been successfully updated.','Text'),
 ('US','County is successfully added','msg_adm_county_add','County is successfully added','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_db_backup_success','The database was successfully backed up to the file','Text'),
 ('US','HTTP request to Antifraud server failed!','msg_adm_err_anti_fraud_bad_request','HTTP request to Antifraud server failed!','Text'),
 ('US','Antifraud service is not available!','msg_adm_err_anti_fraud_not_avail','Antifraud service is not available!','Labels'),
 ('US','The order has not been checked by AntiFraud service because HTTPS protocol support was turned off!','msg_adm_err_anti_fraud_no_https','The order has not been checked by AntiFraud service because HTTPS protocol support was turned off!','Labels'),
 ('US','The order has not been checked by AntiFraud service because the client\'s IP could not be detected!','msg_adm_err_anti_fraud_no_user_ip','The order has not been checked by AntiFraud service because the client\'s IP could not be detected!','Labels'),
 ('US','Antifraud service key expired!','msg_adm_err_anti_fraud_sk_expire','Antifraud service key expired!','Text'),
 ('US','Antifraud service key is invalid!','msg_adm_err_anti_fraud_sk_invalid','Antifraud service key is invalid!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_err_file_upload','File upload error','Text'),
 ('US','File not found!','msg_adm_err_froogle_file_not_found','File not found!','Text'),
 ('US','FTP connection failed!','msg_adm_err_froogle_FTP_failed','FTP connection failed! Check Froogle username or/and password.','Text'),
 ('US','The manufacturer has been successfully added','msg_adm_err_manufacturer_add','The manufacturer has been successfully added.','Labels'),
 ('US','The requested manufacturer not found','msg_adm_err_manufacturer_not_exists','The requested manufacturer not found.','Labels'),
 ('US','The manufacturer has been successfully updated','msg_adm_err_manufacturer_upd','The manufacturer has been successfully updated.','Labels'),
 ('US','The specified news list does not exists','msg_adm_err_newslist_not_exists','The specified news list does not exists.','Labels'),
 ('US','This e-mail address is already in the maillist','msg_adm_err_news_subscriber_add','This e-mail address is already in the maillist.','Labels'),
 ('US','','msg_adm_err_payment_methods_upd','No data for updating payment methods','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_err_product_upd','Please make sure you have filled in properly all required fields!','Text'),
 ('US','This SKU value exists in database!','msg_adm_err_sku_exist','This SKU value exists in database! SKU value must be unique!','Text'),
 ('US','','msg_adm_err_sql_file_not_found','SQL file was not found','Text'),
 ('US','','msg_adm_featproducts_del','The selected featured product has been deleted from the list.','Text'),
 ('US','','msg_adm_featproducts_upd','Featured products list has been updated.','Text'),
 ('US','','msg_adm_fedex_rates_imported','The tables for FedEx shipping module is successfully imported.','Text'),
 ('US','File creating is successful.','msg_adm_froogle_file_success','File creating is successful.','Text'),
 ('US','File creating is unsuccessful.','msg_adm_froogle_file_unsuccess','File creating is unsuccessful.','Text'),
 ('US','Uploading is successful.','msg_adm_froogle_success','Uploading is successful.','Text'),
 ('US','The selected Gift Certificates are deleted','msg_adm_gcs_del','The selected Gift Certificates are deleted.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The Gift Certificates are successfully updated','msg_adm_gcs_upd','The Gift Certificates are successfully updated.','Labels'),
 ('US','The Gift Certificate is successfully added','msg_adm_gc_add','The Gift Certificate has been successfully added.','Labels'),
 ('US','The Gift Certificate details is successfully updated','msg_adm_gc_upd','The Gift Certificate details is successfully updated.','Labels'),
 ('US','The IP address has been deleted.','msg_adm_ip_address_del','The IP address has been deleted.','Labels'),
 ('US','','msg_adm_loginhistory_all_del','The entire log in history is deleted.','Text'),
 ('US','','msg_adm_loginhistory_range_del','The log in history for selected dates is deleted.','Text'),
 ('US','The manufacturers list has been successfully updated','msg_adm_manufacturers_upd','The manufacturers list has been successfully updated.','Labels'),
 ('US','The manufacturer has been deleted','msg_adm_manufacturer_del','The manufacturer has been deleted.','Labels'),
 ('US','','msg_adm_memberships_add','New membership level is successfully added.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_memberships_del','The membership level has been deleted.','Text'),
 ('US','','msg_adm_memberships_exists','The membership level ({{level}}) already exists.','Text'),
 ('US','','msg_adm_memberships_upd','The membership level has been successfully updated.','Text'),
 ('US','The news list is successfully created','msg_adm_newslists_add','The news list is successfully created.','Labels'),
 ('US','The selected news lists have been deleted','msg_adm_newslists_del','The selected news lists have been deleted.','Labels'),
 ('US','News lists have been successfully updated.','msg_adm_newslists_upd','News lists have been successfully updated.','Labels'),
 ('US','The news list is successfully updated','msg_adm_newslist_upd','The news list is successfully updated.','Labels'),
 ('US','The message is successfully added','msg_adm_news_message_add','The message is successfully added.','Labels'),
 ('US','The selected messages are deleted','msg_adm_news_message_del','The selected messages are deleted.','Labels'),
 ('US','The message is sent to the maillist','msg_adm_news_message_sent','The message is sent to the maillist.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The message is successfully updated','msg_adm_news_message_upd','The message is successfully updated.','Labels'),
 ('US','The selected e-mail is deleted from the maillist','msg_adm_news_subscribers_del','The selected e-mail is deleted from the maillist.','Labels'),
 ('US','The maillist is successfully imported','msg_adm_news_subscribers_imp','The maillist is successfully imported.','Labels'),
 ('US','New e-mail address is successfully added to the maillist','msg_adm_news_subscriber_add','New e-mail address is successfully added to the maillist.','Labels'),
 ('US','','msg_adm_orders_del','The selected orders have been deleted.','Text'),
 ('US','','msg_adm_orders_upd','The orders have been successfully updated.','Text'),
 ('US','Static page is successfully created','msg_adm_pages_add','Static page is successfully created.','Labels'),
 ('US','The selected static pages have been successfully deleted','msg_adm_pages_del','The selected static pages have been successfully deleted.','Labels'),
 ('US','Static pages are successfully updated','msg_adm_pages_upd','Static pages are successfully updated.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Static page is successfully updated','msg_adm_page_upd','Static page is successfully updated.','Labels'),
 ('US','','msg_adm_payment_methods_upd','Payment methods are successfully updated','Text'),
 ('US','','msg_adm_products_del','The products have been successfully deleted.','Text'),
 ('US','','msg_adm_products_upd','Products have been successfully updated.','Text'),
 ('US','','msg_adm_product_add','The product has been successfully created. Now you can define additional features for this product.','Text'),
 ('US','','msg_adm_product_images_add','The detailed image has been successfully uploaded.','Text'),
 ('US','','msg_adm_product_images_del','The selected detailed image has been deleted.','Text'),
 ('US','','msg_adm_product_images_upd','The detailed images data has been successfully updated.','Text'),
 ('US','','msg_adm_product_int_del','The selected international description is deleted.','Text'),
 ('US','','msg_adm_product_int_upd','The product international descriptions are successfully updated.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_product_options_exc_add','The new product option exception has been successfully added.','Text'),
 ('US','','msg_adm_product_options_exc_no_add','The product option exception already exists.','Text'),
 ('US','','msg_adm_product_options_exc_upd','The product option exceptions have been successfully updated.','Text'),
 ('US','','msg_adm_product_options_js_add','The product options validation script has been successfully saved.','Text'),
 ('US','','msg_adm_product_options_js_upd','The product options validation script has been successfully updated.','Text'),
 ('US','','msg_adm_product_options_upd','The product options have been successfully updated.','Text'),
 ('US','','msg_adm_product_option_add','The new product option has been successfully created.','Text'),
 ('US','','msg_adm_product_option_del','The selected product option has been deleted.','Text'),
 ('US','','msg_adm_product_option_exc_del','The selected product options exception has been deleted.','Text'),
 ('US','','msg_adm_product_reviews_del','The selected review has been deleted.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_product_reviews_upd','The product reviews have been successfully updated.','Text'),
 ('US','','msg_adm_product_subscr_del','The product has been unsubscribed from any subscription plans.','Text'),
 ('US','','msg_adm_product_subscr_upd','The product subscription plan has been successfully updated.','Text'),
 ('US','','msg_adm_product_taxes_del','The selected tax rate has been deleted.','Text'),
 ('US','','msg_adm_product_taxes_upd','The tax rates for this product have been successfully updated.','Text'),
 ('US','','msg_adm_product_upd','The product details has been successfully updated.','Text'),
 ('US','','msg_adm_product_upselling_del','The selected upselling link has been deleted.','Text'),
 ('US','','msg_adm_product_upselling_upd','The upselling links list has been updated.','Text'),
 ('US','Product variants were re-built.','msg_adm_product_variants_rebuilded','Product variants were re-built.','Text'),
 ('US','The product variants have been successfully updated.','msg_adm_product_variants_upd','The product variants have been successfully updated.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_product_wholesale_del','The selected wholesale price has been deleted.','Text'),
 ('US','','msg_adm_product_wholesale_upd','The wholesale prices have been successfully updated.','Text'),
 ('US','','msg_adm_ratings_del','The selected ratings has been deleted.','Text'),
 ('US','','msg_adm_ratings_upd','The ratings has been successfully updated.','Text'),
 ('US','The selected users will be asked to change their password on next log in','msg_adm_require_to_change_password','The selected users will be asked to change their password on next log in','Text'),
 ('US','','msg_adm_shipping_methods_upd','Shipping methods are successfully updated.','Text'),
 ('US','','msg_adm_shipping_method_del','Shipping method is deleted.','Text'),
 ('US','','msg_adm_shipping_option_upd','The shipping options are successfully updated.','Text'),
 ('US','','msg_adm_states_add','New state has been successfully added.','Text'),
 ('US','','msg_adm_states_del','The selected states have been deleted.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_adm_states_upd','The states list has been successfully updated.','Text'),
 ('US','Visitors enviroment statistics is removed from the database','msg_adm_summary_adaptive_stat_del','Visitors enviroment statistics is removed from the database','Text'),
 ('US','','msg_adm_summary_ccinfo_del','Credit card information is removed from customers profiles','Text'),
 ('US','','msg_adm_summary_ccinfo_orders_del','Credit card information is removed from completed and processed orders','Text'),
 ('US','','msg_adm_summary_ref_stat_del','Referers statistics is removed from the database','Text'),
 ('US','','msg_adm_summary_shop_stat_del','Shop statistics is removed from the database','Text'),
 ('US','','msg_adm_summary_templates_del','Templates cache is removed from the directory','Text'),
 ('US','','msg_adm_summary_track_stat_del','Tracking statistics is removed from the database','Text'),
 ('US','','msg_adm_users_del','The selected users has been successfully deleted.','Text'),
 ('US','Please select counties before.','msg_adm_warn_counties_del','Please select counties before.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','County cannot be added with empty name','msg_adm_warn_county_add','County cannot be added with empty name','Text'),
 ('US','','msg_adm_warn_no_providers','There are no registered providers for this store!','Text'),
 ('US','','msg_adm_warn_orders_sel','You should select orders before!','Text'),
 ('US','Please select products before','msg_adm_warn_products_del','Please select products before','Labels'),
 ('US','','msg_adm_warn_product_option_add','Warning! You can not to create several options with same option class.','Text'),
 ('US','','msg_adm_warn_product_taxes_upd','You can not to define several tax rates for one products in one zone!','Text'),
 ('US','','msg_adm_warn_ratings_sel','You should select ratings before!','Text'),
 ('US','','msg_adm_warn_states_add','You must specify code, state name and country to create a new state!','Text'),
 ('US','','msg_adm_warn_states_del','You should select states before!','Text'),
 ('US','','msg_adm_warn_users_sel','You should select users before!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','msg_anonymous_profile_add','Your personal details have been successfully accepted','Text'),
 ('US','','msg_anonymous_profile_upd','Your personal details have been successfully accepted','Text'),
 ('US','IP address have been successfuly added to the Antifraud service','msg_antifraud_ip_added','IP address have been successfuly added to the Antifraud service','Labels'),
 ('US','Category does not exist.','msg_category_not_exist','Category does not exist.','Text'),
 ('US','The tax rates for all countries are deleted.','msg_countries_taxes_all_del','The tax rates for all countries are deleted.','Text'),
 ('US','The directory has been successfully created','msg_directory_created','The directory has been successfully created.','Labels'),
 ('US','Directory is successfully deleted','msg_dir_deleted','Directory is successfully deleted.','Labels'),
 ('US','New discount has been successfully added.','msg_discounts_add','New discount has been successfully added.','Text'),
 ('US','The selected discounts have been deleted.','msg_discounts_del','The selected discounts have been deleted.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The discounts have been successfully updated.','msg_discounts_upd','The discounts have been successfully updated.','Text'),
 ('US','New discount coupon is successfully added.','msg_discount_coupons_add','New discount coupon is successfully added.','Text'),
 ('US','The selected discount coupons are deleted.','msg_discount_coupons_del','The selected discount coupons are deleted.','Text'),
 ('US','The discount coupons are successfully updated.','msg_discount_coupons_upd','The discount coupons are successfully updated.','Text'),
 ('US','Error of recognition the first row of CSV-file (should be the columns names)','msg_err_csv_header','Error of recognition the first row of CSV-file (should be the columns names).','Labels'),
 ('US','The specified directory already exists','msg_err_dir_exists','The specified directory already exists.','Labels'),
 ('US','New discount can not be added with emty discount value or if discount is already defined for specified order total, discount typ','msg_err_discounts_add','New discount can not be added with emty discount value or if discount is already defined for specified order total, discount type and membership level.','Text'),
 ('US','One or several discounts can not be updated with emty discount value or if discount is already defined for specified order total','msg_err_discounts_upd','One or several discounts can not be updated with emty discount value or if discount is already defined for specified order total, discount type and membership level.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Discount coupon can not be added.','msg_err_discount_coupons_add','Discount coupon cannot be added because:<BR><UL><LI> the coupon code is invalid or<LI> the coupon code already exists in the store or<LI>the coupon discount cannot be empty for \'percent\' or \'absolute\' coupon type.</UL>Please correct the provided data and submit again.','Errors'),
 ('US','The tax with specified name already exists, please select other','msg_err_duplicate_tax','The tax with specified name already exists, please select other','Text'),
 ('US','Permission for writing images is denied. Please make sure the directory where product images (thumbnails, detailed images) will','msg_err_export_images','Permission for writing images is denied. Please make sure the directory where product images (thumbnails, detailed images) will be placed exists and has permissions for writing or select \'Do not backup product thumbnails and detailed images\' option below.','Text'),
 ('US','The extra field with specified field name is already exists.','msg_err_extra_field','The extra field with specified field name is already exists.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','One or several updated extra fields have the same field names.','msg_err_extra_fields_upd','One or several updated extra fields have the same field names.','Text'),
 ('US','The specified file already exists','msg_err_file_exists','The specified file already exists.','Labels'),
 ('US','File operation is failed','msg_err_file_operation','File operation is failed.','Labels'),
 ('US','Can not to save file: please check the write permissions','msg_err_file_permission_denied','Can not to save file: please check the write permissions.','Errors'),
 ('US','No file to upload','msg_err_file_upload','No file to upload.','Labels'),
 ('US','The path you have specified is wrong or you have not access to write to the specified path','msg_err_file_wrong','The path you have specified is wrong or you have not access to write to the specified path.','Labels'),
 ('US','No languages are selected','msg_err_hc_no_languages','No languages are selected','Labels'),
 ('US','The label for language selected is invalid. Please select another label.','msg_err_invalid_label','The label for language selected is invalid. Please select another label.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No products in the store','msg_err_no_products','No products in the store.','Text'),
 ('US','','msg_err_profile_upd','Please make sure you properly filled in all the required fields!','Text'),
 ('US','The templates repository is not found','msg_err_repository_not_found','The templates repository is not found.','Labels'),
 ('US','The source file is not found','msg_err_source_file_not_found','The source file is not found.','Labels'),
 ('US','Tax rate for specified zone and membership already exists','msg_err_tax_rate_add','Tax rate for specified zone and membership already exists','Text'),
 ('US','Tax rate can not be created with empty rate value.','msg_err_tax_rate_wrong','Tax rate can not be created with empty rate value.','Text'),
 ('US','Zone name cannot be empty','msg_err_zone_rename','Zone name cannot be empty','Text'),
 ('US','New extra field description is successfully added.','msg_extra_fields_add','New extra field description is successfully added.','Text'),
 ('US','The selected extra fields are deleted.','msg_extra_fields_del','The selected extra fields are deleted.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The extra fields descriptions are successfully updated.','msg_extra_fields_upd','The extra fields descriptions are successfully updated.','Text'),
 ('US','File is successfully copied','msg_file_copied','File is successfully copied.','Labels'),
 ('US','The file has been successfully created','msg_file_created','The file has been successfully created.','Labels'),
 ('US','File is successfully deleted','msg_file_deleted','File is successfully deleted','Labels'),
 ('US','File is successfully saved','msg_file_saved','File is successfully saved.','Labels'),
 ('US','File is successfully uploaded','msg_file_uploaded','File is successfully uploaded.','Labels'),
 ('US','The changes were successfully saved. Now your products available for sale with updated options.','msg_global_prodopt_upd','The changes were successfully saved. Now your products are available for sale with updated options.','Text'),
 ('US','Import operation successfully finished','msg_import_products_success','Import operation successfully finished.<BR>\r\n{{items}} entries added.','Text'),
 ('US','Description or value field for the new label is empty. Please fill it out.','msg_new_label_empty','Description or value field for the new label is empty. Please fill it out.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','New tax has been successfully created','msg_new_tax_created','New tax has been successfully created','Text'),
 ('US','Your order is being placed. Please wait...','msg_order_is_being_placed','Your order is being placed. Please wait...','Labels'),
 ('US','PayPal processing now is enabled. Please check the settings.','msg_paypal_processing_enabled','PayPal processing now is enabled. Please check the settings.','Text'),
 ('US','','msg_profile_add','Profile has been successfully created','Text'),
 ('US','','msg_profile_upd','Profile has been successfully updated','Text'),
 ('US','The selected shipping rates are deleted.','msg_shipping_rates_del','The selected shipping rates are deleted.','Text'),
 ('US','The shipping rates are successfully updated.','msg_shipping_rates_upd','The shipping rates are successfully updated.','Text'),
 ('US','New shipping rate is successfully added.','msg_shipping_rate_add','New shipping rate is successfully added.','Text'),
 ('US','IP address have been successfuly added to the Stop List','msg_stoplist_ip_added','IP address have been successfuly added to the Stop List','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The selected taxes have been deleted','msg_taxes_deleted','The selected taxes have been deleted','Text'),
 ('US','Taxes options are successfully updated','msg_taxes_options_updated','Taxes options are successfully updated','Text'),
 ('US','Taxes are successfully updated','msg_taxes_updated','Taxes are successfully updated','Text'),
 ('US','New tax rate is successfully created.','msg_tax_rate_add','New tax rate is successfully created.','Text'),
 ('US','The selected tax rates are deleted.','msg_tax_rate_del','The selected tax rates are deleted.','Text'),
 ('US','Tax rate details are successfully updated.','msg_tax_rate_details_upd','Tax rate details are successfully updated.','Text'),
 ('US','Tax rates are successfully updated.','msg_tax_rate_upd','Tax rates are successfully updated.','Text'),
 ('US','Tax has been successfully updated','msg_tax_upd','Tax has been successfully updated','Text'),
 ('US','All templates are successfully compiled','msg_templates_compiled','All templates are successfully compiled.','Labels'),
 ('US','All templates are successfully restored from the original templates repository','msg_templates_restored','All templates are successfully restored from the original templates repository.','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Template is successfully restored from the original repository','msg_template_restored','Template is successfully restored from the original repository.','Labels'),
 ('US','The zones have been successfully updated.','msg_zones_upd','The zones have been successfully updated.','Text'),
 ('US','Zone has been successfully created','msg_zone_add','Zone has been successfully created','Text'),
 ('US','Zone is successfully cloned','msg_zone_cloned','Zone is successfully cloned','Text'),
 ('US','The selected zones have been deleted','msg_zone_del','The selected zones have been deleted','Text'),
 ('US','Zone has been successfully renamed','msg_zone_renamed','Zone has been successfully renamed','Text'),
 ('US','','option_title_Appearance','Appearance options','Options'),
 ('US','3-D Secure Transaction options','option_title_CMPI','3-D Secure Transaction options','Options'),
 ('US','','option_title_Company','Company options','Options'),
 ('US','','option_title_Contact_Us','Contact us form options','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','option_title_Email','Email options','Options'),
 ('US','','option_title_Email_Note','Email notifications options','Options'),
 ('US','','option_title_General','General options','Options'),
 ('US','','option_title_GnuPG','GnuPG options','Options'),
 ('US','','option_title_Images','Images options','Options'),
 ('US','','option_title_Interneka','Interneka options','Options'),
 ('US','','option_title_Modules','Modules options','Options'),
 ('US','','option_title_PayPal','PayPal options','Options'),
 ('US','','option_title_PGP','PGP options','Options'),
 ('US','QuickBooks options','option_title_QuickBooks','QuickBooks options','Options'),
 ('US','','option_title_Search_products','Product search options','Options'),
 ('US','','option_title_Security','Security options','Options'),
 ('US','','option_title_SEO','SEO options','Options'),
 ('US','','option_title_Shipping','Shipping options','Options'),
 ('US','','option_title_Stop_list','Stop List options','Options'),
 ('US','','option_title_Taxes','Taxes options','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','option_title_UPS_OnLine_Tools','UPS OnLine Tools options','Options'),
 ('US','','option_title_User_Profiles','User Profiles options','Options'),
 ('US','','opt_acct_coupon_discount','The name of the income account you use to track discounts by Discount Coupons. The type of this account should be INC.','Options'),
 ('US','','opt_acct_discount','The name of the income account you use to track discounts. The type of this account should be INC.','Options'),
 ('US','','opt_acct_gc','The name of the income account you use to track sales of Gift Certificates from X-Cart. The type of this account should be INC.','Options'),
 ('US','','opt_acct_gc_discount','The name of the income account you use to track discounts by Gift Certificates. The type of this account should be INC.','Options'),
 ('US','','opt_acct_inv_asset','The name of the asset account for the inventory items','Options'),
 ('US','','opt_acct_inv_cogs','The name of the COGS account for the inventory items','Options'),
 ('US','','opt_acct_product','The name of the income account you use to track sales of products from X-Cart. The type of this account should be INC.','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_acct_shipping','The name of the income account you use to track shipping cost. The type of this account should be INC.','Options'),
 ('US','','opt_acct_tax','The name of the income account you use to track taxes from X-Cart. The type of this account should be INC.','Options'),
 ('US','','opt_additional_fields','','Options'),
 ('US','','opt_admin_sqlerror_notify','Notify the site administrator about SQL errors in the store by e-mail','Options'),
 ('US','','opt_allow_auto_create_categories','Create all necessary categories during products import','Options'),
 ('US','','opt_allow_ips','Check if payment gateway response is coming from the IP\'s specified here (enter a comma separated list):','Options'),
 ('US','','opt_allow_update_quantity_in_cart','Allow to update product quantity on the checkout pages','Options'),
 ('US','','opt_alter_currency_rate','Alternative currency exchange rate','Options'),
 ('US','','opt_alter_currency_symbol','Alternative currency symbol (empty to disable). Note that credit card charges are made using primary currency','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_anti_fraud_license','Antifraud module subscription key','Options'),
 ('US','','opt_anti_fraud_limit','Fraud risk factor threshold value (Antifraud module). If fraud risk factor is greater than this limit, order status will be \'Queued\'','Options'),
 ('US','Order total threshold (an order is considered large if the order total exceeds this amount)','opt_anti_fraud_order_limit','Order total threshold (an order is considered large if the order total exceeds this amount)','Options'),
 ('US','','opt_apply_default_country','When a customer isn\'t logged in, it is presumed that he is from the default country.','Options'),
 ('US','','opt_ARB_account','Airborne Account Number','Options'),
 ('US','','opt_ARB_id','Airborne API System ID','Options'),
 ('US','','opt_ARB_password','Airborne API password','Options'),
 ('US','','opt_ARB_testmode','Use Airborne test server','Options'),
 ('US','','opt_bestsellers_menu','Show bestsellers list in the menu column','Options'),
 ('US','','opt_bestsellers_thumbnails','Show thumbnails in bestsellers list','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_blowfish_enabled','Blowfish encryption method is enabled','Options'),
 ('US','','opt_buynow_button_enabled','Enable \"Buy Now\" button in the products list','Options'),
 ('US','A customer using the \"Buy now\" button to order a product with product options must be redirected to the product details','opt_buynow_with_options_enabled','A customer using the \"Buy now\" button to order a product with product options must be redirected to the product details','Options'),
 ('US','','opt_check_cc_number','Enable Credit Card info validation','Options'),
 ('US','Current currency','opt_cmpi_currency','Current currency','Options'),
 ('US','Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication','opt_cmpi_enabled','Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication','Options'),
 ('US','Merchant ID','opt_cmpi_merchantid','Merchant ID','Options'),
 ('US','Processor ID','opt_cmpi_proseccorid','Processor ID','Options'),
 ('US','Transaction URL','opt_cmpi_url','Transaction URL','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_company_fax','Company fax','Options'),
 ('US','','opt_company_name','Company name','Options'),
 ('US','','opt_company_phone','Company phone','Options'),
 ('US','','opt_company_phone_2','Company phone 2','Options'),
 ('US','','opt_company_website','Company website','Options'),
 ('US','','opt_count_products','Show the number of products in subcategories','Options'),
 ('US','','opt_CPC_merchant_id','CanadaPost merchant ID','Options'),
 ('US','','opt_CPC_test_mode','Use CanadaPost test server','Options'),
 ('US','','opt_crypt_method','Order emails encryption method','Options'),
 ('US','','opt_currency_symbol','Primary currency symbol','Options'),
 ('US','','opt_customer_reviews','Allow viewing reviews','Options'),
 ('US','','opt_customer_voting','Allow voting','Options'),
 ('US','','opt_date_format','Select date format','Options'),
 ('US','','opt_default_city','Default city','Options'),
 ('US','','opt_default_country','Default country','Options'),
 ('US','','opt_default_pwd','Enable default password warning','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_default_state','Default state','Options'),
 ('US','','opt_default_zipcode','Default zipcode','Options'),
 ('US','','opt_det_images_location','Store product detailed images in the database (DB) or file system (FS)','Options'),
 ('US','','opt_det_images_path','Path to product detailed images on the local server (for storing in FS)','Options'),
 ('US','','opt_det_images_path_only','Allow to store images only in the directory specified here (for storing in FS)','Options'),
 ('US','','opt_det_images_size_limit','Detailed image file size limit (bytes)','Options'),
 ('US','','opt_disable_anonymous_checkout','Disable anonymous checkout','Options'),
 ('US','','opt_disable_cc','Do not ask customers to enter CC information while getting registered','Options'),
 ('US','','opt_disable_outofstock_products','Disable products which are out of stock','Options'),
 ('US','','opt_disable_shipping','Disable shipping','Options'),
 ('US','','opt_disallowed_file_exts','Comma separated list of file extensions disallowed for uploading','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_display_cart_products_tax_rates','Display a tax rate for each product in cart/order','Options'),
 ('US','','opt_display_shipping_cost','Display costs for all the shipping methods','Options'),
 ('US','','opt_display_taxed_order_totals','Display cart/order totals including tax','Options'),
 ('US','','opt_dont_leave_https','Do not redirect customers from HTTPS to HTTP','Options'),
 ('US','','opt_download_key_ttl','Download key TTL (hours)','Options'),
 ('US','The dynamic updating of the Save Money label depending on the selected product options is enabled','opt_dynamic_save_money_enabled','The dynamic updating of the Save Money label depending on the selected product options is enabled','Options'),
 ('US','Forcedly to turn on Manual CC processing if the cart contains EGoods','opt_egoods_manual_cc_processing','Forcedly to turn on Manual CC processing if the cart contains EGoods','Options'),
 ('US','\'Antifraud service key is expire\' notification to orders department','opt_eml_af_sk_expire','\'Antifraud service key is expire\' notification to orders department','Options'),
 ('US','\'Antifraud service key is invalid\' notification to orders department','opt_eml_af_sk_invalid','\'Antifraud service key is invalid\' notification to orders department','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Gift certificate notification to orders department','opt_eml_giftcert_notif_admin','Gift certificate notification to orders department','Options'),
 ('US','Gift certificate notification to purchaser','opt_eml_giftcert_notif_purchaser','Gift certificate notification to purchaser','Options'),
 ('US','Login error notification to site administrator','opt_eml_login_error','Login error notification to site administrator','Options'),
 ('US','Low limit warning to orders department','opt_eml_lowlimit_warning','Low limit warning to orders department','Options'),
 ('US','Low limit warning to provider','opt_eml_lowlimit_warning_provider','Low limit warning to provider','Options'),
 ('US','\'Client is subscribed\' notification to subscriber','opt_eml_newsletter_subscribe','\'Client is subscribed\' notification to subscriber','Options'),
 ('US','\'Client is subscribed\' subscribe notification to Reply-To newsletter email address','opt_eml_newsletter_subscribe_admin','\'Client is subscribed\' subscribe notification to Reply-To newsletter email address','Options'),
 ('US','\'Client is unsubscribed\' notification to subscriber','opt_eml_newsletter_unsubscr','\'Client is unsubscribed\' notification to subscriber','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','\'Client is unsubscribed\' notification to Reply-To newsletter email address','opt_eml_newsletter_unsubscr_admin','\'Client is unsubscribed\' notification to Reply-To newsletter email address','Options'),
 ('US','\'Order is completed\' notification to customer','opt_eml_order_c_notif_customer','\'Order is completed\' notification to customer','Options'),
 ('US','\'Order is declined\' notification to customer','opt_eml_order_d_notif_customer','\'Order is declined\' notification to customer','Options'),
 ('US','\'Order is processed\' notification to orders department','opt_eml_order_p_notif_admin','\'Order is processed\' notification to orders department','Options'),
 ('US','\'Order is processed\' notification to customer','opt_eml_order_p_notif_customer','\'Order is processed\' notification to customer','Options'),
 ('US','\'Order is processed\' notification to provider','opt_eml_order_p_notif_provider','\'Order is processed\' notification to provider','Options'),
 ('US','\'Partner account is approved\' notification to partner','opt_eml_partner_approved','\'Partner account is approved\' notification to partner','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','\'Partner account is declined\' notification to partner','opt_eml_partner_declined','\'Partner account is declined\' notification to partner','Options'),
 ('US','\'Profile is deleted\' notification to profile owner','opt_eml_profile_deleted','\'Profile is deleted\' notification to profile owner','Options'),
 ('US','\'Profile is deleted\' notification to users department','opt_eml_profile_deleted_admin','\'Profile is deleted\' notification to users department','Options'),
 ('US','\'Profile is modified\' notification to users department','opt_eml_profile_modified_admin','\'Profile is modified\' notification to users department','Options'),
 ('US','\'Profile is modified\' notification to profile owner','opt_eml_profile_modified_customer','\'Profile is modified\' notification to profile owner','Options'),
 ('US','Recurring billing notification to orders department','opt_eml_recurring_notification','Recurring billing notification to orders department','Options'),
 ('US','\'Profile is created\' notification to profile owner','opt_eml_signin_notif','\'Profile is created\' notification to profile owner','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','\'Profile is created\' notification to users department','opt_eml_signin_notif_admin','\'Profile is created\' notification to users department','Options'),
 ('US','\'Partner profile is created\' notification to profile owner','opt_eml_signin_partner_notif','\'Partner profile is created\' notification to profile owner','Options'),
 ('US','','opt_enabled_printable_version','Enabled printable version of categories and products pages in customer area','Options'),
 ('US','','opt_enablePostMailGC','Enable posting Gift Certificates by mail','Options'),
 ('US','','opt_enable_all_shippings','Enable all shipping methods even if a customer is not logged in','Options'),
 ('US','','opt_enable_debug_console','Enable X-Cart debugging console','Options'),
 ('US','','opt_enable_init_order_notif','Enable email notifications for admin/provider about initially placed orders','Options'),
 ('US','','opt_enable_init_order_notif_customer','Enable email notifications for customers about initially placed orders','Options'),
 ('US','Display CVV2 input box at the last stage of checkout if Manual CC processing is used','opt_enable_manual_cc_cvv2','Display CVV2 input box at the last stage of checkout if Manual CC processing is used','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_enable_tracking_statistics','Enable tracking statistics','Options'),
 ('US','','opt_export_invitems','Declare order products as inventory items','Options'),
 ('US','','opt_extra_fields_limit','Extra fields limit (per provider)','Options'),
 ('US','','opt_featured_only_multicolumn','Display only featured products list in multicolumn format','Options'),
 ('US','','opt_fields_status','','Options'),
 ('US','','opt_froogle_password','Froogle password','Options'),
 ('US','','opt_froogle_username','Froogle username','Options'),
 ('US','','opt_gc_blocking_period','Gift Certificate blocking period (to prevent multiple usage of the same Gift Certificate) (minutes)','Options'),
 ('US','','opt_gc_show_expired','Show expired Gift Certificates','Options'),
 ('US','','opt_gpg_home_dir','Home path','Options'),
 ('US','','opt_gpg_key','GnuPG user id','Options'),
 ('US','','opt_gpg_prog','GnuPG binary path','Options'),
 ('US','','opt_gpg_public_key','GnuPG public key','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_hide_disfunctional_payments','Hide disfunctional payment methods from customers','Options'),
 ('US','','opt_html_mail','HTML mail','Options'),
 ('US','','opt_httpsmod','Preferred HTTPS module (if not found the first available module will be used)','Options'),
 ('US','','opt_icons_location','Store category icons in the database (DB) or file system (FS)','Options'),
 ('US','','opt_icons_path','Path to category icons on the local server (for storing in FS)','Options'),
 ('US','','opt_icons_path_only','Allow to store category icons only in the directory specified here (for storing in FS)','Options'),
 ('US','','opt_icons_size_limit','Category icon file size limit (bytes)','Options'),
 ('US','','opt_include_meta_categories','Include categories\' META data into the site meta tags','Options'),
 ('US','','opt_include_meta_products','Include products\' META data into the site meta tags','Options'),
 ('US','','opt_interneka_id','Enter your Interneka ID','Options'),
 ('US','','opt_interneka_per_lead','Check this to enable \'per Lead, $\' payment model','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_interneka_per_sale','Check this to enable \'per Sale, %\' payment model','Options'),
 ('US','','opt_intershipper_password','Intershipper password','Options'),
 ('US','','opt_intershipper_username','Intershipper username','Options'),
 ('US','','opt_location_address','Company address','Options'),
 ('US','','opt_location_city','Company city','Options'),
 ('US','','opt_location_country','Company country','Options'),
 ('US','','opt_location_state','Company state','Options'),
 ('US','','opt_location_zipcode','Company zip/postal code','Options'),
 ('US','','opt_manufacturers_limit','Manufacturers list limit','Options'),
 ('US','','opt_manufacturers_menu','Show manufacturers list in the menu column','Options'),
 ('US','','opt_manufacturers_per_page','Manufacturers per page (admin)','Options'),
 ('US','','opt_max_gc_amount','Maximum GC value (0 if unlimited)','Options'),
 ('US','','opt_max_nav_pages','Maximum navigation pages','Options'),
 ('US','','opt_max_select_quantity','Maximum number of selections in quantity selectbox','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Maximum string length','opt_max_truncate','Maximum string length','Options'),
 ('US','','opt_membership_signup','Moderated sign-up for membership','Options'),
 ('US','','opt_meta_descr','Site META description','Options'),
 ('US','','opt_meta_keywords','Site META keywords','Options'),
 ('US','','opt_minimal_order_amount','Minimum allowed order total','Options'),
 ('US','','opt_min_gc_amount','Minimum GC value','Options'),
 ('US','','opt_newsletter_email','Reply-To newsletter email address','Options'),
 ('US','','opt_newsletter_limit','Newsletter limit to show','Options'),
 ('US','','opt_number_of_bestsellers','Number of products in bestsellers list','Options'),
 ('US','','opt_number_of_recommends','Number of products to be displayed in recommended products list','Options'),
 ('US','','opt_orders_department','Orders department e-mail address','Options'),
 ('US','','opt_orders_per_page_admin','Orders per page (admin)','Options'),
 ('US','','opt_page_title_format','Page title format','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_page_title_limit','Maximum length of page title element (set to 0 or empty if not applicable)','Options'),
 ('US','','opt_parse_smarty_tags','Parse Smarty tags in the content of embedded static pages','Options'),
 ('US','','opt_partner_register','Allow partners to register','Options'),
 ('US','','opt_paypal_account','PayPal account','Options'),
 ('US','','opt_paypal_currency','Select the currency for PayPal module','Options'),
 ('US','','opt_paypal_prefix','PayPal invoice prefix','Options'),
 ('US','','opt_paypal_product','PayPal payment for','Options'),
 ('US','','opt_perl_binary','The full path to Perl interpreter executable (e.g. WIN32: \'d:\\perl\\bin\\perl.exe\'; UNIX: \'/usr/bin/perl\' or leave this field empty)','Options'),
 ('US','','opt_pgp_home_dir','Home path','Options'),
 ('US','','opt_pgp_key','PGP user id','Options'),
 ('US','','opt_pgp_prog','PGP binary path','Options'),
 ('US','','opt_pgp_public_key','PGP public key','Options'),
 ('US','','opt_print_orders_separated','Print order invoices on separate pages','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_products_order','Select the order in which products should be displayed within a category','Options'),
 ('US','','opt_products_per_page','Products per page','Options'),
 ('US','','opt_products_per_page_admin','Products per page (admin)','Options'),
 ('US','','opt_products_per_row','Display products list in multiple columns (1-3) (leave empty to use standard format)','Options'),
 ('US','','opt_qb_exportpayments','Export information about processed orders','Options'),
 ('US','','opt_qb_order_prefix','Prefix for order numbers for identification of transcations in Quickbooks from X-Cart.','Options'),
 ('US','','opt_qb_reporderpoint','The minimum quantity of inventory items you want to keep in stock at any time','Options'),
 ('US','','opt_realtime_shipping','Real-time shipping calculation<br><b>Note</b>: original shipping address must be set under \'Company options\' submenu on this page. Intershipper works only with US origins','Options'),
 ('US','','opt_redirect_to_cart','Redirect customer to cart','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_replace_shipping_with_freight','Do not calculate shipping rates for products with defined shipping freight','Options'),
 ('US','','opt_root_categories','If ticked, the categories list always shows root categories','Options'),
 ('US','','opt_safe_distance','Antifraud safe distance (km)','Options'),
 ('US','','opt_search_products_category','\'Search in category\' field','Options'),
 ('US','','opt_search_products_price','\'Price\' field','Options'),
 ('US','','opt_search_products_quantity','\'Quantity\' field','Options'),
 ('US','','opt_search_products_sku','\'SKU\' field','Options'),
 ('US','','opt_search_products_weight','\'Weight\' field','Options'),
 ('US','','opt_select_recommends_list_randomly','Select recommended products randomly','Options'),
 ('US','','opt_send_notifications_to_provider','Send e-mail notifications about placed orders to providers who uploaded the purchased products (in addition to the orders department)','Options'),
 ('US','','opt_shop_closed','Check this to close your shop temporarily','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_shop_closed_key','Key for access to a temporarily closed shop <br>(e.g. If the key is\'123\', use http://www.example.com/xcart/home.php?shopkey=123 to access your customer zone)','Options'),
 ('US','','opt_show_cart_details','Display detailed cart totals information','Options'),
 ('US','','opt_show_cc_info','Include order details (credit card information) into admin order notification message (it is recommended to use PGP encryption with this option enabled)','Options'),
 ('US','','opt_show_in_stock','Show quantity in stock','Options'),
 ('US','','opt_show_passwords_in_notifications','Include user password in e-mail notifications to the Users department','Options'),
 ('US','','opt_show_thumbnails','Show thumbnails in products list','Options'),
 ('US','','opt_site_administrator','Site administrator e-mail address','Options'),
 ('US','Fail checkout process, if customer proxy is anonymous','opt_slist_cancel_proxy_anonymous','Fail checkout process, if customer proxy is anonymous','Options'),
 ('US','','opt_slist_failed_transaction_limit','Maximum number of failed transactions allowable for the same IP address. If this limit is exceeded, the IP address is placed into the Stop List','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Maximum number of transactions the order placing time of which does not exceed the minimum time','opt_slist_fast_order_number','Maximum number of transactions the order placing time of which does not exceed the minimum time allowed for order placement. When this limit is reached, the IP address of the customer is entered into the Stop list','Options'),
 ('US','Minimum time of order placement ensuring that the order was placed by a person, not by a script','opt_slist_fast_order_time','Minimum time of order placement ensuring that the order was placed by a person, not by a script','Options'),
 ('US','Maximum transaction from one unique IP address (per day)','opt_slist_max_transaction','Maximum transaction from one unique IP address (per day)','Options'),
 ('US','Check if the current set of products in the cart coincides with the product set from an order originating from a blocked IP','opt_slist_P_check_enabled','Check if the current set of products in the cart coincides with the product set from an order originating from a blocked IP','Options'),
 ('US','Failed transaction limit in one session, there is IP address placed in the Stop list','opt_slist_sess_failed_trans_limit','Failed transaction limit in one session, there is IP address placed in the Stop list','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_start_year','Year when the store started its operation','Options'),
 ('US','','opt_subscriptions_key','Secret key to avoid non-authorized usage of Subscriptions module','Options'),
 ('US','','opt_support_department','Help/Support department e-mail address','Options'),
 ('US','','opt_thumbnails_location','Store product thumbnails in the database (DB) or file system (FS)','Options'),
 ('US','','opt_thumbnails_path','Path to product thumbnails on the local server (for storing in FS)','Options'),
 ('US','','opt_thumbnails_path_only','Allow to store product thumbnails only in the directory specified here (for storing in FS)','Options'),
 ('US','','opt_thumbnails_size_limit','Product thumbnail file size limit (bytes)','Options'),
 ('US','','opt_thumbnail_width','Thumbnail width in the products list','Options'),
 ('US','','opt_timezone_offset','Time difference between shop location and host server location (hours)','Options'),
 ('US','','opt_time_format','Select time format','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_trans_class','The name of the class for the transactions from X-Cart.','Options'),
 ('US','','opt_uk_oriented_ccinfo','Enable \'Issue Number\' and \'Valid from\' fields in the CC info form','Options'),
 ('US','','opt_unallowed_request_notify','Notify the site administrator by email if unallowed request to site occurs','Options'),
 ('US','','opt_unlimited_products','Disable inventory tracking','Options'),
 ('US','','opt_upselling_new_window','Open Product details page in a new window when a customer clicks on a product link in \"Related products\" list.','Options'),
 ('US','','opt_UPS_accesskey','UPS access key (XML)','Options'),
 ('US','','opt_UPS_password','UPS password','Options'),
 ('US','','opt_UPS_username','UPS username','Options'),
 ('US','','opt_users_department','Users department e-mail address','Options'),
 ('US','','opt_users_per_page_admin','Users per page (admin)','Options'),
 ('US','','opt_use_base64_headers','Encode mail headers using \"Base 64\"','Options'),
 ('US','','opt_use_counties','Use counties','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_use_https_login','Use HTTPS for users\' login and registration','Options'),
 ('US','','opt_use_intershipper','Select this if you are going to use Intershipper calculation services, otherwise you will be supposed to use an integrated module (UPS, USPS, FedEX calculation services will be contacted directly)','Options'),
 ('US','','opt_use_js_states','Use JavaScript version for state and country selector','Options'),
 ('US','','opt_use_pgp6','Use PGP version 6','Options'),
 ('US','','opt_use_PHP_mailer','Use internal PHP mailer for sending newsletters.','Options'),
 ('US','','opt_use_secure_login_page','Use secure login form on a separate page (HTTPS)','Options'),
 ('US','','opt_USPS_password','USPS password','Options'),
 ('US','','opt_USPS_servername','USPS server name','Options'),
 ('US','','opt_USPS_username','USPS username','Options'),
 ('US','','opt_weight_symbol','Weight symbol','Options'),
 ('US','','opt_weight_symbol_grams','Grams in the unit of weight defined by the weight symbol','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','opt_writing_reviews','Allow adding reviews <br>(N - disallow to all, A - allow to all, <br>R - allow to registered)','Options'),
 ('US','','pconf_msg_adm_product_class_upd','The product classification has been successfully updated.','Text'),
 ('US','','txt_about','<p><strong>Sandi Madsen </strong>- Owner of Ollie\'s Parrot\'s Perch, has been a resident of Dekalb, Illinois for more than 10 years.  The family moved to Dekalb for its quiet, country atmosphere.  An avid animal lover, Sandi decided to make a career change and worked at the Genoa Animal Hospital for a year, while taking classes at Kishwaukee College to prepare for a career in veterinary technology. \r\n\r\n<p><strong>Why Olliesparrotsperch?</strong>- \r\nAfter acquiring an amazon parrot named Ollie who had some behavior issues, Sandi became interested in avian behavior and decided to go in that direction.  Along with boarding and grooming birds and educational outreach.  Sandi also runs a foster care facility for rescued parrots.  She is a member of the Northern Illinois Parrot Society, The Pet Industry Joint Advisory Council and PEAC.\r\n\r\n','Text'),
 ('US','Merchant key is successfully added','txt_added_mpassword','Merchant key is successfully added','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Address mask examples','txt_address_mask_examples','Below is an example of address masks definition:<BR><BR>127 avenue<BR>%Manhattan%','Text'),
 ('US','Add coupon header','txt_add_coupon_header','If you have a valid discount coupon, you can enter it below, the store will deduct the discount amount from your total order.\r\n','Text'),
 ('US','Add new detailed image','txt_add_new_detail_image','Add new detailed image','Text'),
 ('US','This section allows you editing customer\'s reviews.','txt_adm_reviews_top_text','This section allows you to edit your customers\' reviews.','Text'),
 ('US','','txt_adm_search_orders_result_header','This page presents orders search results. You can use it to view/process orders.<BR>To update the status for one or more orders change the status in the corresponding drop-down boxes and click on the \'Update status\' button.<BR> Select the necessary orders from the list to display invoices or labels, to delete or to export these orders.','Text'),
 ('US','You can set the additioinal parameters for more accurate search results.','txt_adv_search_orders_text','You can set the additioinal parameters for more accurate search results.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You should obtain this account from Airborne (needed when using integrated module)','txt_airborne_account_note','Enter your Airborne account details. The account should be obtained from <A href=\"http://www.airborne.com/\" target=\"_blank\">Airborne</A> (needed when using the integrated module)','Text'),
 ('US','All items already purchased','txt_all_items_already_purchased','All items already purchased','Text'),
 ('US','All ratings:','txt_all_ratings','All ratings:','Text'),
 ('US','You have already written a review ..','txt_already_reviewed','You have already written a review for this product !','Text'),
 ('US','Already voted text msg','txt_already_voted','You have already voted for this product !','Text'),
 ('US','Amount is invalid! Please correct.','txt_amount_invalid','Amount is invalid! Please correct.','Text'),
 ('US','Note about inserting username and password into anonymous account page','txt_anonymous_account_msg','If you want to become a member of our store, please fill in Username and Password fields. Please  enter password confirmation to ensure that you have not entered a wrong password.','Text'),
 ('US','No any information regarding requested City is found','txt_antifraud_city_not_found','No any information regarding requested City is found','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No any information regarding requested Country is found','txt_antifraud_country_not_found','No any information regarding requested Country is found','Text'),
 ('US','Key to access to Antifraud service is not set or incorrect','txt_antifraud_invalid_key','Key to access to Antifraud service is not set or incorrect','Text'),
 ('US','No information regarding requested IP is found','txt_antifraud_ip_not_found','No information regarding requested IP is found','Text'),
 ('US','You are not filled IP field. Please review data','txt_antifraud_ip_required','You are not filled IP field. Please review data','Text'),
 ('US','You are not allowed to use Antifraud service','txt_antifraud_not_allowed','You are not allowed to use Antifraud service','Text'),
 ('US','No any information regarding requested Zip/Postal code is found','txt_antifraud_postal_not_found','No any information regarding requested Zip/Postal code is found','Text'),
 ('US','Error while processing your request. Please try again later','txt_antifraud_service_generror','Error while processing your request. Please try again later','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You can purchase Antifraud Service subscription here','txt_anti_fraud_purchase_sk','You can purchase Antifraud Service subscription <A href=\"https://secure.qualiteam.biz/customer.php?area=purchase_services&target=customerproductselect\">here</A> or get your free trial key <A href=\"https://secure.qualiteam.biz/customer.php?area=center&target=antifraud_service\">here</A> (if it has not been used).','Text'),
 ('US','Step 1 of 2: Testing patch applicability and generation list of files','txt_applying_patch_step_1','Step 1 of 2: Testing patch applicability and generation list of files','Text'),
 ('US','Step 2 of 2: Applying the patch','txt_applying_patch_step_2','Step 2 of 2: Applying the patch','Text'),
 ('US','By clicking this button ..','txt_apply_changes','You will apply changes, by clicking this button.','Text'),
 ('US','This section is used to apply SQL patches to the database structure.','txt_apply_sql_patch_note','This section is used to apply SQL patches to the database structure.<BR><BR><B>Note:</B> It is recommended to <A href=\"db_backup.php\">backup the database</A> before applying an SQL patch.','Text'),
 ('US','Note: Your Airborne account was used to calculate the shipping rate. The shipping charge will not be included into the invoice y','txt_arb_account_checkout_note','<B>Note</B>: Your Airborne account was used to calculate the shipping rate. The shipping charge will not be included into the invoice you get from our store. You will be charged for shipping by Airborne.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Are you sure?','txt_are_you_sure','Are you sure?','Text'),
 ('US','Are you sure you want to proceed?','txt_are_you_sure_to_proceed','Are you sure you want to proceed?','Text'),
 ('US','Your AUTH code for re-installing skins and installing modules is','txt_auth_code_text','Your AUTH code for re-installing skins and installing modules is:','Text'),
 ('US','Database backup can take several minutes. Please be patient.','txt_backup_database_note','<B>Note:</B> Database backup can take several minutes. Please be patient.','Text'),
 ('US','Backup database text','txt_backup_database_text','If all the images are stored in the database they will be included in SQL dump file.<BR>If any of the images or all the images are stored on the file system, for backup purposes you should save them to a separate archieve file. Account must be taken of the structure of the catalogs in which these images are located.','Text'),
 ('US','Your browser doesn\'t accept cookies. Cookies are required to use this site.','txt_browser_doesnt_accept_cookies','Your browser doesn\'t accept cookies. Cookies are required to use this site.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows you to browse, add, delete files which afterwards may be used in your store.','txt_browse_files_top_text','This section allows you to browse the files used in your store, add new files and delete the files that you do not need.','Text'),
 ('US','This section allows you to edit templates from which your store is built. As the templates engine is very flexible and extremely','txt_browse_templates_top_text','This section allows you to edit the templates from which your store is built. As the templates engine is very flexible and extremely configurable, you may change the look and feel of your store so that it will fit <B>any design layout</B>. But be careful! The powerful flexibility requires basic HTML knowledge and experience. If \"$admin_safe_mode\" is set to \"true\", the template editor is write-protected.','Text'),
 ('US','You should obtain this account from Canada Post (needed when using integrated module)','txt_canadapost_account_note','Enter your account details. The account should be obtained from <A href=\"http://www.canadapost.ca/\" target=\"_blank\">Canada Post</A> (needed when using the integrated module)','Text'),
 ('US','You can not to create or modify products because you need to register one or more providers before.','txt_cant_create_product_warning','You can not to create or modify products because you need to register one or more providers before.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You can not to create state because you need to activate at least one country in the \'Countries\' section.','txt_cant_create_state_from_country','You cannot create states until you activate at least one country in the <A href=\"countries.php\">\'Countries\'</A> section.','Text'),
 ('US','Cart details notes','txt_cart_details_notes','1. The values in the Summary row are represented with consideration of quantity.<br>\r\n2. * This value is used for applying discounts.<br>\r\n3. ** This value is used for shipping cost calculation.','Text'),
 ('US','Cart page header','txt_cart_header','The items below are currently in your shopping cart. To remove any item click \"Delete item\". To checkout, please click \"Checkout\".','Text'),
 ('US','Note about  delivery method ignoring','txt_cart_note','Please note that Delivery method is ignored if you are ordering Gift Certificates or Electronically distributed products.','Text'),
 ('US','The cart does not contain products to which the coupon can be applied.','txt_cart_not_contain_coupon_products','The cart does not contain products to which the coupon can be applied.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Categories tree can be used to split the store into different departments by class (brand, type, etc). Each category may be spli','txt_categories_management_top_text','The category tree can be used to divide the store into several sections so the products of the same brand, type, etc could be put together. Each category can be split into smaller subcategories. Click on a category to get a list of its subcategories.','Text'),
 ('US','This category is disabled for customer storefront','txt_category_disabled','This category is disabled for customer storefront','Text'),
 ('US','Category path separator for \"category\" field (e.g. Books///Software)','txt_category_path_sep','Category path separator for \"category\" field (e.g. Books///Software)','Text'),
 ('US','Category products top text','txt_category_products_top_text','This section allows you to view/update products that defined to display under this category.','Text'),
 ('US','Click on a category to get statistics on subcategories and products.','txt_category_statistics_top_note','Click on a category to get statistics on subcategories and products.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<li><i>Order prefix</i> is the prefix for identification of the transaction on 2Checkout.com. On 2Checkout.com you can find tran','txt_cc_2checkoutcom_desc','<li><i>Order prefix</i> is the prefix for identification of the transaction on 2Checkout.com. On 2Checkout.com you can find transaction by this prefix and order ID.','Text'),
 ('US','<b>Note:</b> In order to track your 2Checkout orders by the shopping cart software you have to proceed these steps:<li>Log in to','txt_cc_2checkoutcom_note','<b>Note:</b> In order to track your 2Checkout orders by the shopping cart software you have to proceed these steps:<li>Log in to your 2Checkout account</li><li>Go to the \'<i>Shopping cart</i>\' menu</li><li>Set the option \'<i>Return to a routine on your site after credit card processed?</i>\' to \'<i>Yes</i>\'</li><li>Set the \'<i>Return URL</i>\' to:<br>{{http_location}}/payment/cc_2checkoutcom.php</li><li>Set the \'<i>Secret Word</i>\' under \'<i>Account Details</i>\' &gt; \'<i>Return</i>\' tab. A Secret Word is known only to the seller and 2CheckOut.','Text'),
 ('US','<li><i>Order prefix</i> is the prefix for identification of the transaction on 2Checkout.com. On 2Checkout.com you can find tran','txt_cc_2conew_desc','<li><i>Order prefix</i> is the prefix for identification of the transaction on 2Checkout.com. On 2Checkout.com you can find transaction by this prefix and order ID.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<b>Note:</b> In order to track your 2Checkout orders by the shopping cart software you have to proceed these steps:<li>Log in to','txt_cc_2conew_note','<b>Note:</b> In order to track your 2Checkout orders by the shopping cart software you have to proceed these steps:<li>Log in to your 2Checkout account</li><li>Click on the \'<i>Look & Feel settings</i>\' in the \'Helpful links\' section.</li><li>Set the option \'<i>Direct Return?</i>\' to \'<i>Yes</i>\'</li><li>Set the \'<i>Approved URL</i>\' to:<br>{{http_location}}/payment/cc_2conew.php</li><li>Set the \'<i>Your secret Word</i>\'. A Secret Word is known only to the seller and 2CheckOut.','Text'),
 ('US','In order to activate real time credit card or check processing, you must first have an Internet','txt_cc_ach_processing_top_text','In order to activate real time credit card or check processing, you must first have an Internet \"merchant account\" with one of our supported processing companies (see below). Merchant accounts are required for your company or organization to accept credit cards from customers.','Text'),
 ('US','<B>Note:</B> In setup AsiaDebit payment gateway, you have to proceed these steps:<LI>Log in to your AsiaDebit backoffice</LI><LI','txt_cc_asiadeb_note','<B>Note:</B> In setup AsiaDebit payment gateway, you have to proceed these steps:<LI>Log in to your AsiaDebit backoffice</LI><LI>Set <I>callback URLs</I> to :<BR>{{http_location}}/payment/cc_asiadeb.php</LI><LI>Set <I>post-back URL</I> to :<BR>{{http_location}}/payment/cc_asiadeb_result.php</LI>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<B>Note:</B> In setup Bank of America payment gateway, you have to proceed these steps:<LI>Log in to your Bank of America backof','txt_cc_boa_note','<B>Note:</B> In setup Bank of America payment gateway, you have to proceed these steps:<LI>Log in to your Bank of America backoffice</LI><LI>Go to the \'<I>Manage Store/Order Rules/Configure Options</I>\' menu</LI><LI>Go to the \'When a Shopper Places an Order\' section</LI><LI>Check the \'<I>Treat as In Process HTTP Request</I>\' option</LI>','Text'),
 ('US','<B>Note:</B><li>The CyberCash Merchant Connection Kit (MCK) can be obtained at:<br><i>http://www.verisign.com/support/cyberCash/','txt_cc_ccash_note','<B>Note:</B><li>The CyberCash Merchant Connection Kit (MCK) can be obtained at:<br><i>http://www.verisign.com/support/cyberCash/mckDownloads.html</i><li> You MUST set vabiable <i>$path2mck</i> in <i>&lt;xcart&gt;/payment/ccash.pl</i>.<br>It\'s must be assigned to path to MCK-CGI dir.','Text'),
 ('US','Use this page to configure your store to communicate with your Payment Processing Gateway. Complete the required fields below an','txt_cc_configure_top_text','Use this page to configure your store to communicate with your Payment Processing Gateway. Complete the required fields below and press the \"Update\" button.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','txt_cc_cpac_note','<li>Please, go to: \'<i>Modificar los datos del comercio</i>\' at \'<i>Administracion del Cyberpac de un comercio</i>\' page <li>Set up 5 hashes, what you define in tvp.cnf via clicking \'<i>Editar Clavse</i>\'</li> <li>Set up following URLs via clicking \'<i>Editar URL\'s</i>\':<br> Pago Correcto: \'<b>{{http_location}}/payment/cc_cpac.php</b>\' Pago Incorrecto: \'<b>{{http_location}}/payment/cc_cpac.php</b>\' Pago Cancelado: \'<b>{{http_location}}/payment/cc_cpac.php</b>\' </li> <li>Set up the following URL in \'<i>Tipo de notificacion</i>\'/\'<i>URL fija</i>\' field:<br> \'<b>{{http_location}}/payment/cc_cpac.php</b>\'</li> <li>Set up the \'<i>Modo de llamada al pago:</i> checkbox to \'<i>Ventana Activa</i>\' status</li>','Labels'),
 ('US','CyberSource notes','txt_cc_cybersource_note','In order to configure CyberSource payment gateway you should follow this instruction:<BR><BR>1. Download \'Perl-linux-ics3.4.12.tar.gz\' archive from http://apps.cybersource.com/library/downloads/cybersource_developer_kits/Perl/Linux/Perl-linux-ics3.4.12.tar.gz (Support Center :: Implementation :: Downloads :: Simple Commerce Messaging Protocol (SCMP) :: Perl)<BR><BR>2. Install ICS perl module at the server and generate keys with Ecert (please see README file included into archive).<BR><BR>3. Configure Cybersource payment gateway settings:<BR><BR>\'Administration\' -> \'Payment methods\' page -> click \'Configure\' link near \'Credit Card processor CyberSource\':<BR><BR>Merchant ID = &lt;your_merchant_id&gt;<BR>Full ICS path = &lt;ICS_directory&gt; - full path to the directory where ICS has been installed, for example \'/home/user/perllib/ICS\'<BR>Server:Port = ics2test.ic3.com:80<BR><BR>4. Please check if \'&lt;ICS_directory&gt;/lib\' or \'&lt;ICS_directory&gt;/i386-linux\' exists. If there is \'&lt;ICS_directory&gt;/i386-linux\' directory, please find \'&lt;xcart&gt;/payment/csrc.pl\' file and replace the following string:<BR><BR>push (@INC,$path.\"/lib\"); require \'ics2-lib.pl\';<BR><BR>by this:<BR><BR>push (@INC,$path.\"/i386-linux\"); require \'ics2-lib.pl\';','Text'),
 ('US','<li><i>Merchant ID</i> is your merchant ID on E-Gateway;<li><i>Store ID</i> is the ID for identification of the shop for which t','txt_cc_egateway_desc','<li><i>Merchant ID</i> is your merchant ID on E-Gateway;<li><i>Store ID</i> is the ID for identification of the shop for which the purchase is accomplished;<li><i>Order / invoice prefix</i> is the prefix for identification of the transaction on E-Gateway. Prefix should contain only alpha-numeric characters.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<B>Note:</B> In setup ePDQ payment gateway, you have to proceed these steps:<LI>Log in to your ePDQ backoffice</LI><LI>In the \'<','txt_cc_epdq_note','<B>Note:</B> In setup ePDQ payment gateway, you have to proceed these steps:<LI>Log in to your ePDQ backoffice</LI><LI>In the \'<I>Allowed URL</I>\' set URLs to :<BR>{{http_location}}/payment/payment_cc.php<br>or, if using Secure Connection,<br>{{https_location}}/payment/payment_cc.php</LI><LI>In the \'<I>POST URL</I>\' set URLs to :<BR>{{http_location}}/payment/cc_epdq_result.php<br>or, if using Secure Connection,<br>{{https_location}}/payment/cc_epdq_result.php</LI><li>Set \'<i>Encryption</i>\' to <b>YES</b>','Text'),
 ('US','<B>Note:</B> In setup Ezic payment gateway, you have to proceed these steps:<LI>Log in to your Ezic backoffice</LI><LI>Go to \'Se','txt_cc_ezic_note','<B>Note:</B> In setup Ezic payment gateway, you have to proceed these steps:<LI>Log in to your Ezic backoffice</LI><LI>Go to \'Security\'/\'Access security\' menu.</li><li>In the \'<I>Direct Mode Interfaces</I>\' section...</li><LI>...Tick the \'<i>Enable Native Direct Mode V3.x (SAS) Channel</i>\' checkbox</LI><LI>...Set the \'<i>AUTH/SALE/SETTLE</i>\' in the \'<i>Transactions Allowed</i>\' select box</LI><LI>...Set the \'<i>IPs Allowed</i>\' to IP of your site (<I>{{SERVER_ADDR}}</I>)</LI>','Text'),
 ('US','<B>Note:</B> In setup GestPay payment gateway, you have to proceed these steps:<LI>Log in to your GestPay backoffice</LI><LI>Go','txt_cc_gestpay_note','<B>Note:</B> In setup GestPay payment gateway, you have to proceed these steps:<LI>Log in to your GestPay backoffice</LI><LI>Go to the \'<I>Configuration</I>\' menu</LI><LI>In the \'<I>Responses</I>\' set callback URL\'s to :<BR>{{http_location}}/payment/cc_gestpay.php</LI>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Note: Please be careful when removing credit card information, this operation is irreversible.','txt_cc_info_removal_note','Note: Please be careful when removing credit card information, this operation is irreversible.','Text'),
 ('US','Please be careful when removing credit card information, this operation is irreversible. Are you positive you want to continue?','txt_cc_info_removal_warning','Please be careful when removing credit card information, this operation is irreversible. Are you positive you want to continue?','Text'),
 ('US','<li><i>Merchant ID</i> is your ID on LinkPoint.com<li><i>Certificate with full path</i> is the full path to your certificate fil','txt_cc_linkpoint_desc','<li><i>Merchant ID</i> is your ID on LinkPoint.com<li><i>Certificate with full path</i> is the full path to your certificate file that you got from LinkPoint<li><i>Test/Live mode</i> - you can make test (approved or declined) or live transaction via your LinkPoint account<li><i>CVM indicator</i> indicates whether you are providing CVM (CVC2/CVV2).<li><i>Order prefix</i> is the prefix for identification of the transaction on LinkPoint. On LinkPoint.com you can find transaction by this prefix and order ID.','Text'),
 ('US','<li>Log in to your AccessPoint account</li><li>Go to the \'<i>Administration</i>\'/\'<i>Remote Processing</i>\' menu</li><li>Set the','txt_cc_mm_desc','<li>Log in to your AccessPoint account</li><li>Go to the \'<i>Administration</i>\'/\'<i>Remote Processing</i>\' menu</li><li>Set the \'<i>URL of Order Form or IP address of Web Server:</i>\' to:<br>{{http_location}}/payment/cc_mm.php</li>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<B>Note:</B> In setup MultiCards payment gateway, you have to proceed these steps:<LI>Log in to your MultiCards backoffice</LI><','txt_cc_multicard_note','<B>Note:</B> In setup MultiCards payment gateway, you have to proceed these steps:<LI>Log in to your MultiCards backoffice</LI><LI>Go to the \'<I>Maintenance/Order Pages</I>\' menu</LI><LI>Select PageID, which you want to use with X-Cart. Click \'<i>Properties</i>\' link</LI><LI>Put \'{{http_location}}/payment/payment_cc.php\' into the \'<i>OrderPageURL</i>\' field</li><LI>Put \'{{http_location}}/payment/cc_multicard.php\' into the \'<i>PostURL</i>\' field</li><LI>Put \'total_us_amount,order_num,user1\' into the \'<i>PostFields</i>\' field</li>','Text'),
 ('US','<b>Th<i>e</i>Gateway</b> - Externally hosted Web site where customers perform secure online credit card transactions, processed','txt_cc_nrecom_top','<b>Th<i>e</i>Gateway</b> - Externally hosted Web site where customers perform secure online credit card transactions, processed in real-time (less than six seconds).','Text'),
 ('US','Credit Card checksum is invalid! Please correct','txt_cc_number_invalid','Credit Card checksum is invalid! Please correct','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','PayBox note','txt_cc_paybox_note','<B>Note:</B> Please download the file module.cgi from the PayBox server, copy it to /xcart/payment/bin/ direcory as paybox.cgi and make it executable.<BR>Run the following command:<BR><BR>chmod 755 paybox.cgi','Labels'),
 ('US','Note: In order to track your orders by the shopping cart software you have to proceed these steps:Log in to your PayZ','txt_cc_payzip_note','<b>Note:</b> In order to track your orders by the shopping cart software you have to proceed these steps:<li>Log in to your PayZip account</li><li>Set the \'<i>Approve/Decline return URL</i>\' to:<br>{{http_location}}/payment/cc_payzip_result.php</li>','Text'),
 ('US','<B>Note:</B> In setup Pasat Internet payment gateway, you have to proceed these steps:<LI>Log in to your PI backoffice</LI><LI>I','txt_cc_pi_note','<B>Note:</B> In setup Pasat Internet payment gateway, you have to proceed these steps:<LI>Log in to your PI backoffice</LI><LI>In the \'<I>TRANSACCIONES AUTORIZADAS/DENEGADAS</I>\' and \'<I>URL que devuelve el desglose de la compra</I>\' set URLs to :<BR>{{http_location}}/payment/cc_pi_result.php<br>or, if using Secure Connection,<br>{{https_location}}/payment/cc_pi_result.php</LI><LI>In the \'<I>URL de continuacion posterior a la pagina de recibo</I>\' set URL to :<BR>{{http_location}}/payment/cc_pi.php<br>or, if using Secure Connection,<br>{{https_location}}/payment/cc_pi.php</LI>','Text'),
 ('US','CC processor in test mode','txt_cc_processor_in_text_mode','Warning! {{processor}} is currently set up to work in test mode!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','CC processor requirements is failed','txt_cc_processor_requirements_failed','Warning! Check of requirements for {{processor}} failed.<BR>\r\nYou can check those requirements <A href=\"general.php#Environment\"><B>here</B></A>.','Labels'),
 ('US','<B>Note:</B> In setup Scopus payment gateway, you have to follow these steps:<LI>Log in to your Scopus backoffice</LI><LI>Go to','txt_cc_scopus_note','<B>Note:</B> In setup Scopus payment gateway, you have to follow these steps:<LI>Log in to your Scopus backoffice</LI><LI>Go to the \'<I>Configuracao Bradesco</I>\' menu</LI><LI>In the \'<I>Pagina de confirmacao de compra</I>\', \'<I>Pagina de falha no pagamento</I>\', \' <I>URL de notificacao p/ Cartoes Bradesco</I>\', \'<I>URL de notificacao p/ Boleto Bancario Bradesco</I>\', \'<I>URL de notificacao p/ Financiamento Bradesco</I>\' \'<I>URL de notificacao p/ Transferencia Identificada</I>\' set callback URL\'s to:<br>{{http_location}}/payment/cc_scopus.php</LI><LI>In the \'<I>Post a ser enviado para a loja na notificacao</I>\' set value to : <br>numOrder=[%lid_m%]&merchantid=[%merchantid%]&cod=[%errorcod%]&cctype=[%cctype%]&ccname=[%ccname%]&ccemail=[%ccemail%]&numparc=[%numparc%]&valparc=[%valparc%]&valtotal=[%valtotal%]&prazo=[%prazo%]&tipopagto=[%tipopagto%]&assinatura=[%assinatura%]&</LI><LI>In the \'<I>Post a ser enviado para a loja na confirmacao de compra</I>\' set value to : <br>numOrder=[%lid_m%]&merchantid=[%merchantid%]&cod=[%errorcod%]&cctype=[%cctype%]&ccname=[%ccname%]&ccemail=[%ccemail%]&numparc=[%numparc%]&valparc=[%valparc%]&valtotal=[%valtotal%]&prazo=[%prazo%]&tipopagto=[%tipopagto%]&assinatura=[%assinatura%]&</LI><LI>In the \'<I>Post a ser enviado para a loja na falha da autorizacao</I>\' set value to : <br>numOrder=[%lid_m%]&merchantid=[%merchantid%]&cod=[%errorcod%]&errordesc=[%errordesc%]&</LI><LI>Also you must greate one or more payment methods at the \'<I>Formas de Pagamento Bradesco</I>\' that you want to use.</LI>','Text'),
 ('US','<li><i>Login</i> is your login on SECURETRADING.com;<li><i>Order prefix</i> is the prefix for identification of the transaction','txt_cc_securetrading_desc','<li><i>Login</i> is your login on SECURETRADING.com;<li><i>Order prefix</i> is the prefix for identification of the transaction on SECURETRADING.com. On SECURETRADING.com you can find transaction by this prefix and order ID.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<b>Note:</b>:<ul><li>Handshake URL is {{http_location}}/payment/cc_smartpag_handshake.php<li>Return URL is {{http_location}}/pay','txt_cc_smartpag_note','<b>Note:</b>:<ul><li>Handshake URL is {{http_location}}/payment/cc_smartpag_handshake.php<li>Return URL is {{http_location}}/payment/cc_smartpag_final.php<li>Payment Post Service URL is {{http_location}}/payment/cc_smartpag_71.php<li>OFF-LINE POST Service URL is {{http_location}}/payment/cc_smartpag_72.php<li>Non-finalized order service URL is {{http_location}}/payment/cc_smartpag_73.php<li>Re-sending of Posts Service URL is {{http_location}}/payment/cc_smartpag_74.php<li>Service for Consultation of Financing Status URL is {{http_location}}/payment/cc_smartpag_77.php<li>Post service to send payment order links URL is {{http_location}}/payment/cc_smartpag_78.php</ul>','Text'),
 ('US','Store Access Key','txt_cc_smartpag_storekey','Store Access Key','Text'),
 ('US','Use this page to test your store to process orders. MerchantID field is added just for test purposes. You can type there anyting','txt_cc_test_top_text','Use this page to test your store to process orders. MerchantID field is added just for test purposes. You can type there anyting as you wish. Complete the fields below and press the \"Update\" button.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','<b>Note:</b> In order to track your VeriSign Payflow Link orders by the shopping cart software you have to proceed these steps:<','txt_cc_verisignl_note','<b>Note:</b> In order to track your VeriSign Payflow Link orders by the shopping cart software you have to proceed these steps:<li>Log in to your VeriSign account</li><li>Go to the \'<i>Account Info/Payflow Link Info</i>\' menu</li><li>Set the option \'<i>Return URL Method</i>\' to \'<i>POST</i>\'</li><li>Set the \'<i>Return URL</i>\' to:<br>{{http_location}}/payment/cc_verisignl.php</li><li>Put the tick into the \'<i>Silent POST URL</i>\' checkbox and set text field to:<br>{{http_location}}/payment/cc_verisignl_result.php</li>','Text'),
 ('US','<b>Note:</b>Before VeriSign PayFlow Pro payment module starts working please make sure all needed additional components are succ','txt_cc_verisign_note','<b>Note:</b> Before VeriSign PayFlow Pro payment module starts working please make sure all the needed additional components are successfully installed. You can find them on the \'Downloads\' page of <a href=\"https://manager.verisign.com/\" target=_blank><b>Merchant Backoffice</b></a>.<BR>\n<BR>\nFrom the \'Downloads\' page download \'Payflow Pro Software Development Kit (SDK)\' for the required operating system.\nUnpack the downloaded archive file. Then copy the files:\n<UL>\n<LI>When using Windows NT and Windows 2000:<BR>\nCopy the file <U>bin/pfpro.exe</U> and <U>lib/pfpro.dll</U> to the directory <U>xcart/payment/bin</U><BR>\nCopy the contents of the directory certs to the directory <U>xcart/payment/certs</U>\n<LI>When using Unix:<BR>\nCopy the file <U>bin/pfpro</U> to the directory <U>xcart/payment/bin</U><BR>\nCopy the file <U>lib/libpfpro.so</U> to the directory <U>xcart/payment/lib</U><BR>\nCopy the contents of the directory certs to the directory <U>xcart/payment/certs</U>\n</UL>','Text'),
 ('US','<B>Note:</B> In setup Wells Fargo payment gateway, you have to proceed these steps:<LI>Log in to your Wells Fargo backoffice</LI','txt_cc_wells_note','<B>Note:</B> In setup Wells Fargo payment gateway, you have to proceed these steps:<LI>Log in to your Wells Fargo backoffice</LI><LI>Go to the \'<I>Manage Store/Order Rules/Configure Options</I>\' menu</LI><LI>Go to the \'When a Shopper Places an Order\' section</LI><LI> In the \'<I>Approvals to:</I>\'/\'<I>Rejections to:</I>\' set callback URL\'s to:<br>{{http_location}}/payment/cc_wells.php</LI>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','','txt_cc_yellow_note','<li>\'<i>Shop return address before payment</i>\' is \'<b>{{http_location}}/payment/cc_yellow.php</b>\'</li><li>\'<i>Shop return address after successful payment</i>\' is \'<b>{{http_location}}/payment/cc_yellow.php</b>\'</li><li>\'<i>Shop return address in the event of an error</i>\' is \'<b>{{http_location}}/payment/cc_yellow.php</b>\'</li>','Labels'),
 ('US','Merchant key is successfully changed','txt_changed_mpassword','Merchant key is successfully changed','Text'),
 ('US','Please be aware: if you confirm the operation, you may lose non-confirmed changes of a category because of page reloading. Are y','txt_change_icon_text','Please be aware: if you confirm the operation, you may lose non-confirmed changes of a category because of page reloading. Are you positive you want to continue?','Text'),
 ('US','Please be aware: if you confirm the operation, you may lose non-confirmed changes of a product because of page reloading. Are yo','txt_change_image_text','Please be aware: if you confirm the operation, you may lose non-confirmed changes of a product because of page reloading. Are you positive you want to continue?','Text'),
 ('US','Change merchant key','txt_change_mpassword','This is the section for changing Merchant key','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','To change order status','txt_change_order_status','By clicking on this button you apply the changes made to the order details. The customer is immediately informed by e-mail.','Text'),
 ('US','Change settings','txt_change_settings','Change settings','Text'),
 ('US','Checking patch.pl permissions: {{file}} ...','txt_checking_patch_pl','Checking patch.pl permissions: {{file}} ...','Text'),
 ('US','Please add permissions to {{file}} for execution. Under Unix systems this could be done by this way:','txt_checking_patch_pl_note','Please add permissions to {{file}} for execution. Under Unix systems this could be done by this way:\r\n<CODE>chmod 777 {{file}}</CODE>','Text'),
 ('US','Check processor note','txt_check_processor_note','Select the payment module to process customer checks','Text'),
 ('US','Please choose another password','txt_chpass_another','Please choose another password','Text'),
 ('US','Your password is successfully changed','txt_chpass_changed','Your password is successfully changed','Text'),
 ('US','You should login before using \"Change password\" facility','txt_chpass_login','You should login before using \"Change password\" facility','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The password doesn\'t match confirmation','txt_chpass_match','The password doesn\'t match confirmation','Text'),
 ('US','You must change the password before login','txt_chpass_msg','You must change the password before login','Text'),
 ('US','Old password is wrong','txt_chpass_wrong','Old password is wrong','Text'),
 ('US','Use this page to configure your store to communicate with your Payment Processing Gateway. Complete the required fields below an','txt_ch_configure_top_text','Use this page to configure your store to communicate with your Payment Processing Gateway. Complete the required fields below and press the \"Update\" button.','Text'),
 ('US','City mask examples','txt_city_mask_examples','Below is an example of city masks definition:<BR><BR>New Yo%<BR>Wasington<BR>Los Angeles<BR>Dallas','Text'),
 ('US','Note: Please be careful when clearing statistics, this operation is irreversable.','txt_clearing_statistics_note','Note: Please be careful when clearing statistics, this operation is irreversible.','Text'),
 ('US','Clear templates cache text','txt_clear_templates_cache_text','Note: The directory \'{{dir}}\' contains many  precompiled Smarty-templates. If you want to remove them and free some disk space, click on the button above.<BR><BR>This directory now contains {{files}} files that take up {{size}}.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','After you click the \"Submit\" button, your transaction will be processed. For your security, Verified by Visa may ask you for inf','txt_cmpi_customer_message','After you click the \"Submit\" button, your transaction will be processed. For your security, Verified by Visa may ask you for information on the next page.','Text'),
 ('US','For our security, please fill out the X form below.','txt_cmpi_frame_customer_note','For our security, please fill out the {{type}} form below.<BR>Do not click the refresh or back button or your transaction may be interrupted.','Text'),
 ('US','Verified by Visa: Popup note','txt_cmpi_vbv_popup_note','<B>Verified by Visa gives you added online security.</B> Help protect your existing Visa card with a password you create, giving you reassurance that only you can use your Visa card online.<BR><BR>Simply activate your card and create your personal password. You\'ll get the added confidence that your Visa card is safe when you shop online.<BR><BR><B>It\'s quick and easy.</B><BR>You may activate now by entering your card number over Visa\'s secure server. If your card issuer is participating in Verified by Visa (most issuers are) you\'ll complete a brief activation process. You\'ll verify your identity, create your Verified by Visa password and you\'re done.<BR><BR><B>To get started, click the \"Activate Now\" button at the bottom of this page.</B><BR><BR><B>Your card is automatically recognized.</B><BR>Once your card is activated, your card number will be recognized whenever you purchase at this site or at other participating online stores. You\'ll enter your password in the Verified by Visa window, your identity will be verified, and the transaction will be completed. In stores that are not yet participating in Verified by Visa, your Visa card will continue to work as usual.','Text'),
 ('US','The list below defines the order of columns in CSV file (\'NULL\' means there is no field).','txt_column_order_note','The list below defines the order of columns in CSV file (\'NULL\' means there is no field).','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','compilation templates text','txt_compile_templates','If you do not need the multi-language templates you can perform compilation (i.e. automatically replacing language variables with the values). This would be very helpful in editing templates process.\r\n\r\n<BR>\r\n\r\n<B>Note:</B> compilation process could take several minutes, please be patient.','Text'),
 ('US','If you wish to switch back to the multi-language templates, use \"Restore All\" function.','txt_compile_templates_note','<B>Note:</B> If you wish to switch back to the multi-language templates, use \"Restore All\" function.','Text'),
 ('US','Please be aware: if you will confirm operation, your store will not support multilanguage layouts...','txt_compile_templates_warning','Please be aware: if you will confirm operation, your store will not support multilanguage layouts. Also, the \\\"Language\\\" feature will not affect the look of your site any longer: all the references to language variables will be replaced with actual texts, so you will need to modify texts directly in the templates (using FTP, \\\"Edit templates\\\" or \\\"Webmaster mode\\\" features). Besides, compiling templates will significantly complicate future upgrades. Are you positive you want to continue?','Text'),
 ('US','To change order status to \'Complete\'','txt_complete_order','You will change the  status of this order to \'Complete\' by clicking this button. The customer is immediately informed by e-mail.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Terms and conditions (affiliate)','txt_conditions_affiliate','<TT>TERMS & CONDITIONS<BR><BR>Place terms and conditions for your affiliates here.\r\n\r\nTo change this text, please edit language variable \'txt_conditions_affiliate\'\r\nfrom \'Languages\' menu in the admin area.</TT>','Text'),
 ('US','Terms and conditions (customer)','txt_conditions_customer','<p><strong>Satisfaction Guarantee </strong>- \r\n  If you are not completely satisfied, we will replace or refund your purchase. No questions asked. Please see Returns for return details.\r\n</p>\r\n<p><strong>Back Orders </strong>- \r\nWe make every effort to ship orders in a timely fashion. In the event that you select a back ordered item, your order may be divided into multiple shipments, as we will ship products that are immediately available from our distribution centers. Please click here for more details regarding shipping times. Charges for back ordered items will not be applied to your credit card until we actually ship them to you; there is no need to re-order. Additionally, you will be charged for shipping only once. </p>\r\n<p>\r\n\r\n<p><strong>Returned Items </strong>- For your protection, we encourage you to send your return via UPS. We will pick up the shipping cost if your return is the result of an incorrect shipment by Ollies Parrots Perch, or a damaged or defective product. Note: We only pay for ground service on returned shipments. We require you to pay for return shipping for any other reason. CODs are not accepted. </p>\r\n<p><strong>Invoice </strong>- \r\n  Your order confirmation includes your invoice. Please keep this for your records. In the event that you have misplaced it, please contact us at (815) 758-7215 and we will send a copy to you. <br>\r\n</p>\r\n<p><strong>Your Account </strong>- \r\n  Ollies Parrots Perch account information is kept in the Your Account area and contains all of your important information. Simply click on &quot;Your Account&quot; and login as a registered user. From here you can change your email address, your password, your billing and shipping addresses. <br>\r\n</p>\r\n<p><strong>Payment Information - </strong>\r\n  checks, cash or money orders</p>\r\n<p><strong>Payment Options - </strong>\r\nOllies Parrots Perch accepts checks, cash or money orders. All prices are displayed and charged in U.S. currency. Unfortunately, at this time we do not accept Visa, MasterCard and American Express. </p>\r\n<p><strong>Sales Tax </strong>- \r\n  Ollies Parrots Perch is required to collect sales tax on orders shipped in Illinois.</p>\r\n<p>The appropriate state and local tax rate will be charged on the price of the purchased items and, where required by law, on shipping and handling charges. </p>\r\n<p><strong>Terms of Use and Legal Notices - </strong>Welcome to www.olliesparrotsperch.com. This site is owned and operated by Ollies Parrots Perch. Following are the rules or &quot;Terms&quot; and notices that govern use of this site (&quot;Site&quot;). By using this Site, you agree to be bound by these Terms and all applicable laws and regulations governing this Site. Ollies Parrots Perch reserves the right to change these Terms at any time, effective immediately upon posting on the Site. If you do not agree to be bound by these Terms, please do not use this Site. Ollies Parrots Perch is not responsible for typographical or photographic errors on this Site. </p>\r\n<p><strong>Permitted Use</strong> - \r\n  You are only authorized to view and to retain a copy of pages of this site for your own personal use while visiting the site or shopping at Ollies Parrots Perch. The content and software on this Site are the property of Ollies Parrots Perch, its suppliers, or affiliates, and are protected by U.S.copyright laws. Unless specifically authorized in writing by Ollies Parrots Perch or the original copyright owner, none of the Site material may be reproduced, distributed, republished, downloaded, displayed, posted, transmitted or copied in any form or by any means for commercial use. All copyright and other proprietary notices contained in the Site materials are to be retained. Modifications to the Site materials are strictly prohibited. </p>\r\n<p><strong>Other Content on the Site</strong> - \r\n  The information contained in this Site, including all images, illustrations, designs and photographs not contributed as personal information or User content are copyrights, trademarks or other intellectual property of Ollies Parrots Perch, its parent, affiliates or subsidiary companies. Ollies Parrots Perch logos are registered trademarks of Ollies Parrots Perch. All other trademarks, service marks, logos, slogans, domain names and trade names (collectively &quot;Marks&quot;) are the properties of their respective owners. Ollies Parrots Perch disclaims any proprietary interest in Marks and other intellectual property other than its own. </p>\r\n<p><strong>Links and Search Results</strong> - \r\n  This Site may automatically produce search results that reference or link to third party sites throughout the World Wide Web. Ollies Parrots Perch has no control over these sites or their content. Ollies Parrots Perch cannot and does not guarantee, represent or warrant that the content contained in referred sites is accurate, legal and/or inoffensive. Ollies Parrots Perch does not endorse the content of any third party site, nor can we warrant that they will not contain viruses or otherwise impact your computer. By using the Site to search for or link to another site, you agree and understand that you may not make any claim against Ollies Parrots Perch for any damages or losses whatsoever resulting from your use of the Site to obtain search results and/or to link to another site. However, if you have a problem with a link from the Site, please let us know at sandi@olliesparrotsperch.com and we will investigate the link and take appropriate action. </p>\r\n<p><strong>Prices on the Site</strong> - \r\n  The prices advertised on this Site are for Internet orders. Prices, inventory and availability are subject to change without notice. We reserve the right to limit sales, including also the right to refuse sales, to re-sellers. </p>\r\n<p><strong>Violation of the Terms</strong> - \r\n  You understand and agree that Ollies Parrots Perch may, without prior notice, terminate your access to the Site and remove any unauthorized User content, if Ollies Parrots Perch believes, in its sole discretion, that the User content you provided has violated or is inconsistent with the Terms or with the intended use, or that you have violated the rights of Ollies Parrots Perch, another User, or the law. Ollies Parrots Perch may release user information about you if required by law or subpoena, or if release of the information is necessary or appropriate to address unlawful or harmful activity. </p>\r\n<p><strong>Privacy</strong> - \r\n  We believe that your privacy and the privacy of all our users is important. Please review our privacy policy. If you are under the age of 13 you should not post information about yourself on the Site without the permission of a parent or guardian. </p>\r\n<p><strong>Disputes</strong> - \r\n  This Site is operated by Ollies Parrots Perch. If there is any dispute about or involving the Site, by using the Site, you agree that the dispute will be governed by the laws of the State of Illinois without regard to its conflict of law provisions. You agree to personal jurisdiction by and venue in the state and federal courts of the State of Illinois, County of Kane. </p>\r\n<p><strong>Indemnity</strong> - \r\n  You agree to indemnify and hold Ollies Parrots Perch, its subsidiaries, affiliates, officers, agents and other partners and employees, harmless from any loss, liability, claim or demand, including reasonable attorney\'s fees, made by any third party due to or arising out of your use of the Site, including also your use of the Site to provide a link to another site or to upload content or other information to the Site. </p>\r\n<p><strong>Contact Us</strong> - \r\n  If you have questions about these Terms and notices, or want to contact us for any reason, you may do so by emailing us at sandi@olliesparrotsperch.com.<br>\r\n</p>\r\n<p>&copy; 2005 Ollies Parrots Perch. All Rights Reserved. Use of this Website constitutes acceptance of the Ollies Parrots Perch TERMS OF USE and LEGAL NOTICES and PRIVACY.<br>\r\n</p>','Text'),
 ('US','','option_title_Fancy_Categories','Fancy Categories options','Options');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','To configure UPS Rates & Service Selection and Address Validation Tools click on the \'Configure\' button','txt_configure_ups_options','To configure UPS Rates & Service Selection and Address Validation Tools click on the \'Configure\' button','Text'),
 ('US','You can send a message to us using the form below. We will reply as soon as possible!','txt_contact_us_header','You can send a message to us using the form below.','Text'),
 ('US','Your message was successfully sent to our support team. We will reply to you shortly.','txt_contact_us_sent','Your message was successfully sent to our support team. We will reply to you shortly.','Text'),
 ('US','Please correct the errors displayed above and try again.','txt_correct_errors','Please correct the errors displayed above and try again.','Text'),
 ('US','Counties Management top text','txt_counties_management_top_text','This section is used to create lists of counties within selected state. Counties are used in tax calculations.','Text'),
 ('US','Countries in Provider area: Note','txt_countries_in_provider_area_note','This page allows you to define sales taxes for different countries. Sales taxes are only applied to orders shipped to the countries below that have a sales tax amount or percentage defined for them (these rates are applied only if you are using generic taxing system).','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Management section -> Countries page note','txt_countries_management_top_text','Use this section to define what countries will be \'active\' for your store (an \'active\' country is a country the residents of which can purchase products at your store). The names of the activated countries appear in the list of countries on the user registration form and are used for setting up destination zones. Country codes are used for the inner processes of the shopping cart. \'Has states\' checkboxes can be used by you to indicate whether a country is divided into states or not (the setting is used for a more detailed adjustment of the registration form). Charset codes for active countries can be provided by you to ensure that the content of your HTML pages is displayed correctly by the browsers of your store users.','Text'),
 ('US','Note:','txt_coupon_note','<B>Note:</B> \"Free shipping\" type coupon applies to the entire cart if one or more products in cart or the order subtotal meet the conditions upon which the coupon should be applied.','Text'),
 ('US','','module_descr_Fancy_Categories','This module enables you to change the look of your categories menu (several alternative styles are provided)','Modules');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','To create an account please contact our users department.','txt_create_account_msg','To create an account please contact our users department.','Text'),
 ('US','This section allows you to create administrator profile.','txt_create_admin_profile','This section allows you to create administrator profiles.','Text'),
 ('US','This section allows you to create customer profile.','txt_create_customer_profile','This section allows you to create customer profiles.','Text'),
 ('US','Create profile message','txt_create_profile_msg','The form below allows you  to create a profile which is necessary  to place orders. Do not forget that this information is essential to use our services correctly. Fields marked with <font class=\"TableCenterCustomerFormOrange\">*</font> are mandatory.','Text'),
 ('US','Create profile message for partners','txt_create_profile_msg_partner','The form below allows you to create a profile which is necessary to see banner statistics and see orders and payments. Do not forget that this information is essential to use our services correctly. Fields marked with <font class=\"TableCenterCustomerFormOrange\">*</font> are mandatory.','Text'),
 ('US','This section allows you to create provider profile.','txt_create_provider_profile','This section allows you to create provider profiles.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Credit card information removal','txt_credit_card_information_removal','Credit card information removal','Labels'),
 ('US','Credit card processor note','txt_credit_card_processor_note','Select the payment module to process customer credit cards','Text'),
 ('US','CSV file is located on the server','txt_csv_file_is_located_on_the_server','CSV file is located on the server (this should be an absolute path, e.g.: {{my_files_location}})','Text'),
 ('US','If you need to edit text in another language, please make sure this language is selected as current.','txt_current_language','If you need to edit text in another language, please make sure this language is selected as current.','Text'),
 ('US','This section allows you to edit and delete customers rating of products.','txt_customer_ratings_edit_top_text','This section allows you to edit and delete customers\' ratings of products.','Text'),
 ('US','This section is used to backup the Database or restore the Database from .sql file.','txt_database_backup_restore_top_text','This section is used to backup the Database or restore the Database from .sql file.','Text'),
 ('US','The date of the last database backup','txt_db_last_backup_date','The date of the last database backup:','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The database has never been backuped!','txt_db_never_backuped','The database has never been backed up!','Text'),
 ('US','Default category','txt_default_category','Default category (this will be used if the category is not specified in the CSV file)','Text'),
 ('US','Default passwords are insecured message','txt_default_passwords_insecured','<FONT class=\"ErrorMessage\">WARNING!</FONT><BR>\r\nThe following user accounts are using passwords set by default:<BR>\r\n<B>{{accounts}}</B>\r\nPlease modify passwords for these accounts to avoid unauthorized access to your store!','Labels'),
 ('US','WARNING! The following user accounts are using passwords set by default: accounts Please modify passwords for these accounts to','txt_default_passwords_warning_js','WARNING! The following user accounts are using passwords set by default: accounts Please modify passwords for these accounts to','Labels'),
 ('US','This is a confirmation page. You must confirm this operation before it will be performed.','txt_delete_category_top_text','This is a confirmation page. You must confirm the operation before it will be performed.','Text'),
 ('US','Here you can delete all orders from your store or export all orders in specified file format.','txt_delete_export_all_orders_note_admin','Here you can delete all the orders from your store or export all the orders in the specified file format.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Here you can export all orders in specified file format.','txt_delete_export_all_orders_note_provider','Here you can export all orders in specified file format.','Text'),
 ('US','Delete selected file or directory?','txt_delete_file_warning','Delete selected file or directory?','Text'),
 ('US','Are you sure that you want to delete this message?','txt_delete_messages','Are you sure that you want to delete this message?','Text'),
 ('US','All related information will be also deleted from database. Are you sure that you want to delete this newslist?','txt_delete_new_list_text','All related information will be also deleted from database. Are you sure that you want to delete this newslist?','Text'),
 ('US','You have count orders in your store that will be deleted.','txt_delete_N_orders_message','You have <SPAN class=\"ProductPriceSmall\">{{count}}</SPAN> orders in your store that will be deleted.','Text'),
 ('US','All related information will be also deleted from database. Are you sure that you want to delete orders with selected criteria?','txt_delete_orders_warning','All related information will be also deleted from database. Are you sure that you want to delete orders with selected criteria?','Text'),
 ('US','Are you sure you want to delete the selected products?','txt_delete_products_warning','Are you sure you want to delete the selected products?','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','All related information will be also deleted from database. Are you sure that you want to delete these orders?','txt_delete_selected_orders_warning','All related information will be also deleted from database. Are you sure that you want to delete these orders?','Text'),
 ('US','Please check the list of users you have selected to delete and make sure this list includes only the users you really want to de','txt_delete_users_top_note','Please check the list of users you have selected to delete and make sure this list includes only the users you really want to delete.','Labels'),
 ('US','This is a confirmation page. You must confirm this operation before it will be performed.','txt_delete_users_top_text','This is a confirmation page. You must confirm this operation before it will be performed.','Text'),
 ('US','Destination zones: Note','txt_destination_zones_note','This section allows you to define destination zones that may be used in shipping rates and taxes calculations.','Text'),
 ('US','This section allows to upload large images (&lt;2M) for the product.','txt_det_images_top_text','This section allows you to upload large images (&lt;2M) for the product.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Discounts: Note','txt_dicounts_note','This page allows you to define purchase discounts for your store. Purchase discounts apply to all customer orders that include products in the details of which you selected the Apply global discounts check box.  Purchase discounts do not require your customers to enter any type of \"code\" to get a discount. They are normally used to provide automatic savings on every customer order that is over a certain amount. <BR><BR>The system checks if a purchase discount needs to be calculated and applied to the order based on the order subtotal. The  \"Order Subtotal\" is the cost of all products included into the order before any discounts or sales tax are applied. If the Subtotal is greater than a certain amount, the customer gets a purchase \r\ndiscount. If, besides a global purchase discount, a discount coupon is applied, the coupon savings amount is deducted from what remains of the subtotal after the application of the purchase discount. <BR><BR>','Text'),
 ('US','Differences in the new and confirming keys','txt_different_mpasswords','Differences in the new and confirming keys','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','WARNING! Writing to this directory is prohibited. Please check directory permissions.','txt_directory_is_not_writable','<B>WARNING!</B> Writing to this directory is prohibited. Please check directory permissions.','Text'),
 ('US','Directory where images are located','txt_directory_where_images_are_located','Directory where images are located (this will be used if image file is specified without path; this should be an absolute path, e.g.: {{my_files_location}}/images_backup)','Text'),
 ('US','This page allows you to define coupons that you wish to accept for your store. Each coupon allows a customer to receive a discou','txt_discountcoupons_desc','This page allows you to define coupons that you wish to accept for your store. Each coupon allows a customer to receive a discount when he/she orders products from your store.<BR><BR>If a customer enters a valid coupon code during checkout, the store will deduct the discount amount from their order total.','Text'),
 ('US','Displaying X-Y results','txt_displaying_X_Y_results','Displaying: {{first_item}} - {{last_item}} results ','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Downloading failed','txt_download_failed','Downloading failed','Text'),
 ('US','You supplied valid download key..','txt_download_failed_msg','You supplied valid download key, but system failed to find distribution package , please contact the shop administration','Text'),
 ('US','Warning! This option will remove all *.html files (except shop_closed.html) in the catalog directory before generating a new htm','txt_drop_old_catalog_note','Warning! This option will remove all *.html files (except shop_closed.html) in the catalog directory before generating a new html catalog.','Text'),
 ('US','You have selected the option to drop old html catalog. This option will remove all *.html files (except shop_closed.html) in the','txt_drop_old_catalog_warning','You have selected the option to drop old html catalog. This option will remove all *.html files (except shop_closed.html) in the catalog directory before generating a new html catalog. Are you positive you want to continue?','Text'),
 ('US','Check CVV2 option if this credit card type requires it.','txt_edit_cc_types_note','<B>*Note:</B> Check CVV2 option if this credit card type requires it.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Edit credit card types text','txt_edit_cc_types_top_text','This section allows you to manage the credit card types that your store will be able to accept. Here you can create, modify and delete card types. Please refer to the <A href=\"{{path}}/file_edit.php?dir=&file=%2Fcheck_cc_number_script.tpl\">check_cc_number_script.tpl</A> file to find out if JavaScript validation is supported for a specific card type.','Text'),
 ('US','This section allows you to edit templates from which you store is built. As the templates engine is very flexible and extremely','txt_edit_file_top_text','This section allows you to edit the templates from which you store is built. As the templates engine is very flexible and extremely configurable, you may change the look and feel of your store so that it will fit <B>any design layout</B>.','Text'),
 ('US','Note: To enter the values of language variables in the correct charset please select the desired language from the dropdown box','txt_edit_language_note','<B>Note:</B> To enter the values of language variables in the correct charset please select the desired language from the dropdown box at the top of this page.','Text'),
 ('US','You can create several membership levels for different user types.','txt_edit_membership_levels_non_simple_mode_text','You can create several membership levels for different user types.\r\n<BR><BR>\r\nThere are two special membership levels that can be granted to users: \'Root provider\' and \'Fulfilment staff\'.\r\n\'Root provider\' is enabled only for providers. It transforms a simple provider into the super provider capable of managing all the products in the store (not only the products he created).\r\n<BR>\r\n\'Fulfilment staff\' membership is for administrators only. It reduces the administrator\'s rights so that his powers become limited to orders management only.\r\nBe careful if you want to delete or rename these membership levels.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You can define several membership levels for the customers of your store.','txt_edit_membership_levels_simple_mode_text','You can define several membership levels for the customers of your store.\r\n<BR><BR>\r\n\'Fulfilment staff\' membership is provided for administrators with the powers of orders management only. This membership level cannot be edited or deleted.','Text'),
 ('US','This section allows you to set up and manage membership levels for the users of your store. Use it to create, rename or delete m','txt_edit_membership_levels_top_text','This section allows you to set up and manage membership levels for the users of your store. Use it to create, rename or delete membership levels.','Text'),
 ('US','Editing of a product group: Note','txt_edit_product_group','Check this checkbox to make the corresponding field common for these products','Text'),
 ('US','This section will help you to create your own static HTML pages within X-Cart.','txt_edit_static_page_top_text','This section will help you create your own static HTML pages within X-Cart.<BR><BR> Fill in the form below to create a static page file. The fields marked by <FONT class=\"Star\">*</FONT> are mandatory.','Text'),
 ('US','This product is electro..','txt_egoods_msg','This product is electronicaly distributed. You can download it within next hours','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Registration email already exists','txt_email_already_exists','Email address already exists in database !','Text'),
 ('US','E-mail address is invalid! Please correct','txt_email_invalid','E-mail address is invalid! Please correct','Text'),
 ('US','Enter merchant key: Note','txt_enter_merchant_password_note','The Merchant key uses order details field for decryption, if this field is crypted with Blowfish crypt method. When an order is added to the database, order details will be crypted with the standard low-persistent crypt method. And after you enter the Merchant key or request script admin/recrypt.php, all order details fields will be recrypted with Blowfish crypt method. As a result, you can see the order details field only if this field is crypted with standard crypt method or Blowfish crypt method after entering the Merchant key.','Text'),
 ('US','Environment info text','txt_environment_info_text','If none of the following components: Net::SSLeay, CURL, libCURL, OpenSSL, HTTPS-cli is found, you may have problems with CC gateways using direct SSL connection to the gateway secure server (eg. Authorize.net, PayPal, NetBilling etc.). <BR><BR>Some parts of X-Cart use XML parser (EXPAT extension). At the moment XML parser is used by the following shipping modules: Intershipper, UPS, USPS, Canada Post.If your version of PHP has no support of EXPAT, you cannot use realtime shipping rates calculation via these shipping modules.','Text'),
 ('US','Ensure that you have 6 or 7 characters in your postal code','txt_error_ca_zip_code','Ensure that you have 6 or 7 characters in your postal code','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Ensure that you have 5 digits in your zip code','txt_error_us_zip_code','Ensure that you have 5 digits in your zip code','Text'),
 ('US','This combination of variants of the product options cannot be selected','txt_exception_warning','Warning! This combination of variants of the product options cannot be selected','Text'),
 ('US','Click the button below to export all orders that are found by this search query.','txt_export_all_found_orders_text','Click on the button below to export all the orders found by this search query.','Text'),
 ('US','Export products: Comment','txt_export_products_comment','When re-importing the file that you have just exported, set up the \'Get column names from the first row of the CSV file\' option in the product import dialog.','Text'),
 ('US','Export products: Image note','txt_export_products_image_note','Full path to the directory where the product images (thumbnails, detailed images) will be placed (please make sure this directory exists and has permissions for writing),<BR>e.g.: {{my_files_location}}/images_backup','Text'),
 ('US','Export products: Note','txt_export_products_note','This page allows you to export data into a CSV file.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows the adding of additional non-standard fields to the products table. For example, this might be used to add a','txt_extra_fields_desc','This section allows you to add additional non-standard fields to the products table. For example, it might be used to add \'Author\' and \'ISBN\' fields to a product that is a book.<BR><BR><B>Note:</B> It is recommended to have no duplicating \'Field names\' not to confuse your customers.','Text'),
 ('US','You can not to create new extra fields because you have reached the limit of extra fields per one provider.','txt_extra_fields_limit','You can not to create new extra fields because you have reached the limit of extra fields per one provider.','Text'),
 ('US','FAQ goes here','txt_faq','<p><strong>1. </strong> - How long does it take to process my orders?</p>\r\n&nbsp&nbsp&nbsp&nbsp&nbsp&nbspOrders are processed generally the next business day as long as we have your item in stock.</p>\r\n\r\n<p><strong>2. </strong> - I live outside the USA. Will you ship to me?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspSorry but at this time We can only ship within the USA.</p>\r\n<p><strong>3. </strong> - How do I check the status of my order?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspLog in using your name and password. In the “your account” box, click “order history” This\r\n&nbsp&nbsp&nbsp&nbsp&nbsp&nbspgives you a detailed report of every order you have placed.</p>\r\n\r\n<p><strong>4. </strong> - What are your normal business hours?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp10:00 AM till 4:00 PM CST Monday through Saturday With extended holiday hours in December.</p>\r\n<p><strong>5. </strong> -\r\nWhat is your location?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspWe are at : 21090 Virginia Road   Dekalb, IL 60115</p>\r\n<p><strong>6. </strong> -\r\nWhat payment methods do you accept?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspWe take Visa, Mastercard, American Express, Discover, PayPal.</p>\r\n\r\n<p><strong>7. </strong> - If I don’t trust the internet with my personal information, how else can I pay you?</p>\r\n<p>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspYou can call us at 1-815-758-7215 and give your details over the phone.  </p>','Text'),
 ('US','Fedex: Files have been imported successfully!','txt_fdx_files_imported','Files have been imported successfully!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows you to define featured products which will be shown under this category.','txt_featured_products','This section allows you to define featured products to be shown on the category level chosen in the form above.','Text'),
 ('US','You will be redirected to FedEx service site, by clicking this button.','txt_fedex_redirection','You will be redirected to FedEx service site, by clicking this button.','Text'),
 ('US','Fields marked with * are mandatory','txt_fields_are_mandatory','The fields marked with <font class=\"Star\"><b>*</b></font> are mandatory.','Text'),
 ('US','Warning!','txt_files_could_not_be_patched','<B>Warning!</B><BR>\r\nThe following files could not be patched with automated upgrade system. This may be because these files were changed from their original state. Those files needs to be patched manually or restored from backup.','Text'),
 ('US','File is non-executable or does not exist','txt_file_none_exe_no_exists','File \"{{file}}\" is non-executable or does not exist!','Text'),
 ('US','Fill the page content field please','txt_fill_page_content_field','Fill the page content field please','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Fill the page file field please','txt_fill_page_file_field','Fill the page file field please','Text'),
 ('US','Fill the page name field','txt_fill_page_name_field','Fill the page name field','Text'),
 ('US','To fill in the form by data from your personal profile click on the \'Fill From Profile\' button','txt_fill_regform_from_profile','To fill in the form by data from your personal profile click on the \'Fill From Profile\' button.','Text'),
 ('US','GC admin top text','txt_gc_admin_top_text','This section allows you to browse though the Gift Certificates ordered at your store. <BR><BR><B>Note:</B> by default expired GC\'s are not shown in the list. If you want to have a list of all existing GC\'s, enable \"Show expired GC\'s\" option in <A href=\"configuration.php?option=Modules\">\'General setting\'</A> section.','Labels'),
 ('US','Please fill in all the required fields of the recipient\'s mail address.','txt_gc_enter_mail_address','Please fill in all the required fields of the recipient\'s mail address.','Text'),
 ('US','Enter the postal address  who you\'re sending a Gift Certificate to.','txt_gc_enter_postal_mail','Enter the postal address of the person you are sending the Gift Certificate to.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Gift certificate page header','txt_gc_header','Gift certificates are the perfect solution when you just can\'t  find the right gift or you\'re short of time. Gift Certificates make a perfect present for friends, family, and business associates.','Text'),
 ('US','WARNING: When you update Gift Certificate status to active this certificate will be automatically sent to recipient email.','txt_gc_update_warning','WARNING: When you update the status of a Gift Certificate to active, this certificate will be automatically sent to the recipient\'s email.','Text'),
 ('US','You have selected to edit your store\'s general configuration. The fields and options presented below control the store\'s operati','txt_general_settings_top_text','You have selected to edit the general configuration of your store. The fields and options presented below enable you to control the store operation.','Text'),
 ('US','If you have the existing Gift certificate you can check its current amount and status.','txt_gift_certificate_checking_msg','If you have the existing Gift certificate you can check its current amount and status.','Text'),
 ('US','This page allows you to manage product options in global scope. You are able to create/modify/delete product options for multipl','txt_global_prodopts_desc','This page allows you to manage product options on a global scale. You are able to create/modify/delete product options for multiple products. Use global options with care because you will not be able to cancel the changes.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','has been changed.','txt_has_been_changed','has been changed.','Text'),
 ('US','has been completed','txt_has_been_complete','has been completed','Text'),
 ('US','has been processed','txt_has_been_processed','has been processed','Text'),
 ('US','Warning:','txt_have_could_not_patch','<B>Warning</B>:<BR>\r\nSome of files in your instalation got the status \"<FONT color=\"red\">could not patch</FONT>\".','Text'),
 ('US','You have not defined shipping rates.','txt_have_not_defined_shipping_rates','You have not defined shipping rates.','Text'),
 ('US','If the page is not updated in a N seconds, please follow this link','txt_header_location_note','If the page is not updated in a {{time}} seconds, please follow this link: <A href=\"{{location}}\">continue &gt;&gt;</A>','Text'),
 ('US','Product options help','txt_help_product_options','<B>Product Options notes:</B><BR>\nIt\'s recommended to have NO duplicating \'Option classes\' for each product to avoid confusion. Leave \'Options list\' empty if you want your customer to be able to enter custom information instead of selecting from options.\n<P>\n<B>Example:</B><BR>\n<TABLE border=\"1\" width=\"400\">\n<TR>\n<TD class=\"TableHead\" nowrap>Option class&nbsp;&nbsp;</TD>\n<TD class=\"TableHead\" nowrap>Option text</TD>\n<TD class=\"TableHead\" nowrap>Pos.</TD>\n<TD class=\"TableHead\" width=\"200\">Options list</TD>\n</TR>\n<TR valign=\"top\">\n<TD>Cover</TD>\n<TD nowrap>Choose cover&nbsp;&nbsp;</TD>\n<TD>10</TD>\n<TD>\n<I>Soft<BR>\nHard=+5<BR>\n</I>\n</TD>\n</TR>\n<TR valign=\"top\">\n<TD>Color</TD>\n<TD nowrap>Choose color&nbsp;&nbsp;</TD>\n<TD>20</TD>\n<TD>\n<I>Red=-4%<BR>\nBlue=+5<BR>\nBrown<BR>\n</I>\n</TD>\n</TR>\n</TABLE>\n\n<BR><BR>\n\n<B>Exception format:</B><BR>\n&lt;Option Class&gt;=&lt;Option to reject&gt;[;&lt;Option Class&gt;=&lt;Option to reject&gt;]<BR><BR>\n<B>Example:</B><BR>\n\n<TABLE border=\"1\" width=\"400\">\n<TR>\n<TD class=\"TableHead\" nowrap>Exceptions</TD>\n</TR>\n<TR>\n<TD>Cover=Hard</TD>\n</TR>\n<TR>\n<TD>Cover=Soft;Color=Red</TD>\n</TR>\n<TR>\n<TD>Cover=Hard;Color=Blue</TD>\n</TR>\n</TABLE>\n\n<BR><BR>\n\n<B>Product options validation:</B><BR>\n\n<B>Example:</B><BR>\n\n<TABLE border=\"1\" width=\"400\">\n<TR>\n<TD class=\"TableHead\" nowrap>Validation script (Javascript)</TD>\n</TR>\n<TR>\n<TD>\nif (product_option(\'Cover\').selectedIndex == 1)<BR>\n{ alert(\'You have chosen Hard cover for this product\'); return true; }<BR>\n</TD>\n</TR>\n</TABLE>\n\n<BR>\nPlease use \'store_language\' variable to determine current store language:<BR>\nif (store_language==\'FR\') ...','Text'),
 ('US','Help zone, gives you access to the information which will help','txt_help_zone_title','Help zone, gives you access to the information which will help you to understand our site capabilities, the conditions of using our site and you will get a lot of other useful information there.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Hide disfunctional payment methods notes','txt_hide_disfunctional_payments_note','<B>Note:</B> Note: You have choosed <FONT class=\"AdminTitle\">\"Hide disfunctional payment methods\"</FONT>. In this mode system checks if all required software (like binary client programs required for some payment gateways) is installed and configured. If this check fails system will not display this payment method in the list of available payment methods during the checkout.','Text'),
 ('US','(use Ctrl key to select multiple options)','txt_hold_ctrl_key','(use Ctrl key to select multiple options)','Text'),
 ('US','Hold the \'Ctrl\' key to select multiple.','txt_hold_the_ctrl_key_to_select_multiple','Hold \'Ctrl\' key to select more than one entry.','Text'),
 ('US','How to setup store text','txt_how_setup_store','This section walks you through the basic steps of building a store and provides brief step-by-step instructions on what should be done after X-Cart is installed. We did not mean it to be anything more than a quick overview, so please refer to X-Cart shopping software reference manual for more information on administrating X-Cart based online stores.\r\n\r\n<BR><BR>\r\n\r\n<B>ENVIRONMENT</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Check your environment information (Summary section) and make sure all the necessary components are installed and the necessary directories have write permissions.\r\n\r\n<BR><BR>\r\n\r\n<B>USERS MANAGEMENT</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Modify your profile. Change the default username/password that you used to log into the administrative zone.\r\n<DD>- Set up the membership levels to be used in your store (X-Cart has a few preset membership levels used to control access permissions for different groups of store users. If necessary, you can add custom levels or remove the preset membership levels you do not need).\r\n<DD>- Change all default user account passwords. If needed, add more admin/provider accounts (provider accounts are a specific feature of X-Cart PRO) and assign them to appropriate membership levels.\r\n<DD>- Set up User Profiles options: define what information should be included into the profile details form for different types of users.\r\n \r\n<BR><BR>\r\n \r\n<B>GENERAL SETTINGS</B>\r\n \r\n<BR><BR>\r\n \r\n<DD>- Set up Company options: specify your company name, location (will be used for shipping rates calculation) and contact information; set up the e-mail addresses for notifications about new registered users, orders, etc.\r\n<DD>- Set up General options to define the most general configuration of your store.\r\n\r\n<BR><BR>\r\n \r\n<B>MODULES</B>\r\n \r\n<BR><BR>\r\n \r\n<DD>- Enable the modules you want to use in your store.\r\n<DD>- Set up Modules options and the options for the add-ons you installed and enabled (like Gift Registry, Fancy Categories, X-Affiliate etc)\r\n\r\n<BR><BR>\r\n \r\n<B>SECURITY</B>\r\n \r\n<BR><BR>\r\n \r\n<DD>- If you are going to use PGP or GnuPG encryption for e-mail notifications, set up PGP options or GnuPG options.\r\n<DD>- Set up Security options including Blowfish encryption, filter for the extensions of files that can be uploaded to the server, etc.\r\n \r\n<BR><BR>\r\n\r\n<B>COUNTRIES AND STATES SETTINGS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Activate the countries to which your store is going to sell products, edit the additional countries features such as \'VAT taxable\' flag.\r\n<DD>- Edit the lists of states for the countries you made active: remove the states you do not need or add the states that are not listed currently.\r\n\r\n<BR><BR>\r\n\r\n<B>SHIPPING SETTINGS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Set up Shipping options: enable shipping (if you need shipping in your store), define additional shipping settings such as using real time processing for shipping rates calculation.\r\n<DD>- Edit the list of shipping methods to be used in your store (enable/disable the pre-set shipping methods or add shipping methods of your own).\r\n<DD>- Define real-time processors options (if you selected to use shipping rates real time processing).\r\n\r\n<BR><BR>\r\n\r\n<B>TAXES SETTINGS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Set up Taxes options: select the taxing system for the store and set up additional settings for taxes application.\r\n\r\n<BR><BR>\r\n\r\n<B>PAYMENT SYSTEM SETTINGS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Define payment methods that your customers will be able to use when making orders at your store.\r\n<DD>- If you are going to allow your customers to use credit cards to pay for their orders, specify what credit card types you are going to accept.\r\n<DD>- Set up the options for the payment methods you are planning to use for your store (i.e. PayPal options, NOCHEX options)\r\n<DD>- Set up payment gateway(s) for CC processing (if you are going to use Credit Card payment method), check processing (if you are going to use Pay by Check payment method) and subscription processing.\r\n\r\n<BR><BR>\r\n\r\n<B>LOOK AND FEEL SETTINGS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Set up Appearance options to configure the look of your site (set the limit of products per page, define your products list style, etc).\r\n<DD>- Edit templates (if needed), upload your logo and graphics, change the skin1.css file.\r\n<DD>- Edit the Speed bar to improve navigation within the customer area of your store.\r\n<DD>- Add Static pages that can be displayed as part of your store (e.g. sections \'About Us\', \'FAQs\', etc)\r\n\r\n<BR><BR>\r\n\r\n<B>LANGUAGES MANAGEMENT</B>\r\n \r\n<BR><BR>\r\n \r\n<DD>- Edit the language labels values (such as labels, text, error messages, and email text).\r\n<DD>- Use Webmaster mode to facilitate the language labels modifications (Webmaster mode allows you to make changes to the language labels stored in the database directly from the pages on which they appear).\r\n<DD>- If necessary, add or import a new language.\r\n<DD>- Set up the default customer and admin language.\r\n\r\n<BR><BR>\r\n\r\n<B>PRODUCTS MANAGEMENT</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Set up categories so your products could be classified for your customers. convenience.\r\n<DD>- Create a list of manufacturers that will allow you to classify your products by the brand name.\r\n<DD>- Add new products.\r\n<DD>- Create featured products lists that will be displayed within categories.\r\n\r\n<BR><BR>\r\n\r\n<B>NEWS MANAGEMENT</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Create one or more news lists for your customers.\r\n<DD>- Create news content (e.g. you could set up \'Site announcements\' news list with the first news message about the launching of your site)\r\n\r\n<BR><BR>\r\n\r\n<B>SEARCH ENGINE FRIENDLINESS</B>\r\n\r\n<BR><BR>\r\n\r\n<DD>- Set up SEO options: enter the meta tags (keyword and description) that will be common for all the pages of your site, select the page title format, etc.\r\n<DD>- When your store is ready for launching generate an HTML catalog to increase the site rating in the search engines.\r\n','Text'),
 ('US','txt_how_setup_store_bottom','txt_how_setup_store_bottom','<SCRIPT type=\"text/javascript\" language=\"JavaScript 1.2\">\r\nvar url =  document.URL;\r\nvar re = /^https/;\r\nif ( !url.match(re) ) {\r\n    document.write(\"<IMG src=\\\"http://www.x-cart.com/img/background.gif\\\" width=\\\"1\\\" height=\\\"1\\\">\");\r\n};\r\n</SCRIPT>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','For the proper functioning of HSBC, the store must be accessible via HTTPS.','txt_hsbc_note','For the proper functioning of HSBC, the store must be accessible via HTTPS.','Text'),
 ('US','This section is used to generate HTML version of X-cart customer interface. HTML catalog can make your site search engine friend','txt_html_catalog_top_text','This section is used to generate an HTML version of X-cart customer interface. HTML catalog can make your site search engine friendly. Modern search engines give script generated pages lower priority in comparison with plain HTML pages. Creating an HTML catalog helps to avoid this disadvantage. A customer will browse your HTML catalog, but when he decides to add a product to the shopping cart, do search, etc - he will be automatically redirected to the script version of the cart.<BR><BR>Note: your HTML catalog is a set of static pages, it does not reflect the changes in your database, so when you add new products, change pricing, etc - do not forget to refresh your catalog (generate it again).<BR><BR>Your HTML catalog will be located in \'catalog\' directory under X-Cart directory.<BR><BR>For UNIX users, make sure that \'catalog\' directory has world writable permissions (go to X-Cart directory and issue the command: chmod 0777 catalog). After the catalog generation is completed do not forget to set permissions back to 0755.','Text'),
 ('US','The server directory where HTML-catalog will be generated: cat_dir','txt_html_catalog_will_generated_in','The server directory where the HTML-catalog will be generated:<BR><B>{{cat_dir}}</B><BR><BR> You will access your HTML-catalog via this URL:<BR><A href=\"{{cat_url}}\" target=_new><B>{{cat_url}}</B></A>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','(Use this if you get timeouts when generating catalog in one pass)','txt_html_pages_per_pass_note','(Use this if you get timeouts when generating the catalog in one pass)','Text'),
 ('US','* Note: If HTML-tags in the product description text will be detected this text will be stored in the database as is, otherwise','txt_html_tags_in_description','<B>* Note:</B> If HTML-tags in the product description text will be detected this text will be stored in the database as is, otherwise - as plain text with all the new line breaks replaced with &lt;br&gt; tags.','Text'),
 ('US','If you can\'t remember your SSN number, you should fill in this fields','txt_if_unknown_ssn','If you can\'t remember your SSN number, you should fill in this fields','Text'),
 ('US','See Log file link','txt_images_location_logfile_link','See <B><A href=\"images_location.php?mode=viewlog\">Log file</A></B> (last modified date: {{date}})','Text'),
 ('US','Images location notes','txt_images_location_notes','*pertains to storing images on the file system only.<BR>**\'0\' - not limited.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Images location text','txt_images_location_top_text','On this page you can switch your X-Cart to store images (category icons, product thumbnails and/or detailed product images) in the database or on the file system. By default, all images are stored in the database. Storing images on the file system may be helpful if your database performance is poor or its size is limited.<BR><BR><B>IMPORTANT!</B> If you want to move images from the database to the file system, make sure you specified  the correct path to the place where your images will be stored (Note: you should specify the path on the server where X-cart is installed, not on your local machine). For UNIX users, make sure that this directory has world writable permissions (go to the specified directory and issue the command: chmod 0777).<BR><BR>If you select the \'Allow to store images only in the directory specified here\' check box, all your images will be stored by default in the directory specified in the \'Path to images on the local server\' field. If you leave the check box empty, when uploading your images you will be able to choose a subdirectory of \'xcart/files\' directory.<BR><BR>It\'s strongly recommended to make a backup of your database before you proceed.','Text'),
 ('US','Import could take several minutes, please be patient.','txt_import_could_take_several_minutes','Import could take several minutes, please be patient.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Import images: List columns note','txt_import_images_list_columns_note','The list below defines the order of columns in your CSV file (\'NULL\' means there is no field).<br>The fields \'productcode\' (SKU) or \'productid\' identify the products existing in the database. You should select one.','Text'),
 ('US','Import images: Note','txt_import_images_note','This page allows you to import images associated with products using a CSV file.','Text'),
 ('US','Note: the fields in import file must be in the following order: Name, Value, Description, Topic','txt_import_language_note','<B>Note:</B> the fields in the file being imported must be in the following order: Name, Value, Description, Topic','Text'),
 ('US','Import products: Backup note','txt_import_products_backup_note','It is strongly recommended to export products before importing to avoid corrupting your database if import fails.','Text'),
 ('US','Import products: Backup note (General)','txt_import_products_backup_note_general','It is strongly recommended to make a database backup or export products before importing to avoid corrupting of your database if import fails.','Text'),
 ('US','Import products: Column order note','txt_import_products_column_order_note','The list below defines the order of columns in your CSV file (\'NULL\' means there is no field).','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Import products: Note','txt_import_products_note','This page allows you to import products from a CSV file.','Text'),
 ('US','Some words about insecure login','txt_insecure_login_form','This form should be used for emergency issues only.','Text'),
 ('US','International descriptions','txt_international_descriptions','International descriptions','Text'),
 ('US','You should purchase account from www.intershipper.com to access this service','txt_intershipper_account_note','Enter your account details. The account should be purchased from <A href=\"http://www.intershipper.com/\" target=\"_blank\">www.intershipper.com</A> ','Text'),
 ('US','Inventory is successfully updated','txt_inv_updated','<P>Inventory is successfully updated</P>','Text'),
 ('US','item(s) already purchased','txt_items_already_purchased','item(s) already purchased','Text'),
 ('US','item(s) available','txt_items_available','item(s) available','Text'),
 ('US','If you have disabled Javascript in your browser click here','txt_javascript_disabled','If Javascript is disabled in your browser click here','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','If you have enabled Javascript in your browser click here','txt_javascript_enabled','If Javascript is enabled in your browser click here','Text'),
 ('US','If you see this message it means that your browser doesn\'t support Javascript or it is disabled. Please enable JavaScript in you','txt_js_disabled_msg','If you see this message it means that your browser doesn\'t support Javascript or it is disabled. Please enable JavaScript in your browser settings for the proper functionality of X-Cart.','Text'),
 ('US','WARNING! You cannot delete this user because you do not have other administrators and will not be able to log in to the administ','txt_last_admin_warning','WARNING! You cannot delete this user because you do not have other administrators and will not be able to log in to the administration area.','Text'),
 ('US','License text message','txt_license_message','','Text'),
 ('US','The list of subcategories','txt_list_of_subcategories','The list of subcategories','Text'),
 ('US','logged in !','txt_logged_in','is logged in !','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Log in history is empty','txt_login_history_empty','Log in history is empty','Text'),
 ('US','If you already have a&#1090; account..','txt_login_incorrect','If you already have an account, you can authenticate yourself by filling in the form below. The fields marked with <font class=\"TableCenterCustomerFormOrange\">*</font> are mandatory.','Text'),
 ('US','The log file N cannot be created. It\'s displayed on this page.','txt_log_file_N_cant_be_created','The log file {{logfile}} cannot be created. It\'s displayed on this page.','Text'),
 ('US','Note: Including products of providers that is not creator of this manufacturer','txt_manufactirers_special_note','<B>Note:</B> Including products of providers that is not creator of this manufacturer','Text'),
 ('US','If you delete a manufacturer that has assigned products all these products will lose their manufacturer. Are you sure you want t','txt_manufacturers_delete_msg','If you delete a manufacturer that has assigned products all these products will lose their manufacturer. Are you sure you want to proceed?','Text'),
 ('US','Note: Provider can view the entire list of manufacturers but edit or delete only manufacturers created by the same provider.','txt_manufacturers_notes','<B>Note:</B> Any provider can view the entire list of manufacturers but he can edit or delete only the manufacturers created by himself. <BR><BR><B>Note:</B> A provider will not be able to delete a manufacturer he created if it is being used by any other providers. ','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Note: Only administrator can activate manufacturer and set up its position in the manufacturers list.','txt_manufacturers_note_pro','<B>Note:</B> Only administrator can activate a manufacturer and set up its position in the manufacturers list.','Text'),
 ('US','If you need to delete or update such manufacturer please ask store administrator to help you.','txt_manufacturers_note_pro_provider','If you need to delete or update such manufacturer please ask the store administrator to help you.','Text'),
 ('US','This section allows to view, create and modify manufacturers.','txt_manufacturers_top_text','This section allows you to view, create and modify manufacturers.Each product can be assigned to one manufacturer.Any provider can assign thier products to any existing manufacturer.','Text'),
 ('US','WARNING! This manufacturer is used by other providers and you can not to remove it or change the title.','txt_manufacturers_warning','WARNING! This manufacturer is used by other providers and you can not to remove it or change the title.','Text'),
 ('US','Maximum file size that can be uploaded','txt_max_file_size_that_can_be_uploaded','Maximum file size that can be uploaded','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','WARNING! Maximum file size that can be uploaded: size.','txt_max_file_size_warning','<FONT class=\"Star\">WARNING!</FONT> The maximum file size that can be uploaded: {{size}}b.','Text'),
 ('US','This section allows you to modify administrator profile.','txt_modify_admin_profile','This section allows you to modify administrator profile.','Text'),
 ('US','This section allows you to modify customer profile.','txt_modify_customer_profile','This section allows you to modify customer profile.','Text'),
 ('US','Modify profile message','txt_modify_profile_msg','This form enables you to modify your profile so that your data is always valid.','Text'),
 ('US','This section allows you to modify provider profile.','txt_modify_provider_profile','This section allows you to modify provider profile.','Text'),
 ('US','This section is used to enable/disable functional parts of your store.','txt_modules_top_text','This section is used to enable/disable the functional parts of your store.<BR><BR>Some modules require additional configuration through <A href=\"configuration.php?option=General\"><B>General settings</B></A>.','Text'),
 ('US','Note: you must order at least','txt_need_min_amount','Note: you must order at least','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You should agree to the License Agreement to continue registering with UPS!','txt_need_to_agree_license','You should agree to the License Agreement to continue registering with UPS!','Text'),
 ('US','Information for newbie while registration','txt_newbie_registration_bottom','<b>Information\r\n</b><br><br>\r\nYour password must be different from your username. We recommend you using passwords of 5 or more characters.\r\n<br>\r\n<br>\r\nYour e-mail address must be valid. We use e-mail for communication purposes (order notifications, etc).  Therefore, it is essential to provide a valid e-mail address to be able to use our services correctly.\r\n<br>\r\n<br>\r\nAll your private data is confidential. We will never sell, exchange or market it in any way.\r\n<br>\r\nFor further information on the responsibilities of both parts, you may refer to our','Text'),
 ('US','The following e-mail address is added to the list','txt_newsletter_subscription_msg','The following e-mail address is added to the list','Text'),
 ('US','Are you sure that you want to remove this emails from subscription?','txt_news_list_subscribers_delete','Are you sure that you want to remove this emails from subscription?','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows you to manage your news lists: created several news lists, maintain the maillist, create/edit/send newslette','txt_news_management_top_text','This section allows you to manage your news lists: create news lists, create and maintain the mailing list to which the newsletters will be sent, create/edit/send newsletters to the addresses contained in the mailing list.','Text'),
 ('US','If you don\'t have an account','txt_new_account_msg','If you do not have an account, you can easily<br><a href=\"register.php\"><font class=TableCenterCustomerform>register here</font></a>','Text'),
 ('US','No','txt_no','No','Text'),
 ('US','Note','txt_note','Note','Text'),
 ('US','Notes','txt_notes','Notes','Text'),
 ('US','n/a','txt_not_available','n/a','Text'),
 ('US','You have not defined tax rates for the Tax Zones module!','txt_not_defined_tax_rates','You have not defined tax rates for the Tax Zones module!','Text'),
 ('US','No additional fields defined','txt_no_additional_fields','No additional fields defined','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No categories','txt_no_categories','No categories','Text'),
 ('US','No Card types defined','txt_no_cc_types','No Card types defined','Text'),
 ('US','There are no cities','txt_no_cities','There are no cities','Text'),
 ('US','There are no counties','txt_no_counties','There are no counties for this state','Text'),
 ('US','Blowfish disable: Warning','txt_no_disable_blowfish','You can\'t disable Blowfish crypt method until you enter Merchant key on Order details page.','Text'),
 ('US','No discount coupons defined','txt_no_discount_coupons','No discount coupons defined','Text'),
 ('US','No embedded pages defined','txt_no_embedded_pages','No embedded pages defined','Text'),
 ('US','There are no featured..','txt_no_featured','There are no available featured products...','Text'),
 ('US','No featured products','txt_no_featured_products','No featured products','Text'),
 ('US','There are no Gift Certificates.','txt_no_gc','There are no Gift Certificates.','Text'),
 ('US','None of HTTPS modules are detected','txt_no_https_modules_detected','None of HTTPS modules are detected!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No images','txt_no_images','No images','Text'),
 ('US','If you are not redirected to','txt_no_js_redirect_1','If you are not redirected to','Text'),
 ('US','within 5 seconds -','txt_no_js_redirect_2','within 5 seconds - ','Text'),
 ('US','click here','txt_no_js_redirect_3','click here','Text'),
 ('US','No manufacturers','txt_no_manufacturers','No manufacturers','Text'),
 ('US','No memberships defined','txt_no_memberships_defined','No memberships defined','Text'),
 ('US','No messages are found','txt_no_messages','No messages are found','Text'),
 ('US','There are no newslists available','txt_no_newslists','There are no newslists available','Text'),
 ('US','No news at this moment available yet','txt_no_news_available','No news available at the moment','Text'),
 ('US','Sorry. Checkout is currently unavailable.','txt_no_payment_methods','Sorry. Checkout is currently unavailable. Please turn to your store administrator for assistance.','Text'),
 ('US','No matching products found','txt_no_products_found','No matching products found','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','There areavailable products under this category.','txt_no_products_in_cat','There are no available products under this category.','Text'),
 ('US','Manufacturer has no products ...','txt_no_products_in_man','There are no available products under this manufacturer.','Text'),
 ('US','No product options defined','txt_no_product_options_defined','No product options defined','Text'),
 ('US','No product options exceptions defined','txt_no_product_options_exceptions_defined','No product options exceptions defined','Text'),
 ('US','There are no ratings','txt_no_ratings','There are no ratings','Text'),
 ('US','No reviews for this product','txt_no_reviews','No reviews for this product','Text'),
 ('US','No root pages defined','txt_no_root_pages','No root pages defined','Text'),
 ('US','No samples','txt_no_samples','No samples','Text'),
 ('US','You have no shipping methods enabled!','txt_no_shipping_methods_enabled','You have no shipping methods enabled!','Text'),
 ('US','You have no shipping rates defined!','txt_no_shipping_rates','You have no shipping rates defined!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','No states defined','txt_no_states','No states defined','Text'),
 ('US','No statistics','txt_no_statistics','No statistics','Text'),
 ('US','No subscribers are found','txt_no_subscribers','No subscribers are found','Text'),
 ('US','There are no taxes defined','txt_no_taxes_defined','There are no taxes defined','Text'),
 ('US','No tax rates defined','txt_no_tax_rates_defined','No tax rates defined','Text'),
 ('US','No categories statistic during this period','txt_no_top_categories_statistics','No categories statistic during this period','Text'),
 ('US','No products sold during this period','txt_no_top_products_statistics','No products sold during this period','Text'),
 ('US','Currently there are no VAT taxable countries defined for this store.','txt_no_vat_taxable_countries','Currently there are no VAT taxable countries defined for this store.','Text'),
 ('US','There are no zip/postal codes','txt_no_zipcodes','There are no zip/postal codes','Text'),
 ('US','N products','txt_N_products','{{products}} products','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You have N product with zero price!','txt_N_products_with_empty_price','You have {{products}} product(s) with zero price!','Text'),
 ('US','N rates defined','txt_N_rates_defined','{{rates}} rates defined','Text'),
 ('US','N results found','txt_N_results_found','{{items}} results found','Text'),
 ('US','You have enabled N shipping method(s)','txt_N_shipping_methods_enabled','You have enabled {{count}} shipping method(s)','Text'),
 ('US','You have defined shipping rates for N shipping method(s)','txt_N_shipping_rates_defined','You have defined shipping rates for {{count}} shipping method(s)','Text'),
 ('US','Only providers are able to define this','txt_only_providers_able_to_define_this','Can be defined only by providers','Text'),
 ('US','The operations below are for first selected item only:','txt_operation_for_first_selected_only','The operations below are for the first selected item only:','Text'),
 ('US','This operation is irreversible. Are you positive you want to continue?','txt_operation_is_irreversible_warning','This operation is irreversible. Are you positive you want to continue?','Text'),
 ('US','Warning: this operation can not be reverted!','txt_operation_not_reverted_warning','Warning: this operation cannot be reverted!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows to view order details.','txt_order_details_top_text','This section allows to view order details.','Text'),
 ('US','Congratulations, your order has been placed!','txt_order_placed','Congratulations! Your order has been successfully placed.','Text'),
 ('US','We thank you...','txt_order_placed_msg','Thank you for using our store. An order notification has been sent to your e-mail address.<BR>\r\nYour order will be processed according to the delivery details.','Text'),
 ('US','<b>Note:</b> Order total will be calculated more exactly after you log in.','txt_order_total_msg','<b>Note:</b> Order total will be calculated more exactly after you log in.','Text'),
 ('US','Out of stock','txt_out_of_stock','Out of stock','Text'),
 ('US','Your order total is lower than the amount required for you to be able to use the coupon.','txt_overstepping_coupon_order_total','Your order total is lower than the amount required for you to be able to use the coupon.','Text'),
 ('US','Partner has been created','txt_partner_created','Thank you, you are registered as a partner of the store.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Pasword recover text header','txt_password_recover','You can recover your lost account information using the form below. Please enter your valid e-mail address (the one you used for registration), your account information will be mailed to you shortly.','Text'),
 ('US','The email with your account information was mailed to','txt_password_recover_message1','An email with your account information was mailed to','Text'),
 ('US','We encourage you to authenticate again to verify the received data','txt_password_recover_message2','Use the received data for logging into the shop.','Text'),
 ('US','Error!','txt_patch_application_error','<FONT color=\"red\"><B>Error!</B></FONT><br>\r\nOne of files in your instalation got one of the following status:\r\n<FONT color=\"red\">checksum error</FONT>,\r\n<FONT color=\"red\">non-writable</FONT>,\r\n<FONT color=\"red\">not a file</FONT>.<BR>\r\nThis is critical error. Patch/upgrade process cannot continue.<BR>\r\nPlease correct these errors.','Text'),
 ('US','Patch was applied successfully','txt_patch_applied_successfuly','Patch was applied successfully','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Note:','txt_patch_applying_note','<B>Note:</B>\r\nAfter applying a patch please set the original permissions on changed files.','Text'),
 ('US','This section is used to apply patches (diff files) to the original source files.','txt_patch_apply_note','This section is used to apply patches (diff files) to the original source files. To use this function correctly you need to have a \"patch\" program. You also need to be able to change files permissions by request.<BR><BR><B>Note:</B> selecting  \'Yes\' in the \'Reverse\' checkbox enables you to revert your files to the state they were in before the patch was applied.','Text'),
 ('US','Patch status legend','txt_patch_status_legend','<B>Status legend:</B><BR>\r\n<FONT color=\"green\">OK</FONT> - file ready to patch,<BR>\r\n<FONT color=\"red\">checksum error</FONT> - patch contents is corrupted,<BR>\r\n<FONT color=\"red\">non-writable</FONT> - please give those files a write permissions,<BR>\r\n<FONT color=\"red\">not a file</FONT> - the target is not a file,<BR>\r\n<FONT color=\"red\">not exists</FONT> - file is missing,<BR>\r\n<FONT color=\"red\">could not patch</FONT> - patch cannot be applied to this file automatically because it was significantly modified, the patch for this file should be applied manually,<BR>\r\n<FONT color=\"blue\">already patched</FONT> - file was already patched.','Text'),
 ('US','This section allows to upgrade your software to newest versions. Before using it you should download the upgrade file and unpack','txt_patch_upgrade_center_top_text','This section allows you to upgrade your software to the newest versions. Before using it you should download the upgrade file and unpack it into X-Cart directory. To use this function correctly you need to have a \"patch\" program. You also need to be able to change file permissions by request.<BR><BR> <B>Note:</B> Please use this function ONLY if you absolutely understand what you are doing. It is recommended to make a backup copy of all .php scripts before applying any patches.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Each payment method has its own requirements. X-Cart now has capatibilities to hide disfunctional payment methods. To do this -','txt_payment_methods_hiding_text','Each payment method has its own requirements. X-Cart can now hide disfunctional payment methods (select \"Hide disfunctional payment methods\" option in <A href=\"configuration.php?option=General\"><B>General settings</B></A>).','Text'),
 ('US','This page is used to define payment methods you wish to accept for your store.','txt_payment_methods_top_text','This page enables you to define the payment methods that your customers will be able to use when making orders at your store.<BR><BR> For each of the payment methods optional \"special instructions\" can be defined that will be shown to the customer during checkout. They can be used to pass important information along to the customer. Example: \"Make all checks payable to...\". <BR><BR>This page also allows you to enable secure payment submission for every payment method. If you are using HTTPS server, make sure you have properly set up $https_location variable in config.php file.<BR><BR>Please select the checkboxes corresponding to the payment methods you want to enable.','Text'),
 ('US','Message for enabling PayPal processing in install script','txt_paypal_enable_mail','<P>Dear X-Cart Administrator,</P>\n\n<P>This is a message automatically sent to you by X-Cart to make sure the email address you provided while configuring PayPal payment processing in your store is correct and no payments via PayPal will be lost.</P>\n\n<P>If you received this message and really want to use this email address for processing PayPal payments in your X-Cart based store, please do the following:<BR>\n1) open <A href=\"{{admin_url}}/paypal_enable.php?paypal_enable_id={{paypal_enable_id}}\">{{admin_url}}/paypal_enable.php?paypal_enable_id={{paypal_enable_id}}</A><BR>\n2) login if required<BR>\n3) configure the PayPal settings on the \'Payment methods :: PayPal\' page.<BR>\nThe accuracy of the provided address will be verified.</P>\n\n<P>Once the email is verified, your X-Cart based store will have the ability to accept online payments via PayPal. No account registration or additional configuration is required.</P>\n\n<P><B>Please note:</B> PayPal is a third party service provider. We do not give any guarantees on their services.</P>\n\n<P>Please view PayPal User agreement for details:<BR>\n<A href=\"http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/ua/ua-outside\">http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/ua/ua-outside</A></P>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','PayPal activation','txt_paypal_enable_mail_subject','PayPal activation','Text'),
 ('US','Product configurator: Price modification note','txt_pconf_pricemods_descr','Here you can define price modifiers for this slot. Positive value should be used for mark-up, negative value - for discount.','Text'),
 ('US','Error: perl executable is not found or patch.pl has no rights to execute. In that case you cannot use patch/upgrade code of X-Ca','txt_perl_executable_not_found','Error: perl executable is not found or patch.pl has no rights to execute. In that case you cannot use patch/upgrade code of X-Cart.','Text'),
 ('US','You are in your personal provider area!','txt_personal_provider_area','You are in your personal provider area!','Text'),
 ('US','Please note, larger image libraries of your web server can increase the load time of this page. If this becomes an issue, we rec','txt_preview_images_note','Please note, larger image libraries of your web server can increase the load time of this page. If this becomes an issue, we recommend that you uncheck the \'Active\' button above, which disables the option to select an image from your web server.','Text'),
 ('US','If you wish to preview this template please save the file and click the button below.','txt_preview_template_note','If you wish to preview this template save the file and click on the button below.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Privacy statement message text','txt_privacy_statement','<p><strong>Intro</strong> - \r\nOllies Parrots Perch has created this privacy statement in order to demonstrate our firm commitment to privacy. The following discloses the information gathering and dissemination practices for the web site of Ollies Parrots Perch. Your privacy is a very sensitive subject for us and we take it very seriously. </p>\r\n<p align=\"left\">\r\n<p><strong>Statement</strong> - \r\n Our privacy policy is as follows. Ollies Parrots Perch will never sell, lease, or rent your email address. Furthermore, we will never share your credit card number with third parties unless required to do so by law, court order, or instructed by government or law enforcement authorities.<br>\r\n</p>','Text'),
 ('US','Credit card payment gateway is in test mode','txt_processor_in_test_mode','Your credit card payment gateway ({{processor_name}}) is currently set up to work in test mode!','Text'),
 ('US','(this product is downloadable)','txt_product_downloadable','(this product is downloadable)','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','For some reasons it may be necessary to put links to products in X-cart database on external HTML pages (on the same or on the d','txt_product_links_top_text','For some reasons it may be necessary to put links to products in X-cart database on external HTML pages (on the same or on a different web site). This section will help you to create HTML code that can be put on your HTML pages to introduce \'Add to Cart\' functionality. Just paste this code into an existing HTML page and your customers will be able to add products to the cart directly from this page.','Text'),
 ('US','Warning! The product cannot be added to cart because the followingcombination of options is not available','txt_product_options_combinations_warn','Warning! The product cannot be added to cart because the followingcombination of options is not available','Text'),
 ('US','The prices of products include tax_name','txt_product_prices_include_tax','The prices of products include {{tax_name}}','Text'),
 ('US','This section allows you to define individual taxes. The tax system is designed to handle both North American and non-North Ameri','txt_product_taxes_top_text','This section allows you to define individual taxes. The tax system is designed to handle both North American and non-North American (International) tax systems.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Profile has been created','txt_profile_created','Thank you, your user profile has been successfully created.<br>\r\n<br>\r\nA confirmation e-mail has been sent to the email address that you entered. You can use these details to log in to our website in future. This will make your purchase even easier.<br>\r\n<br>\r\nNow that your account is active and you are logged in you may continue with your purchases.\r\n','Text'),
 ('US','Your profile was successfully deleted','txt_profile_deleted','Your profile was successfully deleted.','Text'),
 ('US','Do you really want to delete your profile','txt_profile_delete_confirmation','Do you really want to delete your profile?','Text'),
 ('US','Your profile has been modified.','txt_profile_modified','Your profile has been modified.','Text'),
 ('US','Your profile was not deleted','txt_profile_not_deleted','Your profile was not deleted','Text'),
 ('US','Prolong TTL note','txt_prolong_ttl','Clicking on this button prolongs the download key TTL (the time during which ESD products can be downloaded) for all the ESD products in this order for another period.','Text'),
 ('US','Provider promotion: Add new product note','txt_provider_promotion_add_new_product_note','This section allows you to create new products in stock.<br>Once you add a new product it will be published right away.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Provider promotion: Coupons note','txt_provider_promotion_coupons_note','This section allows you to define discount coupons. Each coupon allows your customer to receive a discount when he/she orders your products.','Text'),
 ('US','Provider promotion: Discounts note','txt_provider_promotion_discounts_note','Here you can define discount rates. They are normally used to provide automatic savings for every customer order that is over a certain amount.','Text'),
 ('US','Provider promotion: Destination zones note','txt_provider_promotion_dz_note','This section is used to define the destination zones. These zones affect shipping calculations and tax calculations.','Text'),
 ('US','Provider promotion: Global product options note','txt_provider_promotion_gpo_note','This page allows you to manage product options in global scope. You are able to create/modify/delete product options for multiple products.','Text'),
 ('US','Provider promotion: Import/Export product note','txt_provider_promotion_ie_product_note','These sections allow you to exchange products data with external CSV files.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Provider promotion: Modify product note','txt_provider_promotion_modify_product_note','These sections allow you to modify/delete existing products in stock. Once you modify a product, its data will be updated right away.','Text'),
 ('US','Provider promotion: Note','txt_provider_promotion_note','From this page, you can operate your products and your orders in a very easy way! The menu on the left is used to manage your products and orders.','Text'),
 ('US','Provider promotion: New orders note','txt_provider_promotion_no_note','This section allows you to get a list of new orders received by your store.','Text'),
 ('US','Provider promotion: Shipping charges note','txt_provider_promotion_sc_note','This section allows you to define shipping calculations for each shipping method defined for your store depending on destination address, weight of products being shipped, etc.','Text'),
 ('US','Provider promotion: Search orders note','txt_provider_promotion_so_note','This section allows you to perform search queries through your orders.','Text'),
 ('US','Provider promotion: Taxes note','txt_provider_promotion_taxes_note','This section allow you to define sales tax rates for different destination zones.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Provider zone: Welcome note','txt_provider_zone_welcome_note','Welcome to X-Cart Product Provider interface. This interface allows product providers to add/modify/delete their products, browse orders history, control discounts and all other options related to their products. In X-Cart Pro edition more than one product provider account can exist. This turns the store into a kind of mall and allows several providers to sell their products without interfering with each other.<BR>Feel free to access the demo using the following credentials: <BR><BR>username: <B>provider</B><BR>password: <B>provider</B><BR>','Text'),
 ('US','','txt_publicity_msg','','Text'),
 ('US','You cannot edit the \'Quantity\' field because this product has product variants.','txt_pvariant_avail_note','You cannot edit the \'Quantity\' field because this product has product variants and the real quantity of the product as a whole is defined by the quantity of its product variants. Now this field displays the sum of quantities of all the product variants.','Text'),
 ('US','You cannot edit the \'Price\' field because this product has product variants.','txt_pvariant_price_note','You cannot edit the \'Price\' field because this product has product variants and the real price of one product item depends on the product variant. Now this field displays the price of the cheapest product variant.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You cannot edit the \'Weight\' field because this product has product variants.','txt_pvariant_weight_note','You cannot edit the \'Weight\' field because this product has product variants and the weight of the product as a whole depends on the weight of its product variants. Now this field displays the sum of weights of all the product variants.','Text'),
 ('US','The quick menu below provide you with alternative site navigation method. Please select target section from one of drop down box','txt_quick_menu_text','The quick menu below provides an alternative site navigation method. Select the target section from one of the drop down boxes below and you will be immediately redirected to that section.','Text'),
 ('US','The rate quote calculated in real time is only an estimation and may be different than the actual charges for your shipment.','txt_rate_estimation_note','The real-time calculated rate quote is only an estimation and may be different from the actual charges for your shipment.','Text'),
 ('US','Ratings for IP','txt_ratings_for_ip_n','Ratings for IP \'{{IP}}\'','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Ratings for product','txt_ratings_for_product_N','Ratings for product \'{{product}}\'','Text'),
 ('US','WARNING! Real time shipping rates calculation is disabled in the \'General settings\' section.','txt_realtime_calculation_disabled_admin','WARNING! Real time shipping rates calculation is disabled in the <A href=\"configuration.php?option=Shipping\">\'General settings\'</A> section.','Text'),
 ('US','WARNING! Real time shipping rates calculation is disabled by the administrator of this store. Please ask him for the details.','txt_realtime_calculation_disabled_provider','WARNING! Real time shipping rates calculation is disabled by the administrator of this store. Please ask him for the details.','Text'),
 ('US','Warning! Real-time shipping rates calculation is currently disabled. To use real time shipping rates services you need to turn o','txt_realtime_cals_is_disabled','<B>Warning!</B> Real-time shipping rates calculation is currently disabled. To use real time shipping rates services you need to turn on this option in \'General settings/Shipping options\' before.','Text'),
 ('US','Real time shipping rates calculation is disabled','txt_realtime_shipping_disabled_text','Real time shipping rates calculation is disabled','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Real time shipping rates calculation is enabled','txt_realtime_shipping_enabled_text','Real time shipping rates calculation is enabled','Text'),
 ('US','Real time shipping rates calculation is N','txt_realtime_shipping_rates_is','Real time shipping rates calculation is <B>{{flag}}</B>','Text'),
 ('US','Recipient is invalid! Please correct.','txt_recipient_invalid','Recipient is invalid! Please correct.','Text'),
 ('US','Your recommendation was sent','txt_recommendation_sent','Your recommendation has been sent','Text'),
 ('US','Anonymous checkout note','txt_register_have_account','If you already have an account, please click <strong><A href=\"cart.php?mode=auth\">here</A></strong> to login.  If you are a new customer please fill in the account form below and click \'Submit\'. </p>','Text'),
 ('US','Registration error message','txt_registration_error','The form is filled in with errors !<br>Check that you have entered all mandatory values.<br>Check that your password matches confirmation.','Text'),
 ('US','Click here to restore SQL dump from file (Do not forget to delete this file after restoration procedure)','txt_restore_database_from_file','Click here to restore SQL dump from file \'{{file}}\' (Do not forget to delete this file after the restoration procedure)','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Database restoring can take several minutes. Please be patient.','txt_restore_database_note','<B>Note:</B> Database restoration can take several minutes. Please be patient.','Text'),
 ('US','Restore database text','txt_restore_database_text','<FONT class=\"Star\">WARNING!</FONT> All existing tables will be overwritten. Restoring operation cannot be cancelled.<BR>Please make a backup copy before restoring the Database.<BR><BR>To restore the images which are stored on the file system, copy them from the archieve to X-Cart catalog, taking account of the catalogs structure.','Text'),
 ('US','WARNING: ALL CHANGES MADE TO ALL TEMPLATES WILL BE LOST','txt_restore_templates_note','<B>WARNING:</B> ALL CHANGES MADE TO ALL TEMPLATES WILL BE LOST','Text'),
 ('US','If you wish to restore all templates from the repository click the button below.','txt_restore_templates_text','If you wish to restore all templates from the repository click the button below.','Text'),
 ('US','WARNING! ALL CHANGES MADE TO ALL TEMPLATES WILL BE LOST! Are you positive you want to continue?','txt_restore_templates_warning','WARNING! ALL CHANGES MADE TO ALL TEMPLATES WILL BE LOST! Are you positive you want to continue?','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','If you wish to restore this template from the repository click the button below.','txt_restore_template_note','If you wish to restore this template from the repository click on the button below.<BR><B>Note:</B> all changes made to this template will be lost.','Labels'),
 ('US','Press \"Save\" button below, please, to apply this image for the category','txt_save_category_icon_note','Press \"Save\" button below, please,<BR>\r\nto apply this image for the category','Text'),
 ('US','Press \"Upload\" button below, please, to apply this image for the product','txt_save_det_image_note','Press the \"Upload\" button below <BR>to apply this image for the product','Text'),
 ('US','The image will be saved as the product thumbnail after you click on \"Save\"','txt_save_thumbnail_note','The image will be saved as the product thumbnail after you click on \"Save\"','Text'),
 ('US','Subscriptions payment gateway is in test mode','txt_sb_processor_in_test_mode','Your subscriptions payment gateway ({{processor_name}}) is currently set up to work in test mode!','Text'),
 ('US','You can search your orders to view/process using the form below.','txt_search_orders_header','You can search for the orders to view/process using the form below.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Filling in the whole form is not obligatory.','txt_search_orders_text','Filling in the whole form is not obligatory.<BR>Specify only the search parameters you need and click on \'Search\'.','Text'),
 ('US','This page allows you to search, modify or delete existing user accounts.','txt_search_users_text','You can create new user profiles, as well as search for, modify or delete existing user profiles. As there can be thousands of customers in the database, the store cannot present all of them for selection purposes. Use the search form to select a portion (subset) of the customer list to display.','Text'),
 ('US','Some words about secure login','txt_secure_login_form','In this form you can safely enter your login and password.','Text'),
 ('US','Select manufacturer: Note','txt_select_manufacturer','This section allows you to define a manufacturer for the product.','Text'),
 ('US','Select the source of an image below','txt_select_source_of_image','Select the source of an image below','Text'),
 ('US','Please enter your name, your e-mail and recipient\'s e-mail in the form below and information about this product will be sent to','txt_send_to_friend_text','Please enter your name, your e-mail and recipient\'s e-mail in the form below and information about this product will be sent to your friend.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Shipping charges: Note','txt_shipping_charges_note','This section allows you to define the shipping rates for each shipping method defined for your store.<BR><BR>Shipping formula:<BR><B><FONT class=\"Star\">SHIPPING</FONT></B> = <FONT class=\"Star\">Rate + TOTAL_WEIGHT*Weight_Rate +<BR>+ ITEMS*Item_Rate + SUM*Percent_Rate/100</FONT><BR><BR><B>Flat shipping charge:</B><BR>If you want the shipping charge to be a fixed value, enter the shipping charge amountinto the \"Flat\" field.<BR><B>Charge as % of the Total Amount Ordered:</B><BR>If you want the shipping charges to be calculated as a percentage of the total amount of an order, enter the value into the \"%\" field.<BR><B>Flat Shipping Charge Per Item Ordered:</B><BR>If you want shipping costs to be calculated based on the number of items (quantity) purchased, enter the amount into the \"Per Item\" field.<BR><B>Flat Shipping Charge Based on Product Weight:</B><BR>If you want shipping costs to be calculated based on the weight of the products ordered, enter the amount into the \"{{weight_symbol}}\" field. This uses a flat shipping charge amount for each {{weight_symbol}} of the products ordered.','Text'),
 ('US','Shipping charges: Real time calculation note','txt_shipping_charge_rtc_note','Shipping rates are calculated in real time. User-defined shipping methods are not defined.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The shipping cost is always returned in the local currency of the country where your shop is located. If the prices in your shop','txt_shipping_conversion_rate','The shipping cost is always returned in the local currency of the country where your shop is located. If the prices in your shop are in non-local currency (for example the shop is located in Great Britain but prices are in USD) then you need to define currency conversion rate to convert shipping cost returned by UPS in necessary currency.','Text'),
 ('US','The shipping cost is always returned in Canadian Dollars. So you need to specify the conversion rate to convert shipping cost re','txt_shipping_cost_convertion_rate','The shipping cost is always returned in Canadian Dollars. So you need to specify the conversion rate to convert the shipping cost returned by CanadaPost service into the necessary currency.','Text'),
 ('US','The currency code that is returned by UPS is defined automatically when a request for getting the shipping rates is successfully','txt_shipping_cost_currency','The currency code that is returned by UPS is defined automatically when a request for getting the shipping rates is successfully performed. If this currency code is unknown you need to perform this request before (click on \'Test\' link below).','Text'),
 ('US','WARNING! Shipping is disabled in the \'General settings\' section.','txt_shipping_disabled_admin','WARNING! Shipping is disabled in the <A href=\"configuration.php?option=Shipping\">\'General settings\'</A> section.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','WARNING! Shipping is disabled by the administrator of this store. Please ask him for the details.','txt_shipping_disabled_provider','WARNING! Shipping is disabled by the administrator of this store. Please ask him for the details.','Text'),
 ('US','You have disabled shipping in X-Cart','txt_shipping_disabled_text','Shipping is currently disabled in X-Cart','Text'),
 ('US','Shipping markups: Note','txt_shipping_markups_note','This section allows you to define markups for realtime calculated shipping methods. This may be useful when your shipping expenses exceed the value returned by the realtime shipping calculator (e.g. packing, insurance, etc). The markup defined here will be added to the value returned by the realtime shipping calculation service.<BR><BR>Shipping formula:<BR><B><FONT class=\"Star\">SHIPPING</FONT></B> = <FONT class=\"Star\">Rate + Markup + TOTAL_WEIGHT*Weight_Markup +<BR>+ ITEMS*Item_Markup + SUM*Percent_Markup/100</FONT><BR><BR><FONT class=\"Star\">*Rate</FONT> - shipping cost returned by the real time calculation service (like UPS, FedEx etc.)<BR><BR><B>Flat Shipping Markup:</B><BR>If you want customer orders to be subject to a flat markup amount regardless of the number of ordered products or the weight of the products, enter the amount into the \"Flat\" field.<BR><B>Markup as % of the Total Amount Ordered:</B><BR>If you want the shipping markups to be calculated as a percentage of the total amount of an order, enter the value into \"%\" field.<BR><B>Flat Shipping Markup Per Item Ordered:</B><BR>If you want shipping markups to be calculated based on the number of items (quantity) purchased, enter the amount into \"Per item\" field.<BR><B>Flat Shipping Markup Based on Product Weight:</B><BR>If you want shipping markups to be calculated based on the weight of the products ordered, enter the amount into the \"{{weight_symbol}}\" field. This uses a flat shipping markup amount for each {{weight_symbol}} of the products ordered.','Text'),
 ('US','This section allows you to define shipping methods that you wish to be available to customers. Once a shipping method has been c','txt_shipping_methods_top_text','This section allows you to define the shipping methods that should be available to your customers. Once a shipping method has been created, product vendors are allowed to setup shipping charge calculations for it.<BR><BR>Real-time shipping calculations can be activated/deactivated under \'General settings\' menu (\'Shipping options\' submenu).<BR><BR><B>Note:</B> If you set Destination field to \'National\' then this shipping method will not be available to international customers or customers who are not logged in.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This section allows you to configure the shipping services that will be used for real time shipping rates calculation. The optio','txt_shipping_options_top_text','This section allows you to configure the shipping services that will be used for real time shipping rates calculation. The options defined here are common for all the providers.','Text'),
 ('US','Shopping Cart Conversion Funnel notes','txt_shopping_cart_conversion_funnel_note','* - If a registered customer starts a shopping cart and initiates the process of checkout, he is not required to fill out the registration form and proceeds directly to selecting a payment method. Thus, Checkout: Step 1 (Registration Form) is skipped in the Senario Analysis. Line 4 of the table above shows two values for Checkout: Step 2 (Payment method selection). The first value in the \"% of Previous Step\" column is calculated as a % of the sum of visits pertaining to Line 2 and Line 3. The second value (in brackets) is a % of all product information viewing visits that lead to selecting a payment method. <BR><BR><HR size=\"1\" noshade width=\"70%\" align=\"center\"><BR><BR><B>Scenario Analysis Step</B> - The name of the step in the defined scenario. The step marks progress on the path that is being monitored.<BR><BR><B>Visits</B> - The number of visits in which the specified step was followed.<BR><BR><B>% of Previous Step</B> - How many percent of visits to the previous step resulted in visiting this step.<BR><BR><B>% of All Visits</B> - Percentage of the total number of visits that viewed this step.','Text'),
 ('US','Sorry, the shop temporarily unaccessible. Try again later.','txt_shop_temporarily_unaccessible','Sorry, the shop temporarily unaccessible. Try again later.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Single mode is disabled text','txt_single_mode_disabled_text','Single mode is <B>disabled</B>','Text'),
 ('US','Single mode is enabled text','txt_single_mode_enabled_text','Single mode is <B>enabled</B>','Text'),
 ('US','Site title line','txt_site_title','Ollies Parrots Perch','Text'),
 ('US','New key must have 6 symbols minimum','txt_small_mpassword','New key must have 6 symbols minimum','Text'),
 ('US','Note:','txt_some_files_will_be_ignored','<B>Note:</B><BR>\r\nFiles which are <FONT color=\"red\">not exists</FONT> and <FONT color=\"blue\">already patched</FONT> will be ignored.','Text'),
 ('US','Some of module requirements failed!','txt_some_requirements_failed','Some of module requirements failed!','Text'),
 ('US','Speedbar is a configurable set of shortcuts which simplifies navigation in your store. In this menu you could configure links to','txt_speed_bar_management_top_text','Speedbar is a configurable set of shortcuts that can simplify navigation within your store. It appears at the top of your customer front-end as a set of tabs with links to the most important pages of your store. This section enables you to define the links that should be used for the tabs.','Text'),
 ('US','To enter in Webmaster mode press the button below.','txt_start_webmaster_mode_text','To enter in Webmaster mode press the button below.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Management section -> States page note','txt_states_management_top_text','Use this section to create lists of states for the countries that you made \'active\' for your store. State codes are used for the inner processes of the shopping cart. State names appear in the list of states on the user registration form and are used for setting up destination zones.','Text'),
 ('US','This section will help you to create your own static HTML pages within X-Cart.','txt_static_pages_top_text','This section will help you create your own static HTML pages within X-Cart.<BR>Embedded level includes the pages that are displayed in the central column in the customer area. Root level includes the pages that are placed in the root X-Cart directory (for example, index.html).','Text'),
 ('US','Stop list: Add IP address note','txt_stop_list_add_ip_address_note','Each IP octet is a numerical value from 0 to 255. The first octet must not be equal to 0. To set an IP address mask use the \'*\' symbol.','Text'),
 ('US','Stop list: Customer note','txt_stop_list_customer_note','You are not allowed to continue the checkout procedure! Please apply to the store administrator for details.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Stop list: Note','txt_stop_list_note','This section allows you to manage IP addresses. Customers with these IP addresses will be blocked on Checkout page.','Text'),
 ('US','Stop list: Warning','txt_stop_list_warning','Each IP octet is a numerical value from 0 to 255. The first octet must not be equal to 0.','Text'),
 ('US','Store administrator has disabled shipping calculations.','txt_store_admin_has_disabled_shipping_calculations','Store administrator has disabled shipping calculations.','Text'),
 ('US','Currently online store is disabled text','txt_store_disabled_text','Currently online store is <A href=\"configuration.php\" title=\"General Settings\"><FONT class=\"AdminTitle\">disabled</FONT></A> for customers.','Text'),
 ('US','Currently online store is enabled text','txt_store_enabled_text','The online store is currently <A href=\"configuration.php\" title=\"General Settings\"><FONT class=\"AdminTitle\"><FONT color=#00AA00>enabled</FONT></FONT></A> for customers.','Text'),
 ('US','All subcategories and products under this category will be removed:','txt_subcats_and_products_will_be_removed','All subcategories and products under this category will be removed:','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','In this section you can see subscription products and subscribers info.','txt_subscriptions_management_top_text','In this section you can see subscription products and subscribers info.','Text'),
 ('US','In this section you can see subscriptions you subscribed.','txt_subscriptions_top_text','In this section you can see subscriptions you subscribed.','Text'),
 ('US','Section below allows to define subscription plan for the product.','txt_subscription_for_product','This section allows you to define a subscription plan for the product.','Text'),
 ('US','Subscription processor note','txt_subscription_processor_note','Select the payment module to process customer credit cards in the Subscription module','Text'),
 ('US','Table Format:','txt_subscr_table_format','<B>Table Format:</B><BR>\r\n&lt;Product&gt; (&lt;Next Pay Date&gt;): &lt;Subscribers&gt;<BR>\r\n&nbsp;&nbsp;&lt;Login&gt; &lt;Date of Subscription&gt; (&lt;Subscription Order Status&gt;) &lt;Last Paid Date&gt; (&lt;Last Paid Order Status&gt;)','Text'),
 ('US','Cart subtitle msg','txt_subtitle_cart','- Your Shopping Cart','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Checkout subtitle msg','txt_subtitle_checkout','- Checkout','Text'),
 ('US','Gift certificates subtitle msg','txt_subtitle_giftcerts','- Gift certificates','Text'),
 ('US','Help subtitle msg','txt_subtitle_help','- Help section','Text'),
 ('US','Home subtitle msg','txt_subtitle_home','- Home','Text'),
 ('US','Thankee subtitle msg','txt_subtitle_thankyou','- Thank you for your order','Text'),
 ('US','Wishlist subtitle msg','txt_subtitle_wishlist','- Wishlist','Text'),
 ('US','On this page you can get general information about the current status of your online store. You will be also able to clear some','txt_summary_admin_top_text','This page displays general information about the current status of your online store. It also enables you to clear some redundant data (tracking statistics, templates cache etc.)','Text'),
 ('US','On this page you can get general information about the current status of your online store. You will be also able to clear some','txt_summary_provider_top_text','This page displays general information about the current status of your online store.','Text'),
 ('US','Note: All product prices, subtotals and shipping cost are displayed including taxes.','txt_taxed_order_totals_displayed','<B>Note:</B> All product prices, subtotals and shipping cost are displayed including taxes.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Taxes: Comment','txt_taxes_comment','You can change the taxing systems of your store in the <A href=\"{{path}}/configuration.php?option=Taxes\"><B>\'{{lbl_general_settings}}\'</B></A> section.','Text'),
 ('US','Taxes: General note','txt_taxes_general_note','In this section you can define taxes to be used within your store.','Text'),
 ('US','Taxes: VAT note','txt_taxes_vat_note','VAT taxing system is like the Australian taxing system. It will be enough to rename the label lbl_vat from \'VAT\' to \'GST\' and change the \'VAT taxable\'\r\nfeature of the countries.\r\n<BR><BR><HR><BR>\r\nBelow is the current status of the tax systems this store uses:','Text'),
 ('US','Tax details: General note','txt_tax_details_general_note','Below you can setup tax details: tax service name that will be used for specification this tax within administrator area, tax display name to display tax for customers, tax registration number (need for some types of taxes, e.g. VAT), priority of tax calculation, application formula, status and other information.','Text'),
 ('US','Tax rates: General note','txt_tax_rates_general_note','Below you can define tax rates to be used within your store. You can set up taxes on sales to different destination zones (please specify <A href=\"zones.php\">Destination zones</A> before setting up taxes).','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Tax rates for \"Tax Zones\" module should be applied to products individually.','txt_tax_rates_should_be_applied','Tax rates for \"Tax Zones\" module should be applied to products individually.','Text'),
 ('US','Testing patch applicability and generation list of files could take several minutes, please be patient.','txt_testing_patch_applicability','Testing patch applicability and generation list of files could take several minutes, please be patient.','Text'),
 ('US','Result of the testing phase...','txt_testing_phase_result','Result of the testing phase...','Text'),
 ('US','On this page you can test data encryption by PGP/GnuPG methods','txt_test_data_encryption_top_text','On this page you can test data encryption by PGP/GnuPG methods','Text'),
 ('US','This form allows you to test the HTTPS module which is currently active. Please fill in the form bellow.<BR><B>Note:</B> Use ful','txt_test_https_module_descr','This form allows you to test the HTTPS module which is currently active. Please fill in the form bellow.<BR><B>Note:</B> Use full URL (i.e. with port). For example:<BR><BR><U>https://www.example.com<B>:443</B>/</U><BR><BR>Preferred HTTPS module can be changed in <A href=\"configuration.php\">General settings</A>.','Text'),
 ('US','Before testing realtime calculations please fill the Company options with correct values and \"Default country\", \"Default zipcode','txt_test_realtime_calculation_text','Before testing realtime calculations fill out the Company options with correct values and \"Default country\", \"Default zipcode\", \"Default state\" and \"Default city\" to define the location of the test customer.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This type of product options has no variants','txt_text_field_note','This type of product options has no variants','Text'),
 ('US','Thank you for subscribing','txt_thankyou_for_subscribing','Thank you for subscribing','Text'),
 ('US','Thank you for subscription','txt_thankyou_for_subscription','Thank you for subscription','Text'),
 ('US','Thank you for your purchase!','txt_thank_you_for_purchase','Thank you for your purchase!','Text'),
 ('US','This data is encrypted. Please enter merchant key to view it.','txt_this_data_encrypted','This data is encrypted. Please enter merchant key to view it.','Text'),
 ('US','This form is for demo purposes only','txt_this_form_is_for_demo_purposes','This form is for demo purposes only','Text'),
 ('US','Below is information about new orders placed by customers during last month/week/day or since your last log in to the administra','txt_top_info_orders','Below is information about the new orders placed by your customers this month/this week/today or since your last log in to the administrator area.','Text'),
 ('US','You are logged in to the administrator area.','txt_top_info_text','You are logged in to the administrator area.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Below is information about top products purchased by customers during last month/week/day or since your last log in to the admin','txt_top_info_top_sellers','Below is information about top products purchased by customers this month/this week/today or since your last log in to the administrator area.','Text'),
 ('US','Top Pages Views note','txt_top_pages_views_note','<B>Page URL</B> - The URL of the page viewed by the visitor. <BR><BR><B>Average time</B> - The average time the visitors spend on the specified page (in seconds).<BR><BR><B>Visits</B> - The number of visits to the specified page.','Text'),
 ('US','Top paths through site notes','txt_top_paths_through_site_note','<B>Paths through site</B> - The sequence of pages a visitor views, from the entry page to the exit page.<BR><BR><B>Average time</B> - The average time the visitors spend on each page in the specified path (in seconds).<BR><BR><B>Visits</B> - The number of visits to the specified path.','Text'),
 ('US','To close Webmaster mode press the button below.','txt_to_close_webmaster_mode','To exit Webmaster mode press the button below.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Your e-mail address has been successfully unsubscribed from our newsletter','txt_unsubscribed_msg','Your e-mail address has been successfully unsubscribed from our newsletter','Text'),
 ('US','If you want to unsubscribe you can visit','txt_unsubscribe_information','If you want to unsubscribe you can visit','Text'),
 ('US','Uploading to server directory is prohibited','txt_uploading_to_directory_prohibited','<FONT class=\"Star\"><B>WARNING!</B></FONT> Uploading to server directory is prohibited. Please check directory permissions.','Text'),
 ('US','This section allows to define cross-selling links for the product.','txt_upselling_links_top_text','This section allows you to define cross-selling links for the product.','Text'),
 ('US','To open a UPS Account click here or call 1-800-PICK-UPS.','txt_ups_account_number_note','To open a UPS Account <A href=\"http://www.ups.com/content/us/en/shipping/index.html\" target=\"ups\"><B>click here</B></A> or call 1-800-PICK-UPS.','Text'),
 ('US','The UPS Address Validation Tool checked your shipping address. There seems to be a problem.','txt_ups_av_err','The UPS Address Validation Tool checked your shipping address. There seems to be a problem.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Shipping address will be validated by UPS Address Validation Tool (US customers only)','txt_ups_av_for_customers_only','Shipping address will be validated by UPS Address Validation Tool (US customers only)','Text'),
 ('US','The quality factor, which describes the accuracy of the result compared to the request.','txt_ups_av_note','The quality factor, which describes the accuracy of the result compared to the request.\r\n<BR><BR>\r\n<B>Note:</B> The UPS Address Validation Tool is only supported for addresses within the United States. If a customer is from outside the United States then Address Validation will be disabled for him.','Text'),
 ('US','To test the Rates & Service Selection and Address Validation Tools click on the \'Test\' button.','txt_ups_av_note2','To test the Rates & Service Selection and Address Validation Tools click on the \'Test\' button.\r\n<BR><BR>\r\nTo go to the UPS OnLine&#174; Tools main page click on the \'Main page\' button.','Text'),
 ('US','NOTICE: UPS assumes no liability for the information provided by the address validation functionality. The address validation fu','txt_ups_av_notice','NOTICE: UPS assumes no liability for the information provided by the address validation functionality. The address validation functionality does not support the identification or verification of occupants at an address.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','NOTICE: The address validation functionallity will validate P.O. Box addresses, however, UPS does not deliver to P.O. boxes, att','txt_ups_av_notice2','NOTICE: The address validation functionallity will validate P.O. Box addresses, however, UPS does not deliver to P.O. boxes, attempts by customer to ship to a P.O. Box via UPS may result in additional charges.','Text'),
 ('US','You have entered non-US address and UPS Address Validation Tool can\'t suppose alternative addresses for you','txt_ups_av_no_alternative_address','You have entered non-US address and UPS Address Validation Tool can\'t suppose alternative addresses for you','Text'),
 ('US','The UPS Address Validation Tool checked your shipping address. There seems to be a problem. Please make sure the contents of the','txt_ups_av_reenter','The UPS Address Validation Tool checked your shipping address. There seems to be a problem. Please make sure the contents of the shipping address fields is correct.','Text'),
 ('US','The License Agreement can not be received from UPS server or no connection to the Internet. Please try again later.','txt_ups_license_not_received','The License Agreement can not be received from UPS server or no connection to the Internet. Please try again later.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','The using of UPS OnLine&reg; Tools module allows you to get the list of available UPS shipping services with real time calculate','txt_ups_online_tools_top_text','The using of UPS OnLine&reg; Tools module allows you to get a list of available UPS shipping services with real time calculated rates for your store customers as well as the address validation tool to validate the shipping address during users\' registration.','Text'),
 ('US','Phone Number must contain only digits without any separators.','txt_ups_phone_number','Phone Number must contain only digits without any separators.','Text'),
 ('US','NOTICE: These fees do not necessarily represent UPS published rates and may include charges levied by company','txt_ups_rates_notice','NOTICE: These fees do not necessarily represent UPS published rates and may include charges levied by {{company}}','Text'),
 ('US','Clicking this button you will be redirected to United Parcel Service site.','txt_ups_redirection','Clicking this button you will be redirected to United Parcel Service site.','Text'),
 ('US','The form is filled in with errors!','txt_ups_reg_error','The form is filled in with errors!<BR>\r\nPlease check that you have entered all required values corerctly.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Thank you for registering to use the UPS OnLine® Tools.','txt_ups_reg_success','Thank you for registering to use the UPS OnLine&#174; Tools.\r\n<BR><BR>\r\nTo learn more about the UPS OnLine&#174; Tools, please visit\r\n<A href=\"http://www.ec.ups.com/\" target=\"ups\"><b>www.ec.ups.com</b></A> \r\n<BR><BR>\r\nStill handwriting your UPS shipping labels? <B>UPS Internet Shipping</B> allows you to electronically prepare domestic and international shipments from the convenience of any computer with Internet access. To learn more or to begin using UPS Internet Shipping, <A href=\"http://ups.com/bussol/solutions/internetship.html\" target=\"ups\"><B>click here</B></A>.\r\n<BR><BR>\r\nTo go to the main UPS OnLine Tools page click on the \'Finish\' button','Text'),
 ('US','WARNING! You should enable \'Real-time shipping calculation\' option and disable \'Intershipper calculation services\' option at Gen','txt_ups_rss_warning','WARNING! You should enable \'Real-time shipping calculation\' option and disable \'Intershipper calculation services\' option at <A href=\"configuration.php?option=Shipping\"><FONT class=\"ErrorMessage\">General settings/Shipping options section</FONT></A> to access to UPS OnLine Tool Rates & Service Selection service.','Text'),
 ('US','UPS Disclaimer text','txt_ups_trademark_text','UPS, UPS brandmark, and the Color Brown are trademarks of United Parcel Service of America, Inc. All Rights Reserved.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','This wizard will assist you in completing the necessary licensing and registration requirements to activate and use the UPS OnLi','txt_ups_wizard_text','This wizard will assist you in completing the necessary licensing and registration requirements to activate and use the UPS OnLine Tools from this application.\r\n<BR><BR>\r\nIf you do not wish to use any of the functions that utilize the UPS OnLine Tools, click the Cancel button and those functions will not be enabled. If, at a later time, you wish to use the UPS OnLine Tools, return to this section and complete the UPS OnLine Tools licensing and registration process.','Text'),
 ('US','URL is','txt_url_is','URL is','Text'),
 ('US','This section allows you to manage user accounts. There are 4 types of user accounts: administrators, providers, customers and pa','txt_users_management_top_text','This section allows you to manage user profiles of different account types.','Text'),
 ('US','Note: Customer registration type is required if you search for customer usertype only.','txt_users_search_note','<B>Note:</B> Customer registration type is required if you search for customer usertype only.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Registration user already exists','txt_user_already_exists','User already exists!','Text'),
 ('US','Information when modify/create user profile','txt_user_registration_bottom','<B>Information\r\n</B>\r\n<BR><BR>\r\nThe password must be different from the username. It is strongly recommended to use passwords of 5 or more characters.\r\n<BR><BR>\r\nE-mail address must be valid because it will be used for communication purposes (order notifications, etc).','Text'),
 ('US','You will probably want to use \'X-Cart debug console\' together with template editor. You can activate \'X-Cart debug console\' unde','txt_using_debug_console_note','<B>Note:</B> You will probably want to use \'X-Cart debugging console\' together with the template editor. \'X-Cart debugging console\' can be activated under \'General settings\' menu.','Text'),
 ('US','You should obtain this account from USPS (needed when using integrated module)','txt_usps_account_note','Enter your USPS account details. The account should be obtained from <A href=\"http://www.uspswebtools.com/\" target=\"_blank\">USPS</A> (needed when using the integrated module)','Text'),
 ('US','Clicking this button you will be redirected to United States Postal Service site.','txt_usps_redirection','Clicking this button you will be redirected to United States Postal Service site.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Variant alert','txt_variant_alert','Disabling this product option may, as a side effect, lead to the incorrect functioning of existing product variants. Are you sure you want to disable it?','Text'),
 ('US','Variant alert: Note','txt_variant_alert_note','One of your \'variant\' product options is disabled. This causes the existing product variants to function in a wrong way!','Text'),
 ('US','Below is the list of VAT taxable countries:','txt_vat_countries','Below is the list of VAT taxable countries:<BR><BR>{{countries}}','Text'),
 ('US','VAT rates: Note','txt_vat_rates_note','This section allows you to setup VAT rates. VAT rates then could be set up individually for each products.','Text'),
 ('US','viaKlix 2.0 Note','txt_viaklix2_note','Make sure you have followed the instruction:<BR>1. Setup accepted & declined urls to {{http_location}}/payment/cc_viaklix2.php in the \'Terminal setup / Receipt Form Information\'.<BR>2. Add the field \'ssl_session_id\' (without quotes) in the \'Terminal setup / Payment Form Field setup\' to the section \'Order Information\'.','Text'),
 ('US','WARNING: Antifraud module is not enabled.','txt_warning_antifraud_disabled','WARNING: Antifraud module is not enabled.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Order has not been checked by Antifraud module.','txt_warning_antifraud_order_checking','The order has not been checked by Antifraud service because Antifraud module was turned off at the time of order placement.','Text'),
 ('US','Warning! No rates defined!','txt_warn_no_tax_rates_defined','Warning! No rates defined!','Text'),
 ('US','webmaster mode description','txt_webmaster_mode_text','Webmaster mode facilitates the process of changing language variables (denoted as \"$lng.XXX\" in templates) enabling you to change these values in WYSIWYG mode.<BR><BR><B>Warning!</B> Webmaster mode will not work with compiled templates.<BR><BR><B>Usage</B><BR><BR>Go to the page you want to change. Additional \"templates\" window will appear with the list of all included templates. You can call the template editor from it by clicking on a template. Notice that the browser status line (at the bottom) changes when you move the mouse over the site. Depending on the position of your mouse it indicates (a) the template name and (b) the label name. To change the label, click on it. If the label is under a hyperlink, move your mouse over it (its name appears at the bottom) and press \"e\" (Edit) on the keyboard. Label dialog will appear. You can (1) preview the site after setting the label, (2) save the text into the database, and (3) copy the label name into the clipboard (IE only).<BR><BR>More tips:<OL><LI>The language variables must be set in the language that is selected for your site as current;</LI><LI>Close any template windows & label windows before entering Webmaster mode again;</LI><LI>To quit Webmaster mode, go to admin zone, click on \"Close Webmaster mode\";</LI><LI>Webmaster mode is based on sessions: it applies only to the computer it has been set up on. It doesn\'t affect the website itself;</LI><LI>Use IE5 or later / NN6 or later to work in Webmaster mode.</LI></OL>','Text'),
 ('US','You are now in Webmaster mode; you can now directly change any language label stored in database from pages it appears on.','txt_webmaster_mode_top_text','You are now in Webmaster mode; it allows you to change any language label stored in the database directly from the pages it appears on.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Welcome message (welcome page)','txt_welcome','<P align=\"justify\">Now open...Ollie\'s Parrots Perch THE STORE! We sell great toys, perches and pelleted diets for your bird.</P>\r\n<P align=\"justify\"><B></B> We carry Hagen and Roudybush organic diets, George\'s Aloe Liquid and Orange TKO Pet power cleaner as well as giftware and large parrot accessories..</P>','Text'),
 ('US','After logging in you will be able to control every aspect of your e-store.','txt_welcome_to_admin_area_text','After logging in you will be able to control every aspect of your e-store.','Text'),
 ('US','What is CVV2?','txt_what_is_cvv2','<B>What is CVV2?</B><BR><BR>CVV2 is an important feature ensuring security when you are using your credit card for transactions on the Internet and over the phone. \"CVV\" is an abbreviation for \"Card Verification Value\". For Discover Card the same thing is called the \"Cardmember ID\".<BR><BR>Most credit cards, such as *Visa*, *Mastercard*, and *Discover*, have a three-digit CVV2 number printed in the signature space on the back. It is always the last group of numbers in the signature space on the back of the card. Please keep in mind that it is NOT part of your regular credit card number.<BR><BR>The CVV2 is a means of fraud protection that helps validate two things: that the customer has the credit card in their possession and that the credit card number is legitimate. <BR><BR>By preventing fraud CVV2 helps keep costs down for everyone.','Text'),
 ('US','Below you can define wholesales pricing for the product. The product will be sold for the wholesale price if customer buy more o','txt_wholesales_top_text','Below you can define wholesales pricing for the product. The product will be sold for the wholesale price if a customer from a specified membership group buys a quantity of product items that is greater or equal to the quantity specified in the \'Quantity\' field. If the product has product variants, any wholesale prices defined here will be ignored.','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','As one or more products/configurable product components from your Wishlist have been disabled','txt_wishlist_disabled_products','As one or more products/configurable product components from your Wishlist have been disabled by the store administrator, the following products have been removed from your Wishlist: {{product_list}}','Text'),
 ('US','Your wish list has been sent','txt_wishlist_sent','Your wish list has been sent','Text'),
 ('US','Write SQL dump to file (Do not forget to delete it after downloading)','txt_write_sql_dump_to_file','Write SQL dump to file \'{{file}}\' (Do not forget to remove the file after downloading)','Text'),
 ('US','You supplied wrong or expired download key.','txt_wrong_key','You supplied wrong or expired download key.','Text'),
 ('US','Old key is wrong','txt_wrong_old_mpassword','Old key is wrong','Text'),
 ('US','New features in X-Cart 4 text','txt_xcart_new_features','Here you can find some key features introduced in version 4.0, for a full list of improvements please refer to the changelog:<BR><BR> - <B>RMA (Return Merchandise Authorization)</B> add-on (optional) - no more headache with the returns. Install this add-on to control and automate the return process. You can purchase RMA add-on at our website at <A href=\"https://secure.qualiteam.biz/\" target=\"_new\">https://secure.qualiteam.biz</A><BR><BR>   - <B>new HTML template for invoice</B> - professionally looking invoices out of the box<BR><BR>   - ability to export products in <B>Froogle</B> format. <A href=\"modules.php\">Click here to enable this module</A><BR><BR>   - new integrated <B>UPS OnLine&reg; Tools</B> module, featuring Rates & Service Selection, Address Validation tools and the possibility to register a UPS account via X-Cart site. <A href=\"modules.php\">Click here to enable this module</A><BR><BR>    - a more flexible <B>tax management system</B> - now X-Cart is able to work even with the most obscure taxing schemes;<BR><BR>    - <B>Airborne (DHL) ShipIt API</B> support. <A href=\"configuration.php?option=Shipping\">Click here to enable</A><BR><BR>    - ability to <B>adjust the registration form</B> for different user types. <A href=\"configuration.php?option=User_Profiles\">Click here to adjust</A><BR><BR>    - <B>Antifraud module:</B> reduce the risk of online fraud by using fully automated antifraud service that estimates the risk factor for each order you receive and marks suspicious orders. <A href=\"modules.php\">Click here to activate this module</A><BR><BR><B>Antifraud</B> is a subscription service provided for the users of X-Cart software. You can purchase lookups for the Antifraud service at our website at <A href=\"https://secure.qualiteam.biz/\" target=\"_new\">https://secure.qualiteam.biz</A>. To give you a better idea of how antifraud system works we offer each customer a free promotional code for 30 antifraud lookups. Please visit your HelpDesk account at <A href=\"https://secure.qualiteam.biz/\" target=\"_new\">https://secure.qualiteam.biz</A> to get a promotional code.','Text'),
 ('US','Your password is insecured message','txt_your_password_insecured','<FONT class=\"ErrorMessage\">WARNING!</FONT><BR>\r\nYour password must be different from your username! Please go to your profile details section and change your password to avoid unauthorized access to your store!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','WARNING! Your password must be different from your username! Please go to your profile details section and change your password','txt_your_password_warning_js','WARNING! Your password must be different from your username! Please go to your profile details section and change your password to avoid unauthorized access to your store!','Labels'),
 ('US','Your shopping cart is empty','txt_your_shopping_cart_is_empty','Your shopping cart is empty','Text'),
 ('US','Clicking submit you  ..','txt_you_are_agree','Clicking \"SUBMIT\" you  agree with our','Text'),
 ('US','You have defined shipping rates for the following zone(s)','txt_you_have_defined_shipping_rates_for_the_following_zones','You have defined shipping rates for the following zone(s)','Text'),
 ('US','You have not defined generic taxes!','txt_you_have_not_defined_generic_taxes','You have not defined generic taxes!','Text'),
 ('US','You have not defined GST/PST taxes!','txt_you_have_not_defined_gst_pst_taxes','You have not defined GST/PST taxes!','Text'),
 ('US','You have not defined VAT rates!','txt_you_have_not_defined_vat_rates','You have not defined VAT rates!','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You have no products with GST/PST taxes applied to!','txt_you_have_no_products_w_gst_pst_taxes_applied','You have no products with GST/PST taxes applied to!','Text'),
 ('US','You have no products with VAT rates applied to!','txt_you_have_no_products_w_vat_rates_applied','You have no products with VAT rates applied to!','Text'),
 ('US','You have already registered with UPS.','txt_you_registered_with_ups','You have already registered with UPS.\r\n<BR><BR>\r\nTo go through the licensing and registration process for UPS OnLine&#174; Tools again, click on the \'Register\' button','Text'),
 ('US','You have not registered your UPS Online Tools.','txt_you_unregistered_with_ups','You have not registered your UPS Online Tools.\r\n<BR><BR>\r\nTo start the licensing and registration process for UPS OnLine&#174; Tools click on the \'Register\' button.','Text'),
 ('US','Zip/Postal code mask examples','txt_zipcode_mask_examples','Below is an example of zip/postal code masks definition:<BR><BR>2204%<BR>38245<BR>23%','Text'),
 ('US','Zip code taxes: Note','txt_zipcode_taxes_note','This section allows you to setup taxes based on Zip codes. This option gives you a way to make more specific taxing based on a smaller area (these rates are applied only if you are using generic taxing system).<BR><BR>\n<B>Sample Zipcode masks:</B><BR>\n<LI>\'5000%\' - matches zipcode which starts with \'5000\'</LI>\n<LI>\'55%1\' - matches zipcode which starts with \'55\' and ends with \'1\'</LI>','Text');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','Zone is empty','txt_zone_is_empty','Zone is empty','Text'),
 ('US','Use JavaScript to dynamically expand menu on mouse over','opt_candy_menu_full_js','Use JavaScript to dynamically expand menu on mouse over','Labels'),
 ('US','Select an image set for the current style','opt_candy_menu_img_skin','Select an image set for the current style','Labels'),
 ('US','You can change skin images and CSS at the following url','opt_candy_menu_img_skin_url','You can change skin images and CSS at the following url','Labels'),
 ('US','Use a different icon for categories containing products not organized into subcategories','opt_explorer_diff_categories','Use a different icon for categories containing products not organized into subcategories','Labels'),
 ('US','Use JavaScript to dynamically expand/collapse tree on clicking [+] / [-] icons','opt_explorer_full_js','Use JavaScript to dynamically expand/collapse tree on clicking [+] / [-] icons','Labels'),
 ('US','Select an image set for the current style','opt_explorer_img_skin','Select an image set for the current style','Labels');
INSERT INTO `xcart_languages` (`code`,`descr`,`name`,`value`,`topic`) VALUES 
 ('US','You can change skin images at the following url','opt_explorer_img_skin_url','You can change skin images at the following url','Labels'),
 ('US','Prevent categories names wrapping','opt_explorer_nowrap_categories','Prevent categories names wrapping','Labels'),
 ('US','','opt_fancy_categories_skin','Select categories menu style','Options'),
 ('US','Don\'t display subcategories triangle','opt_icons_menu_disable_subcat_triangle','Don\'t display subcategories triangle','Labels'),
 ('US','Use JavaScript to dynamically expand menu on mouse over','opt_icons_menu_full_js','Use JavaScript to dynamically expand menu on mouse over','Labels'),
 ('US','Display icons for categories','opt_icons_menu_icons_in_categories','Display icons for categories','Labels');
CREATE TABLE `xcart_languages_alt` (
  `code` char(2) NOT NULL default '',
  `name` varchar(128) NOT NULL default '',
  `value` text NOT NULL,
  PRIMARY KEY  (`code`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_login_history` (
  `login` char(32) NOT NULL default '',
  `date_time` int(11) NOT NULL default '0',
  `usertype` char(1) NOT NULL default '',
  `action` char(32) NOT NULL default '',
  `status` char(32) NOT NULL default '',
  `ip` char(32) NOT NULL default '',
  PRIMARY KEY  (`login`,`date_time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1109641580,'P','login','success','127.0.0.1'),
 ('master',1109642731,'A','logout','success','127.0.0.1'),
 ('master',1109686577,'P','login','failure','127.0.0.1'),
 ('master',1109686587,'P','login','success','127.0.0.1'),
 ('master',1109687208,'A','logout','success','127.0.0.1'),
 ('master',1109687333,'P','login','success','127.0.0.1'),
 ('master',1109687898,'P','login','success','127.0.0.1'),
 ('master',1109698665,'P','login','success','127.0.0.1'),
 ('master',1109700099,'P','login','success','127.0.0.1'),
 ('master',1109720158,'P','login','success','127.0.0.1'),
 ('master',1109785300,'P','login','failure','127.0.0.1'),
 ('master',1109785311,'P','login','failure','127.0.0.1'),
 ('master',1109785319,'P','login','success','127.0.0.1'),
 ('master',1109790009,'P','login','success','127.0.0.1'),
 ('master',1109791158,'P','login','success','127.0.0.1'),
 ('master',1109796453,'P','login','success','127.0.0.1'),
 ('master',1109798824,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1109859894,'P','login','success','127.0.0.1'),
 ('master',1109861249,'P','login','success','127.0.0.1'),
 ('master',1109889630,'P','login','success','127.0.0.1'),
 ('master',1109892541,'P','login','success','127.0.0.1'),
 ('master',1109892675,'P','login','success','127.0.0.1'),
 ('master',1109899444,'P','login','success','127.0.0.1'),
 ('master',1109945569,'P','login','success','127.0.0.1'),
 ('master',1109963444,'P','login','success','127.0.0.1'),
 ('master',1109965195,'P','login','success','127.0.0.1'),
 ('',1109966314,'C','login','failure','127.0.0.1'),
 ('master',1109973609,'P','login','success','127.0.0.1'),
 ('master',1109976605,'P','login','success','127.0.0.1'),
 ('master',1109976773,'P','login','success','127.0.0.1'),
 ('master',1109978067,'P','login','success','127.0.0.1'),
 ('master',1109979592,'A','logout','success','127.0.0.1'),
 ('master',1109979623,'P','login','success','127.0.0.1'),
 ('master',1109979927,'A','logout','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1109979937,'P','login','success','127.0.0.1'),
 ('master',1110006920,'P','login','success','127.0.0.1'),
 ('master',1110163361,'P','login','success','127.0.0.1'),
 ('master',1110166143,'A','logout','success','127.0.0.1'),
 ('tdepaepe',1110167601,'P','login','failure','127.0.0.1'),
 ('master',1110167621,'P','login','success','127.0.0.1'),
 ('master',1110167777,'A','logout','success','127.0.0.1'),
 ('master',1110167847,'P','login','success','127.0.0.1'),
 ('master',1110168462,'A','logout','success','127.0.0.1'),
 ('master',1110168897,'P','login','success','127.0.0.1'),
 ('master',1110204704,'P','login','success','127.0.0.1'),
 ('master',1110205204,'P','login','success','127.0.0.1'),
 ('master',1110239302,'P','login','success','127.0.0.1'),
 ('master',1110240561,'P','login','success','127.0.0.1'),
 ('master',1110291069,'P','login','success','127.0.0.1'),
 ('master',1110379975,'P','login','success','127.0.0.1'),
 ('master',1110411308,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1110411683,'A','logout','success','127.0.0.1'),
 ('master',1110411758,'P','login','success','127.0.0.1'),
 ('tdepaepe',1110412966,'C','logout','success','127.0.0.1'),
 ('tdepaepe',1110412980,'C','login','success','127.0.0.1'),
 ('tdepaepe',1110413103,'C','logout','success','127.0.0.1'),
 ('master',1110413272,'P','login','failure','127.0.0.1'),
 ('master',1110413280,'P','login','success','127.0.0.1'),
 ('master',1110413742,'A','logout','success','127.0.0.1'),
 ('sandi',1110413750,'P','login','success','127.0.0.1'),
 ('master',1110414652,'P','login','success','127.0.0.1'),
 ('master',1110464888,'P','login','success','127.0.0.1'),
 ('master',1110466771,'P','login','success','127.0.0.1'),
 ('master',1110497814,'P','login','success','127.0.0.1'),
 ('master',1110810854,'P','login','success','127.0.0.1'),
 ('master',1110812061,'P','login','success','127.0.0.1'),
 ('master',1110844146,'P','login','success','127.0.0.1'),
 ('tdepaepe@nozomisystems.com',1110844282,'C','login','failure','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('tdepaepe',1110844291,'C','login','failure','127.0.0.1'),
 ('tdepaepe',1110844307,'C','login','failure','127.0.0.1'),
 ('master',1110846235,'A','logout','success','127.0.0.1'),
 ('MASTER',1110846242,'P','login','success','127.0.0.1'),
 ('test',1110846449,'C','login','failure','127.0.0.1'),
 ('master',1110846461,'C','login','failure','127.0.0.1'),
 ('tdepaepe',1110846470,'C','login','failure','127.0.0.1'),
 ('master',1110897242,'P','login','success','127.0.0.1'),
 ('master',1110902911,'P','login','success','127.0.0.1'),
 ('master',1110903008,'A','logout','success','127.0.0.1'),
 ('master',1110903015,'P','login','success','127.0.0.1'),
 ('master',1110920990,'P','login','success','127.0.0.1'),
 ('master',1110929550,'P','login','success','127.0.0.1'),
 ('tdepaepe',1110983346,'C','login','failure','127.0.0.1'),
 ('test',1110983358,'C','login','failure','127.0.0.1'),
 ('test',1110983370,'C','login','failure','127.0.0.1'),
 ('master',1110983397,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1111016384,'P','login','success','127.0.0.1'),
 ('master',1111017320,'A','logout','success','127.0.0.1'),
 ('master',1111017326,'P','login','success','127.0.0.1'),
 ('master',1111017643,'P','login','success','127.0.0.1'),
 ('master',1111068955,'P','login','success','127.0.0.1'),
 ('master',1111070828,'P','login','success','127.0.0.1'),
 ('master',1111184638,'P','login','success','127.0.0.1'),
 ('master',1111414489,'P','login','success','127.0.0.1'),
 ('master',1111448477,'P','login','success','127.0.0.1'),
 ('master',1111537691,'P','login','success','127.0.0.1'),
 ('master',1111537891,'P','login','success','127.0.0.1'),
 ('master',1111587298,'P','login','success','127.0.0.1'),
 ('master',1111587920,'P','login','failure','127.0.0.1'),
 ('master',1111587921,'P','login','failure','127.0.0.1'),
 ('master',1111587929,'P','login','success','127.0.0.1'),
 ('master',1111589040,'P','login','success','127.0.0.1'),
 ('master',1111620826,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1111621144,'A','logout','success','127.0.0.1'),
 ('master',1111621156,'P','login','success','127.0.0.1'),
 ('tdepaepe',1111621795,'C','login','failure','127.0.0.1'),
 ('tdepaepe',1111621814,'C','login','failure','127.0.0.1'),
 ('tdepaepe',1111621824,'C','login','failure','127.0.0.1'),
 ('tdepaepe',1111621838,'C','login','failure','127.0.0.1'),
 ('nozomi',1111621845,'C','login','failure','127.0.0.1'),
 ('test',1111621851,'C','login','failure','127.0.0.1'),
 ('testuser',1111622367,'C','login','success','127.0.0.1'),
 ('master',1111623049,'P','login','success','127.0.0.1'),
 ('testuser',1111623378,'C','login','success','127.0.0.1'),
 ('testuser',1111640035,'C','login','success','127.0.0.1'),
 ('master',1111673816,'P','login','success','127.0.0.1'),
 ('testuser',1111674024,'C','login','success','127.0.0.1'),
 ('testuser',1111674694,'C','login','success','127.0.0.1'),
 ('testuser',1111674839,'C','logout','success','127.0.0.1'),
 ('master',1111675352,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1111679283,'P','login','success','127.0.0.1'),
 ('master',1111679660,'A','logout','success','127.0.0.1'),
 ('master',1111680087,'P','login','success','127.0.0.1'),
 ('master',1111681202,'P','login','success','127.0.0.1'),
 ('testuser',1111681796,'C','login','success','127.0.0.1'),
 ('testuser',1111681846,'C','logout','success','127.0.0.1'),
 ('master',1111696602,'P','login','success','127.0.0.1'),
 ('master',1111697407,'P','login','success','127.0.0.1'),
 ('master',1111697844,'P','login','success','127.0.0.1'),
 ('testuser',1111698910,'C','login','success','127.0.0.1'),
 ('master',1111758623,'P','login','failure','127.0.0.1'),
 ('master',1111758636,'P','login','failure','127.0.0.1'),
 ('master',1111758647,'P','login','success','127.0.0.1'),
 ('testuser',1111760255,'C','login','success','127.0.0.1'),
 ('master',1111760647,'P','login','success','127.0.0.1'),
 ('master',1111773978,'P','login','success','127.0.0.1'),
 ('master',1111774130,'A','logout','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1111774146,'P','login','success','127.0.0.1'),
 ('master',1111774416,'P','login','success','127.0.0.1'),
 ('master',1111775572,'P','login','success','127.0.0.1'),
 ('testuser',1111777056,'C','login','success','127.0.0.1'),
 ('testuser',1111777104,'C','logout','success','127.0.0.1'),
 ('master',1111777237,'P','login','success','127.0.0.1'),
 ('master',1111777662,'P','login','success','127.0.0.1'),
 ('',1111777831,'P','login','failure','127.0.0.1'),
 ('master',1111777880,'P','login','success','127.0.0.1'),
 ('master',1111938773,'P','login','success','127.0.0.1'),
 ('master',1111951625,'P','login','success','127.0.0.1'),
 ('master',1112019560,'P','login','success','127.0.0.1'),
 ('master',1112021402,'P','login','success','127.0.0.1'),
 ('testuser',1112021535,'C','login','success','127.0.0.1'),
 ('master',1112021624,'P','login','success','127.0.0.1'),
 ('master',1112021689,'A','logout','success','127.0.0.1'),
 ('testuser',1112021705,'C','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1112053545,'P','login','success','127.0.0.1'),
 ('master',1112054016,'P','login','success','127.0.0.1'),
 ('master',1112054560,'P','login','success','127.0.0.1'),
 ('master',1112105734,'P','login','success','127.0.0.1'),
 ('master',1112105794,'A','logout','success','127.0.0.1'),
 ('master',1112105906,'P','login','success','127.0.0.1'),
 ('master',1112106308,'P','login','success','127.0.0.1'),
 ('master',1112107163,'P','login','success','127.0.0.1'),
 ('master',1112107170,'A','logout','success','127.0.0.1'),
 ('',1112107183,'','logout','success','127.0.0.1'),
 ('master',1112107300,'P','login','success','127.0.0.1'),
 ('',1112107656,'','logout','success','127.0.0.1'),
 ('master',1112107696,'P','login','success','127.0.0.1'),
 ('master',1112118067,'P','login','success','127.0.0.1'),
 ('master',1112138716,'P','login','success','127.0.0.1'),
 ('master',1112142823,'P','login','success','127.0.0.1'),
 ('master',1112143203,'P','login','success','127.0.0.1');
INSERT INTO `xcart_login_history` (`login`,`date_time`,`usertype`,`action`,`status`,`ip`) VALUES 
 ('master',1112192689,'P','login','success','127.0.0.1'),
 ('master',1112226915,'P','login','success','127.0.0.1'),
 ('master',1112278544,'P','login','success','127.0.0.1'),
 ('master',1112310588,'P','login','success','127.0.0.1'),
 ('master',1112313497,'P','login','success','127.0.0.1'),
 ('master',1112364540,'P','login','success','127.0.0.1'),
 ('master',1112366540,'P','login','success','127.0.0.1'),
 ('master',1112366835,'P','logout','success','127.0.0.1'),
 ('master',1112366841,'P','login','success','127.0.0.1'),
 ('master',1112367077,'P','login','success','127.0.0.1'),
 ('master',1112367262,'P','login','success','127.0.0.1'),
 ('master',1112399389,'P','login','success','127.0.0.1'),
 ('master',1112623672,'P','login','success','127.0.0.1'),
 ('testuser',1112624522,'C','login','success','127.0.0.1'),
 ('master',1112654552,'P','login','success','127.0.0.1'),
 ('master',1112656487,'P','login','success','127.0.0.1');
CREATE TABLE `xcart_manufacturers` (
  `manufacturerid` int(11) NOT NULL auto_increment,
  `manufacturer` varchar(255) NOT NULL default '',
  `url` varchar(255) NOT NULL default '',
  `image` mediumblob NOT NULL,
  `image_type` varchar(32) NOT NULL default 'image/jpeg',
  `descr` text NOT NULL,
  `orderby` int(11) NOT NULL default '0',
  `provider` varchar(32) NOT NULL default '',
  `avail` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`manufacturerid`),
  KEY `manufacturer` (`manufacturer`),
  KEY `orderby` (`orderby`),
  KEY `provider` (`provider`),
  KEY `avail` (`avail`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_modules` (
  `moduleid` int(11) NOT NULL auto_increment,
  `module_name` varchar(255) NOT NULL default '',
  `module_descr` varchar(255) NOT NULL default '',
  `active` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`moduleid`),
  KEY `module_name` (`module_name`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_modules` (`moduleid`,`module_name`,`module_descr`,`active`) VALUES 
 (1,'Wishlist','This module enables Wishlist feature.','N'),
 (4,'Detailed_Product_Images','Enable to allow creation of detailed images for products.','Y'),
 (8,'Wholesale_Trading','Enable this if you want to have advanced pricing (wholesale)','Y'),
 (20,'Discount_Coupons','Enable this if you wish to activate discount coupons feature.','N'),
 (39,'Extra_Fields','This module allows the adding of additional non-standard fields to the products table.','Y'),
 (29,'Order_Tracking','This allows to track order shipment from UPS, USPS and FedEx postal services','Y'),
 (31,'Gift_Certificates','Activate this if you want your customers to be able purchasing Gift Certificates.','Y'),
 (32,'Product_Options','Activate this module if you want to have product options.','Y'),
 (38,'Egoods','Activate this module if you wish to sell Electronically distributed products.','N'),
 (36,'Greet_Visitor','This module greets customer by his name when he returns to the site','Y'),
 (35,'Upselling_Products','This module support creating list of related products which are recommended to customer when he buys something','Y');
INSERT INTO `xcart_modules` (`moduleid`,`module_name`,`module_descr`,`active`) VALUES 
 (37,'Advanced_Statistics','This section enables Advanced Statistics gathering.','Y'),
 (41,'Tax_Zones','This module allows to have zone-based Taxes.','Y'),
 (42,'Subscriptions','This module enables subscription feature for products.','N'),
 (43,'Bestsellers','This module enables bestsellers list','N'),
 (44,'Recommended_Products','This module enables recommended products list (auto-generated)','N'),
 (45,'Customer_Reviews','Allows voting and writing reviews on products','N'),
 (46,'QuickBooks','This module enables to export orders in QuickBooks format.','N'),
 (47,'Interneka','This module enables the support for Interneka affiliates software.','N'),
 (48,'UPS_OnLine_Tools','This module enables the access to UPS OnLine&#174; Tools.','N'),
 (49,'News_Management','This module allows to create and manage news lists','Y'),
 (50,'Froogle','This module allows to export products in Froogle compatible format','N'),
 (51,'Anti_Fraud','This module allows to validate a customer\'s address during checkout and place a note into the order details','N');
INSERT INTO `xcart_modules` (`moduleid`,`module_name`,`module_descr`,`active`) VALUES 
 (56,'Manufacturers','This module allows to classify products by manufacturers','Y'),
 (57,'Users_online','This module enables the users online tracking','N'),
 (58,'Stop_List','This module allows you to protect shop from external attack with stolen credit card numbers.','N'),
 (59,'Fancy_Categories','This module enables several alternative styles of categories menu (JavaScript, Explorer-like, decorated menus)','Y');
CREATE TABLE `xcart_newsletter` (
  `newsid` int(11) NOT NULL auto_increment,
  `subject` varchar(128) NOT NULL default '',
  `body` text NOT NULL,
  `send_date` int(11) NOT NULL default '0',
  `email1` varchar(128) NOT NULL default '',
  `email2` varchar(128) NOT NULL default '',
  `email3` varchar(128) NOT NULL default '',
  `status` char(1) NOT NULL default 'N',
  `listid` int(11) NOT NULL default '0',
  `show_as_news` char(1) NOT NULL default 'N',
  `allow_html` char(1) NOT NULL default 'N',
  PRIMARY KEY  (`newsid`),
  KEY `status` (`status`),
  KEY `send_date` (`send_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_newslist_subscription` (
  `listid` int(11) NOT NULL default '0',
  `email` char(128) NOT NULL default '',
  `since_date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`listid`,`email`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_newslists` (
  `listid` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `descr` text NOT NULL,
  `show_as_news` char(1) NOT NULL default 'N',
  `avail` char(1) NOT NULL default 'N',
  `subscribe` char(1) NOT NULL default 'N',
  PRIMARY KEY  (`listid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_old_passwords` (
  `login` varchar(32) NOT NULL default '',
  `password` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_order_details` (
  `orderid` int(11) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  `price` decimal(12,2) NOT NULL default '0.00',
  `amount` int(11) NOT NULL default '0',
  `provider` varchar(32) NOT NULL default '',
  `product_options` text NOT NULL,
  `extra_data` text NOT NULL,
  `itemid` int(11) NOT NULL auto_increment,
  `productcode` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`itemid`),
  KEY `orderid` (`orderid`),
  KEY `productid` (`productid`),
  KEY `provider` (`provider`),
  KEY `productcode` (`productcode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_order_details` (`orderid`,`productid`,`price`,`amount`,`provider`,`product_options`,`extra_data`,`itemid`,`productcode`) VALUES 
 (3,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',3,'GAL100'),
 (4,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',4,'GAL100'),
 (5,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',5,'GAL100'),
 (6,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',6,'GAL100'),
 (7,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',7,'GAL100');
INSERT INTO `xcart_order_details` (`orderid`,`productid`,`price`,`amount`,`provider`,`product_options`,`extra_data`,`itemid`,`productcode`) VALUES 
 (8,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',8,'GAL100'),
 (9,1,'16.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"16.00\";}}',9,'GAL100'),
 (10,1,'16.00',3,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"16.00\";s:16:\"discounted_price\";s:5:\"16.00\";s:8:\"subtotal\";s:5:\"48.00\";}}',10,'GAL100'),
 (12,4,'14.00',1,'master','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"14.00\";s:16:\"discounted_price\";s:5:\"14.00\";s:8:\"subtotal\";s:5:\"14.00\";}}',11,'TKO100');
CREATE TABLE `xcart_order_extras` (
  `orderid` int(11) NOT NULL default '0',
  `khash` varchar(64) NOT NULL default '',
  `value` text NOT NULL,
  PRIMARY KEY  (`orderid`,`khash`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_order_extras` (`orderid`,`khash`,`value`) VALUES 
 (3,'ip','127.0.0.1'),
 (3,'add_to_cart_time','307'),
 (4,'ip','127.0.0.1'),
 (4,'add_to_cart_time','52'),
 (5,'ip','127.0.0.1'),
 (5,'add_to_cart_time','68'),
 (6,'ip','127.0.0.1'),
 (6,'add_to_cart_time','91'),
 (7,'ip','127.0.0.1'),
 (7,'add_to_cart_time','25'),
 (8,'ip','127.0.0.1'),
 (8,'add_to_cart_time','89'),
 (9,'ip','127.0.0.1'),
 (9,'add_to_cart_time','42'),
 (10,'ip','127.0.0.1'),
 (10,'add_to_cart_time','437'),
 (11,'ip','127.0.0.1'),
 (12,'ip','127.0.0.1'),
 (12,'add_to_cart_time','101');
CREATE TABLE `xcart_orders` (
  `orderid` int(11) NOT NULL auto_increment,
  `login` varchar(32) NOT NULL default '',
  `membership` varchar(32) NOT NULL default '',
  `total` decimal(12,2) NOT NULL default '0.00',
  `giftcert_discount` decimal(12,2) NOT NULL default '0.00',
  `giftcert_ids` text NOT NULL,
  `subtotal` decimal(12,2) NOT NULL default '0.00',
  `discount` decimal(12,2) NOT NULL default '0.00',
  `coupon` varchar(32) NOT NULL default '',
  `coupon_discount` decimal(12,2) NOT NULL default '0.00',
  `shippingid` int(11) NOT NULL default '0',
  `tracking` varchar(64) NOT NULL default '',
  `shipping_cost` decimal(12,2) NOT NULL default '0.00',
  `tax` decimal(12,2) NOT NULL default '0.00',
  `taxes_applied` text NOT NULL,
  `date` int(11) NOT NULL default '0',
  `status` char(1) NOT NULL default 'Q',
  `payment_method` varchar(64) NOT NULL default '',
  `flag` char(1) NOT NULL default 'N',
  `notes` text NOT NULL,
  `details` text NOT NULL,
  `customer` varchar(32) NOT NULL default '',
  `title` varchar(32) NOT NULL default '',
  `firstname` varchar(32) NOT NULL default '',
  `lastname` varchar(32) NOT NULL default '',
  `company` varchar(255) NOT NULL default '',
  `b_title` varchar(32) NOT NULL default '',
  `b_firstname` varchar(128) NOT NULL default '',
  `b_lastname` varchar(128) NOT NULL default '',
  `b_address` varchar(64) NOT NULL default '',
  `b_city` varchar(64) NOT NULL default '',
  `b_county` varchar(32) NOT NULL default '',
  `b_state` varchar(32) NOT NULL default '',
  `b_country` char(2) NOT NULL default '',
  `b_zipcode` varchar(32) NOT NULL default '',
  `s_title` varchar(32) NOT NULL default '',
  `s_firstname` varchar(128) NOT NULL default '',
  `s_lastname` varchar(128) NOT NULL default '',
  `s_address` varchar(64) NOT NULL default '',
  `s_city` varchar(64) NOT NULL default '',
  `s_county` varchar(32) NOT NULL default '',
  `s_state` varchar(32) NOT NULL default '',
  `s_country` char(2) NOT NULL default '',
  `s_zipcode` varchar(32) NOT NULL default '',
  `phone` varchar(32) NOT NULL default '',
  `fax` varchar(32) NOT NULL default '',
  `url` varchar(32) NOT NULL default '',
  `email` varchar(128) NOT NULL default '',
  `language` char(2) NOT NULL default 'US',
  `clickid` int(11) NOT NULL default '0',
  `extra` text NOT NULL,
  PRIMARY KEY  (`orderid`),
  KEY `order_date` (`date`),
  KEY `s_state` (`s_state`),
  KEY `b_state` (`b_state`),
  KEY `s_country` (`s_country`),
  KEY `b_country` (`b_country`),
  KEY `login` (`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_orders` (`orderid`,`login`,`membership`,`total`,`giftcert_discount`,`giftcert_ids`,`subtotal`,`discount`,`coupon`,`coupon_discount`,`shippingid`,`tracking`,`shipping_cost`,`tax`,`taxes_applied`,`date`,`status`,`payment_method`,`flag`,`notes`,`details`,`customer`,`title`,`firstname`,`lastname`,`company`,`b_title`,`b_firstname`,`b_lastname`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`s_title`,`s_firstname`,`s_lastname`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`phone`,`fax`,`url`,`email`,`language`,`clickid`,`extra`) VALUES 
 (3,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111621944,'C','Credit Card (manual processing)','N','','Sserkqdqiqgpkphpsqmlppgpeqoqipfllmgorsdprpkmjmmqrqnplqllhmssdsfsfsj','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}'),
 (4,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111622392,'C','Credit Card (manual processing)','N','','Silhrkokpjhkrkskjjjgiklkljpkpjmfegpekiojkiddsdfhkhiiehgeqdlememeoem','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}');
INSERT INTO `xcart_orders` (`orderid`,`login`,`membership`,`total`,`giftcert_discount`,`giftcert_ids`,`subtotal`,`discount`,`coupon`,`coupon_discount`,`shippingid`,`tracking`,`shipping_cost`,`tax`,`taxes_applied`,`date`,`status`,`payment_method`,`flag`,`notes`,`details`,`customer`,`title`,`firstname`,`lastname`,`company`,`b_title`,`b_firstname`,`b_lastname`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`s_title`,`s_firstname`,`s_lastname`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`phone`,`fax`,`url`,`email`,`language`,`clickid`,`extra`) VALUES 
 (5,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111640058,'C','Credit Card (manual processing)','N','','Sldmjngnhnpojokornrsqododmhlhmeqmphrsngmsmlpkpnlslqmmloqiqdpepepgpe','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}'),
 (6,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111674047,'C','Credit Card (manual processing)','N','','Sjjkdhehjhfiliiiphleoififhninggkojfhmdegqgjjmjlfqfogsfmkkjrksjgjejk','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}');
INSERT INTO `xcart_orders` (`orderid`,`login`,`membership`,`total`,`giftcert_discount`,`giftcert_ids`,`subtotal`,`discount`,`coupon`,`coupon_discount`,`shippingid`,`tracking`,`shipping_cost`,`tax`,`taxes_applied`,`date`,`status`,`payment_method`,`flag`,`notes`,`details`,`customer`,`title`,`firstname`,`lastname`,`company`,`b_title`,`b_firstname`,`b_lastname`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`s_title`,`s_firstname`,`s_lastname`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`phone`,`fax`,`url`,`email`,`language`,`clickid`,`extra`) VALUES 
 (7,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111674338,'C','Credit Card (manual processing)','N','','Sfggidfdodqeiejemdsireerssirksdornilppfsdsmnhnorlrpsnrnnnoenfndnhnd','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}'),
 (8,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111674747,'C','Credit Card (manual processing)','N','','Sjekkhdhihgikihishmepigiehofigfkljghrddgrgkjjjmfrfnglflkhjsjdjfjfjj','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}');
INSERT INTO `xcart_orders` (`orderid`,`login`,`membership`,`total`,`giftcert_discount`,`giftcert_ids`,`subtotal`,`discount`,`coupon`,`coupon_discount`,`shippingid`,`tracking`,`shipping_cost`,`tax`,`taxes_applied`,`date`,`status`,`payment_method`,`flag`,`notes`,`details`,`customer`,`title`,`firstname`,`lastname`,`company`,`b_title`,`b_firstname`,`b_lastname`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`s_title`,`s_firstname`,`s_lastname`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`phone`,`fax`,`url`,`email`,`language`,`clickid`,`extra`) VALUES 
 (9,'testuser','','16.00','0.00','','16.00','0.00','','0.00',0,'','0.00','0.00','N;',1111698928,'C','Credit Card (manual processing)','N','','Sreskpdpipgqkqhqspmmpqgqeponiofslrgprldorokrjrmnrnnolnlshrsrdrfrfrj','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"16.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"16.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}'),
 (10,'testuser','','48.00','0.00','','48.00','0.00','','0.00',0,'','0.00','0.00','N;',1111760272,'C','Credit Card (manual processing)','N','','Shhifjkjdjdknkokfjngmkhkhjlkljqfiddfojkioihdodjhghmiqhseedpeqeqesdi','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"48.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"48.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}');
INSERT INTO `xcart_orders` (`orderid`,`login`,`membership`,`total`,`giftcert_discount`,`giftcert_ids`,`subtotal`,`discount`,`coupon`,`coupon_discount`,`shippingid`,`tracking`,`shipping_cost`,`tax`,`taxes_applied`,`date`,`status`,`payment_method`,`flag`,`notes`,`details`,`customer`,`title`,`firstname`,`lastname`,`company`,`b_title`,`b_firstname`,`b_lastname`,`b_address`,`b_city`,`b_county`,`b_state`,`b_country`,`b_zipcode`,`s_title`,`s_firstname`,`s_lastname`,`s_address`,`s_city`,`s_county`,`s_state`,`s_country`,`s_zipcode`,`phone`,`fax`,`url`,`email`,`language`,`clickid`,`extra`) VALUES 
 (11,'testuser','','10.00','0.00','','10.00','0.00','','0.00',0,'','0.00','0.00','N;',1111777073,'C','Credit Card (manual processing)','N','','Smnlpninfnjopomodnhskojojnrornsrksrqinimmmfpqphlelkmglqqgpnqoqsqqqo','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"10.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"10.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}'),
 (12,'testuser','','14.00','0.00','','14.00','0.00','','0.00',0,'','0.00','0.00','N;',1112624579,'Q','Credit Card (manual processing)','N','','Ssdrjqgqhqppjpkprqrlqpdpdphqhpelmmhlhopshqmpoqrqgqgqeqnqnofrjoergnnnhnonfsfrmmrngngndnsopsdmioklgoiodnjofqfmnoonmolsqnnnjmdlhqlpgofnpoinjrfnnlommllpqldmnmqmgmkleprqipkpjpmplpopnpqpppsprgedohkkokhfofjjgjmkqjsgefpgqgngsfi','','Mr.','Thomas','DePaepe','Nozomi Systems','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','Mr.','Thomas','DePaepe','121 Seneca Trail\n','Bloomingdale','','IL','US','60108','630-626-7030','','','tdepaepe@nozomisystems.com','US',0,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:5:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"14.00\";s:25:\"taxed_discounted_subtotal\";s:5:\"14.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";}}');
CREATE TABLE `xcart_pages` (
  `pageid` int(11) NOT NULL auto_increment,
  `filename` varchar(255) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  `level` char(1) NOT NULL default 'E',
  `orderby` int(11) NOT NULL default '0',
  `active` char(1) NOT NULL default 'Y',
  `language` char(2) NOT NULL default '',
  PRIMARY KEY  (`pageid`),
  KEY `orderby` (`level`,`orderby`,`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_payment_methods` (
  `paymentid` int(11) NOT NULL auto_increment,
  `payment_method` char(128) NOT NULL default '',
  `payment_details` char(255) NOT NULL default '',
  `payment_template` char(128) NOT NULL default '',
  `payment_script` char(128) NOT NULL default '',
  `protocol` char(6) NOT NULL default 'http',
  `membership` char(32) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `active` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`paymentid`),
  KEY `orderby` (`orderby`),
  KEY `protocol` (`protocol`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_payment_methods` (`paymentid`,`payment_method`,`payment_details`,`payment_template`,`payment_script`,`protocol`,`membership`,`orderby`,`active`) VALUES 
 (1,'Credit Card','Visa, Mastercard, American Express','customer/main/payment_cc.tpl','payment_cc.php','http','',100,'Y'),
 (2,'Purchase Order','','customer/main/payment_po.tpl','payment_offline.php','http','',30,'N'),
 (4,'Phone Ordering','Phone: (555) 555-5555','customer/main/payment_offline.tpl','payment_offline.php','http','',20,'N'),
 (5,'Personal Check','US Funds only','customer/main/payment_offline.tpl','payment_offline.php','http','',40,'N'),
 (8,'C.O.D','Cashiers Check or Cash Only','customer/main/payment_offline.tpl','payment_offline.php','http','',29,'Y'),
 (7,'Money Order','US Banks Only','customer/main/payment_offline.tpl','payment_offline.php','http','',120,'Y'),
 (9,'Business Check','Drawn on US Bank and in US Dollars','customer/main/payment_offline.tpl','payment_offline.php','http','',70,'N'),
 (10,'Wire Transfer','Our bank account details you can find in help section','customer/main/payment_offline.tpl','payment_offline.php','http','',80,'N'),
 (11,'Government Check','US Funds Only','customer/main/payment_offline.tpl','payment_offline.php','http','',100,'N');
INSERT INTO `xcart_payment_methods` (`paymentid`,`payment_method`,`payment_details`,`payment_template`,`payment_script`,`protocol`,`membership`,`orderby`,`active`) VALUES 
 (12,'Traveler\'s Check','US Funds Only','customer/main/payment_offline.tpl','payment_offline.php','http','',110,'N'),
 (13,'Fax Ordering','Fax: (555) 555-5555','customer/main/payment_offline.tpl','payment_offline.php','http','',25,'N'),
 (14,'Gift Certificate','','customer/main/payment_giftcert.tpl','payment_giftcert.php','http','',15,'N'),
 (16,'Check','Check payment','customer/main/payment_chk.tpl','payment_cc.php','http','',110,'Y');
CREATE TABLE `xcart_pricing` (
  `priceid` int(11) NOT NULL auto_increment,
  `productid` int(11) NOT NULL default '0',
  `quantity` int(11) NOT NULL default '0',
  `price` decimal(12,2) NOT NULL default '0.00',
  `membership` char(32) NOT NULL default '',
  `variantid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`priceid`),
  KEY `productid` (`productid`),
  KEY `membership` (`membership`),
  KEY `variantid` (`variantid`),
  KEY `pvq` (`productid`,`variantid`,`quantity`),
  KEY `pvqm` (`productid`,`variantid`,`quantity`,`membership`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_pricing` (`priceid`,`productid`,`quantity`,`price`,`membership`,`variantid`) VALUES 
 (137,14,1,'22.00','',0),
 (138,15,1,'10.00','',0),
 (139,16,1,'15.00','',0),
 (140,17,1,'15.00','',0),
 (141,18,1,'15.00','',0),
 (130,4,1,'14.00','',0),
 (142,19,1,'6.00','',0),
 (131,5,1,'20.00','',0),
 (129,1,1,'8.00','',0),
 (136,13,1,'6.00','',0),
 (135,10,1,'10.00','',0),
 (132,6,1,'30.00','',0),
 (133,7,1,'12.00','',0),
 (134,9,1,'10.00','',0);
CREATE TABLE `xcart_product_bookmarks` (
  `productid` int(11) NOT NULL default '0',
  `add_date` int(11) NOT NULL default '0',
  `login` char(32) NOT NULL default '',
  UNIQUE KEY `productid` (`productid`,`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_links` (
  `productid1` int(11) NOT NULL default '0',
  `productid2` int(11) NOT NULL default '0',
  `orderby` int(11) NOT NULL default '0',
  KEY `productid2` (`productid2`),
  KEY `productid1` (`productid1`),
  KEY `orderby` (`orderby`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_options_ex` (
  `optionid` int(11) NOT NULL default '0',
  `exceptionid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`optionid`,`exceptionid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_options_js` (
  `productid` int(11) NOT NULL default '0',
  `javascript_code` text,
  PRIMARY KEY  (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_options_lng` (
  `code` char(2) NOT NULL default 'US',
  `optionid` int(11) NOT NULL default '0',
  `option_name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`code`,`optionid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_reviews` (
  `review_id` int(11) NOT NULL auto_increment,
  `remote_ip` varchar(15) NOT NULL default '',
  `email` varchar(128) NOT NULL default '',
  `message` varchar(255) NOT NULL default '',
  `productid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`review_id`),
  KEY `productid` (`productid`),
  KEY `remote_ip` (`remote_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_taxes` (
  `productid` int(11) NOT NULL default '0',
  `taxid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`productid`,`taxid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_product_votes` (
  `vote_id` int(11) NOT NULL auto_increment,
  `remote_ip` varchar(15) NOT NULL default '',
  `vote_value` int(1) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`vote_id`),
  KEY `remote_ip` (`remote_ip`),
  KEY `productid` (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_products` (
  `productid` int(11) NOT NULL auto_increment,
  `productcode` varchar(32) NOT NULL default '',
  `product` varchar(255) NOT NULL default '',
  `provider` varchar(32) NOT NULL default '',
  `distribution` varchar(255) NOT NULL default '',
  `weight` decimal(12,2) NOT NULL default '0.00',
  `list_price` decimal(12,2) NOT NULL default '0.00',
  `descr` text NOT NULL,
  `fulldescr` text NOT NULL,
  `avail` int(11) NOT NULL default '0',
  `rating` int(11) NOT NULL default '0',
  `forsale` char(1) NOT NULL default 'Y',
  `add_date` int(11) NOT NULL default '0',
  `image_x` int(11) NOT NULL default '0',
  `image_y` int(11) NOT NULL default '0',
  `views_stats` int(11) NOT NULL default '0',
  `sales_stats` int(11) NOT NULL default '0',
  `del_stats` int(11) NOT NULL default '0',
  `shipping_freight` decimal(12,2) NOT NULL default '0.00',
  `free_shipping` char(1) NOT NULL default 'N',
  `discount_avail` char(1) NOT NULL default 'Y',
  `min_amount` int(11) NOT NULL default '1',
  `dim_x` int(11) NOT NULL default '0',
  `dim_y` int(11) NOT NULL default '0',
  `dim_z` int(11) NOT NULL default '0',
  `low_avail_limit` int(11) NOT NULL default '10',
  `free_tax` char(1) NOT NULL default 'N',
  `product_type` char(1) NOT NULL default 'N',
  `manufacturerid` int(11) NOT NULL default '0',
  `return_time` int(11) NOT NULL default '0',
  PRIMARY KEY  (`productid`),
  UNIQUE KEY `productcode` (`productcode`),
  KEY `product` (`product`),
  KEY `rating` (`rating`),
  KEY `add_date` (`add_date`),
  KEY `provider` (`provider`),
  KEY `avail` (`avail`),
  KEY `best_sellers` (`sales_stats`,`views_stats`),
  KEY `categories` (`forsale`),
  KEY `fi` (`forsale`,`productid`),
  KEY `fia` (`forsale`,`productid`,`avail`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (19,'HPO101','Hand painted Ornament','master','','0.00','0.00','These tree ornaments are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These tree ornaments make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. ','These tree ornaments are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These tree ornaments make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your tree ornaments.',100,0,'Y',1112399750,0,0,3,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (1,'GAL101','George\'s Aloe Liquid - 1 quart bottle','master','','0.00','0.00','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!  Used as a medicinal product since 1500 B.C., aloe vera was extensively researched in the 1930\'s and found to contain essential oils, amino acids, minerals, vitamins, enzymes and glycoprotiens.  As a food supplement it is said to facilitate digestion, aid in blood and lymphatic circulation as well as kidney, liver and gall bladder functions. As a topical treatment, aloe contains at least 3 fatty acids that act as anti-inflammatories which allows for the dramatic healing.',10,0,'Y',1112399749,89,154,3,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (9,'WALL001','Pionus Parrot Wall Hook','master','','0.00','0.00','These wall hooks are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These wall hooks make great gifts for your favorite bird owner. ','These wall hooks are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These wall hooks make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your wall hooks.',10,0,'Y',1112399750,120,114,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (10,'WALL002','Ringneck Parrot Wall Hook','master','','0.00','0.00','These wall hooks are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These tree ornaments make great gifts for your favorite bird owner. ','These wall hooks are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These wall hooks make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your tree ornaments. ',10,0,'Y',1112399750,117,111,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (13,'GAL100','George\'s Aloe Liquid - 8 ounce spray bottle','master','','0.00','0.00','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!  Used as a medicinal product since 1500 B.C., aloe vera was extensively researched in the 1930\'s and found to contain essential oils, amino acids, minerals, vitamins, enzymes and glycoprotiens.  As a food supplement it is said to facilitate digestion, aid in blood and lymphatic circulation as well as kidney, liver and gall bladder functions. As a topical treatment, aloe contains at least 3 fatty acids that act as anti-inflammatories which allows for the dramatic healing.',10,0,'Y',1112399750,72,143,7,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (14,'GAL103','George\'s Aloe Liquid - 1 gallon','master','','0.00','0.00','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!  Used as a medicinal product since 1500 B.C., aloe vera was extensively researched in the 1930\'s and found to contain essential oils, amino acids, minerals, vitamins, enzymes and glycoprotiens.  As a food supplement it is said to facilitate digestion, aid in blood and lymphatic circulation as well as kidney, liver and gall bladder functions. As a topical treatment, aloe contains at least 3 fatty acids that act as anti-inflammatories which allows for the dramatic healing.',10,0,'Y',1112399750,63,127,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (15,'TOTE101','Small Hand Painted Tote Bag (11w x 9h x 3d)','master','','0.00','0.00','Canvas totes are one of a kind...no two pictures are exactly the same!  Note - Bird picture on thumbnail image is for sample only... ','Canvas totes are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These bags are handy for carrying your bird\'s necessities when traveling or make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your tote bag. ',100,0,'Y',1112399750,72,92,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (16,'TOTE102','Large Hand Painted Tote Bag (14w x 13h x 3d)','master','','0.00','0.00','Canvas totes are one of a kind...no two pictures are exactly the same!  Note - Bird picture on thumbnail image is for sample only... ','Canvas totes are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the bag with your pet\'s name\". These bags are handy for carrying your bird\'s necessities when traveling or make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your tote bag. ',100,0,'Y',1112399750,108,143,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (17,'CER101','Hand painted Ceramic Plate','master','','0.00','0.00','These hand painted ceramic plates are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the ceramic plate with your pet\'s name\". These ceramic plates make great gifts for your favorite bird owner. ','These hand painted ceramic plates are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the ceramic plate with your pet\'s name\". These ceramic plates make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your ceramic plate.',100,0,'Y',1112399750,116,110,8,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (18,'TSH101','Hand painted T - Shirts','master','','0.00','0.00','These hand painted T - shirts are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the T - shirt with your pet\'s name\". These T - shirts make great gifts for your favorite bird owner. ','These hand painted T - shirts are one of a kind...no two pictures are exactly the same! Hand painted with the bird species of your choice And \"optionial of personalizing the T - shirt with your pet\'s name\". These T - shirts make great gifts for your favorite bird owner. When you order, specify the species \"e.g. blue and gold macaw, sun conure, etc.\" and name if you wish to be personlized. Allow 2 weeks to customize your T - shirt. ',100,0,'Y',1112399750,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (4,'TKO100','TKO 8oz bottle cleaner for pets','master','','0.00','0.00','A safe, non-toxic enzyme cleaner that dissolves bird messes practically on contact!  Made from oranges it has a wonderful, citrus-fresh smell as well!','Ollie\'s uses Orange TKO exclusively to clean our cages and boarding room. I think it is simply the best product on the market and is economical, too.  We sell 3 sizes of the concentrated cleaner.\r\n\r\nIt may sound expensive, but my 16 ounce bottle has lasted 5 months and I clean 8 to 12 cages daily!  Yes, it\'s THAT concentrated.',9,1,'Y',1112399750,66,155,9,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (5,'TKO101','TKO 16oz bottle cleaner for pets','master','','0.00','0.00','A safe, non-toxic enzyme cleaner that dissolves bird messes practically on contact!  Made from oranges it has a wonderful, citrus-fresh smell as well!','Ollie\'s uses Orange TKO exclusively to clean our cages and boarding room. I think it is simply the best product on the market and is economical, too.  We sell 3 sizes of the concentrated cleaner.\r\n\r\nIt may sound expensive, but my 16 ounce bottle has lasted 5 months and I clean 8 to 12 cages daily!  Yes, it\'s THAT concentrated.',10,0,'Y',1112399750,69,193,3,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
INSERT INTO `xcart_products` (`productid`,`productcode`,`product`,`provider`,`distribution`,`weight`,`list_price`,`descr`,`fulldescr`,`avail`,`rating`,`forsale`,`add_date`,`image_x`,`image_y`,`views_stats`,`sales_stats`,`del_stats`,`shipping_freight`,`free_shipping`,`discount_avail`,`min_amount`,`dim_x`,`dim_y`,`dim_z`,`low_avail_limit`,`free_tax`,`product_type`,`manufacturerid`,`return_time`) VALUES 
 (6,'TKO102','TKO 32oz bottle cleaner for pets','master','','0.00','0.00','A safe, non-toxic enzyme cleaner that dissolves bird messes practically on contact!  Made from oranges it has a wonderful, citrus-fresh smell as well!','Ollie\'s uses Orange TKO exclusively to clean our cages and boarding room. I think it is simply the best product on the market and is economical, too.  We sell 3 sizes of the concentrated cleaner.\r\n\r\nIt may sound expensive, but my 16 ounce bottle has lasted 5 months and I clean 8 to 12 cages daily!  Yes, it\'s THAT concentrated.',10,0,'Y',1112399750,69,193,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0),
 (7,'GAL102','George\'s Aloe Liquid - 1 half gallon','master','','0.00','0.00','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!','George\'s Aloe Liquid is great for feathered and non-feathered friends alike.A great alternative to bottled spring water, George\'s Aloe Liquid is 100% Aloe juice, has no bitter taste and all of the herbal qualities of aloe vera!  Used as a medicinal product since 1500 B.C., aloe vera was extensively researched in the 1930\'s and found to contain essential oils, amino acids, minerals, vitamins, enzymes and glycoprotiens.  As a food supplement it is said to facilitate digestion, aid in blood and lymphatic circulation as well as kidney, liver and gall bladder functions. As a topical treatment, aloe contains at least 3 fatty acids that act as anti-inflammatories which allows for the dramatic healing.',10,0,'Y',1112399750,73,132,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','N',0,0);
CREATE TABLE `xcart_products_categories` (
  `categoryid` int(11) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  `main` char(1) NOT NULL default 'N',
  `orderby` int(11) NOT NULL default '0',
  PRIMARY KEY  (`categoryid`,`productid`),
  KEY `main` (`main`),
  KEY `orderby` (`categoryid`,`orderby`),
  KEY `cpm` (`categoryid`,`productid`,`main`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_products_categories` (`categoryid`,`productid`,`main`,`orderby`) VALUES 
 (5,7,'Y',30),
 (5,13,'Y',10),
 (21,16,'Y',0),
 (22,17,'Y',10),
 (21,15,'Y',0),
 (23,18,'Y',10),
 (24,19,'Y',0),
 (4,4,'Y',0),
 (5,1,'Y',20),
 (4,6,'Y',0),
 (4,5,'Y',0),
 (5,14,'Y',40),
 (25,10,'Y',20),
 (25,9,'Y',10);
CREATE TABLE `xcart_products_lng` (
  `code` char(2) NOT NULL default '',
  `productid` int(11) NOT NULL default '0',
  `product` varchar(255) NOT NULL default '',
  `descr` text NOT NULL,
  `full_descr` text NOT NULL,
  PRIMARY KEY  (`code`,`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_referers` (
  `referer` char(255) NOT NULL default '',
  `visits` int(11) NOT NULL default '0',
  `last_visited` int(11) NOT NULL default '0',
  PRIMARY KEY  (`referer`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_register_field_values` (
  `fieldid` int(11) NOT NULL default '0',
  `login` varchar(32) NOT NULL default '',
  `value` text NOT NULL,
  PRIMARY KEY  (`fieldid`,`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_register_fields` (
  `fieldid` int(11) NOT NULL auto_increment,
  `field` varchar(255) NOT NULL default '',
  `type` char(1) NOT NULL default 'T',
  `variants` text NOT NULL,
  `def` varchar(255) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `section` char(1) NOT NULL default 'A',
  `avail` varchar(4) NOT NULL default '',
  `required` varchar(4) NOT NULL default '',
  PRIMARY KEY  (`fieldid`),
  KEY `avail` (`avail`),
  KEY `required` (`required`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_sessions_data` (
  `sessid` varchar(40) NOT NULL default '',
  `start` int(11) NOT NULL default '0',
  `expiry` int(11) NOT NULL default '0',
  `data` mediumtext NOT NULL,
  PRIMARY KEY  (`sessid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_sessions_data` (`sessid`,`start`,`expiry`,`data`) VALUES 
 ('1a1d4cd575dde1de5d3cb893b0081ab1',1112666934,1112670535,'a:22:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:1:\"Y\";s:9:\"adaptives\";a:12:{s:4:\"isJS\";s:1:\"Y\";s:5:\"isDOM\";s:1:\"Y\";s:8:\"isStrict\";s:0:\"\";s:6:\"isJava\";s:1:\"Y\";s:7:\"browser\";s:4:\"MSIE\";s:7:\"version\";s:3:\"6.0\";s:8:\"platform\";s:5:\"Win32\";s:8:\"isCookie\";s:1:\"Y\";s:8:\"screen_x\";s:4:\"1024\";s:8:\"screen_y\";s:3:\"768\";s:7:\"plugins\";a:1:{i:0;s:0:\"\";}s:14:\"is_first_start\";s:0:\"\";}s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";s:49:\"http://www.olliesparrotsperch.com/estore/home.php\";s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:6:\"logged\";s:0:\"\";s:4:\"cart\";s:0:\"\";s:12:\"stats_pageid\";s:3:\"125\";s:15:\"stats_page_time\";i:1112666935;s:18:\"stats_pages_string\";s:3:\"125\";s:19:\"stats_transactionid\";s:0:\"\";s:22:\"stats_transaction_step\";s:0:\"\";s:19:\"categories_expanded\";a:0:{}}'),
 ('493451329b58f811207e3b28bdc18f93',1112667872,1112671473,'a:22:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:1:\"Y\";s:9:\"adaptives\";a:12:{s:4:\"isJS\";s:1:\"Y\";s:5:\"isDOM\";s:1:\"Y\";s:8:\"isStrict\";s:0:\"\";s:6:\"isJava\";s:1:\"Y\";s:7:\"browser\";s:4:\"MSIE\";s:7:\"version\";s:3:\"6.0\";s:8:\"platform\";s:5:\"Win32\";s:8:\"isCookie\";s:1:\"Y\";s:8:\"screen_x\";s:4:\"1024\";s:8:\"screen_y\";s:3:\"768\";s:7:\"plugins\";a:1:{i:0;s:0:\"\";}s:14:\"is_first_start\";s:0:\"\";}s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";s:49:\"http://www.olliesparrotsperch.com/estore/home.php\";s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:6:\"logged\";s:0:\"\";s:4:\"cart\";s:0:\"\";s:12:\"stats_pageid\";s:3:\"125\";s:15:\"stats_page_time\";i:1112667873;s:18:\"stats_pages_string\";s:3:\"125\";s:19:\"stats_transactionid\";s:0:\"\";s:22:\"stats_transaction_step\";s:0:\"\";s:19:\"categories_expanded\";a:0:{}}');
INSERT INTO `xcart_sessions_data` (`sessid`,`start`,`expiry`,`data`) VALUES 
 ('fc74b94133ae20969421142d81a5d959',1112668311,1112671913,'a:22:{s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:1:\"Y\";s:9:\"adaptives\";a:12:{s:4:\"isJS\";s:1:\"Y\";s:5:\"isDOM\";s:1:\"Y\";s:8:\"isStrict\";s:0:\"\";s:6:\"isJava\";s:1:\"Y\";s:7:\"browser\";s:4:\"MSIE\";s:7:\"version\";s:3:\"6.0\";s:8:\"platform\";s:5:\"Win32\";s:8:\"isCookie\";s:1:\"Y\";s:8:\"screen_x\";s:4:\"1024\";s:8:\"screen_y\";s:3:\"768\";s:7:\"plugins\";a:1:{i:0;s:0:\"\";}s:14:\"is_first_start\";s:0:\"\";}s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:15:\"referer_session\";s:49:\"http://www.olliesparrotsperch.com/estore/home.php\";s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:6:\"logged\";s:0:\"\";s:4:\"cart\";s:0:\"\";s:12:\"stats_pageid\";s:3:\"125\";s:15:\"stats_page_time\";i:1112668313;s:18:\"stats_pages_string\";s:3:\"125\";s:19:\"stats_transactionid\";s:0:\"\";s:22:\"stats_transaction_step\";s:0:\"\";s:19:\"categories_expanded\";a:0:{}}');
CREATE TABLE `xcart_shipping` (
  `shippingid` int(11) NOT NULL auto_increment,
  `shipping` varchar(128) NOT NULL default '',
  `shipping_time` varchar(128) NOT NULL default '',
  `destination` char(1) NOT NULL default 'I',
  `code` varchar(32) NOT NULL default '',
  `subcode` varchar(32) NOT NULL default '',
  `orderby` int(11) NOT NULL default '0',
  `active` char(1) NOT NULL default 'Y',
  `intershipper_code` varchar(32) NOT NULL default '',
  `weight_limit` decimal(12,2) NOT NULL default '0.00',
  `service_code` int(11) NOT NULL default '0',
  PRIMARY KEY  (`shippingid`),
  KEY `code` (`code`),
  KEY `orderby` (`orderby`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (2,'UPS 2nd Day Air##R##','2 days','L','UPS','2',420,'Y','U2D','0.00',1),
 (18,'UPS 2nd Day Air A.M.##R##','2 days','L','UPS','18',430,'Y','U2A','0.00',2),
 (23,'UPS 3 Day Select##SM##','3 days','L','UPS','23',440,'Y','U3S','0.00',3),
 (73,'UPS Canadian Express Service','','I','UPS','73',360,'Y','UCE','0.00',0),
 (74,'UPS Canadian Expedited Service','','I','UPS','74',330,'Y','UCX','0.00',0),
 (75,'UPS Standard Canadian Service','','I','UPS','75',400,'Y','UCS','0.00',0),
 (98,'UPS Canadian Express Plus','','I','UPS','98',350,'Y','UCP','0.00',0),
 (99,'UPS Canadian Express 1NA','','I','UPS','99',340,'Y','UCN','0.00',0),
 (1,'UPS Ground','','L','UPS','1',450,'Y','UGN','0.00',4),
 (20,'UPS Next Day Air##R##','1 day','L','UPS','20',460,'Y','UND','0.00',5),
 (71,'UPS Next Day Air A.M.','1 day','L','UPS','71',470,'Y','UNA','0.00',0),
 (66,'UPS Next Day Air##R## Early A.M.##R##','1 day','L','UPS','66',380,'Y','','0.00',6);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (22,'UPS Next Day Air Saver##R##','1 day','L','UPS','22',480,'Y','UNS','0.00',7),
 (104,'UPS Express','','I','UPS','104',504,'Y','','0.00',8),
 (106,'UPS Express Early A.M.','','I','UPS','106',505,'Y','','0.00',9),
 (103,'UPS Express NA1','','I','UPS','103',502,'Y','','0.00',10),
 (107,'UPS Express Plus','','I','UPS','107',506,'Y','','0.00',11),
 (68,'UPS Express Saver','','I','UPS','68',370,'Y','','0.00',12),
 (105,'UPS Expedited','','I','UPS','105',504,'Y','','0.00',13),
 (65,'UPS Standard','','L','UPS','65',390,'Y','','0.00',14),
 (3,'UPS Worldwide Expedited##SM##','','I','UPS','3',500,'Y','UWX','0.00',15),
 (8,'UPS Worldwide Express##SM##','2 days','I','UPS','8',490,'Y','UWE','0.00',16),
 (67,'UPS Worldwide Express Plus##SM##','','I','UPS','67',410,'Y','UWP','0.00',17),
 (110,'UPS Standard to Canada','','L','UPS','110',415,'Y','','0.00',100),
 (45,'FedEx Priority Overnight','1 day','L','FDX','45',310,'Y','FPN','0.00',0);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (41,'FedEx 2nd Day','2 days','L','FDX','41',180,'Y','F2D','0.00',0),
 (42,'FedEx Express Saver','3 days','L','FDX','42',240,'Y','FES','0.00',0),
 (43,'FedEx Ground','1-5 days','L','FDX','43',260,'Y','FGN','0.00',0),
 (55,'USPS Library','','L','USPS','55',630,'Y','','0.00',0),
 (54,'USPS BPM','','L','USPS','54',580,'Y','','0.00',0),
 (53,'USPS First Class','','L','USPS','53',600,'Y','','0.00',0),
 (52,'USPS Priority Mail','1 day','L','USPS','52',660,'Y','PPM','0.00',0),
 (51,'USPS Parcel Post','2 days','L','USPS','51',650,'Y','','0.00',0),
 (50,'USPS Express Mail','1 day','L','USPS','50',590,'Y','PEA','0.00',0),
 (28,'DHL Airways','3 days','L','DHL','28',670,'Y','','0.00',0),
 (44,'FedEx Home Delivery','1-5 days','L','FDX','44',270,'Y','','0.00',0),
 (31,'Airborne 2nd Day','2 days','L','ARB','31',690,'Y','A2D','150.00',0),
 (32,'Airborne Express','1 day','I','ARB','32',700,'Y','','150.00',0);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (33,'Airborne Next Afternoon','1 day','L','ARB','33',710,'Y','ANA','150.00',0),
 (34,'Emery Worldwide Gold Priority AM','2 days','I','EWW','34',720,'Y','','0.00',0),
 (35,'Emery Worldwide Gold Priority Second Day','3 days','I','EWW','35',730,'Y','','0.00',0),
 (36,'Emery Worldwide Gold Priority Deferred','5 days','I','EWW','36',740,'Y','','0.00',0),
 (37,'AirNet Express Service','1 day','L','ANX','37',750,'Y','','0.00',0),
 (46,'FedEx Standard Overnight','1 day','L','FDX','46',320,'Y','FSO','0.00',0),
 (47,'FedEx First Overnight','2 days','L','FDX','47',250,'Y','FON','0.00',0),
 (48,'FedEx International Priority','1-3 days','I','FDX','48',300,'Y','FIP','0.00',0),
 (49,'FedEx International Economy','1-3 days','I','FDX','49',280,'Y','FIE','0.00',0),
 (56,'USPS Media','','L','USPS','56',640,'Y','','0.00',0),
 (57,'USPS Global Express Mail (EMS)','3-5 days','I','USPS','57',570,'Y','PEM','0.00',0),
 (58,'USPS Airmail Parcel Post','4-10 days','I','USPS','58',520,'Y','','0.00',0);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (59,'USPS Economy (Surface) Parcel Post','28-42 days','I','USPS','59',540,'Y','','0.00',0),
 (60,'USPS Global Express Guaranteed Document Service','2-3 days','I','USPS','60',550,'Y','','0.00',0),
 (61,'USPS Global Express Guaranteed Non-Document Service','2-3 days','I','USPS','61',560,'Y','','0.00',0),
 (62,'USPS Airmail Letter-Post','4-7 days','I','USPS','62',510,'Y','','0.00',0),
 (63,'USPS Economy (Surface) Letter-Post','28-42 days','I','USPS','63',530,'Y','','0.00',0),
 (64,'DHL Next Day Air','1-2 day','L','DHL','10000',680,'Y','DON','0.00',0),
 (69,'USPS Ground (Non-Machinable)','','L','USPS','69',620,'Y','PGN','0.00',0),
 (70,'USPS Ground (Machinable)','','L','USPS','70',610,'Y','PGM','0.00',0),
 (72,'FedEx 3-Day Select','3 days','L','FDX','72',190,'Y','','0.00',0),
 (76,'FedEx Canadian International Priority','','I','FDX','76',230,'Y','FCP','0.00',0),
 (77,'FedEx Canadian International Economy','','I','FDX','77',210,'Y','FCE','0.00',0);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (78,'FedEx Canadian Ground','','I','FDX','78',200,'Y','FCG','0.00',0),
 (79,'Canada Post Priority Courier','','L','CPC','79',100,'Y','','0.00',1040),
 (80,'Canada Post Xpresspost','','L','CPC','80',140,'Y','','0.00',1030),
 (81,'Canada Post Expedited','','L','CPC','81',10,'Y','','0.00',1020),
 (82,'Canada Post Regular','','L','CPC','82',110,'Y','','0.00',1010),
 (83,'Canada Post Xpresspost Evening','','L','CPC','83',150,'Y','','0.00',1130),
 (84,'Canada Post Expedited Evening','','L','CPC','84',20,'Y','','0.00',1120),
 (85,'Canada Post Xpresspost Saturday','','L','CPC','85',160,'Y','','0.00',1230),
 (86,'Canada Post Expedited Saturday','','L','CPC','86',30,'Y','','0.00',1220),
 (87,'Canada Post Parcel Surface US','','I','CPC','87',90,'Y','','0.00',2010),
 (88,'Canada Post Parcel Air US','','I','CPC','88',70,'Y','','0.00',2020),
 (89,'Canada Post Xpresspost USA','','I','CPC','89',170,'Y','','0.00',2030);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (90,'Canada Post US Purolator Courier','','I','CPC','90',120,'Y','','0.00',2040),
 (91,'Canada Post US Puropack','','I','CPC','91',130,'Y','','0.00',2050),
 (92,'Canada Post Parcel Surface International','','I','CPC','92',80,'Y','','0.00',3010),
 (93,'Canada Post Parcel Air Internaltional','','I','CPC','93',60,'Y','','0.00',3020),
 (94,'Canada Post International Purolator Courier','','I','CPC','94',40,'Y','','0.00',3040),
 (95,'Canada Post International Puropack','','I','CPC','95',50,'Y','','0.00',3050),
 (96,'FedEx International First','','I','FDX','96',290,'Y','FIF','0.00',0),
 (97,'FedEx Canadian International First','','I','FDX','97',220,'Y','FCF','0.00',0),
 (100,'USPS Global Priority Mail - Variable Weight Envelope (Single)','4-6 days','I','USPS','100',665,'Y','','0.00',0),
 (101,'USPS Global Express Guaranteed Parcels','','I','USPS','101',670,'Y','PGP','0.00',0),
 (102,'USPS Global AirMail Parcel','','I','USPS','102',671,'Y','PAP','0.00',0);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (108,'Airborne Overnight','','L','ARB','108',710,'Y','AON','150.00',0),
 (109,'Airborne Ground','','L','ARB','109',710,'Y','AGN','999.00',0),
 (111,'USPS Global Priority Small service','','I','USPS','111',672,'Y','','0.00',0),
 (112,'USPS Global Priority Mail - Flat-rate Envelope (Small)','','I','USPS','112',673,'Y','','0.00',0),
 (113,'Airborne Express 10:30 AM','','L','ARB','124',0,'Y','','150.00',0),
 (114,'Airborne Express Saturday','','L','ARB','125',0,'Y','','150.00',0),
 (115,'Canada Post Small Packets Surface','','I','CPC','115',180,'Y','','0.00',2005),
 (116,'Canada Post Small Packets Air','','I','CPC','116',190,'Y','','0.00',2015),
 (117,'Canada Post Expedited US Commercial','','I','CPC','117',200,'Y','','0.00',2025),
 (118,'Canada Post Small Packets Surface International','','I','CPC','118',210,'Y','','0.00',3005),
 (119,'Canada Post Small Packets Air International','','I','CPC','119',220,'Y','','0.00',3015);
INSERT INTO `xcart_shipping` (`shippingid`,`shipping`,`shipping_time`,`destination`,`code`,`subcode`,`orderby`,`active`,`intershipper_code`,`weight_limit`,`service_code`) VALUES 
 (120,'Canada Post XPressPost International','','I','CPC','120',230,'Y','','0.00',3025);
CREATE TABLE `xcart_shipping_options` (
  `carrier` varchar(32) NOT NULL default '',
  `param00` text NOT NULL,
  `param01` varchar(128) NOT NULL default '',
  `param02` varchar(128) NOT NULL default '',
  `param03` varchar(128) NOT NULL default '',
  `param04` varchar(128) NOT NULL default '',
  `param05` varchar(128) NOT NULL default '',
  `param06` varchar(128) NOT NULL default '',
  `param07` varchar(128) NOT NULL default '',
  `param08` varchar(128) NOT NULL default '',
  `param09` varchar(128) NOT NULL default '',
  PRIMARY KEY  (`carrier`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_shipping_options` (`carrier`,`param00`,`param01`,`param02`,`param03`,`param04`,`param05`,`param06`,`param07`,`param08`,`param09`) VALUES 
 ('USPS','Package','Regular','false','None','None','','','','',''),
 ('FDX','Both','1','true','0.04','0.0125','','','','',''),
 ('INTERSHIPPER','COM','DRP','0','0','0','IN','BOX','OTR','0','0'),
 ('UPS','03','02','','','','','','','',''),
 ('CPC','Product of my X-Cart shop','0','0','0','','1','','','',''),
 ('ARB','P','0','0','0','0','NR','0','N,N','M','0');
CREATE TABLE `xcart_shipping_rates` (
  `rateid` int(11) NOT NULL auto_increment,
  `shippingid` int(11) NOT NULL default '0',
  `zoneid` int(11) NOT NULL default '0',
  `maxamount` int(11) NOT NULL default '1000000',
  `maxweight` decimal(12,2) NOT NULL default '1000000.00',
  `maxtotal` decimal(12,2) NOT NULL default '0.00',
  `rate` decimal(12,2) NOT NULL default '0.00',
  `item_rate` decimal(12,2) NOT NULL default '0.00',
  `weight_rate` decimal(12,2) NOT NULL default '0.00',
  `rate_p` decimal(12,2) NOT NULL default '0.00',
  `provider` char(32) NOT NULL default '',
  `type` char(1) NOT NULL default 'D',
  PRIMARY KEY  (`rateid`),
  KEY `provider` (`provider`),
  KEY `shippingid` (`shippingid`),
  KEY `maxamount` (`maxamount`),
  KEY `maxweight` (`maxweight`),
  KEY `zoneid` (`zoneid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_states` (
  `stateid` int(11) NOT NULL auto_increment,
  `state` varchar(32) NOT NULL default '',
  `code` varchar(32) NOT NULL default '',
  `country_code` char(2) NOT NULL default '',
  PRIMARY KEY  (`stateid`),
  UNIQUE KEY `code` (`country_code`,`code`),
  KEY `state` (`state`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_states` (`stateid`,`state`,`code`,`country_code`) VALUES 
 (1,'Alabama','AL','US'),
 (2,'Alaska','AK','US'),
 (3,'Arizona','AZ','US'),
 (4,'Arkansas','AR','US'),
 (5,'California','CA','US'),
 (6,'Colorado','CO','US'),
 (7,'Connecticut','CT','US'),
 (8,'Delaware','DE','US'),
 (9,'District of Columbia','DC','US'),
 (10,'Florida','FL','US'),
 (11,'Georgia','GA','US'),
 (12,'Guam','GU','US'),
 (13,'Hawaii','HI','US'),
 (14,'Idaho','ID','US'),
 (15,'Illinois','IL','US'),
 (16,'Indiana','IN','US'),
 (17,'Iowa','IA','US'),
 (18,'Kansas','KS','US'),
 (19,'Kentucky','KY','US'),
 (20,'Louisiana','LA','US'),
 (21,'Maine','ME','US'),
 (22,'Maryland','MD','US'),
 (23,'Massachusetts','MA','US'),
 (24,'Michigan','MI','US'),
 (25,'Minnesota','MN','US'),
 (26,'Mississippi','MS','US'),
 (27,'Missouri','MO','US'),
 (28,'Montana','MT','US'),
 (29,'Nebraska','NE','US'),
 (30,'Nevada','NV','US'),
 (31,'New Hampshire','NH','US'),
 (32,'New Jersey','NJ','US'),
 (33,'New Mexico','NM','US'),
 (34,'New York','NY','US');
INSERT INTO `xcart_states` (`stateid`,`state`,`code`,`country_code`) VALUES 
 (35,'North Carolina','NC','US'),
 (36,'North Dakota','ND','US'),
 (37,'Ohio','OH','US'),
 (38,'Oklahoma','OK','US'),
 (39,'Oregon','OR','US'),
 (40,'Pennsylvania','PA','US'),
 (41,'Puerto Rico','PR','US'),
 (42,'Rhode Island','RI','US'),
 (43,'South Carolina','SC','US'),
 (44,'South Dakota','SD','US'),
 (45,'Tennessee','TN','US'),
 (46,'Texas','TX','US'),
 (47,'Utah','UT','US'),
 (48,'Vermont','VT','US'),
 (49,'Virgin Islands','VI','US'),
 (50,'Virginia','VA','US'),
 (51,'Washington','WA','US'),
 (52,'West Virginia','WV','US'),
 (53,'Wisconsin','WI','US'),
 (54,'Wyoming','WY','US');
CREATE TABLE `xcart_stats_adaptive` (
  `platform` varchar(64) NOT NULL default '',
  `browser` varchar(10) NOT NULL default '',
  `version` varchar(16) NOT NULL default '',
  `java` char(1) NOT NULL default 'Y',
  `js` char(1) NOT NULL default 'Y',
  `count` int(11) NOT NULL default '0',
  `cookie` char(1) NOT NULL default '',
  `screen_x` int(11) NOT NULL default '0',
  `screen_y` int(11) NOT NULL default '0',
  `last_date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`platform`,`browser`,`java`,`js`,`version`,`cookie`,`screen_x`,`screen_y`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_adaptive` (`platform`,`browser`,`version`,`java`,`js`,`count`,`cookie`,`screen_x`,`screen_y`,`last_date`) VALUES 
 ('Win32','MSIE','6.0','Y','Y',241,'Y',1024,768,1112668312);
CREATE TABLE `xcart_stats_cart_funnel` (
  `transactionid` int(11) NOT NULL auto_increment,
  `login` varchar(32) NOT NULL default '',
  `start_page` int(11) NOT NULL default '0',
  `step1` int(11) NOT NULL default '0',
  `step2` int(11) NOT NULL default '0',
  `step3` int(11) NOT NULL default '0',
  `final_page` int(11) NOT NULL default '0',
  `date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`transactionid`),
  KEY `start_page` (`start_page`),
  KEY `step1` (`step1`),
  KEY `step2` (`step2`),
  KEY `step3` (`step3`),
  KEY `final_page` (`final_page`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_cart_funnel` (`transactionid`,`login`,`start_page`,`step1`,`step2`,`step3`,`final_page`,`date`) VALUES 
 (102,'',1,1,1,1,1,1111777023),
 (103,'',1,0,0,0,0,1112055630),
 (104,'',1,0,0,0,0,1112105540),
 (105,'',1,0,0,0,0,1112194912),
 (106,'',1,0,0,0,0,1112228701),
 (107,'',1,0,0,0,0,1112279400),
 (108,'',1,1,1,1,1,1112624479);
CREATE TABLE `xcart_stats_customers_products` (
  `productid` int(11) NOT NULL default '0',
  `login` varchar(32) NOT NULL default '',
  `counter` int(11) NOT NULL default '0',
  PRIMARY KEY  (`productid`,`login`),
  KEY `counter` (`counter`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_stats_pages` (
  `pageid` int(11) NOT NULL auto_increment,
  `page` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`pageid`),
  KEY `page` (`page`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_pages` (`pageid`,`page`) VALUES 
 (125,'/estore/home.php'),
 (126,'/estore/help.php?section=contactus&mode=update'),
 (127,'/estore/help.php?section=business'),
 (128,'/estore/help.php?section=conditions'),
 (129,'/estore/giftcert.php'),
 (130,'/estore/cart.php'),
 (131,'/estore/help.php?section=Password_Recovery'),
 (132,'/estore/home.php?shopkey='),
 (133,'/estore/help.php'),
 (134,'/estore/help.php?section=about'),
 (135,'/estore/help.php?section=FAQ'),
 (136,'/estore/product.php?productid=1&cat=0&page=1&featured'),
 (137,'/estore/orders.php'),
 (138,'/estore/orders.php?mode=search'),
 (139,'/estore/process_order.php'),
 (140,'/estore/process_order.php?mode=invoice'),
 (141,'/estore/home.php?cat=4'),
 (142,'/estore/home.php?cat=5'),
 (143,'/estore/search.php'),
 (144,'/estore/help.php?section=about&js=n'),
 (145,'/estore/home.php?cat=4&js=y'),
 (146,'/estore/search.php?mode=search'),
 (147,'/estore/home.php?js=n'),
 (148,'/estore/home.php?js=y'),
 (149,'/estore/home.php?cat=9'),
 (150,'/estore/product.php?productid=8&cat=9&page=1');
INSERT INTO `xcart_stats_pages` (`pageid`,`page`) VALUES 
 (151,'/estore/product.php?productid=9&cat=9&page=1'),
 (152,'/estore/home.php?cat=10'),
 (153,'/estore/home.php?cat=6'),
 (154,'/estore/home.php?cat=1'),
 (155,'/estore/news.php'),
 (156,'/estore/manufacturers.php?manufacturerid=1'),
 (157,'/estore/product.php?productid=5&cat=0&page=1'),
 (158,'/estore/product.php?productid=1&cat=5&page=1'),
 (159,'/estore/home.php?cat=7'),
 (160,'/estore/home.php?cat=8'),
 (161,'/estore/product.php?productid=4&cat=4&page=1'),
 (162,'/estore/home.php?cat=4&js=n'),
 (163,'/estore/home.php?printable=Y&cat=4&js=y'),
 (164,'/estore/product.php?printable=Y&productid=4&cat=4&page=1'),
 (165,'/estore/product.php?productid=15&cat=10&page=1'),
 (166,'/estore/product.php?productid=16&cat=10&page=1'),
 (167,'/estore/home.php?cat=11'),
 (168,'/estore/product.php?productid=17&cat=11&page=1'),
 (169,'/estore/home.php?cat=12'),
 (170,'/estore/product.php?productid=18&cat=12&page=1'),
 (171,'/estore/home.php?cat=13'),
 (172,'/estore/product.php?productid=11&cat=9&page=1');
INSERT INTO `xcart_stats_pages` (`pageid`,`page`) VALUES 
 (173,'/estore/home.php?cat=15'),
 (174,'/estore/home.php?cat=16'),
 (175,'/estore/home.php?cat=22'),
 (176,'/estore/home.php?cat=23'),
 (177,'/estore/home.php?cat=21'),
 (178,'/estore/home.php?cat=24'),
 (179,'/estore/home.php?cat=25'),
 (180,'/estore/product.php?productid=19&cat=24&page=1'),
 (181,'/estore/home.php?cat=20'),
 (182,'/estore/product.php?productid=17&cat=22&page=1'),
 (183,'/estore/product.php?productid=9&cat=25&page=1'),
 (184,'/estore/product.php?productid=13&cat=5&page=1'),
 (185,'/estore/home.php?cat=9&catexp=9'),
 (186,'/estore/home.php?cat=20&catexp=20'),
 (187,'/estore/home.php?cat=22&catexp=22'),
 (188,'/estore/home.php?cat=5&catexp=5'),
 (189,'/estore/home.php?cat=4&catexp=4'),
 (190,'/estore/home.php?cat=23&catexp=23'),
 (191,'/estore/product.php?productid=5&cat=4&page=1'),
 (192,'/estore/product.php?productid=6&cat=4&page=1'),
 (193,'/estore/product.php?productid=14&cat=5&page=1'),
 (194,'/estore/product.php?productid=18&cat=23&page=1'),
 (195,'/estore/home.php?printable=Y&cat=4');
CREATE TABLE `xcart_stats_pages_paths` (
  `path` varchar(255) NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  KEY `counter` (`date`),
  KEY `path` (`path`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-126',1111776970),
 ('126-127',1111776973),
 ('125-126-127',1111776973),
 ('127-128',1111776976),
 ('126-127-128',1111776976),
 ('125-126-127-128',1111776976),
 ('128-129',1111776984),
 ('127-128-129',1111776984),
 ('126-127-128-129',1111776984),
 ('125-126-127-128-129',1111776984),
 ('129-130',1111777023),
 ('128-129-130',1111777023),
 ('127-128-129-130',1111777023),
 ('126-127-128-129-130',1111777023),
 ('130-125',1111777089),
 ('129-130-125',1111777089),
 ('128-129-130-125',1111777089),
 ('127-128-129-130-125',1111777089),
 ('125-127',1111777095),
 ('130-125-127',1111777095),
 ('129-130-125-127',1111777095),
 ('128-129-130-125-127',1111777095),
 ('127-128',1111777097),
 ('125-127-128',1111777097),
 ('130-125-127-128',1111777097),
 ('129-130-125-127-128',1111777097),
 ('128-126',1111777098),
 ('127-128-126',1111777098),
 ('125-127-128-126',1111777098),
 ('130-125-127-128-126',1111777098),
 ('125-131',1111777209),
 ('131-132',1111777263),
 ('125-131-132',1111777263);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('132-131',1111777268),
 ('131-132-131',1111777268),
 ('125-131-132-131',1111777268),
 ('125-131',1111777745),
 ('125-132',1111777894),
 ('125-133',1111777980),
 ('133-134',1111777989),
 ('125-133-134',1111777989),
 ('134-133',1111777998),
 ('133-134-133',1111777998),
 ('125-133-134-133',1111777998),
 ('133-128',1111778001),
 ('134-133-128',1111778001),
 ('133-134-133-128',1111778001),
 ('125-133-134-133-128',1111778001),
 ('128-127',1111778007),
 ('133-128-127',1111778007),
 ('134-133-128-127',1111778007),
 ('133-134-133-128-127',1111778007),
 ('127-135',1111778011),
 ('128-127-135',1111778011),
 ('133-128-127-135',1111778011),
 ('134-133-128-127-135',1111778011),
 ('135-126',1111778021),
 ('127-135-126',1111778021),
 ('128-127-135-126',1111778021),
 ('133-128-127-135-126',1111778021),
 ('126-131',1111778031),
 ('135-126-131',1111778031),
 ('127-135-126-131',1111778031),
 ('128-127-135-126-131',1111778031),
 ('131-126',1111778039),
 ('126-131-126',1111778039);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('135-126-131-126',1111778039),
 ('127-135-126-131-126',1111778039),
 ('126-133',1111778048),
 ('131-126-133',1111778048),
 ('126-131-126-133',1111778048),
 ('135-126-131-126-133',1111778048),
 ('133-134',1111778081),
 ('126-133-134',1111778081),
 ('131-126-133-134',1111778081),
 ('126-131-126-133-134',1111778081),
 ('125-133',1111778283),
 ('133-134',1111778286),
 ('125-133-134',1111778286),
 ('125-133',1111778438),
 ('133-134',1111778445),
 ('125-133-134',1111778445),
 ('125-133',1111938746),
 ('133-134',1111938751),
 ('125-133-134',1111938751),
 ('125-133',1111938863),
 ('133-134',1111938885),
 ('125-133-134',1111938885),
 ('134-133',1111939551),
 ('133-134-133',1111939551),
 ('125-133-134-133',1111939551),
 ('133-135',1111939556),
 ('134-133-135',1111939556),
 ('133-134-133-135',1111939556),
 ('125-133-134-133-135',1111939556),
 ('135-133',1111939575),
 ('133-135-133',1111939575),
 ('134-133-135-133',1111939575),
 ('133-134-133-135-133',1111939575),
 ('133-135',1111939669);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('135-133-135',1111939669),
 ('133-135-133-135',1111939669),
 ('134-133-135-133-135',1111939669),
 ('135-133',1111939918),
 ('133-135-133',1111939918),
 ('135-133-135-133',1111939918),
 ('133-135-133-135-133',1111939918),
 ('134-132',1111939941),
 ('133-134-132',1111939941),
 ('125-133-134-132',1111939941),
 ('132-133',1111939946),
 ('134-132-133',1111939946),
 ('133-134-132-133',1111939946),
 ('125-133-134-132-133',1111939946),
 ('133-135',1111939949),
 ('132-133-135',1111939949),
 ('134-132-133-135',1111939949),
 ('133-134-132-133-135',1111939949),
 ('125-133',1111939962),
 ('125-133',1111940011),
 ('133-135',1111940014),
 ('125-133-135',1111940014),
 ('125-136',1111942290),
 ('125-132',1111951644),
 ('125-126',1111951685),
 ('125-133',1112019164),
 ('133-135',1112019168),
 ('125-133-135',1112019168),
 ('135-128',1112020063),
 ('133-135-128',1112020063),
 ('125-133-135-128',1112020063),
 ('128-133',1112020066),
 ('135-128-133',1112020066),
 ('133-135-128-133',1112020066);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-133-135-128-133',1112020066),
 ('133-135',1112020068),
 ('128-133-135',1112020068),
 ('135-128-133-135',1112020068),
 ('133-135-128-133-135',1112020068),
 ('135-133',1112021337),
 ('133-135-133',1112021337),
 ('128-133-135-133',1112021337),
 ('135-128-133-135-133',1112021337),
 ('133-127',1112021342),
 ('135-133-127',1112021342),
 ('133-135-133-127',1112021342),
 ('128-133-135-133-127',1112021342),
 ('127-133',1112021346),
 ('133-127-133',1112021346),
 ('135-133-127-133',1112021346),
 ('133-135-133-127-133',1112021346),
 ('133-128',1112021348),
 ('127-133-128',1112021348),
 ('133-127-133-128',1112021348),
 ('135-133-127-133-128',1112021348),
 ('125-137',1112021539),
 ('137-138',1112021543),
 ('125-137-138',1112021543),
 ('138-139',1112021561),
 ('137-138-139',1112021561),
 ('125-137-138-139',1112021561),
 ('139-140',1112021562),
 ('138-139-140',1112021562),
 ('137-138-139-140',1112021562),
 ('125-137-138-139-140',1112021562),
 ('125-137',1112021709);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('137-138',1112021713),
 ('125-137-138',1112021713),
 ('125-136',1112053459),
 ('136-141',1112053515),
 ('125-136-141',1112053515),
 ('125-136',1112054283),
 ('136-141',1112054317),
 ('125-136-141',1112054317),
 ('141-142',1112054319),
 ('136-141-142',1112054319),
 ('125-136-141-142',1112054319),
 ('125-143',1112055623),
 ('143-130',1112055630),
 ('125-143-130',1112055630),
 ('130-126',1112055635),
 ('143-130-126',1112055635),
 ('125-143-130-126',1112055635),
 ('126-142',1112055639),
 ('130-126-142',1112055639),
 ('143-130-126-142',1112055639),
 ('125-143-130-126-142',1112055639),
 ('142-130',1112055643),
 ('126-142-130',1112055643),
 ('130-126-142-130',1112055643),
 ('143-130-126-142-130',1112055643),
 ('125-128',1112056124),
 ('125-128',1112056295),
 ('128-127',1112056297),
 ('125-128-127',1112056297),
 ('125-133',1112105507),
 ('133-134',1112105511),
 ('125-133-134',1112105511),
 ('134-144',1112105523),
 ('133-134-144',1112105523),
 ('125-133-134-144',1112105523);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('144-141',1112105528),
 ('134-144-141',1112105528),
 ('133-134-144-141',1112105528),
 ('125-133-134-144-141',1112105528),
 ('141-130',1112105539),
 ('144-141-130',1112105539),
 ('134-144-141-130',1112105539),
 ('133-134-144-141-130',1112105539),
 ('130-145',1112105588),
 ('141-130-145',1112105588),
 ('144-141-130-145',1112105588),
 ('134-144-141-130-145',1112105588),
 ('145-130',1112105619),
 ('130-145-130',1112105619),
 ('141-130-145-130',1112105619),
 ('144-141-130-145-130',1112105619),
 ('130-143',1112105637),
 ('145-130-143',1112105637),
 ('130-145-130-143',1112105637),
 ('141-130-145-130-143',1112105637),
 ('143-146',1112105639),
 ('130-143-146',1112105639),
 ('145-130-143-146',1112105639),
 ('130-145-130-143-146',1112105639),
 ('146-143',1112105646),
 ('143-146-143',1112105646),
 ('130-143-146-143',1112105646),
 ('145-130-143-146-143',1112105646),
 ('143-146',1112105648),
 ('146-143-146',1112105648),
 ('143-146-143-146',1112105648),
 ('130-143-146-143-146',1112105648);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('146-143',1112105663),
 ('143-146-143',1112105663),
 ('146-143-146-143',1112105663),
 ('143-146-143-146-143',1112105663),
 ('143-146',1112105663),
 ('146-143-146',1112105663),
 ('143-146-143-146',1112105663),
 ('146-143-146-143-146',1112105663),
 ('146-125',1112105699),
 ('143-146-125',1112105699),
 ('146-143-146-125',1112105699),
 ('143-146-143-146-125',1112105699),
 ('125-132',1112105767),
 ('146-125-132',1112105767),
 ('143-146-125-132',1112105767),
 ('146-143-146-125-132',1112105767),
 ('125-126',1112106012),
 ('126-133',1112106015),
 ('125-126-133',1112106015),
 ('133-135',1112106017),
 ('126-133-135',1112106017),
 ('125-126-133-135',1112106017),
 ('125-133',1112106051),
 ('133-135',1112106054),
 ('125-133-135',1112106054),
 ('125-147',1112107186),
 ('147-148',1112107190),
 ('125-147-148',1112107190),
 ('125-147',1112107659),
 ('147-148',1112107661),
 ('125-147-148',1112107661),
 ('125-135',1112107706),
 ('125-149',1112138821),
 ('125-149',1112139681);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-150',1112139701),
 ('125-149-150',1112139701),
 ('150-126',1112139759),
 ('149-150-126',1112139759),
 ('125-149-150-126',1112139759),
 ('126-149',1112139765),
 ('150-126-149',1112139765),
 ('149-150-126-149',1112139765),
 ('125-149-150-126-149',1112139765),
 ('125-149',1112140187),
 ('149-151',1112140200),
 ('125-149-151',1112140200),
 ('151-142',1112140222),
 ('149-151-142',1112140222),
 ('125-149-151-142',1112140222),
 ('142-141',1112140225),
 ('151-142-141',1112140225),
 ('149-151-142-141',1112140225),
 ('125-149-151-142-141',1112140225),
 ('141-149',1112140235),
 ('142-141-149',1112140235),
 ('151-142-141-149',1112140235),
 ('149-151-142-141-149',1112140235),
 ('149-151',1112140291),
 ('125-149-151',1112140291),
 ('149-150',1112140302),
 ('126-149-150',1112140302),
 ('150-126-149-150',1112140302),
 ('149-150-126-149-150',1112140302),
 ('150-149',1112140340),
 ('149-150-149',1112140340),
 ('126-149-150-149',1112140340),
 ('150-126-149-150-149',1112140340);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-149',1112140710),
 ('149-151',1112140714),
 ('125-149-151',1112140714),
 ('151-149',1112140899),
 ('149-151-149',1112140899),
 ('125-149-151-149',1112140899),
 ('125-149',1112141280),
 ('149-152',1112141584),
 ('141-149-152',1112141584),
 ('142-141-149-152',1112141584),
 ('151-142-141-149-152',1112141584),
 ('152-141',1112141600),
 ('149-152-141',1112141600),
 ('141-149-152-141',1112141600),
 ('142-141-149-152-141',1112141600),
 ('141-152',1112141607),
 ('152-141-152',1112141607),
 ('149-152-141-152',1112141607),
 ('141-149-152-141-152',1112141607),
 ('152-142',1112141612),
 ('141-152-142',1112141612),
 ('152-141-152-142',1112141612),
 ('149-152-141-152-142',1112141612),
 ('142-149',1112141616),
 ('152-142-149',1112141616),
 ('141-152-142-149',1112141616),
 ('152-141-152-142-149',1112141616),
 ('125-149',1112141699),
 ('149-152',1112141709),
 ('125-149-152',1112141709),
 ('152-149',1112141712),
 ('149-152-149',1112141712),
 ('125-149-152-149',1112141712);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-152',1112141783),
 ('125-149-152',1112141783),
 ('149-152',1112141839),
 ('142-149-152',1112141839),
 ('152-142-149-152',1112141839),
 ('141-152-142-149-152',1112141839),
 ('152-149',1112141842),
 ('149-152-149',1112141842),
 ('142-149-152-149',1112141842),
 ('152-142-149-152-149',1112141842),
 ('149-153',1112141948),
 ('151-149-153',1112141948),
 ('149-151-149-153',1112141948),
 ('125-149-151-149-153',1112141948),
 ('153-154',1112141950),
 ('149-153-154',1112141950),
 ('151-149-153-154',1112141950),
 ('149-151-149-153-154',1112141950),
 ('125-153',1112142321),
 ('153-152',1112142324),
 ('125-153-152',1112142324),
 ('125-152',1112142380),
 ('152-149',1112142387),
 ('125-152-149',1112142387),
 ('125-152',1112142571),
 ('152-149',1112142582),
 ('125-152-149',1112142582),
 ('149-152',1112142589),
 ('152-149-152',1112142589),
 ('125-152-149-152',1112142589),
 ('125-149',1112142770),
 ('125-149',1112143181),
 ('125-149',1112146246),
 ('125-152',1112146747);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-149',1112192671),
 ('125-149',1112192847),
 ('149-152',1112192856),
 ('125-149-152',1112192856),
 ('152-149',1112192863),
 ('149-152-149',1112192863),
 ('125-149-152-149',1112192863),
 ('149-154',1112192869),
 ('152-149-154',1112192869),
 ('149-152-149-154',1112192869),
 ('125-149-152-149-154',1112192869),
 ('154-141',1112193012),
 ('149-154-141',1112193012),
 ('152-149-154-141',1112193012),
 ('149-152-149-154-141',1112193012),
 ('141-154',1112193020),
 ('154-141-154',1112193020),
 ('149-154-141-154',1112193020),
 ('152-149-154-141-154',1112193020),
 ('154-149',1112193032),
 ('141-154-149',1112193032),
 ('154-141-154-149',1112193032),
 ('149-154-141-154-149',1112193032),
 ('149-152',1112193035),
 ('154-149-152',1112193035),
 ('141-154-149-152',1112193035),
 ('154-141-154-149-152',1112193035),
 ('125-154',1112193337),
 ('154-141',1112193341),
 ('125-154-141',1112193341),
 ('141-142',1112193350),
 ('154-141-142',1112193350),
 ('125-154-141-142',1112193350);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-135',1112193613),
 ('125-149-135',1112193613),
 ('125-155',1112194266),
 ('125-156',1112194496),
 ('125-156',1112194708),
 ('125-130',1112194912),
 ('130-149',1112194921),
 ('125-130-149',1112194921),
 ('149-141',1112194926),
 ('130-149-141',1112194926),
 ('125-130-149-141',1112194926),
 ('125-126',1112195219),
 ('126-125',1112195238),
 ('125-126-125',1112195238),
 ('125-143',1112195295),
 ('126-125-143',1112195295),
 ('125-126-125-143',1112195295),
 ('143-146',1112195306),
 ('125-143-146',1112195306),
 ('126-125-143-146',1112195306),
 ('125-126-125-143-146',1112195306),
 ('146-157',1112195333),
 ('143-146-157',1112195333),
 ('125-143-146-157',1112195333),
 ('126-125-143-146-157',1112195333),
 ('157-149',1112195379),
 ('146-157-149',1112195379),
 ('143-146-157-149',1112195379),
 ('125-143-146-157-149',1112195379),
 ('149-141',1112195381),
 ('157-149-141',1112195381),
 ('146-157-149-141',1112195381),
 ('143-146-157-149-141',1112195381),
 ('141-142',1112195383);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-141-142',1112195383),
 ('157-149-141-142',1112195383),
 ('146-157-149-141-142',1112195383),
 ('142-158',1112195386),
 ('141-142-158',1112195386),
 ('149-141-142-158',1112195386),
 ('157-149-141-142-158',1112195386),
 ('125-126',1112224879),
 ('126-149',1112225574),
 ('125-126-149',1112225574),
 ('149-154',1112225575),
 ('126-149-154',1112225575),
 ('125-126-149-154',1112225575),
 ('154-159',1112225579),
 ('149-154-159',1112225579),
 ('126-149-154-159',1112225579),
 ('125-126-149-154-159',1112225579),
 ('159-160',1112225582),
 ('154-159-160',1112225582),
 ('149-154-159-160',1112225582),
 ('126-149-154-159-160',1112225582),
 ('160-141',1112225588),
 ('159-160-141',1112225588),
 ('154-159-160-141',1112225588),
 ('149-154-159-160-141',1112225588),
 ('141-153',1112225627),
 ('160-141-153',1112225627),
 ('159-160-141-153',1112225627),
 ('154-159-160-141-153',1112225627),
 ('153-141',1112225641),
 ('141-153-141',1112225641),
 ('160-141-153-141',1112225641);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('159-160-141-153-141',1112225641),
 ('141-125',1112225668),
 ('153-141-125',1112225668),
 ('141-153-141-125',1112225668),
 ('160-141-153-141-125',1112225668),
 ('125-152',1112225674),
 ('141-125-152',1112225674),
 ('153-141-125-152',1112225674),
 ('141-153-141-125-152',1112225674),
 ('152-126',1112225715),
 ('125-152-126',1112225715),
 ('141-125-152-126',1112225715),
 ('153-141-125-152-126',1112225715),
 ('126-127',1112225718),
 ('152-126-127',1112225718),
 ('125-152-126-127',1112225718),
 ('141-125-152-126-127',1112225718),
 ('127-128',1112225721),
 ('126-127-128',1112225721),
 ('152-126-127-128',1112225721),
 ('125-152-126-127-128',1112225721),
 ('128-142',1112226666),
 ('127-128-142',1112226666),
 ('126-127-128-142',1112226666),
 ('152-126-127-128-142',1112226666),
 ('125-142',1112227368),
 ('142-141',1112227410),
 ('125-142-141',1112227410),
 ('125-141',1112227808),
 ('125-141',1112228125),
 ('141-161',1112228138),
 ('125-141-161',1112228138),
 ('161-142',1112228300);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('141-161-142',1112228300),
 ('125-141-161-142',1112228300),
 ('142-125',1112228376),
 ('161-142-125',1112228376),
 ('141-161-142-125',1112228376),
 ('125-141-161-142-125',1112228376),
 ('125-141',1112228416),
 ('142-125-141',1112228416),
 ('161-142-125-141',1112228416),
 ('141-161-142-125-141',1112228416),
 ('141-142',1112228422),
 ('125-141-142',1112228422),
 ('142-125-141-142',1112228422),
 ('161-142-125-141-142',1112228422),
 ('142-141',1112228434),
 ('141-142-141',1112228434),
 ('125-141-142-141',1112228434),
 ('142-125-141-142-141',1112228434),
 ('141-162',1112228516),
 ('142-141-162',1112228516),
 ('141-142-141-162',1112228516),
 ('125-141-142-141-162',1112228516),
 ('162-145',1112228524),
 ('141-162-145',1112228524),
 ('142-141-162-145',1112228524),
 ('141-142-141-162-145',1112228524),
 ('145-163',1112228606),
 ('162-145-163',1112228606),
 ('141-162-145-163',1112228606),
 ('142-141-162-145-163',1112228606),
 ('163-161',1112228629),
 ('145-163-161',1112228629);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('162-145-163-161',1112228629),
 ('141-162-145-163-161',1112228629),
 ('161-164',1112228633),
 ('163-161-164',1112228633),
 ('145-163-161-164',1112228633),
 ('162-145-163-161-164',1112228633),
 ('164-125',1112228666),
 ('161-164-125',1112228666),
 ('163-161-164-125',1112228666),
 ('145-163-161-164-125',1112228666),
 ('125-142',1112228686),
 ('164-125-142',1112228686),
 ('161-164-125-142',1112228686),
 ('163-161-164-125-142',1112228686),
 ('142-130',1112228701),
 ('125-142-130',1112228701),
 ('164-125-142-130',1112228701),
 ('161-164-125-142-130',1112228701),
 ('130-142',1112228704),
 ('142-130-142',1112228704),
 ('125-142-130-142',1112228704),
 ('164-125-142-130-142',1112228704),
 ('142-130',1112228706),
 ('130-142-130',1112228706),
 ('142-130-142-130',1112228706),
 ('125-142-130-142-130',1112228706),
 ('130-125',1112228740),
 ('142-130-125',1112228740),
 ('130-142-130-125',1112228740),
 ('142-130-142-130-125',1112228740),
 ('125-127',1112229137);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('127-126',1112229139),
 ('125-127-126',1112229139),
 ('126-128',1112229141),
 ('127-126-128',1112229141),
 ('125-127-126-128',1112229141),
 ('125-142',1112277907),
 ('142-141',1112277916),
 ('125-142-141',1112277916),
 ('141-161',1112277940),
 ('142-141-161',1112277940),
 ('125-142-141-161',1112277940),
 ('161-164',1112277975),
 ('141-161-164',1112277975),
 ('142-141-161-164',1112277975),
 ('125-142-141-161-164',1112277975),
 ('125-141',1112278479),
 ('141-161',1112278488),
 ('125-141-161',1112278488),
 ('161-164',1112278492),
 ('141-161-164',1112278492),
 ('125-141-161-164',1112278492),
 ('125-141',1112278739),
 ('141-130',1112279399),
 ('125-141-130',1112279399),
 ('125-152',1112280354),
 ('125-152',1112280443),
 ('125-152',1112280790),
 ('152-165',1112280911),
 ('125-152-165',1112280911),
 ('125-152',1112310572),
 ('125-152',1112310629),
 ('125-149',1112310813),
 ('149-152',1112310819),
 ('125-149-152',1112310819),
 ('125-152',1112310988),
 ('152-149',1112311000);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-152-149',1112311000),
 ('149-152',1112311005),
 ('152-149-152',1112311005),
 ('125-152-149-152',1112311005),
 ('125-152',1112311075),
 ('152-166',1112311284),
 ('149-152-166',1112311284),
 ('152-149-152-166',1112311284),
 ('125-152-149-152-166',1112311284),
 ('125-167',1112311502),
 ('167-142',1112311741),
 ('125-167-142',1112311741),
 ('142-141',1112311755),
 ('167-142-141',1112311755),
 ('125-167-142-141',1112311755),
 ('141-149',1112311770),
 ('142-141-149',1112311770),
 ('167-142-141-149',1112311770),
 ('125-167-142-141-149',1112311770),
 ('149-152',1112311783),
 ('141-149-152',1112311783),
 ('142-141-149-152',1112311783),
 ('167-142-141-149-152',1112311783),
 ('152-166',1112312358),
 ('149-152-166',1112312358),
 ('141-149-152-166',1112312358),
 ('142-141-149-152-166',1112312358),
 ('166-152',1112312406),
 ('152-166-152',1112312406),
 ('149-152-166-152',1112312406),
 ('141-149-152-166-152',1112312406),
 ('152-167',1112312509),
 ('166-152-167',1112312509);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('152-166-152-167',1112312509),
 ('149-152-166-152-167',1112312509),
 ('125-142',1112312995),
 ('142-152',1112313020),
 ('125-142-152',1112313020),
 ('152-167',1112313050),
 ('142-152-167',1112313050),
 ('125-142-152-167',1112313050),
 ('167-168',1112313062),
 ('152-167-168',1112313062),
 ('142-152-167-168',1112313062),
 ('125-142-152-167-168',1112313062),
 ('168-152',1112313237),
 ('167-168-152',1112313237),
 ('152-167-168-152',1112313237),
 ('142-152-167-168-152',1112313237),
 ('125-142',1112313465),
 ('142-149',1112313472),
 ('125-142-149',1112313472),
 ('125-141',1112313590),
 ('141-152',1112313594),
 ('125-141-152',1112313594),
 ('152-167',1112313600),
 ('141-152-167',1112313600),
 ('125-141-152-167',1112313600),
 ('167-169',1112313606),
 ('152-167-169',1112313606),
 ('141-152-167-169',1112313606),
 ('125-141-152-167-169',1112313606),
 ('125-141',1112322149),
 ('141-142',1112322187),
 ('125-141-142',1112322187),
 ('142-152',1112322199),
 ('141-142-152',1112322199);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-141-142-152',1112322199),
 ('125-169',1112364525),
 ('125-152',1112364609),
 ('152-165',1112364612),
 ('125-152-165',1112364612),
 ('125-169',1112364763),
 ('169-149',1112364771),
 ('125-169-149',1112364771),
 ('149-169',1112364834),
 ('169-149-169',1112364834),
 ('125-169-149-169',1112364834),
 ('169-170',1112364851),
 ('149-169-170',1112364851),
 ('169-149-169-170',1112364851),
 ('125-169-149-169-170',1112364851),
 ('125-171',1112365302),
 ('171-125',1112365523),
 ('125-171-125',1112365523),
 ('125-152',1112365527),
 ('171-125-152',1112365527),
 ('125-171-125-152',1112365527),
 ('152-165',1112365672),
 ('125-152-165',1112365672),
 ('171-125-152-165',1112365672),
 ('125-171-125-152-165',1112365672),
 ('165-152',1112365691),
 ('152-165-152',1112365691),
 ('125-152-165-152',1112365691),
 ('171-125-152-165-152',1112365691),
 ('152-165',1112365716),
 ('165-152-165',1112365716),
 ('152-165-152-165',1112365716),
 ('125-152-165-152-165',1112365716),
 ('165-152',1112365739);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('152-165-152',1112365739),
 ('165-152-165-152',1112365739),
 ('152-165-152-165-152',1112365739),
 ('152-165',1112365746),
 ('165-152-165',1112365746),
 ('152-165-152-165',1112365746),
 ('165-152-165-152-165',1112365746),
 ('165-152',1112365810),
 ('152-165-152',1112365810),
 ('165-152-165-152',1112365810),
 ('152-165-152-165-152',1112365810),
 ('152-165',1112366045),
 ('165-152-165',1112366045),
 ('152-165-152-165',1112366045),
 ('165-152-165-152-165',1112366045),
 ('165-152',1112366079),
 ('152-165-152',1112366079),
 ('165-152-165-152',1112366079),
 ('152-165-152-165-152',1112366079),
 ('152-167',1112366090),
 ('165-152-167',1112366090),
 ('152-165-152-167',1112366090),
 ('165-152-165-152-167',1112366090),
 ('167-169',1112366101),
 ('152-167-169',1112366101),
 ('165-152-167-169',1112366101),
 ('152-165-152-167-169',1112366101),
 ('169-171',1112366107),
 ('167-169-171',1112366107),
 ('152-167-169-171',1112366107),
 ('165-152-167-169-171',1112366107),
 ('171-142',1112366116);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('169-171-142',1112366116),
 ('167-169-171-142',1112366116),
 ('152-167-169-171-142',1112366116),
 ('142-141',1112366125),
 ('171-142-141',1112366125),
 ('169-171-142-141',1112366125),
 ('167-169-171-142-141',1112366125),
 ('141-149',1112366158),
 ('142-141-149',1112366158),
 ('171-142-141-149',1112366158),
 ('169-171-142-141-149',1112366158),
 ('149-172',1112366200),
 ('141-149-172',1112366200),
 ('142-141-149-172',1112366200),
 ('171-142-141-149-172',1112366200),
 ('125-173',1112366516),
 ('125-152',1112366883),
 ('152-174',1112366892),
 ('125-152-174',1112366892),
 ('125-174',1112367142),
 ('174-173',1112367147),
 ('125-174-173',1112367147),
 ('125-175',1112367347),
 ('149-141',1112399273),
 ('141-142',1112399287),
 ('149-141-142',1112399287),
 ('142-175',1112399293),
 ('141-142-175',1112399293),
 ('149-141-142-175',1112399293),
 ('175-176',1112399299),
 ('142-175-176',1112399299),
 ('141-142-175-176',1112399299),
 ('149-141-142-175-176',1112399299),
 ('176-177',1112399308);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('175-176-177',1112399308),
 ('142-175-176-177',1112399308),
 ('141-142-175-176-177',1112399308),
 ('177-178',1112399315),
 ('176-177-178',1112399315),
 ('175-176-177-178',1112399315),
 ('142-175-176-177-178',1112399315),
 ('178-149',1112399441),
 ('177-178-149',1112399441),
 ('176-177-178-149',1112399441),
 ('175-176-177-178-149',1112399441),
 ('149-179',1112399651),
 ('178-149-179',1112399651),
 ('177-178-149-179',1112399651),
 ('176-177-178-149-179',1112399651),
 ('179-149',1112399760),
 ('149-179-149',1112399760),
 ('178-149-179-149',1112399760),
 ('177-178-149-179-149',1112399760),
 ('149-179',1112399765),
 ('179-149-179',1112399765),
 ('149-179-149-179',1112399765),
 ('178-149-179-149-179',1112399765),
 ('179-178',1112399816),
 ('149-179-178',1112399816),
 ('179-149-179-178',1112399816),
 ('149-179-149-179-178',1112399816),
 ('178-180',1112399820),
 ('179-178-180',1112399820),
 ('149-179-178-180',1112399820),
 ('179-149-179-178-180',1112399820),
 ('180-141',1112400163);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('178-180-141',1112400163),
 ('179-178-180-141',1112400163),
 ('149-179-178-180-141',1112400163),
 ('141-161',1112400172),
 ('180-141-161',1112400172),
 ('178-180-141-161',1112400172),
 ('179-178-180-141-161',1112400172),
 ('125-141',1112400239),
 ('141-142',1112400313),
 ('125-141-142',1112400313),
 ('142-141',1112400557),
 ('141-142-141',1112400557),
 ('125-141-142-141',1112400557),
 ('141-142',1112400565),
 ('142-141-142',1112400565),
 ('141-142-141-142',1112400565),
 ('125-141-142-141-142',1112400565),
 ('142-149',1112400573),
 ('141-142-149',1112400573),
 ('142-141-142-149',1112400573),
 ('141-142-141-142-149',1112400573),
 ('149-181',1112400870),
 ('142-149-181',1112400870),
 ('141-142-149-181',1112400870),
 ('142-141-142-149-181',1112400870),
 ('181-149',1112400921),
 ('149-181-149',1112400921),
 ('142-149-181-149',1112400921),
 ('141-142-149-181-149',1112400921),
 ('149-181',1112400927),
 ('181-149-181',1112400927),
 ('149-181-149-181',1112400927);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('142-149-181-149-181',1112400927),
 ('181-149',1112400929),
 ('149-181-149',1112400929),
 ('181-149-181-149',1112400929),
 ('149-181-149-181-149',1112400929),
 ('149-181',1112400956),
 ('181-149-181',1112400956),
 ('149-181-149-181',1112400956),
 ('181-149-181-149-181',1112400956),
 ('181-175',1112400962),
 ('149-181-175',1112400962),
 ('181-149-181-175',1112400962),
 ('149-181-149-181-175',1112400962),
 ('175-182',1112400970),
 ('181-175-182',1112400970),
 ('149-181-175-182',1112400970),
 ('181-149-181-175-182',1112400970),
 ('182-175',1112401038),
 ('175-182-175',1112401038),
 ('181-175-182-175',1112401038),
 ('149-181-175-182-175',1112401038),
 ('175-179',1112401054),
 ('182-175-179',1112401054),
 ('175-182-175-179',1112401054),
 ('181-175-182-175-179',1112401054),
 ('179-183',1112401138),
 ('175-179-183',1112401138),
 ('182-175-179-183',1112401138),
 ('175-182-175-179-183',1112401138),
 ('183-175',1112401223),
 ('179-183-175',1112401223),
 ('175-179-183-175',1112401223);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('182-175-179-183-175',1112401223),
 ('175-182',1112401226),
 ('183-175-182',1112401226),
 ('179-183-175-182',1112401226),
 ('175-179-183-175-182',1112401226),
 ('182-142',1112401802),
 ('175-182-142',1112401802),
 ('183-175-182-142',1112401802),
 ('179-183-175-182-142',1112401802),
 ('142-141',1112401813),
 ('182-142-141',1112401813),
 ('175-182-142-141',1112401813),
 ('183-175-182-142-141',1112401813),
 ('141-149',1112401821),
 ('142-141-149',1112401821),
 ('182-142-141-149',1112401821),
 ('175-182-142-141-149',1112401821),
 ('149-181',1112401833),
 ('141-149-181',1112401833),
 ('142-141-149-181',1112401833),
 ('182-142-141-149-181',1112401833),
 ('181-175',1112401836),
 ('149-181-175',1112401836),
 ('141-149-181-175',1112401836),
 ('142-141-149-181-175',1112401836),
 ('175-176',1112401877),
 ('181-175-176',1112401877),
 ('149-181-175-176',1112401877),
 ('141-149-181-175-176',1112401877),
 ('176-177',1112401905),
 ('175-176-177',1112401905),
 ('181-175-176-177',1112401905);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-181-175-176-177',1112401905),
 ('177-175',1112401928),
 ('176-177-175',1112401928),
 ('175-176-177-175',1112401928),
 ('181-175-176-177-175',1112401928),
 ('175-149',1112401934),
 ('177-175-149',1112401934),
 ('176-177-175-149',1112401934),
 ('175-176-177-175-149',1112401934),
 ('149-175',1112401937),
 ('175-149-175',1112401937),
 ('177-175-149-175',1112401937),
 ('176-177-175-149-175',1112401937),
 ('175-181',1112402040),
 ('149-175-181',1112402040),
 ('175-149-175-181',1112402040),
 ('177-175-149-175-181',1112402040),
 ('181-149',1112402043),
 ('175-181-149',1112402043),
 ('149-175-181-149',1112402043),
 ('175-149-175-181-149',1112402043),
 ('149-175',1112402045),
 ('181-149-175',1112402045),
 ('175-181-149-175',1112402045),
 ('149-175-181-149-175',1112402045),
 ('175-176',1112402049),
 ('149-175-176',1112402049),
 ('181-149-175-176',1112402049),
 ('175-181-149-175-176',1112402049),
 ('176-141',1112402059),
 ('175-176-141',1112402059),
 ('149-175-176-141',1112402059);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('181-149-175-176-141',1112402059),
 ('141-142',1112402065),
 ('176-141-142',1112402065),
 ('175-176-141-142',1112402065),
 ('149-175-176-141-142',1112402065),
 ('142-141',1112402070),
 ('141-142-141',1112402070),
 ('176-141-142-141',1112402070),
 ('175-176-141-142-141',1112402070),
 ('141-142',1112402161),
 ('142-141-142',1112402161),
 ('141-142-141-142',1112402161),
 ('176-141-142-141-142',1112402161),
 ('142-149',1112402163),
 ('141-142-149',1112402163),
 ('142-141-142-149',1112402163),
 ('141-142-141-142-149',1112402163),
 ('149-181',1112402165),
 ('142-149-181',1112402165),
 ('141-142-149-181',1112402165),
 ('142-141-142-149-181',1112402165),
 ('181-175',1112402168),
 ('149-181-175',1112402168),
 ('142-149-181-175',1112402168),
 ('141-142-149-181-175',1112402168),
 ('175-176',1112402172),
 ('181-175-176',1112402172),
 ('149-181-175-176',1112402172),
 ('142-149-181-175-176',1112402172),
 ('176-177',1112402175),
 ('175-176-177',1112402175),
 ('181-175-176-177',1112402175);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-181-175-176-177',1112402175),
 ('177-178',1112402182),
 ('176-177-178',1112402182),
 ('175-176-177-178',1112402182),
 ('181-175-176-177-178',1112402182),
 ('178-179',1112402185),
 ('177-178-179',1112402185),
 ('176-177-178-179',1112402185),
 ('175-176-177-178-179',1112402185),
 ('179-141',1112402197),
 ('178-179-141',1112402197),
 ('177-178-179-141',1112402197),
 ('176-177-178-179-141',1112402197),
 ('141-142',1112402200),
 ('179-141-142',1112402200),
 ('178-179-141-142',1112402200),
 ('177-178-179-141-142',1112402200),
 ('142-184',1112402216),
 ('141-142-184',1112402216),
 ('179-141-142-184',1112402216),
 ('178-179-141-142-184',1112402216),
 ('184-141',1112402218),
 ('142-184-141',1112402218),
 ('141-142-184-141',1112402218),
 ('179-141-142-184-141',1112402218),
 ('125-128',1112623615),
 ('128-127',1112623619),
 ('125-128-127',1112623619),
 ('127-126',1112623620),
 ('128-127-126',1112623620),
 ('125-128-127-126',1112623620),
 ('126-141',1112623623);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('127-126-141',1112623623),
 ('128-127-126-141',1112623623),
 ('125-128-127-126-141',1112623623),
 ('141-142',1112623646),
 ('126-141-142',1112623646),
 ('127-126-141-142',1112623646),
 ('128-127-126-141-142',1112623646),
 ('142-149',1112623650),
 ('141-142-149',1112623650),
 ('126-141-142-149',1112623650),
 ('127-126-141-142-149',1112623650),
 ('125-141',1112623981),
 ('125-127',1112624248),
 ('127-128',1112624251),
 ('125-127-128',1112624251),
 ('128-126',1112624258),
 ('127-128-126',1112624258),
 ('125-127-128-126',1112624258),
 ('141-161',1112624407),
 ('125-141-161',1112624407),
 ('161-175',1112624431),
 ('141-161-175',1112624431),
 ('125-141-161-175',1112624431),
 ('175-182',1112624433),
 ('161-175-182',1112624433),
 ('141-161-175-182',1112624433),
 ('125-141-161-175-182',1112624433),
 ('182-142',1112624443),
 ('175-182-142',1112624443),
 ('161-175-182-142',1112624443),
 ('141-161-175-182-142',1112624443),
 ('142-141',1112624457),
 ('182-142-141',1112624457);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('175-182-142-141',1112624457),
 ('161-175-182-142-141',1112624457),
 ('141-161',1112624474),
 ('142-141-161',1112624474),
 ('182-142-141-161',1112624474),
 ('175-182-142-141-161',1112624474),
 ('161-130',1112624478),
 ('141-161-130',1112624478),
 ('142-141-161-130',1112624478),
 ('182-142-141-161-130',1112624478),
 ('130-141',1112624651),
 ('161-130-141',1112624651),
 ('141-161-130-141',1112624651),
 ('142-141-161-130-141',1112624651),
 ('125-141',1112630129),
 ('141-142',1112630139),
 ('125-141-142',1112630139),
 ('142-141',1112630141),
 ('141-142-141',1112630141),
 ('125-141-142-141',1112630141),
 ('125-142',1112652986),
 ('142-141',1112653008),
 ('125-142-141',1112653008),
 ('125-175',1112653395),
 ('175-176',1112653398),
 ('125-175-176',1112653398),
 ('176-177',1112653404),
 ('175-176-177',1112653404),
 ('125-175-176-177',1112653404),
 ('177-178',1112653412),
 ('176-177-178',1112653412),
 ('175-176-177-178',1112653412),
 ('125-175-176-177-178',1112653412);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('178-179',1112653416),
 ('177-178-179',1112653416),
 ('176-177-178-179',1112653416),
 ('175-176-177-178-179',1112653416),
 ('179-142',1112653434),
 ('178-179-142',1112653434),
 ('177-178-179-142',1112653434),
 ('176-177-178-179-142',1112653434),
 ('142-141',1112653455),
 ('179-142-141',1112653455),
 ('178-179-142-141',1112653455),
 ('177-178-179-142-141',1112653455),
 ('141-181',1112653458),
 ('142-141-181',1112653458),
 ('179-142-141-181',1112653458),
 ('178-179-142-141-181',1112653458),
 ('181-142',1112653464),
 ('141-181-142',1112653464),
 ('142-141-181-142',1112653464),
 ('179-142-141-181-142',1112653464),
 ('142-184',1112653474),
 ('181-142-184',1112653474),
 ('141-181-142-184',1112653474),
 ('142-141-181-142-184',1112653474),
 ('125-185',1112654583),
 ('185-186',1112654592),
 ('125-185-186',1112654592),
 ('186-187',1112654596),
 ('185-186-187',1112654596),
 ('125-185-186-187',1112654596),
 ('187-186',1112654601),
 ('186-187-186',1112654601),
 ('185-186-187-186',1112654601);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('125-185-186-187-186',1112654601),
 ('186-185',1112654603),
 ('187-186-185',1112654603),
 ('186-187-186-185',1112654603),
 ('185-186-187-186-185',1112654603),
 ('185-188',1112654606),
 ('186-185-188',1112654606),
 ('187-186-185-188',1112654606),
 ('186-187-186-185-188',1112654606),
 ('188-189',1112654609),
 ('185-188-189',1112654609),
 ('186-185-188-189',1112654609),
 ('187-186-185-188-189',1112654609),
 ('189-185',1112654614),
 ('188-189-185',1112654614),
 ('185-188-189-185',1112654614),
 ('186-185-188-189-185',1112654614),
 ('185-186',1112654616),
 ('189-185-186',1112654616),
 ('188-189-185-186',1112654616),
 ('185-188-189-185-186',1112654616),
 ('186-190',1112654619),
 ('185-186-190',1112654619),
 ('189-185-186-190',1112654619),
 ('188-189-185-186-190',1112654619),
 ('190-142',1112654642),
 ('186-190-142',1112654642),
 ('185-186-190-142',1112654642),
 ('189-185-186-190-142',1112654642),
 ('142-149',1112654740),
 ('190-142-149',1112654740),
 ('186-190-142-149',1112654740);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('185-186-190-142-149',1112654740),
 ('149-181',1112654743),
 ('142-149-181',1112654743),
 ('190-142-149-181',1112654743),
 ('186-190-142-149-181',1112654743),
 ('181-142',1112654749),
 ('149-181-142',1112654749),
 ('142-149-181-142',1112654749),
 ('190-142-149-181-142',1112654749),
 ('142-141',1112654752),
 ('181-142-141',1112654752),
 ('149-181-142-141',1112654752),
 ('142-149-181-142-141',1112654752),
 ('141-177',1112654798),
 ('142-141-177',1112654798),
 ('181-142-141-177',1112654798),
 ('149-181-142-141-177',1112654798),
 ('177-149',1112654803),
 ('141-177-149',1112654803),
 ('142-141-177-149',1112654803),
 ('181-142-141-177-149',1112654803),
 ('149-141',1112654806),
 ('177-149-141',1112654806),
 ('141-177-149-141',1112654806),
 ('142-141-177-149-141',1112654806),
 ('141-149',1112654808),
 ('149-141-149',1112654808),
 ('177-149-141-149',1112654808),
 ('141-177-149-141-149',1112654808),
 ('149-181',1112654810),
 ('141-149-181',1112654810),
 ('149-141-149-181',1112654810);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('177-149-141-149-181',1112654810),
 ('181-142',1112654852),
 ('149-181-142',1112654852),
 ('141-149-181-142',1112654852),
 ('149-141-149-181-142',1112654852),
 ('142-149',1112654881),
 ('181-142-149',1112654881),
 ('149-181-142-149',1112654881),
 ('141-149-181-142-149',1112654881),
 ('149-181',1112654884),
 ('142-149-181',1112654884),
 ('181-142-149-181',1112654884),
 ('149-181-142-149-181',1112654884),
 ('181-179',1112654926),
 ('149-181-179',1112654926),
 ('142-149-181-179',1112654926),
 ('181-142-149-181-179',1112654926),
 ('179-142',1112654935),
 ('181-179-142',1112654935),
 ('149-181-179-142',1112654935),
 ('142-149-181-179-142',1112654935),
 ('142-141',1112655002),
 ('179-142-141',1112655002),
 ('181-179-142-141',1112655002),
 ('149-181-179-142-141',1112655002),
 ('141-125',1112655069),
 ('142-141-125',1112655069),
 ('179-142-141-125',1112655069),
 ('181-179-142-141-125',1112655069),
 ('125-141',1112655075),
 ('141-125-141',1112655075),
 ('142-141-125-141',1112655075);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('179-142-141-125-141',1112655075),
 ('141-142',1112655077),
 ('125-141-142',1112655077),
 ('141-125-141-142',1112655077),
 ('142-141-125-141-142',1112655077),
 ('142-149',1112655083),
 ('141-142-149',1112655083),
 ('125-141-142-149',1112655083),
 ('141-125-141-142-149',1112655083),
 ('149-181',1112655097),
 ('142-149-181',1112655097),
 ('141-142-149-181',1112655097),
 ('125-141-142-149-181',1112655097),
 ('125-128',1112655266),
 ('128-127',1112655268),
 ('125-128-127',1112655268),
 ('127-126',1112655271),
 ('128-127-126',1112655271),
 ('125-128-127-126',1112655271),
 ('126-129',1112655276),
 ('127-126-129',1112655276),
 ('128-127-126-129',1112655276),
 ('125-128-127-126-129',1112655276),
 ('129-149',1112655280),
 ('126-129-149',1112655280),
 ('127-126-129-149',1112655280),
 ('128-127-126-129-149',1112655280),
 ('149-181',1112655282),
 ('129-149-181',1112655282),
 ('126-129-149-181',1112655282),
 ('127-126-129-149-181',1112655282),
 ('181-175',1112655286);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-181-175',1112655286),
 ('129-149-181-175',1112655286),
 ('126-129-149-181-175',1112655286),
 ('125-141',1112655430),
 ('141-125',1112655437),
 ('125-141-125',1112655437),
 ('125-141',1112655464),
 ('141-125-141',1112655464),
 ('125-141-125-141',1112655464),
 ('141-142',1112655475),
 ('125-141-142',1112655475),
 ('141-125-141-142',1112655475),
 ('125-141-125-141-142',1112655475),
 ('142-158',1112655483),
 ('141-142-158',1112655483),
 ('125-141-142-158',1112655483),
 ('141-125-141-142-158',1112655483),
 ('158-142',1112655518),
 ('142-158-142',1112655518),
 ('141-142-158-142',1112655518),
 ('125-141-142-158-142',1112655518),
 ('142-141',1112655520),
 ('158-142-141',1112655520),
 ('142-158-142-141',1112655520),
 ('141-142-158-142-141',1112655520),
 ('141-191',1112655525),
 ('142-141-191',1112655525),
 ('158-142-141-191',1112655525),
 ('142-158-142-141-191',1112655525),
 ('191-141',1112655542),
 ('141-191-141',1112655542),
 ('142-141-191-141',1112655542);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('158-142-141-191-141',1112655542),
 ('141-161',1112655549),
 ('191-141-161',1112655549),
 ('141-191-141-161',1112655549),
 ('142-141-191-141-161',1112655549),
 ('161-141',1112655613),
 ('141-161-141',1112655613),
 ('191-141-161-141',1112655613),
 ('141-191-141-161-141',1112655613),
 ('141-161',1112655616),
 ('161-141-161',1112655616),
 ('141-161-141-161',1112655616),
 ('191-141-161-141-161',1112655616),
 ('161-141',1112655653),
 ('141-161-141',1112655653),
 ('161-141-161-141',1112655653),
 ('141-161-141-161-141',1112655653),
 ('141-191',1112655656),
 ('161-141-191',1112655656),
 ('141-161-141-191',1112655656),
 ('161-141-161-141-191',1112655656),
 ('191-141',1112655699),
 ('141-191-141',1112655699),
 ('161-141-191-141',1112655699),
 ('141-161-141-191-141',1112655699),
 ('141-161',1112655703),
 ('191-141-161',1112655703),
 ('141-191-141-161',1112655703),
 ('161-141-191-141-161',1112655703),
 ('161-141',1112655735),
 ('141-161-141',1112655735),
 ('191-141-161-141',1112655735);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('141-191-141-161-141',1112655735),
 ('141-192',1112655741),
 ('161-141-192',1112655741),
 ('141-161-141-192',1112655741),
 ('191-141-161-141-192',1112655741),
 ('192-142',1112655750),
 ('141-192-142',1112655750),
 ('161-141-192-142',1112655750),
 ('141-161-141-192-142',1112655750),
 ('142-184',1112655753),
 ('192-142-184',1112655753),
 ('141-192-142-184',1112655753),
 ('161-141-192-142-184',1112655753),
 ('184-142',1112656051),
 ('142-184-142',1112656051),
 ('192-142-184-142',1112656051),
 ('141-192-142-184-142',1112656051),
 ('142-158',1112656054),
 ('184-142-158',1112656054),
 ('142-184-142-158',1112656054),
 ('192-142-184-142-158',1112656054),
 ('158-142',1112656097),
 ('142-158-142',1112656097),
 ('184-142-158-142',1112656097),
 ('142-184-142-158-142',1112656097),
 ('142-193',1112656101),
 ('158-142-193',1112656101),
 ('142-158-142-193',1112656101),
 ('184-142-158-142-193',1112656101),
 ('193-175',1112656116),
 ('142-193-175',1112656116),
 ('158-142-193-175',1112656116);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('142-158-142-193-175',1112656116),
 ('175-182',1112656119),
 ('193-175-182',1112656119),
 ('142-193-175-182',1112656119),
 ('158-142-193-175-182',1112656119),
 ('182-175',1112656336),
 ('175-182-175',1112656336),
 ('193-175-182-175',1112656336),
 ('142-193-175-182-175',1112656336),
 ('181-125',1112656629),
 ('149-181-125',1112656629),
 ('142-149-181-125',1112656629),
 ('141-142-149-181-125',1112656629),
 ('125-175',1112656634),
 ('181-125-175',1112656634),
 ('149-181-125-175',1112656634),
 ('142-149-181-125-175',1112656634),
 ('175-182',1112656645),
 ('125-175-182',1112656645),
 ('181-125-175-182',1112656645),
 ('149-181-125-175-182',1112656645),
 ('182-176',1112656671),
 ('175-182-176',1112656671),
 ('125-175-182-176',1112656671),
 ('181-125-175-182-176',1112656671),
 ('176-194',1112656679),
 ('182-176-194',1112656679),
 ('175-182-176-194',1112656679),
 ('125-175-182-176-194',1112656679),
 ('194-177',1112656690),
 ('176-194-177',1112656690),
 ('182-176-194-177',1112656690);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('175-182-176-194-177',1112656690),
 ('177-178',1112656708),
 ('194-177-178',1112656708),
 ('176-194-177-178',1112656708),
 ('182-176-194-177-178',1112656708),
 ('178-180',1112656716),
 ('177-178-180',1112656716),
 ('194-177-178-180',1112656716),
 ('176-194-177-178-180',1112656716),
 ('180-179',1112656726),
 ('178-180-179',1112656726),
 ('177-178-180-179',1112656726),
 ('194-177-178-180-179',1112656726),
 ('125-126',1112656952),
 ('125-141',1112656982),
 ('141-192',1112656987),
 ('125-141-192',1112656987),
 ('192-149',1112656999),
 ('141-192-149',1112656999),
 ('125-141-192-149',1112656999),
 ('149-141',1112657002),
 ('192-149-141',1112657002),
 ('141-192-149-141',1112657002),
 ('125-141-192-149-141',1112657002),
 ('141-195',1112657010),
 ('149-141-195',1112657010),
 ('192-149-141-195',1112657010),
 ('141-192-149-141-195',1112657010),
 ('195-129',1112657042),
 ('141-195-129',1112657042),
 ('149-141-195-129',1112657042),
 ('192-149-141-195-129',1112657042),
 ('125-147',1112657238);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('147-148',1112657257),
 ('125-147-148',1112657257),
 ('148-142',1112657274),
 ('147-148-142',1112657274),
 ('125-147-148-142',1112657274),
 ('142-149',1112657296),
 ('148-142-149',1112657296),
 ('147-148-142-149',1112657296),
 ('125-147-148-142-149',1112657296),
 ('149-141',1112657299),
 ('142-149-141',1112657299),
 ('148-142-149-141',1112657299),
 ('147-148-142-149-141',1112657299),
 ('141-149',1112657345),
 ('149-141-149',1112657345),
 ('142-149-141-149',1112657345),
 ('148-142-149-141-149',1112657345),
 ('149-142',1112657347),
 ('141-149-142',1112657347),
 ('149-141-149-142',1112657347),
 ('142-149-141-149-142',1112657347),
 ('142-141',1112657350),
 ('149-142-141',1112657350),
 ('141-149-142-141',1112657350),
 ('149-141-149-142-141',1112657350),
 ('141-125',1112657372),
 ('142-141-125',1112657372),
 ('149-142-141-125',1112657372),
 ('141-149-142-141-125',1112657372),
 ('125-128',1112657404),
 ('141-125-128',1112657404),
 ('142-141-125-128',1112657404);
INSERT INTO `xcart_stats_pages_paths` (`path`,`date`) VALUES 
 ('149-142-141-125-128',1112657404),
 ('128-127',1112657488),
 ('125-128-127',1112657488),
 ('141-125-128-127',1112657488),
 ('142-141-125-128-127',1112657488),
 ('127-129',1112657499),
 ('128-127-129',1112657499),
 ('125-128-127-129',1112657499),
 ('141-125-128-127-129',1112657499),
 ('129-126',1112657503),
 ('127-129-126',1112657503),
 ('128-127-129-126',1112657503),
 ('125-128-127-129-126',1112657503);
CREATE TABLE `xcart_stats_pages_views` (
  `pageid` int(255) NOT NULL default '0',
  `time_avg` int(11) NOT NULL default '0',
  `date` int(11) NOT NULL default '0',
  KEY `pageid` (`pageid`),
  KEY `time_avg` (`time_avg`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1111774330),
 (125,2,1111774331),
 (125,2,1111774684),
 (125,2,1111774686),
 (125,2,1111774702),
 (125,2,1111774716),
 (125,2,1111774717),
 (125,2,1111774817),
 (125,2,1111774818),
 (125,2,1111774862),
 (125,2,1111774863),
 (125,2,1111775328),
 (125,2,1111775340),
 (125,2,1111776709),
 (125,2,1111776710),
 (125,2,1111776959),
 (126,5,1111776970),
 (127,11,1111776973),
 (128,84,1111776976),
 (129,4,1111776984),
 (129,4,1111777022),
 (130,67,1111777023),
 (130,67,1111777032),
 (130,67,1111777047),
 (130,67,1111777057),
 (130,67,1111777063),
 (130,67,1111777076),
 (125,2,1111777089),
 (127,11,1111777095),
 (128,84,1111777097),
 (126,5,1111777098),
 (126,5,1111777104),
 (126,5,1111777108),
 (125,2,1111777190),
 (125,2,1111777191),
 (131,8,1111777209),
 (132,5,1111777263),
 (131,8,1111777268),
 (125,2,1111777404),
 (125,2,1111777405),
 (125,2,1111777428),
 (125,2,1111777496),
 (125,2,1111777519),
 (125,2,1111777633),
 (125,2,1111777635);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1111777733),
 (125,2,1111777734),
 (131,8,1111777745),
 (125,2,1111777790),
 (125,2,1111777791),
 (125,2,1111777846),
 (125,2,1111777847),
 (132,5,1111777894),
 (132,5,1111777919),
 (125,2,1111777922),
 (125,2,1111777924),
 (125,2,1111777961),
 (125,2,1111777962),
 (133,3,1111777980),
 (134,12,1111777989),
 (133,3,1111777998),
 (128,84,1111778001),
 (127,11,1111778007),
 (135,505,1111778011),
 (126,5,1111778021),
 (131,8,1111778031),
 (126,5,1111778039),
 (133,3,1111778048),
 (134,12,1111778081),
 (125,2,1111778279),
 (125,2,1111778281),
 (133,3,1111778283),
 (134,12,1111778286),
 (134,12,1111778361),
 (125,2,1111778433),
 (125,2,1111778435),
 (133,3,1111778438),
 (134,12,1111778445),
 (125,2,1111886210),
 (125,2,1111886228),
 (125,2,1111886816),
 (125,2,1111886818),
 (125,2,1111896418),
 (125,2,1111896420),
 (125,2,1111900199),
 (125,2,1111900200),
 (125,2,1111902032),
 (125,2,1111902034),
 (125,2,1111938676),
 (125,2,1111938704);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (133,3,1111938746),
 (134,12,1111938751),
 (125,2,1111938859),
 (125,2,1111938861),
 (133,3,1111938863),
 (134,12,1111938885),
 (134,12,1111938912),
 (134,12,1111939064),
 (134,12,1111939136),
 (134,12,1111939204),
 (134,12,1111939402),
 (134,12,1111939444),
 (133,3,1111939551),
 (135,505,1111939556),
 (133,3,1111939575),
 (133,3,1111939667),
 (135,505,1111939669),
 (135,505,1111939887),
 (135,505,1111939897),
 (133,3,1111939918),
 (132,5,1111939941),
 (133,3,1111939946),
 (135,505,1111939949),
 (125,2,1111939957),
 (125,2,1111939959),
 (133,3,1111939962),
 (125,2,1111940004),
 (125,2,1111940006),
 (133,3,1111940011),
 (135,505,1111940014),
 (125,2,1111940312),
 (125,2,1111940314),
 (125,2,1111941911),
 (125,2,1111941926),
 (125,2,1111941928),
 (136,34,1111942290),
 (125,2,1111942441),
 (125,2,1111942443),
 (125,2,1111942476),
 (125,2,1111942555),
 (125,2,1111943080),
 (125,2,1111950412),
 (125,2,1111950428),
 (125,2,1111950723),
 (125,2,1111950724);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1111951579),
 (125,2,1111951581),
 (132,0,1111951644),
 (125,2,1111951672),
 (125,2,1111951673),
 (126,5,1111951685),
 (125,2,1111951741),
 (125,2,1111951742),
 (125,2,1111951849),
 (125,2,1111951897),
 (125,2,1111951898),
 (125,2,1111951952),
 (125,2,1111951953),
 (125,2,1112019113),
 (125,2,1112019126),
 (133,3,1112019164),
 (135,505,1112019168),
 (125,2,1112019362),
 (125,2,1112019364),
 (135,505,1112019625),
 (135,505,1112019781),
 (135,505,1112019827),
 (135,505,1112019914),
 (128,84,1112020063),
 (133,3,1112020066),
 (135,505,1112020068),
 (135,505,1112020387),
 (135,505,1112020433),
 (135,505,1112020518),
 (135,505,1112020586),
 (135,505,1112020611),
 (135,505,1112020636),
 (135,505,1112020654),
 (135,505,1112020671),
 (135,505,1112020760),
 (135,505,1112020793),
 (135,505,1112020827),
 (135,505,1112020881),
 (135,505,1112020924),
 (135,505,1112020961),
 (135,505,1112021025),
 (135,505,1112021143),
 (135,505,1112021266);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (133,3,1112021337),
 (127,11,1112021342),
 (133,3,1112021346),
 (128,84,1112021348),
 (128,84,1112021358),
 (125,2,1112021482),
 (125,2,1112021483),
 (125,2,1112021526),
 (125,2,1112021528),
 (125,2,1112021536),
 (137,1,1112021539),
 (137,1,1112021543),
 (138,18,1112021543),
 (139,1,1112021561),
 (140,0,1112021562),
 (125,2,1112021694),
 (125,2,1112021695),
 (125,2,1112021705),
 (137,1,1112021709),
 (137,1,1112021712),
 (138,0,1112021713),
 (125,2,1112023519),
 (125,2,1112023522),
 (125,2,1112023554),
 (125,2,1112031761),
 (125,2,1112031762),
 (125,2,1112031867),
 (125,2,1112031868),
 (125,2,1112046377),
 (125,2,1112046378),
 (125,2,1112048385),
 (125,2,1112048386),
 (125,2,1112048403),
 (125,2,1112048404),
 (125,2,1112053428),
 (125,2,1112053430),
 (136,34,1112053459),
 (141,22,1112053515),
 (125,2,1112053993),
 (125,2,1112053995),
 (125,2,1112054233),
 (125,2,1112054234),
 (136,34,1112054283),
 (141,22,1112054317),
 (142,3,1112054319);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112054546),
 (125,2,1112054548),
 (125,2,1112054809),
 (125,2,1112054810),
 (125,2,1112054897),
 (125,2,1112054898),
 (125,2,1112055540),
 (125,2,1112055541),
 (125,2,1112055619),
 (125,2,1112055620),
 (143,1,1112055623),
 (130,67,1112055630),
 (126,5,1112055635),
 (142,3,1112055639),
 (130,67,1112055643),
 (130,67,1112055643),
 (125,2,1112056020),
 (125,2,1112056021),
 (125,2,1112056095),
 (125,2,1112056096),
 (128,84,1112056124),
 (125,2,1112056256),
 (125,2,1112056261),
 (128,84,1112056295),
 (127,11,1112056297),
 (125,2,1112056311),
 (125,2,1112056312),
 (125,2,1112056409),
 (125,2,1112056411),
 (125,2,1112064488),
 (125,2,1112064489),
 (125,2,1112065467),
 (125,2,1112065468),
 (125,2,1112105470),
 (125,2,1112105486),
 (133,3,1112105507),
 (134,12,1112105511),
 (144,5,1112105523),
 (141,22,1112105528),
 (130,67,1112105539),
 (130,67,1112105540),
 (145,16,1112105588),
 (130,67,1112105619),
 (130,67,1112105624),
 (130,67,1112105624);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (143,1,1112105637),
 (146,27,1112105639),
 (143,1,1112105646),
 (146,27,1112105648),
 (143,1,1112105663),
 (146,27,1112105663),
 (125,2,1112105699),
 (132,0,1112105767),
 (125,2,1112106004),
 (125,2,1112106005),
 (126,5,1112106012),
 (133,3,1112106015),
 (135,505,1112106017),
 (125,2,1112106045),
 (125,2,1112106046),
 (133,3,1112106051),
 (135,505,1112106054),
 (125,2,1112106154),
 (125,2,1112106155),
 (125,2,1112106330),
 (125,2,1112106332),
 (125,2,1112106974),
 (125,2,1112106975),
 (125,2,1112107071),
 (125,2,1112107073),
 (125,2,1112107176),
 (125,2,1112107184),
 (147,19,1112107186),
 (148,17,1112107190),
 (148,17,1112107276),
 (125,2,1112107339),
 (125,2,1112107340),
 (125,2,1112107384),
 (125,2,1112107386),
 (125,2,1112107416),
 (125,2,1112107446),
 (125,2,1112107549),
 (125,2,1112107557),
 (125,2,1112107591),
 (125,2,1112107648),
 (125,2,1112107650),
 (125,2,1112107657),
 (147,19,1112107659),
 (148,17,1112107661),
 (125,2,1112107666);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112107667),
 (135,505,1112107706),
 (125,2,1112107727),
 (125,2,1112107728),
 (125,2,1112110766),
 (125,2,1112110776),
 (125,2,1112111003),
 (125,2,1112111059),
 (125,2,1112112377),
 (125,2,1112112988),
 (125,2,1112112989),
 (125,2,1112116446),
 (125,2,1112116939),
 (125,2,1112118046),
 (125,2,1112118047),
 (125,2,1112118130),
 (125,2,1112118131),
 (125,2,1112118867),
 (125,2,1112118868),
 (125,2,1112122739),
 (125,2,1112122741),
 (125,2,1112124156),
 (125,2,1112124158),
 (125,2,1112124473),
 (125,2,1112124474),
 (125,2,1112130370),
 (125,2,1112130371),
 (125,2,1112130629),
 (125,2,1112130630),
 (125,2,1112131209),
 (125,2,1112131210),
 (125,2,1112137556),
 (125,2,1112137557),
 (125,2,1112138440),
 (125,2,1112138441),
 (125,2,1112138814),
 (125,2,1112138815),
 (149,2,1112138821),
 (125,2,1112139676),
 (125,2,1112139677),
 (149,2,1112139681),
 (150,38,1112139701),
 (126,5,1112139759),
 (149,2,1112139765),
 (125,2,1112140174);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112140175),
 (125,2,1112140184),
 (125,2,1112140185),
 (149,2,1112140187),
 (151,8,1112140200),
 (142,3,1112140222),
 (141,22,1112140225),
 (149,2,1112140235),
 (149,2,1112140284),
 (151,8,1112140291),
 (150,38,1112140302),
 (149,2,1112140340),
 (125,2,1112140706),
 (125,2,1112140707),
 (149,2,1112140710),
 (151,8,1112140714),
 (151,8,1112140763),
 (151,8,1112140891),
 (149,2,1112140899),
 (125,2,1112141277),
 (125,2,1112141278),
 (149,2,1112141280),
 (149,2,1112141470),
 (149,2,1112141496),
 (149,2,1112141577),
 (152,9,1112141584),
 (141,22,1112141600),
 (152,9,1112141607),
 (142,3,1112141612),
 (149,2,1112141616),
 (125,2,1112141690),
 (125,2,1112141692),
 (149,2,1112141699),
 (152,9,1112141709),
 (149,2,1112141712),
 (149,2,1112141779),
 (152,9,1112141783),
 (125,2,1112141820),
 (125,2,1112141821),
 (149,2,1112141837),
 (152,9,1112141839),
 (149,2,1112141842),
 (149,2,1112141927),
 (149,2,1112141943),
 (153,14,1112141948);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (154,4,1112141950),
 (154,4,1112141976),
 (125,2,1112142020),
 (125,2,1112142021),
 (125,2,1112142316),
 (125,2,1112142318),
 (153,14,1112142321),
 (152,9,1112142324),
 (125,2,1112142376),
 (125,2,1112142377),
 (152,9,1112142380),
 (149,2,1112142387),
 (149,2,1112142502),
 (149,2,1112142506),
 (125,2,1112142566),
 (125,2,1112142567),
 (152,9,1112142571),
 (149,2,1112142582),
 (152,9,1112142589),
 (125,2,1112142765),
 (125,2,1112142766),
 (149,2,1112142770),
 (125,2,1112142808),
 (125,2,1112142809),
 (125,2,1112143175),
 (125,2,1112143177),
 (149,2,1112143181),
 (125,2,1112146241),
 (125,2,1112146242),
 (149,2,1112146246),
 (125,2,1112146359),
 (125,2,1112146360),
 (125,2,1112146633),
 (125,2,1112146634),
 (125,2,1112146740),
 (152,9,1112146747),
 (125,2,1112148573),
 (125,2,1112148574),
 (125,2,1112150988),
 (125,2,1112150990),
 (125,2,1112191712),
 (125,2,1112191713),
 (125,2,1112192311),
 (125,2,1112192312),
 (125,2,1112192320);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112192321),
 (125,2,1112192663),
 (125,2,1112192665),
 (149,2,1112192671),
 (125,2,1112192839),
 (125,2,1112192840),
 (149,2,1112192847),
 (152,9,1112192856),
 (149,2,1112192863),
 (154,4,1112192869),
 (154,4,1112192878),
 (154,4,1112193008),
 (141,22,1112193012),
 (154,4,1112193020),
 (149,2,1112193032),
 (152,9,1112193035),
 (125,2,1112193331),
 (125,2,1112193332),
 (154,4,1112193337),
 (141,22,1112193341),
 (142,3,1112193350),
 (125,2,1112193412),
 (125,2,1112193413),
 (125,2,1112193552),
 (125,2,1112193553),
 (135,505,1112193613),
 (125,2,1112193888),
 (125,2,1112193889),
 (142,3,1112194009),
 (135,0,1112194118),
 (125,2,1112194196),
 (125,2,1112194197),
 (125,2,1112194250),
 (125,2,1112194251),
 (155,33,1112194266),
 (155,0,1112194299),
 (125,2,1112194347),
 (125,2,1112194349),
 (125,2,1112194487),
 (125,2,1112194488),
 (156,19,1112194496),
 (156,0,1112194515),
 (125,2,1112194702),
 (125,2,1112194703),
 (156,0,1112194708);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112194873),
 (125,2,1112194874),
 (125,2,1112194884),
 (125,2,1112194885),
 (130,67,1112194912),
 (149,2,1112194921),
 (141,22,1112194926),
 (125,2,1112195017),
 (125,2,1112195018),
 (125,2,1112195161),
 (125,2,1112195163),
 (125,2,1112195191),
 (125,2,1112195192),
 (126,5,1112195219),
 (125,2,1112195238),
 (143,1,1112195295),
 (143,1,1112195305),
 (146,27,1112195306),
 (157,46,1112195333),
 (149,2,1112195379),
 (141,22,1112195381),
 (142,3,1112195383),
 (158,2,1112195386),
 (158,2,1112196675),
 (125,2,1112197852),
 (125,2,1112197854),
 (125,2,1112199824),
 (125,2,1112199826),
 (125,2,1112199829),
 (125,2,1112199831),
 (125,2,1112224852),
 (125,2,1112224865),
 (126,5,1112224879),
 (149,2,1112225574),
 (154,4,1112225575),
 (159,3,1112225579),
 (160,6,1112225582),
 (141,22,1112225588),
 (153,14,1112225627),
 (141,22,1112225641),
 (125,2,1112225668),
 (152,9,1112225674),
 (126,5,1112225715),
 (127,11,1112225718),
 (128,84,1112225721);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112225784),
 (125,2,1112225785),
 (142,3,1112226666),
 (125,2,1112227365),
 (125,2,1112227366),
 (142,3,1112227368),
 (141,22,1112227410),
 (125,2,1112227804),
 (125,2,1112227806),
 (141,22,1112227808),
 (125,2,1112228091),
 (125,2,1112228092),
 (141,22,1112228125),
 (161,2,1112228138),
 (161,2,1112228224),
 (161,2,1112228240),
 (142,3,1112228300),
 (142,3,1112228323),
 (142,3,1112228343),
 (142,3,1112228354),
 (125,2,1112228376),
 (141,22,1112228416),
 (142,3,1112228422),
 (141,22,1112228434),
 (141,22,1112228459),
 (141,22,1112228465),
 (141,22,1112228482),
 (162,8,1112228516),
 (145,16,1112228524),
 (145,16,1112228545),
 (145,16,1112228562),
 (145,16,1112228574),
 (145,16,1112228590),
 (163,23,1112228606),
 (161,2,1112228629),
 (164,229,1112228633),
 (125,2,1112228666),
 (142,3,1112228686),
 (130,67,1112228701),
 (142,3,1112228704),
 (130,67,1112228706),
 (130,67,1112228707),
 (130,67,1112228725),
 (130,67,1112228726),
 (130,67,1112228732);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (130,67,1112228732),
 (125,2,1112228740),
 (125,2,1112229069),
 (125,2,1112229070),
 (127,11,1112229137),
 (126,5,1112229139),
 (128,84,1112229141),
 (125,2,1112236709),
 (125,2,1112236709),
 (125,2,1112236731),
 (125,2,1112236731),
 (125,2,1112239320),
 (125,2,1112239321),
 (125,2,1112239404),
 (125,2,1112239405),
 (125,2,1112239451),
 (125,2,1112239453),
 (125,2,1112239892),
 (125,2,1112239893),
 (125,2,1112241542),
 (125,2,1112241544),
 (125,2,1112241651),
 (125,2,1112241652),
 (125,2,1112241793),
 (125,2,1112241794),
 (125,2,1112277864),
 (125,2,1112277866),
 (142,3,1112277907),
 (141,22,1112277916),
 (161,2,1112277940),
 (164,229,1112277975),
 (125,2,1112278470),
 (125,2,1112278471),
 (141,22,1112278479),
 (161,2,1112278488),
 (164,229,1112278492),
 (164,229,1112278582),
 (125,2,1112278735),
 (125,2,1112278736),
 (141,22,1112278739),
 (141,22,1112278804),
 (164,0,1112278811),
 (141,22,1112279018),
 (141,22,1112279386),
 (130,67,1112279399);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (130,67,1112279400),
 (130,67,1112279458),
 (130,67,1112279463),
 (130,67,1112279463),
 (125,2,1112279640),
 (125,2,1112279641),
 (125,2,1112280320),
 (125,2,1112280322),
 (125,2,1112280349),
 (152,9,1112280354),
 (125,2,1112280437),
 (125,2,1112280438),
 (152,9,1112280443),
 (152,9,1112280490),
 (152,9,1112280525),
 (152,9,1112280556),
 (152,9,1112280588),
 (125,2,1112280785),
 (125,2,1112280786),
 (152,9,1112280790),
 (152,9,1112280825),
 (152,9,1112280890),
 (165,3,1112280911),
 (125,2,1112291679),
 (125,2,1112291688),
 (125,2,1112291752),
 (125,2,1112291753),
 (125,2,1112296552),
 (125,2,1112296553),
 (125,2,1112296907),
 (125,2,1112296908),
 (125,2,1112297300),
 (125,2,1112297302),
 (125,2,1112299133),
 (125,2,1112299134),
 (125,2,1112299223),
 (125,2,1112299224),
 (125,2,1112305497),
 (125,2,1112305498),
 (125,2,1112305584),
 (125,2,1112305585),
 (125,2,1112310561),
 (125,2,1112310562),
 (152,9,1112310572),
 (125,2,1112310625);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112310626),
 (152,9,1112310629),
 (125,2,1112310805),
 (125,2,1112310806),
 (149,2,1112310813),
 (152,9,1112310819),
 (125,2,1112310983),
 (125,2,1112310985),
 (152,9,1112310988),
 (149,2,1112311000),
 (152,9,1112311005),
 (125,2,1112311071),
 (125,2,1112311072),
 (152,9,1112311075),
 (152,9,1112311238),
 (152,9,1112311271),
 (166,48,1112311284),
 (125,2,1112311465),
 (125,2,1112311466),
 (125,2,1112311490),
 (167,11,1112311502),
 (167,11,1112311526),
 (167,11,1112311539),
 (167,11,1112311569),
 (152,9,1112311601),
 (167,11,1112311669),
 (167,11,1112311706),
 (167,11,1112311735),
 (142,3,1112311741),
 (141,22,1112311755),
 (149,2,1112311770),
 (152,9,1112311783),
 (152,9,1112311872),
 (152,9,1112311931),
 (152,9,1112312349),
 (166,48,1112312358),
 (152,9,1112312406),
 (152,9,1112312488),
 (167,11,1112312509),
 (125,2,1112312989),
 (125,2,1112312990),
 (142,3,1112312995),
 (152,9,1112313020),
 (167,11,1112313050),
 (168,175,1112313062);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112313152),
 (125,2,1112313154),
 (152,9,1112313237),
 (125,2,1112313344),
 (125,2,1112313346),
 (125,2,1112313394),
 (125,2,1112313395),
 (142,3,1112313465),
 (149,2,1112313472),
 (125,2,1112313579),
 (125,2,1112313580),
 (141,22,1112313590),
 (152,9,1112313594),
 (167,11,1112313600),
 (169,6,1112313606),
 (125,2,1112322101),
 (125,2,1112322119),
 (125,2,1112322133),
 (125,2,1112322135),
 (141,22,1112322149),
 (142,3,1112322187),
 (152,9,1112322199),
 (125,2,1112326704),
 (125,2,1112364271),
 (125,2,1112364272),
 (125,2,1112364455),
 (125,2,1112364456),
 (169,6,1112364525),
 (125,2,1112364603),
 (125,2,1112364604),
 (152,9,1112364609),
 (165,3,1112364612),
 (125,2,1112364757),
 (125,2,1112364758),
 (169,6,1112364763),
 (149,2,1112364771),
 (149,2,1112364827),
 (169,6,1112364834),
 (170,34,1112364851),
 (170,0,1112364885),
 (165,3,1112365150),
 (125,2,1112365235),
 (125,2,1112365236),
 (125,2,1112365254),
 (171,9,1112365302);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (171,9,1112365431),
 (125,2,1112365523),
 (152,9,1112365527),
 (152,9,1112365601),
 (152,9,1112365618),
 (152,9,1112365644),
 (152,9,1112365666),
 (165,3,1112365672),
 (152,9,1112365691),
 (152,9,1112365709),
 (165,3,1112365716),
 (152,9,1112365739),
 (152,9,1112365741),
 (165,3,1112365746),
 (152,9,1112365810),
 (152,9,1112365821),
 (152,9,1112365832),
 (152,9,1112365840),
 (152,9,1112365863),
 (152,9,1112365880),
 (152,9,1112365947),
 (152,9,1112365948),
 (152,9,1112365966),
 (152,9,1112366036),
 (152,9,1112366039),
 (165,3,1112366045),
 (165,3,1112366076),
 (152,9,1112366079),
 (167,11,1112366090),
 (169,6,1112366101),
 (171,9,1112366107),
 (142,3,1112366116),
 (141,22,1112366125),
 (149,2,1112366158),
 (172,66,1112366200),
 (172,0,1112366266),
 (125,2,1112366318),
 (125,2,1112366319),
 (125,2,1112366428),
 (125,2,1112366429),
 (125,2,1112366511),
 (125,2,1112366512),
 (173,0,1112366516),
 (125,2,1112366528),
 (125,2,1112366529);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112366873),
 (125,2,1112366874),
 (152,9,1112366883),
 (174,5,1112366892),
 (174,5,1112366947),
 (174,5,1112366953),
 (125,2,1112367064),
 (125,2,1112367065),
 (125,2,1112367134),
 (125,2,1112367135),
 (174,5,1112367142),
 (173,0,1112367147),
 (125,2,1112367236),
 (125,2,1112367237),
 (125,2,1112367286),
 (125,2,1112367287),
 (125,2,1112367342),
 (125,2,1112367343),
 (175,11,1112367347),
 (149,2,1112399272),
 (141,22,1112399273),
 (142,3,1112399287),
 (175,11,1112399293),
 (176,8,1112399299),
 (177,18,1112399308),
 (178,8,1112399315),
 (125,2,1112399372),
 (125,2,1112399375),
 (149,2,1112399441),
 (149,2,1112399475),
 (149,2,1112399515),
 (149,2,1112399595),
 (149,2,1112399644),
 (179,9,1112399651),
 (179,9,1112399756),
 (149,2,1112399760),
 (179,9,1112399765),
 (178,8,1112399816),
 (180,10,1112399820),
 (180,10,1112400156),
 (141,22,1112400163),
 (161,2,1112400172),
 (125,2,1112400235),
 (125,2,1112400236),
 (141,22,1112400239);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (141,22,1112400273),
 (141,22,1112400300),
 (142,3,1112400313),
 (142,3,1112400389),
 (142,3,1112400439),
 (142,3,1112400462),
 (142,3,1112400487),
 (142,3,1112400510),
 (141,22,1112400557),
 (142,3,1112400565),
 (149,2,1112400573),
 (149,2,1112400833),
 (149,2,1112400853),
 (149,2,1112400857),
 (181,1532,1112400870),
 (181,1532,1112400919),
 (149,2,1112400921),
 (181,1532,1112400927),
 (149,2,1112400929),
 (149,2,1112400952),
 (181,1532,1112400956),
 (175,11,1112400962),
 (182,26,1112400970),
 (182,26,1112401033),
 (175,11,1112401038),
 (179,9,1112401054),
 (183,5,1112401138),
 (183,5,1112401218),
 (175,11,1112401223),
 (182,26,1112401226),
 (182,26,1112401782),
 (142,3,1112401802),
 (141,22,1112401813),
 (149,2,1112401821),
 (181,1532,1112401833),
 (175,11,1112401836),
 (176,8,1112401877),
 (177,18,1112401905),
 (177,18,1112401919),
 (175,11,1112401928),
 (149,2,1112401934),
 (175,11,1112401937),
 (175,11,1112402035),
 (181,1532,1112402040);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (149,2,1112402043),
 (175,11,1112402045),
 (176,8,1112402049),
 (141,22,1112402059),
 (142,3,1112402065),
 (141,22,1112402070),
 (141,22,1112402156),
 (141,22,1112402159),
 (142,3,1112402161),
 (149,2,1112402163),
 (181,1532,1112402165),
 (175,11,1112402168),
 (176,8,1112402172),
 (177,18,1112402175),
 (177,18,1112402178),
 (178,8,1112402182),
 (179,9,1112402185),
 (141,22,1112402197),
 (142,3,1112402200),
 (184,3,1112402216),
 (141,22,1112402218),
 (141,22,1112402231),
 (141,22,1112402246),
 (125,2,1112402260),
 (125,2,1112402261),
 (125,2,1112418369),
 (125,2,1112418393),
 (125,2,1112418680),
 (125,2,1112419916),
 (125,2,1112419918),
 (125,2,1112460138),
 (125,2,1112460145),
 (125,2,1112463519),
 (125,2,1112463521),
 (125,2,1112463596),
 (125,2,1112463597),
 (125,2,1112470250),
 (125,2,1112470879),
 (125,2,1112470881),
 (125,2,1112502354),
 (125,2,1112502355),
 (125,2,1112506327),
 (125,2,1112506328),
 (125,2,1112575978),
 (125,2,1112575990);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (125,2,1112576417),
 (125,2,1112576419),
 (125,2,1112582003),
 (125,2,1112582012),
 (125,2,1112583026),
 (125,2,1112583027),
 (125,2,1112583601),
 (125,2,1112583602),
 (125,2,1112590081),
 (125,2,1112590083),
 (125,2,1112590116),
 (125,2,1112590117),
 (125,2,1112623573),
 (125,2,1112623574),
 (125,2,1112623591),
 (128,84,1112623615),
 (127,11,1112623619),
 (126,5,1112623620),
 (141,22,1112623623),
 (142,3,1112623646),
 (149,2,1112623650),
 (125,2,1112623970),
 (125,2,1112623971),
 (141,22,1112623981),
 (125,2,1112624066),
 (125,2,1112624067),
 (141,22,1112624087),
 (141,22,1112624104),
 (141,22,1112624130),
 (141,22,1112624145),
 (125,2,1112624214),
 (125,2,1112624215),
 (127,11,1112624248),
 (128,84,1112624251),
 (126,5,1112624258),
 (141,22,1112624374),
 (161,2,1112624407),
 (175,11,1112624431),
 (182,26,1112624433),
 (142,3,1112624443),
 (141,22,1112624457),
 (161,2,1112624474),
 (130,67,1112624478),
 (130,67,1112624479),
 (130,67,1112624484);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (130,67,1112624496),
 (130,67,1112624522),
 (130,67,1112624531),
 (130,67,1112624568),
 (130,67,1112624584),
 (141,22,1112624651),
 (125,2,1112626324),
 (125,2,1112626325),
 (125,2,1112629732),
 (125,2,1112629852),
 (125,2,1112629853),
 (125,2,1112629932),
 (125,2,1112629934),
 (141,22,1112630129),
 (142,3,1112630139),
 (141,22,1112630141),
 (125,2,1112630462),
 (125,2,1112630463),
 (125,2,1112639731),
 (125,2,1112639732),
 (125,2,1112645517),
 (125,2,1112649019),
 (125,2,1112649020),
 (125,2,1112649470),
 (125,2,1112649471),
 (125,2,1112651074),
 (125,2,1112651974),
 (125,2,1112651975),
 (125,2,1112652011),
 (125,2,1112652012),
 (125,2,1112652280),
 (125,2,1112652281),
 (125,2,1112652300),
 (125,2,1112652301),
 (125,2,1112652981),
 (125,2,1112652982),
 (142,3,1112652986),
 (142,3,1112653005),
 (141,22,1112653008),
 (125,2,1112653389),
 (125,2,1112653390),
 (175,11,1112653395),
 (176,8,1112653398),
 (177,18,1112653404),
 (178,8,1112653412);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (179,9,1112653416),
 (142,3,1112653434),
 (142,3,1112653452),
 (141,22,1112653455),
 (181,1532,1112653458),
 (142,3,1112653464),
 (184,3,1112653474),
 (125,2,1112653576),
 (125,2,1112653577),
 (125,2,1112654263),
 (125,2,1112654264),
 (125,2,1112654341),
 (125,2,1112654353),
 (125,2,1112654421),
 (125,2,1112654439),
 (125,2,1112654451),
 (125,2,1112654473),
 (125,2,1112654510),
 (125,2,1112654524),
 (125,2,1112654577),
 (125,2,1112654578),
 (185,2,1112654583),
 (185,2,1112654586),
 (185,2,1112654589),
 (186,3,1112654592),
 (187,5,1112654596),
 (186,3,1112654601),
 (185,2,1112654603),
 (188,3,1112654606),
 (189,5,1112654609),
 (185,2,1112654614),
 (186,3,1112654616),
 (190,7,1112654619),
 (190,7,1112654635),
 (142,3,1112654642),
 (142,3,1112654687),
 (142,3,1112654734),
 (149,2,1112654740),
 (181,1532,1112654743),
 (142,3,1112654749),
 (141,22,1112654752),
 (141,22,1112654791),
 (177,18,1112654798),
 (149,2,1112654803),
 (141,22,1112654806);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (149,2,1112654808),
 (181,1532,1112654810),
 (181,1532,1112654842),
 (142,3,1112654852),
 (142,3,1112654873),
 (149,2,1112654881),
 (181,1532,1112654884),
 (181,1532,1112654906),
 (181,1532,1112654919),
 (179,9,1112654926),
 (142,3,1112654935),
 (142,3,1112654958),
 (142,3,1112654986),
 (142,3,1112654991),
 (141,22,1112655002),
 (141,22,1112655017),
 (141,22,1112655048),
 (125,2,1112655069),
 (141,22,1112655075),
 (142,3,1112655077),
 (149,2,1112655083),
 (149,2,1112655095),
 (181,1532,1112655097),
 (125,2,1112655223),
 (125,2,1112655224),
 (128,84,1112655266),
 (127,11,1112655268),
 (126,5,1112655271),
 (129,4,1112655276),
 (149,2,1112655280),
 (181,1532,1112655282),
 (175,11,1112655286),
 (175,11,1112655315),
 (125,2,1112655426),
 (125,2,1112655427),
 (141,22,1112655430),
 (125,2,1112655437),
 (141,22,1112655464),
 (142,3,1112655475),
 (158,2,1112655483),
 (142,3,1112655518),
 (141,22,1112655520),
 (191,3,1112655525),
 (141,22,1112655542);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (161,2,1112655549),
 (161,2,1112655610),
 (141,22,1112655613),
 (161,2,1112655616),
 (161,2,1112655645),
 (141,22,1112655653),
 (191,3,1112655656),
 (191,3,1112655696),
 (141,22,1112655699),
 (161,2,1112655703),
 (161,2,1112655733),
 (141,22,1112655735),
 (192,12,1112655741),
 (142,3,1112655750),
 (184,3,1112655753),
 (184,3,1112655934),
 (184,3,1112655970),
 (184,3,1112656005),
 (184,3,1112656048),
 (142,3,1112656051),
 (158,2,1112656054),
 (158,2,1112656095),
 (142,3,1112656097),
 (193,15,1112656101),
 (175,11,1112656116),
 (182,26,1112656119),
 (182,26,1112656322),
 (175,11,1112656336),
 (125,2,1112656473),
 (125,2,1112656474),
 (125,2,1112656629),
 (175,11,1112656634),
 (182,26,1112656645),
 (176,8,1112656671),
 (194,11,1112656679),
 (177,18,1112656690),
 (178,8,1112656708),
 (180,10,1112656716),
 (179,0,1112656726),
 (125,2,1112656793),
 (125,2,1112656794),
 (125,2,1112656885),
 (125,2,1112656886),
 (125,2,1112656915),
 (126,0,1112656952);
INSERT INTO `xcart_stats_pages_views` (`pageid`,`time_avg`,`date`) VALUES 
 (141,22,1112656982),
 (192,12,1112656987),
 (149,2,1112656999),
 (141,22,1112657002),
 (195,32,1112657010),
 (129,4,1112657042),
 (125,2,1112657215),
 (125,2,1112657216),
 (147,19,1112657238),
 (148,17,1112657257),
 (142,3,1112657274),
 (149,2,1112657296),
 (141,22,1112657299),
 (149,2,1112657345),
 (142,3,1112657347),
 (141,22,1112657350),
 (125,2,1112657372),
 (128,84,1112657404),
 (127,11,1112657488),
 (129,4,1112657499),
 (126,0,1112657503),
 (125,2,1112666934),
 (125,2,1112666935),
 (125,2,1112667872),
 (125,2,1112667873),
 (125,2,1112668311),
 (125,0,1112668313);
CREATE TABLE `xcart_stats_search` (
  `search` varchar(255) NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  KEY `search` (`search`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_search` (`search`,`date`) VALUES 
 ('tko',1109947753),
 ('tko',1109947816),
 ('tko',1109947841),
 ('tko',1109947893),
 ('tko',1109947907),
 ('tko',1109947927),
 ('tko',1109947964),
 ('*',1110240107),
 ('16oz',1110240137),
 ('16',1110240142),
 ('8',1110240147),
 ('8',1110240592),
 ('8',1110240813),
 ('aloe',1110930138),
 ('aloe',1110930148),
 ('aloe',1110930157),
 ('*',1111017113),
 ('tko',1111069113),
 ('aloe',1111624175),
 ('tko cleaner',1112105639),
 ('tko',1112105648),
 ('cleaner',1112105663),
 ('*',1112142669),
 ('tko',1112195306);
CREATE TABLE `xcart_stats_shop` (
  `id` int(11) NOT NULL default '0',
  `action` char(1) NOT NULL default 'V',
  `date` int(11) NOT NULL default '0',
  KEY `id` (`id`),
  KEY `date` (`date`),
  KEY `action` (`action`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (1,'V',1111942290),
 (1,'V',1112053460),
 (4,'C',1112053515),
 (1,'V',1112054283),
 (4,'C',1112054317),
 (5,'C',1112054319),
 (5,'C',1112055639),
 (4,'C',1112105528),
 (4,'C',1112105588),
 (9,'C',1112138821),
 (9,'C',1112139681),
 (8,'V',1112139701),
 (9,'C',1112139765),
 (9,'C',1112140187),
 (9,'V',1112140200),
 (5,'C',1112140222),
 (4,'C',1112140225),
 (9,'C',1112140236),
 (9,'C',1112140284),
 (9,'V',1112140291),
 (8,'V',1112140302),
 (9,'C',1112140340),
 (9,'C',1112140711),
 (9,'V',1112140714),
 (9,'V',1112140763),
 (9,'V',1112140891),
 (9,'C',1112140899),
 (9,'C',1112141280),
 (9,'C',1112141470),
 (9,'C',1112141496),
 (9,'C',1112141577),
 (10,'C',1112141584),
 (4,'C',1112141600),
 (10,'C',1112141607),
 (5,'C',1112141612),
 (9,'C',1112141616),
 (9,'C',1112141699),
 (10,'C',1112141709),
 (9,'C',1112141712),
 (9,'C',1112141779),
 (10,'C',1112141783),
 (9,'C',1112141837),
 (10,'C',1112141839),
 (9,'C',1112141842),
 (9,'C',1112141927),
 (9,'C',1112141943);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (6,'C',1112141948),
 (1,'C',1112141950),
 (1,'C',1112141976),
 (6,'C',1112142321),
 (10,'C',1112142325),
 (10,'C',1112142380),
 (9,'C',1112142387),
 (9,'C',1112142502),
 (9,'C',1112142506),
 (10,'C',1112142571),
 (9,'C',1112142583),
 (10,'C',1112142589),
 (9,'C',1112142770),
 (9,'C',1112143181),
 (9,'C',1112146246),
 (10,'C',1112146747),
 (9,'C',1112192671),
 (9,'C',1112192847),
 (10,'C',1112192856),
 (9,'C',1112192863),
 (1,'C',1112192869),
 (1,'C',1112192878),
 (1,'C',1112193008),
 (4,'C',1112193012),
 (1,'C',1112193020),
 (9,'C',1112193032),
 (10,'C',1112193035),
 (1,'C',1112193337),
 (4,'C',1112193341),
 (5,'C',1112193350),
 (5,'C',1112194009),
 (9,'C',1112194921),
 (4,'C',1112194926),
 (5,'V',1112195333),
 (9,'C',1112195379),
 (4,'C',1112195382),
 (5,'C',1112195383),
 (1,'V',1112195386),
 (1,'V',1112196675),
 (9,'C',1112225574),
 (1,'C',1112225575),
 (7,'C',1112225579),
 (8,'C',1112225582),
 (4,'C',1112225588),
 (6,'C',1112225627),
 (4,'C',1112225641);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (10,'C',1112225675),
 (5,'C',1112226666),
 (5,'C',1112227368),
 (4,'C',1112227410),
 (4,'C',1112227808),
 (4,'C',1112228125),
 (4,'V',1112228138),
 (4,'V',1112228224),
 (4,'V',1112228240),
 (5,'C',1112228300),
 (5,'C',1112228323),
 (5,'C',1112228343),
 (5,'C',1112228354),
 (4,'C',1112228417),
 (5,'C',1112228423),
 (4,'C',1112228434),
 (4,'C',1112228459),
 (4,'C',1112228465),
 (4,'C',1112228482),
 (4,'C',1112228516),
 (4,'C',1112228524),
 (4,'C',1112228546),
 (4,'C',1112228562),
 (4,'C',1112228574),
 (4,'C',1112228590),
 (4,'C',1112228606),
 (4,'V',1112228629),
 (4,'V',1112228633),
 (5,'C',1112228686),
 (5,'C',1112228704),
 (5,'C',1112277908),
 (4,'C',1112277916),
 (4,'V',1112277941),
 (4,'V',1112277975),
 (4,'C',1112278479),
 (4,'V',1112278488),
 (4,'V',1112278492),
 (4,'V',1112278582),
 (4,'C',1112278739),
 (4,'C',1112278804),
 (4,'V',1112278811),
 (4,'C',1112279018),
 (4,'C',1112279386),
 (10,'C',1112280354),
 (10,'C',1112280443),
 (10,'C',1112280490);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (10,'C',1112280525),
 (10,'C',1112280556),
 (10,'C',1112280588),
 (10,'C',1112280790),
 (10,'C',1112280825),
 (10,'C',1112280890),
 (15,'V',1112280911),
 (10,'C',1112310572),
 (10,'C',1112310629),
 (9,'C',1112310813),
 (10,'C',1112310819),
 (10,'C',1112310988),
 (9,'C',1112311000),
 (10,'C',1112311005),
 (10,'C',1112311075),
 (10,'C',1112311238),
 (10,'C',1112311271),
 (16,'V',1112311285),
 (11,'C',1112311502),
 (11,'C',1112311526),
 (11,'C',1112311539),
 (11,'C',1112311569),
 (10,'C',1112311601),
 (11,'C',1112311669),
 (11,'C',1112311706),
 (11,'C',1112311735),
 (5,'C',1112311741),
 (4,'C',1112311755),
 (9,'C',1112311770),
 (10,'C',1112311783),
 (10,'C',1112311872),
 (10,'C',1112311931),
 (10,'C',1112312349),
 (16,'V',1112312358),
 (10,'C',1112312406),
 (10,'C',1112312488),
 (11,'C',1112312509),
 (5,'C',1112312995),
 (10,'C',1112313020),
 (11,'C',1112313050),
 (17,'V',1112313062),
 (10,'C',1112313238),
 (5,'C',1112313465),
 (9,'C',1112313472);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (4,'C',1112313590),
 (10,'C',1112313594),
 (11,'C',1112313600),
 (12,'C',1112313606),
 (4,'C',1112322150),
 (5,'C',1112322187),
 (10,'C',1112322199),
 (12,'C',1112364525),
 (10,'C',1112364609),
 (15,'V',1112364612),
 (12,'C',1112364763),
 (9,'C',1112364771),
 (9,'C',1112364827),
 (12,'C',1112364834),
 (18,'V',1112364851),
 (18,'V',1112364885),
 (15,'V',1112365150),
 (13,'C',1112365302),
 (13,'C',1112365431),
 (10,'C',1112365527),
 (10,'C',1112365601),
 (10,'C',1112365618),
 (10,'C',1112365644),
 (10,'C',1112365666),
 (15,'V',1112365672),
 (10,'C',1112365691),
 (10,'C',1112365709),
 (15,'V',1112365716),
 (10,'C',1112365739),
 (10,'C',1112365741),
 (15,'V',1112365746),
 (10,'C',1112365810),
 (10,'C',1112365821),
 (10,'C',1112365832),
 (10,'C',1112365840),
 (10,'C',1112365863),
 (10,'C',1112365880),
 (10,'C',1112365947),
 (10,'C',1112365948),
 (10,'C',1112365966),
 (10,'C',1112366036),
 (10,'C',1112366039),
 (15,'V',1112366045),
 (15,'V',1112366076);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (10,'C',1112366079),
 (11,'C',1112366090),
 (12,'C',1112366101),
 (13,'C',1112366107),
 (5,'C',1112366116),
 (4,'C',1112366125),
 (9,'C',1112366158),
 (11,'V',1112366200),
 (11,'V',1112366266),
 (15,'C',1112366516),
 (10,'C',1112366883),
 (16,'C',1112366892),
 (16,'C',1112366947),
 (16,'C',1112366953),
 (16,'C',1112367142),
 (15,'C',1112367147),
 (22,'C',1112367347),
 (9,'C',1112399273),
 (4,'C',1112399274),
 (5,'C',1112399287),
 (22,'C',1112399293),
 (23,'C',1112399300),
 (21,'C',1112399308),
 (24,'C',1112399315),
 (9,'C',1112399441),
 (9,'C',1112399475),
 (9,'C',1112399515),
 (9,'C',1112399595),
 (9,'C',1112399644),
 (25,'C',1112399651),
 (25,'C',1112399756),
 (9,'C',1112399760),
 (25,'C',1112399765),
 (24,'C',1112399816),
 (19,'V',1112399821),
 (19,'V',1112400156),
 (4,'C',1112400163),
 (4,'V',1112400172),
 (4,'C',1112400239),
 (4,'C',1112400273),
 (4,'C',1112400300),
 (5,'C',1112400313),
 (5,'C',1112400389),
 (5,'C',1112400439),
 (5,'C',1112400462);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (5,'C',1112400487),
 (5,'C',1112400510),
 (4,'C',1112400557),
 (5,'C',1112400565),
 (9,'C',1112400573),
 (9,'C',1112400833),
 (9,'C',1112400853),
 (9,'C',1112400857),
 (20,'C',1112400870),
 (20,'C',1112400919),
 (9,'C',1112400921),
 (20,'C',1112400927),
 (9,'C',1112400929),
 (9,'C',1112400952),
 (20,'C',1112400956),
 (22,'C',1112400962),
 (17,'V',1112400970),
 (17,'V',1112401033),
 (22,'C',1112401038),
 (25,'C',1112401054),
 (9,'V',1112401138),
 (9,'V',1112401218),
 (22,'C',1112401223),
 (17,'V',1112401226),
 (17,'V',1112401782),
 (5,'C',1112401802),
 (4,'C',1112401813),
 (9,'C',1112401821),
 (20,'C',1112401833),
 (22,'C',1112401836),
 (23,'C',1112401877),
 (21,'C',1112401905),
 (21,'C',1112401919),
 (22,'C',1112401928),
 (9,'C',1112401934),
 (22,'C',1112401937),
 (22,'C',1112402035),
 (20,'C',1112402040),
 (9,'C',1112402043),
 (22,'C',1112402045),
 (23,'C',1112402049),
 (4,'C',1112402059),
 (5,'C',1112402065),
 (4,'C',1112402070),
 (4,'C',1112402156);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (4,'C',1112402159),
 (5,'C',1112402161),
 (9,'C',1112402164),
 (20,'C',1112402165),
 (22,'C',1112402168),
 (23,'C',1112402172),
 (21,'C',1112402175),
 (21,'C',1112402178),
 (24,'C',1112402182),
 (25,'C',1112402185),
 (4,'C',1112402197),
 (5,'C',1112402200),
 (13,'V',1112402216),
 (4,'C',1112402218),
 (4,'C',1112402231),
 (4,'C',1112402246),
 (4,'C',1112623623),
 (5,'C',1112623646),
 (9,'C',1112623650),
 (4,'C',1112623981),
 (4,'C',1112624087),
 (4,'C',1112624104),
 (4,'C',1112624130),
 (4,'C',1112624145),
 (4,'C',1112624374),
 (4,'V',1112624407),
 (22,'C',1112624431),
 (17,'V',1112624433),
 (5,'C',1112624443),
 (4,'C',1112624458),
 (4,'V',1112624474),
 (4,'C',1112624651),
 (4,'C',1112630129),
 (5,'C',1112630139),
 (4,'C',1112630141),
 (5,'C',1112652986),
 (5,'C',1112653005),
 (4,'C',1112653008),
 (22,'C',1112653395),
 (23,'C',1112653398),
 (21,'C',1112653404),
 (24,'C',1112653412),
 (25,'C',1112653416),
 (5,'C',1112653434),
 (5,'C',1112653452);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (4,'C',1112653455),
 (20,'C',1112653458),
 (5,'C',1112653464),
 (13,'V',1112653474),
 (9,'C',1112654583),
 (9,'C',1112654586),
 (9,'C',1112654589),
 (20,'C',1112654592),
 (22,'C',1112654597),
 (20,'C',1112654601),
 (9,'C',1112654603),
 (5,'C',1112654606),
 (4,'C',1112654609),
 (9,'C',1112654614),
 (20,'C',1112654616),
 (23,'C',1112654619),
 (23,'C',1112654635),
 (5,'C',1112654642),
 (5,'C',1112654688),
 (5,'C',1112654734),
 (9,'C',1112654740),
 (20,'C',1112654743),
 (5,'C',1112654749),
 (4,'C',1112654752),
 (4,'C',1112654791),
 (21,'C',1112654798),
 (9,'C',1112654803),
 (4,'C',1112654806),
 (9,'C',1112654808),
 (20,'C',1112654810),
 (20,'C',1112654842),
 (5,'C',1112654852),
 (5,'C',1112654873),
 (9,'C',1112654881),
 (20,'C',1112654884),
 (20,'C',1112654906),
 (20,'C',1112654919),
 (25,'C',1112654926),
 (5,'C',1112654935),
 (5,'C',1112654958),
 (5,'C',1112654986),
 (5,'C',1112654991),
 (4,'C',1112655002),
 (4,'C',1112655017),
 (4,'C',1112655048);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (4,'C',1112655075),
 (5,'C',1112655077),
 (9,'C',1112655083),
 (9,'C',1112655095),
 (20,'C',1112655097),
 (9,'C',1112655280),
 (20,'C',1112655282),
 (22,'C',1112655286),
 (22,'C',1112655315),
 (4,'C',1112655430),
 (4,'C',1112655464),
 (5,'C',1112655475),
 (1,'V',1112655483),
 (5,'C',1112655518),
 (4,'C',1112655520),
 (5,'V',1112655525),
 (4,'C',1112655542),
 (4,'V',1112655549),
 (4,'V',1112655610),
 (4,'C',1112655613),
 (4,'V',1112655616),
 (4,'V',1112655645),
 (4,'C',1112655653),
 (5,'V',1112655656),
 (5,'V',1112655696),
 (4,'C',1112655699),
 (4,'V',1112655703),
 (4,'V',1112655733),
 (4,'C',1112655735),
 (6,'V',1112655741),
 (5,'C',1112655750),
 (13,'V',1112655753),
 (13,'V',1112655934),
 (13,'V',1112655970),
 (13,'V',1112656005),
 (13,'V',1112656048),
 (5,'C',1112656051),
 (1,'V',1112656054),
 (1,'V',1112656095),
 (5,'C',1112656097),
 (14,'V',1112656101),
 (22,'C',1112656116),
 (17,'V',1112656119),
 (17,'V',1112656322),
 (22,'C',1112656336),
 (22,'C',1112656634);
INSERT INTO `xcart_stats_shop` (`id`,`action`,`date`) VALUES 
 (17,'V',1112656645),
 (23,'C',1112656671),
 (18,'V',1112656679),
 (21,'C',1112656690),
 (24,'C',1112656708),
 (19,'V',1112656716),
 (25,'C',1112656726),
 (4,'C',1112656982),
 (6,'V',1112656987),
 (9,'C',1112656999),
 (4,'C',1112657002),
 (4,'C',1112657010),
 (5,'C',1112657274),
 (9,'C',1112657296),
 (4,'C',1112657299),
 (9,'C',1112657345),
 (5,'C',1112657347),
 (4,'C',1112657350);
CREATE TABLE `xcart_stop_list` (
  `octet1` int(3) NOT NULL default '0',
  `octet2` int(3) NOT NULL default '0',
  `octet3` int(3) NOT NULL default '0',
  `octet4` int(3) NOT NULL default '0',
  `ip` varchar(15) NOT NULL default '',
  `reason` char(1) NOT NULL default 'M',
  `date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`octet1`,`octet2`,`octet3`,`octet4`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_subscription_customers` (
  `last_payed_date` int(11) NOT NULL default '0',
  `orderid` int(11) NOT NULL default '0',
  `productid` int(11) NOT NULL default '0',
  `login` varchar(32) NOT NULL default '',
  `last_payed_orderid` int(11) NOT NULL default '0',
  `subscriptionid` int(11) NOT NULL auto_increment,
  `subscription_status` varchar(50) NOT NULL default 'Active',
  PRIMARY KEY  (`subscriptionid`),
  KEY `last_payed_date` (`last_payed_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_subscriptions` (
  `productid` int(11) NOT NULL default '0',
  `pay_period_type` varchar(64) NOT NULL default 'Monthly',
  `price_period` decimal(12,2) NOT NULL default '0.00',
  `oneday_price` decimal(12,6) NOT NULL default '0.000000',
  `days_as_period` int(11) NOT NULL default '0',
  `pay_dates` text,
  PRIMARY KEY  (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_tax_rates` (
  `rateid` int(11) NOT NULL auto_increment,
  `taxid` int(11) NOT NULL default '0',
  `zoneid` int(11) NOT NULL default '0',
  `membership` varchar(32) NOT NULL default '',
  `formula` varchar(255) NOT NULL default '',
  `rate_value` decimal(12,3) NOT NULL default '0.000',
  `rate_type` char(1) NOT NULL default '',
  `provider` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`rateid`),
  UNIQUE KEY `tax_rate` (`taxid`,`zoneid`,`membership`),
  KEY `provider` (`provider`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_taxes` (
  `taxid` int(11) NOT NULL auto_increment,
  `tax_name` varchar(10) NOT NULL default '',
  `formula` varchar(255) NOT NULL default '',
  `address_type` char(1) NOT NULL default 'S',
  `active` char(1) NOT NULL default 'N',
  `price_includes_tax` char(1) NOT NULL default 'N',
  `display_including_tax` char(1) NOT NULL default 'N',
  `display_info` char(1) NOT NULL default '',
  `regnumber` varchar(255) NOT NULL default '',
  `priority` int(11) NOT NULL default '0',
  PRIMARY KEY  (`taxid`),
  UNIQUE KEY `tax_name` (`tax_name`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_thumbnails` (
  `productid` int(11) NOT NULL default '0',
  `image` mediumblob NOT NULL,
  `image_path` varchar(255) NOT NULL default '',
  `image_type` varchar(64) NOT NULL default 'image/jpeg',
  `variantid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`productid`,`variantid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_thumbnails` (`productid`,`image`,`image_path`,`image_type`,`variantid`) VALUES 
 (1,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_1_02.jpg','image/gif',0),
 (4,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_4_04.jpg','image/gif',0),
 (5,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_5.jpg','image/gif',0),
 (6,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_6.jpg','image/gif',0),
 (7,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_7_01.jpg','image/gif',0),
 (9,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_9_01.jpg','image/gif',0),
 (10,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_10.jpg','image/gif',0),
 (13,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_13.jpg','image/gif',0),
 (14,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_14.jpg','image/pjpeg',0),
 (15,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_15.jpg','image/gif',0),
 (16,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_16.jpg','image/gif',0);
INSERT INTO `xcart_thumbnails` (`productid`,`image`,`image_path`,`image_type`,`variantid`) VALUES 
 (17,'','D:\\webs\\www.olliesparrotperch.com\\docs\\estore\\products\\t_17.jpg','image/gif',0);
CREATE TABLE `xcart_users_online` (
  `sessid` varchar(40) NOT NULL default '',
  `usertype` char(1) NOT NULL default '',
  `is_registered` char(1) NOT NULL default '',
  `expiry` int(11) NOT NULL default '0',
  PRIMARY KEY  (`sessid`),
  KEY `usertype` (`usertype`),
  KEY `iu` (`is_registered`,`usertype`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `xcart_users_online` (`sessid`,`usertype`,`is_registered`,`expiry`) VALUES 
 ('b914c3df9be7c34eb6d69e77603aae9f','A','Y',1109985328),
 ('0167d30363021b9ce538845c7c0daa40','C','',1109985313),
 ('809a84e75032887e5b3dfeecfb225765','C','',1109983966),
 ('235b2fe24ae5004a43fc4dbbcfc0e7a7','C','',1109984796),
 ('2ac65b656a08c95b8bf92da6a2f5bbe3','C','',1109985145);
CREATE TABLE `xcart_variant_items` (
  `optionid` int(11) NOT NULL default '0',
  `variantid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`optionid`,`variantid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_variants` (
  `variantid` int(11) NOT NULL auto_increment,
  `productid` int(11) NOT NULL default '0',
  `avail` int(11) NOT NULL default '0',
  `weight` decimal(12,2) NOT NULL default '0.00',
  `productcode` varchar(32) NOT NULL default '0',
  PRIMARY KEY  (`variantid`),
  UNIQUE KEY `productcode` (`productcode`),
  KEY `productid` (`productid`),
  KEY `avail` (`avail`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_wishlist` (
  `wishlistid` int(11) NOT NULL auto_increment,
  `login` varchar(32) NOT NULL default '',
  `productid` int(11) NOT NULL default '0',
  `amount` int(11) NOT NULL default '0',
  `amount_purchased` int(11) NOT NULL default '0',
  `options` text NOT NULL,
  `event_id` int(11) NOT NULL default '0',
  `object` text NOT NULL,
  PRIMARY KEY  (`wishlistid`),
  KEY `login_product` (`login`,`productid`),
  KEY `event` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_zone_element` (
  `zoneid` int(11) NOT NULL default '0',
  `field` varchar(36) NOT NULL default '',
  `field_type` char(1) NOT NULL default '',
  PRIMARY KEY  (`zoneid`,`field`,`field_type`),
  KEY `field` (`field_type`,`field`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `xcart_zones` (
  `zoneid` int(11) NOT NULL auto_increment,
  `zone_name` varchar(255) NOT NULL default '',
  `provider` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`zoneid`),
  KEY `zone_name` (`provider`,`zone_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT;
SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS;
SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

