-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 17, 2009 at 02:20 PM
-- Server version: 5.0.77
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `boutiqu_mbase`
--

-- --------------------------------------------------------

--
-- Table structure for table `jos_banner`
--

CREATE TABLE IF NOT EXISTS `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(30) NOT NULL default 'banner',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL default '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_banner`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_bannerclient`
--

CREATE TABLE IF NOT EXISTS `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `contact` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_bannerclient`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_bannertrack`
--

CREATE TABLE IF NOT EXISTS `jos_bannertrack` (
  `track_date` date NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_bannertrack`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_categories`
--

CREATE TABLE IF NOT EXISTS `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(255) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `image` varchar(255) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(30) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `jos_categories`
--

INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'administration web', '', 'administration-web', '', 'com_contact_details', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(2, 0, 'partenaires', '', 'partenaires-', 'web_links.jpg', 'com_weblinks', 'right', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(4, 0, 'mais il est ou le soleil', '', 'mais-il-est-ou-le-soleil', 'maisilestou le soleil.gif', 'com_weblinks', 'right', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(5, 0, '3322', '', '3322', '33222.jpg', 'com_weblinks', 'right', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(6, 0, 'Eliane et Lèna', '', 'eliane-lena', 'eliane-lena.jpg', 'com_weblinks', 'right', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(7, 0, 'Mes soeurs et Moi', '', 'mes-soeurs-a-moi', 'mes soeurs et moi.jpg', 'com_weblinks', 'right', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''),
(8, 0, 'Clientèle', '', 'clientele', 'maisilestou le soleil.gif', 'com_contact_details', 'right', '<span style="font-size: 12pt;"><span style="font-family: verdana,geneva;">Veuillez remplir le formulaire  pour toute commande</span></span>', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_components`
--

CREATE TABLE IF NOT EXISTS `jos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  `enabled` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`id`),
  KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=49 ;

--
-- Dumping data for table `jos_components`
--

INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
(1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1),
(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1),
(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(6, 'Categories', '', 0, 4, 'option=com_categories&section=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1),
(9, 'Categories', '', 0, 7, 'option=com_categories&section=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1),
(13, 'Categories', '', 0, 11, 'option=com_categories&section=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1),
(15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1),
(16, 'Categories', '', 0, 1, 'option=com_categories&section=com_banner', 'Categories', '', 3, '', 1, '', 1),
(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1),
(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1),
(19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n', 1),
(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=1\nlink_titles=1\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=1\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=1\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n', 1),
(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1),
(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1),
(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, 'administrator=fr-FR\nsite=fr-FR', 1),
(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1),
(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1),
(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1),
(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1),
(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1),
(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1),
(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=0\nfrontend_userparams=1\n\n', 1),
(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1),
(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1),
(34, 'Expose', 'option=com_expose', 0, 0, '', 'Expose', 'com_expose', 0, '../administrator/components/com_expose/expose_icon.png', 0, '', 1),
(35, 'Manage Albums', '', 0, 34, 'option=com_expose&task=manage', 'Manage Albums', 'com_expose', 0, '../administrator/components/com_expose/manage.png', 0, '', 1),
(36, 'Configuration', '', 0, 34, 'option=com_expose&task=config', 'Configuration', 'com_expose', 1, '../administrator/components/com_expose/config.png', 0, '', 1),
(37, 'Check System', '', 0, 34, 'option=com_expose&task=check', 'Check System', 'com_expose', 2, '../administrator/components/com_expose/config.png', 0, '', 1),
(38, 'Manual', '', 0, 34, 'option=com_expose&task=manual', 'Manual', 'com_expose', 3, '../administrator/components/com_expose/docs.png', 0, '', 1),
(39, 'Xmap', 'option=com_xmap', 0, 0, 'option=com_xmap', 'Xmap', 'com_xmap', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(40, 'JCE Administration', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE Administration', 'com_jce', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(41, 'Panneau de Contrôle', '', 0, 40, 'option=com_jce', 'Panneau de Contrôle', 'com_jce', 0, 'templates/khepri/images/menu/icon-16-cpanel.png', 0, '', 1),
(42, 'Configuration', '', 0, 40, 'option=com_jce&type=config', 'Configuration', 'com_jce', 1, 'templates/khepri/images/menu/icon-16-config.png', 0, '', 1),
(43, 'Groupes', '', 0, 40, 'option=com_jce&type=group', 'Groupes', 'com_jce', 2, 'templates/khepri/images/menu/icon-16-user.png', 0, '', 1),
(44, 'Plugins', '', 0, 40, 'option=com_jce&type=plugin', 'Plugins', 'com_jce', 3, 'templates/khepri/images/menu/icon-16-plugin.png', 0, '', 1),
(45, 'Installation', '', 0, 40, 'option=com_jce&type=install', 'Installation', 'com_jce', 4, 'templates/khepri/images/menu/icon-16-install.png', 0, '', 1),
(46, 'VirtueMart', 'option=com_virtuemart', 0, 0, 'option=com_virtuemart', 'VirtueMart', 'com_virtuemart', 0, '../components/com_virtuemart/shop_image/ps_image/menu_icon.png', 0, '', 1),
(47, 'virtuemart_version', '', 0, 9999, '', '', '', 0, '', 0, 'RELEASE=1.1.3\r\nDEV_STATUS=stable', 1),
(48, 'JoomlaPack', 'option=com_joomlapack', 0, 0, 'option=com_joomlapack', 'JoomlaPack', 'com_joomlapack', 0, 'js/ThemeOffice/component.png', 0, '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_contact_details`
--

CREATE TABLE IF NOT EXISTS `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `con_position` varchar(255) default NULL,
  `address` text,
  `suburb` varchar(100) default NULL,
  `state` varchar(100) default NULL,
  `country` varchar(100) default NULL,
  `postcode` varchar(100) default NULL,
  `telephone` varchar(255) default NULL,
  `fax` varchar(255) default NULL,
  `misc` mediumtext,
  `image` varchar(255) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(255) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `mobile` varchar(255) NOT NULL default '',
  `webpage` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_contact_details`
--

INSERT INTO `jos_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`) VALUES
(1, 'Webmaster', 'webmaster', 'Webmaster', 'rue jules ferry', 'peyrilhac', '', '', '87510', '', '', 'Merci de bien vouloir nous adresser toutes vos suggestions', '', NULL, 'infos@boutiquecarla.com', 0, 1, 0, '0000-00-00 00:00:00', 1, 'show_name=0\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=1\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=', 62, 1, 0, '', ''),
(2, 'Client', 'client', '', ' SARL CARLA\r\n \r\n 6, Rue gaignolle', 'LIMOGES', '', 'FRANCE', '87000', '05.55.14.10.21', '', 'Veuillez indiquer pour la commande:\r\n\r\nfabriquant, nom de l''article, coloris et taille\r\n\r\n    Merci pour votre commande, réponse en retour', '', NULL, 'commandes@boutiquecarla.com', 0, 1, 0, '0000-00-00 00:00:00', 1, 'show_name=0\nshow_position=0\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=0\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=0\nshow_fax=0\nshow_webpage=1\nshow_misc=1\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=commandes\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=', 0, 8, 0, '', 'http://boutiquecarla.com');

-- --------------------------------------------------------

--
-- Table structure for table `jos_content`
--

CREATE TABLE IF NOT EXISTS `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `title_alias` varchar(255) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  `metadata` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_content`
--

INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(1, 'Conditions Générales de Ventes', 'conditions-generales-de-ventes', '', '<span style="font-size: 10pt; font-family: verdana,geneva;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;"><span style="color: #000000;">La boutique en ligne du site <strong>www.boutiquecarla.com </strong>a été mise en place par la société SARL CARLA , qui est l´exploitante de ce site. Toute prise de commande au titre d´un produit figurant au sein de la boutique en ligne du site web www.boutiquecarla.com suppose la consultation préalable des présentes conditions géné´ralesToute prise de commande au titre d´un produit figurant au sein de la boutique en ligne du site web www.boutiquecarla.com suppose la consultation préalable des présentes conditions générales. En conséquence, le consommateur reconnaît être parfaitement informé du fait que son accord concernant le contenu des présentes conditions générales ne nécessite pas la signature manuscrite de ce document, dans la mesure où le client souhaite commander en ligne les produits présentés dans le cadre de la boutique du site web. Le consommateur dispose de la faculté de sauvegarder ou d´éditer les présentes conditions générales, étant précisé que tant la sauvegarde que l´édition de ce document relèvent de sa seule responsabilité. Le consommateur, préalablement à sa commande, déclare que l´acquisition de ces produits est sans rapport direct avec son activité professionnelle, leur acquisition étant réservée à une utilisation personnelle de sa part. En tant que consommateur, le client dispose donc de droits spécifiques, qui seraient remis en cause dans l´hypothèse où les produits ou services acquis dans le cadre du site web auraient en réalité un rapport avec son activité professionnelle. La boutique en ligne mise en place par la société SARL CARLA dans le cadre du site web mentionne les informations suivantes <br />1 notice légale permettant une identification précise de la société SARL CARLA <br />2 présentation des caractéristiques essentielles des biens proposés <br />3 indication, en Euros du prix des biens, ainsi que, le cas échéant, des frais de livraison <br />4 indication des modalités de paiement, de livraison, ou d´exécution <br />5 l´existence d´un droit de rétractation <br />6 la durée de validité de l´offre ou du prix <br /><br />L´ensemble de ces informations sont présentées en langue française. Le consommateur déclare avoir la pleine capacité juridique lui permettant de s´engager au titre des présentes conditions générales<br />*<span style="text-decoration: underline;">Article 1 </span>: Intégralité Les présentes conditions générales expriment l´intégralité des obligations des parties. En ce sens, le consommateur est réputé accepter sans réserve l´intégralité des dispositions prévues dans ces conditions générales. Aucune condition générale ou spécifique figurant dans les documents envoyés ou remis par le consommateur ne pourra s´intégrer aux présentes, dès lors que ces documents seraient incompatibles avec ces conditions générales.<br />*<span style="text-decoration: underline;">Article 2 </span>: Objet <br />Les présentes conditions générales ont pour objet de définir les droits et obligations des parties dans le cadre de la vente en ligne de biens et services proposés par la société SARL CARLA au consommateur.<br />*<span style="text-decoration: underline;">Article 3</span> : Documents contractuels <br />Le présent contrat est formé par les documents contractuels suivants, présentés par ordre hiérarchique décroissant : les présentes conditions générales; le bon de commande. En cas de contradiction entre les dispositions contenues dans les documents de rang différent, les dispositions du document de rang supérieur prévaudront.<br />*<span style="text-decoration: underline;">Article 4</span> : Entrée en vigueur - durée <br />Les présentes conditions générales entrent en vigueur à la date de signature du bon de commande. Les présentes conditions générales sont conclues pour la durée nécessaire à la fourniture des biens et services souscrits, jusqu´à l´extinction des garanties dues par la société SARL CARLA<br />*<span style="text-decoration: underline;">Article 5 </span>: Signature électronique <br />Le "double clic" du consommateur au titre du bon de commande constitue une signature électronique qui a, entre les parties, la même valeur qu´une signature manuscrite.<br />*<span style="text-decoration: underline;">Article 6</span> : Confirmation de commande <br />Les informations contractuelles feront l´objet d´une confirmation voie d´e-mail au plus tard au moment de la livraison ou à défaut, à l´adresse indiquée par le consommateur au sein du bon de commande. <br />*<span style="text-decoration: underline;">Article 7 </span>: Preuve de la transaction <br />Les registres informatisés, conservés dans les systèmes informatiques de la société SARL CARLA dans des conditions raisonnables de sécurité, seront considérés comme les preuves des communications, des commandes et des paiements intervenus entre les parties. L´archivage des bons de commande et des factures est effectué sur un support fiable et durable pouvant être produit à titre de preuve. <br />*<span style="text-decoration: underline;">Article 8</span> : Informations sur les produits<br />8-a : La société SARL CARLA présente sur son site web les produits à vendre avec les caractéristiques nécessaires qui permettent de respecter l´ Article L 111-1 du Code de la consommation, qui prévoit la possibilité pour le consommateur potentiel de connaître avant la prise de commande définitive les caractéristiques essentielles des produits qu´il souhaite acheter.<br />8-b : Les offres présentées par la société SARL CARLA ne sont valables que dans la limite des stocks disponibles.<br />*<span style="text-decoration: underline;">Article 9</span> : Prix <br />Les prix sont indiqués en euros et ne sont valables qu´à la date de l´envoi du bon de commande par le consommateur. Ils ne tiennent pas compte des frais de livraison, facturés en supplément, et indiqués avant la validation de la commande. Les prix tiennent compte de <st1:personname productid="la T.V" w:st="on">la T.V</st1:personname>.A. applicable au jour de la commande et tout changement du taux applicable T.V.A. sera automatiquement répercuté sur le prix des produits de la boutique en ligne. Le paiement de la totalité du prix doit être réalisé lors de la commande. A aucun moment, les sommes versées ne pourront être considérées comme des arrhes ou des acomptes.<br />*<span style="text-decoration: underline;">Article 10 </span>: Mode de paiement<br />Pour régler sa commande, le consommateur dispose, à son choix, de l´ensemble des modes de paiement visés au sein du bon de commande. Le consommateur garantit la société SARL CARLA qu´il dispose des autorisations éventuellement nécessaires pour utiliser le mode de paiement choisi par lui, lors de la validation du bon de commande. La société SARL CARLA se réserve le droit de suspendre toute gestion de commande et toute livraison en cas de refus d´autorisation de paiement de la part des organismes officiellement accrédités ou en cas de non paiement. La société SARL CARLA se réserve notamment le droit de refuser d´effectuer une livraison ou d´honorer une commande émanant d´un consommateur qui n´aurait pas réglé totalement ou partiellement une commande précédente ou avec lequel un litige de paiement serait en cours d´administration.<br />*<span style="text-decoration: underline;">Article 11</span> : Disponibilité des produits<br />La commande sera exécutée au plus tard dans un délai de 3 jours à compter du jour suivant celui où le consommateur a passé sa commande. En cas d´indisponibilité du produit commandé, notamment du fait de nos fournisseurs, le consommateur en sera informé au plus tôt et aura la possibilité d´annuler sa commande. Le consommateur aura alors le choix de demander soit le remboursement des sommes versées dans les 30 jours au plus tard de leur versement, soit l´échange du produit.<br />*<span style="text-decoration: underline;">Article 12 </span>: Modalités de livraison:</span><span style="color: #000000;"><st1:personname productid="LA POSTE￼Les" w:st="on">LA POSTE<br />Les</st1:personname> produits sont livrés à l´adresse indiquée par le consommateur sur le bon de commande et uniquement en France métropolitaine. Le consommateur est tenu de vérifier l´état de l´emballage de la marchandise à la livraison et de signaler les dommages dus au transporteur sur le bon de livraison, ainsi qu´à la société SARL CARLA, dans un délai d´une semaine. Le consommateur peut, à sa demande, obtenir l´envoi d´une facture à l´adresse de facturation et non à l´adresse de livraison en validant l´option prévue à cet effet sur le bon de commande. En ce qui concerne l´expédition, nous travaillons essentiellement avec Colissimo Suivi. Dès que nous procédons à un envoi, vous recevez immédiatement un mail vous en informant. <br />Pour réduire au maximum les frais de transport , tous les produits d´encombrement faible ou moyen sont expédiés par un service de la poste Colissimo Suivi. Outre le fait d´être économique, ce service livre en 48H dans toute <st1:personname productid="la France" w:st="on">la France</st1:personname> et vous offre la possibilité de récupérer les produits commandés à votre bureau de poste proche de l´adresse de livraison en cas d´absence du lieu de livraison initiale lors de la présentation du facteur. Concrètement, si vous êtes absent le jour de la livraison, votre facteur vous laissera un avis de passage dans votre boîte aux lettres, qui vous permettra de retirer votre colis à votre bureau de Poste pendant les heures d´ouverture, dans un délai de 15 jours. Colissimo Suivi est un service très fiable. Toutefois, il se peut, comme dans toute expédition, qu´il puisse y avoir un retard de livraison ou que le produit s´égare. En cas de retard de livraison par rapport à la date que nous vous avons indiqué dans le mail d´expédition, nous vous demandons de nous signaler ce retard (en nous appelant par téléphone ou) en nous envoyant un mail. Nous contacterons alors <st1:personname productid="la Poste" w:st="on">la Poste</st1:personname> pour faire démarrer une enquête. Une enquête Poste peut durer jusqu´à 21 jours à compter de la date de début de l´enquête. Si pendant ce délai, le produit est retrouvé, il sera ré-acheminé immédiatement à votre domicile (la majorité des cas). Si en revanche le produit n´est pas retrouvé à l´issue du délai de 21 jours d´enquête, <st1:personname productid="la Poste" w:st="on">la Poste</st1:personname> considère le colis comme perdu. C´est seulement à ce moment que nous pouvons vous renvoyer un produit de remplacement, à nos frais. Si le ou les produits commandés n´étaient plus disponibles à ce moment, nous vous rembourserions le montant des produits concernés par la perte du transporteur. Si le ou les produits étaient encore disponibles, mais avaient changé de prix de vente sur le site, nous appliquerions les nouveaux prix de vente, soit en vous remboursant par chèque de la différence, soit en demandant un chèque complémentaire concernant cet écart de prix. Nous déclinons toute responsabilité quant à l´allongement des délais de livraison du fait du transporteur, notamment en cas de perte des produits ou de grève.<br />*<span style="text-decoration: underline;">Article 13</span> : Problèmes de livraison du fait du transporteur Toute anomalie concernant la livraison /avarie, produit manquant par rapport au bon de livraison, colis endommagé, produits cassés…) devra être impérativement indiquée sur le bon de livraison sous forme de "réserves manuscrites", accompagnée de la signature du client. Le consommateur devra parallèlement confirmer cette anomalie en adressant au transporteur dans les deux (2) jours ouvrables suivants la date de livraison un courrier recommandé avec accusé de réception exposant lesdites réclamations. Le consommateur devra transmettre copie de ce courrier (par fax ou )par simple courrier à : <br />SARL CARLA 6,Rue Gaignolle 87000LIMOGES <br />*<span style="text-decoration: underline;">Article 14</span> : Erreurs de livraison 14-a : Le consommateur devra formuler auprès de la société SARL CARLA le jour même de la livraison ou au plus tard le premier jour ouvré suivant la livraison, toute réclamation d´erreur de livraison et/ou de non conformité des produits en nature ou en qualité par rapport aux indications figurant sur le bon de commande. Toute réclamation formulée au delà de ce délai sera rejetée.<br />14-b : La formulation de cette réclamation auprès de la société SARL CARLA pourra être faite (- en priorité par téléphone au 05 55 14 10 21 du mardi au samedi de 10h à 12h., - en vous connectant sur notre site dans la rubrique "contactez nous" ) où, après avoir entré votre numéro de client, vous pourrez nous poser votre question en precisant bien la référence de la commande.<br />14-c : Toute réclamation non effectuée dans les règles définies ci-dessus et dans les délais impartis ne pourra être prise en compte et dégagera la société SARL CARLA de toute responsabilité vis à vis du consommateur.<br />14-d : a réception de la réclamation, la société SARL CARLA attribuera un numéro d´échange du ou des produit(s) concerné(s) et le communiquera par e-mail,( par fax ou par téléphone au consommateur). L´échange d´un produit ne peut avoir lieu qu´après l´attribution au consommateur d´un numéro d´échange selon la démarche présentée ci-dessus.<br />14-e : En cas d´erreur de livraison ou d´échange, tout produit à échanger ou à rembourser devra être retourné à la société SARL CARLA dans son ensemble et dans son emballage d´origine, en Colissimo Recommandé, à l´adresse suivante : SARL CARLA 6,Rue Gaignolle 87000LIMOGES<br />Pour être accepté, tout retour devra être signalé au préalable par contact e-mail de la société SARL CARLA.<br />Les frais d´envoi sont à la charge de la société SARL CARLA , sauf dans le cas où il s´avérerait que le produit repris ne correspond pas à la déclaration d´origine faite par le consommateur dans le bon de retour. <br />*<span style="text-decoration: underline;">Article 15 </span>: Garantie des produits<br />Conformément à l´Article 4 du décret n°78-464 du 24 mars 1978, les dispositions des présentes ne peuvent priver le consommateur de la garantie légale qui oblige le vendeur professionnel à le garantir contre toutes les conséquences des vices cachés de la chose vendue. Le consommateur est expressément informé que la société SARL CARLA n´est pas le producteur des produits présentés dans le cadre du site web, au sens de la loi n°98-389 du 19 mai 1998 et relative à la responsabilité du fait des produits défectueux. En conséquence, en cas de dommages causés à une personne ou à un bien par un défaut du produit, seule la responsabilité du producteur de celui-ci pourra être recherchée par le consommateur<br />*<span style="text-decoration: underline;">Article 16 </span>: Droit de rétractation<br />Le consommateur dispose d´un délai de 7 jours ouvrables pour retourner, à ses frais, les produits ne lui convenant pas. Ce délai court à compter du jour de la livraison de la commande du consommateur. Si ce délai expire un samedi, un dimanche ou un jour férié ou chômé, il est prorogé jusqu´au premier jour ouvrable suivant. Tout retour devra être signalé au préalable auprès de la société SARL CARLA par e-mail. Le produit devra être retourné en Colissimo Recommandé à SARL CARLA,6 rue gaignolle 87000 LIMOGES<br />Seuls seront repris les produits renvoyés dans leur ensemble, dans leur emballage d´origine complet et intact, et en parfait état de revente. Tout produit qui aura été abîmé, ou dont l´emballage d´origine aura été détérioré, ne sera ni remboursé ni échangé.<br />Ce droit de rétractation s´exerce sans pénalité, à l´exception des frais de retour. Dans l´hypothèse de l´exercice du droit de rétractation, le consommateur a le choix de demander soit un avoir sur l´achat d´un prochain article , soit l´échange du produit. Dans le cas d´un échange, la re-expédition se fera aux frais du consommateur. En cas d´exercice du droit de rétractation,la société SARL CARLA fera tous les efforts pour rembourser le consommateur dans un délai de 15 jours. <br />*<span style="text-decoration: underline;">Article 17</span> : Force majeure<br />Aucune des deux parties n´aura failli à ses obligations contractuelles, dans la mesure où leur exécution sera retardée, entravée ou empêchée par un cas fortuit ou une force majeure. Sera considéré comme cas fortuit ou force majeure tous faits ou circonstances irrésistibles, extérieurs aux parties, imprévisibles, inévitables, indépendants de la volonté des parties et qui ne pourra être empêché par ces dernières, malgré tous les efforts raisonnablement possibles. La partie touchée par de telles circonstances en avisera l´autre dans les dix jours ouvrables suivant la date à laquelle elle en aura eu connaissance. Les deux parties se rapprocheront alors, dans un délai d´un mois, sauf impossibilité due au cas de force majeure, pour examiner l´incidence de l´événement et convenir des conditions dans lesquelles l´exécution du contrat sera poursuivi. Si le cas de force majeur a une durée supérieure à trois mois, les présentes conditions générales pourront être résiliées par la partie lésée. De façon expresse, sont considérés comme cas de force majeure ou cas fortuits, outre ceux habituellement retenus par la jurisprudence des cours et des tribunaux français : le blocage des moyens de transports ou d´approvisionnements, tremblements de terre, incendies, tempêtes, inondations, foudre; l´arrêt des réseaux de télécommunication ou difficultés propres aux réseaux de télécommunication externes aux clients. <br />*<span style="text-decoration: underline;">Article 18 </span>: Non validation partielle<br />Si une ou plusieurs stipulations des présentes conditions générales sont tenues pour non valides ou déclarées telles en application d´une loi, d´un règlement ou à la suite d´une décision définitive d´une juridiction compétente, les autres stipulations garderont toute leur force et leur portée. <br />*<span style="text-decoration: underline;">Article 19</span> : Non renonciation<br />Le fait pour l´une des parties de ne pas se prévaloir d´un manquement par l´autre partie à l´une quelconque des obligations visées dans les présentes conditions générales ne saurait être interprété pour l´avenir comme une renonciation à l´obligation en cause. <br />*<span style="text-decoration: underline;">Article 20</span> : Titre <br />En cas de difficulté d´interprétation entre l´un quelconque des titres figurant en tête des clauses, et l´une quelconque des clauses, les titres seront déclarés inexistants.<br />*<span style="text-decoration: underline;">Article 21</span> : Loi applicable<br />Les présentes conditions générales sont soumises à la loi française. Il en est ainsi pour les règles de fonds comme pour les règles de forme. En cas de litige ou de réclamation, le consommateur s´adressera en priorité à la société SARL CARLA pour obtenir une solution amiable.<br />*<span style="text-decoration: underline;">Article 22 </span>: Informatique et Libertés<br />Les informations qui sont demandées au consommateur sont nécessaires au traitement de sa commande et pourront être communiquées aux partenaires contractuels de la société SARL CARLA intervenant dans le cadre de l´exécution de cette commande. Le consommateur peut écrire à la société SARL CARLA dont les coordonnées sont au sein de la charte de confidentialité figurant dans le cadre du site web, pour s´opposer à une telle communication, ou pour exercer ses droits d´accès, de rectification à l´égard des informations le concernant et figurant dans les fichiers de la société SARL CARLA, dans les conditions prévues par la loi du 6 janvier 1978.</span></span></span>', '', 1, 0, 0, 0, '2009-03-20 13:47:37', 62, '', '2009-03-22 18:55:07', 62, 0, '0000-00-00 00:00:00', '2009-03-20 13:47:37', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=0\nshow_section=1\nlink_section=\nshow_category=\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, 'Conditions Générales de Ventesboutiquecarla', 'Conditions Générales de Ventes', 0, 46, 'robots=\nauthor='),
(4, 'partenaires', 'partenaires', '', '<p><span style="color: #0000ff; font-size: 14pt;"><span style="font-family: verdana,geneva;">LIENS SITES PARTENAIRES </span></span><img alt="web_links" src="images/stories/web_links.jpg" width="150" height="110" /></p>\r\n<p> </p>\r\n<table style="height: 60px;" width="120" bgcolor="#ae0000" border="1" bordercolor="#dfcaca" cellpadding="3" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align="center"><span style="font-family: verdana,geneva;"><a href="http://www.referencement-expresse.fr" title="referencement gratuit" target="_blank"><span style="font-size: 10pt; color: #ffffff;">REFERENCEMENT</span></a></span> <span style="font-size: 8pt; font-family: verdana,geneva;"><br /> <a href="http://www.trouveasy.com" title="annuaire gratuit" target="_blank"><span style="color: #dfcaca;">Annuaire   Trouveasy</span></a></span></div>\r\n<div align="center"><span style="font-size: 8pt; font-family: verdana,geneva;"><a href="http://www.trouveasy.com/index.php?cat_id=109" target="_blank">Mode et stylisme</a></span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style="font-family: verdana,geneva;"><br /><a href="http://annuaire.cigiema.fr/" target="_blank" title="Annuaire CIGIEMA">Annuaire CIGIEMA</a><br /><a href="http://v2.utilisable.com" target="_blank" title="annuaire">annuaire referencement-utilisable</a><br /><a href="http://www.annunet.info" target="_blank" title="annunaire">ANNUNET</a><br /><a href="http://www.annuaire-forum.fr/index.php?cat_id=112">annuaire-forum.fr</a><br /><a href="http://www.index-sites.net">annuaire généraliste</a><br /><a href="http://www.index-site.net/commerce-5-1.html" target="_blank" title="annuaire gratuit">commerce</a><br /><a href="http://assurance-pret-immobilier.ref-urls.com">assurance-pret-immobilier</a><br /><a href="http://www.publiref.com/Commerce.html">Commerce Publiref</a><br /><a href="http://surf.deboref.com/" target="_blank">deboref</a><br /><a href="http://forum-informatique.ref-urls.com">forum-informatique</a><br /><a href="http://www.annaire-infosono.fr" target="_blank" title="annuaire">annuaire</a><br /><a href="http://peripherique-informatique.ref-urls.com">peripherique-informatique</a><br /><a href="http://www.leguideweb.info" target="_blank" title="annuaire">LE GUIDE WEB</a><br /><a href="http://www.sinuscom.com/annuaire/shopping-0-0-0-13.html" target="_blank" alt="shopping"><span style="color: #5f5f5f;">shopping</span></a><br /><a href="http://www.index-thematique.net">index thématique</a><br /><a href="http://www.quitrouve.net/categorie-commerce-ventes-26.html" target="_blank " alt="Annuaire de recherche">quitrouve.net</a><br /><a href="http://www.sinuscom.com/annuaire" target="_blank" alt="SinusComC-Network Help Annuaire Lien en Dur"><span style="color: #5f5f5f;">SinusComC-Network Help Annuaire Lien en Dur</span></a></span> <br />', '', 1, 0, 0, 0, '2009-03-28 16:13:51', 62, '', '2009-03-28 18:40:52', 62, 0, '0000-00-00 00:00:00', '2009-03-28 16:13:51', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 1, '', '', 0, 37, 'robots=\nauthor='),
(2, 'Informatique et Liberté', 'informatique-et-liberte', '', '<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style="font-size: 12pt;"><span style="color: #000000;"><span style="font-family: verdana,geneva;"><strong>Informatique et libertés</strong></span></span></span></p>\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style="font-size: 12pt;"><span style="color: #000000;"><span><br /><span style="font-family: verdana,geneva;">*Informations nominatives <br />Le renseignement des informations nominatives collectées dans le cadre de la vente à distance est obligatoire, ces informations étant nécessaires pour le traitement et la livraison des commandes ainsi que pour l´établissement des factures. Ces informations sont strictement confidentielles. Le défaut de renseignement implique le rejet automatique de la commande.<br />Conformément à la loi n°78-17 du 6 janvier 1978 relative à l´informatique, aux fichiers et aux libertés, le traitement des informations nominatives collectées sur le Site a fait l´objet d´une déclaration auprès de <st1:personname productid="la Commission Nationale" w:st="on">la Commission Nationale</st1:personname> de l´Informatique et des Libertés (Déclaration CNIL). L´Utilisateur dispose d´un droit d´accès, de modification, de rectification et de suppression des données le concernant. Pour exercer ce droit, l´Utilisateur devra adresser un courrier postal á <st1:personname productid="la SARL CARLA" w:st="on">la SARL CARLA</st1:personname> . En tout état de cause, l´Utilisateur veillera à rappeler ses nom, prénom, adresse et, le cas échéant, son numéro d´Acheteur.<br />Enfin, SARL CARLA pourra être amené à communiquer des informations nominatives à ses partenaires commerciaux. L´Utilisateur pourra ainsi recevoir des offres commerciales provenant de tiers. A ce titre, il est précisé que sauf refus exprès de l´Utilisateur, ses coordonnées postales pourront être communiquées aux partenaires commerciaux de <st1:personname productid="la SARL CARLA." w:st="on">la SARL CARLA.</st1:personname> Toutefois, pour ce qui est de son adresse électronique, celle-ci ne pourra être communiquée aux dits partenaires qu´avec l´accord exprès de l´Utilisateur. Bien entendu, a posteriori, l´Utilisateur conserve la possibilité de refuser une telle communication soit en ne donnant pas son consentement lors de l´inscription et/ou validation de sa commande, soit en manifestant a posteriori son refus par courrier postal, conformément au paragraphe ci-dessus.<br />*Cookies Le seul cookie que SARL CARLA créé est celui de la session qui sera effacée lors la déconnexion au site. <br />* Balises Web Certaines pages web du Site peuvent parfois contenir des images électroniques ou " balises web ", qui permettent de compter le nombre de visiteurs de la page.<br />Ces balises web peuvent être utilisées avec certains de nos partenaires, notamment afin de mesurer et améliorer l´efficacité de certaines publicités.<br />En tout état de cause, les renseignements obtenus via ces balises sont strictement anonymes et permettent simplement de rassembler des statistiques sur la fréquentation de certaines pages du Site, et ce afin de mieux servir les Utilisateurs de notre Site.</span></span></span></span></p>', '', 1, 0, 0, 0, '2009-03-20 13:51:07', 62, '', '2009-03-22 18:55:22', 62, 0, '0000-00-00 00:00:00', '2009-03-20 13:51:07', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=1\nshow_intro=1\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 4, 0, 3, 'Informatique, Liberté, ;boutiquecarla', 'Informatique et Liberté', 0, 43, 'robots=\nauthor='),
(3, 'Expédition et  Retours', 'expedition-et-retours', '', '<span style="font-size: 10pt; font-family: verdana,geneva;"> \r\n<table style="width: 100%;" class="MsoNormalTable" width="100%" border="0" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;">\r\n<td style="background-color: transparent; border: #c7d6fe; padding: 1.5pt;">\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style="font-family: verdana,geneva;"><span style="font-size: 12pt; color: #000000;"><span style="text-decoration: underline;">Modalités de livraison:</span></span><st1:personname productid="LA POSTE￼Les" w:st="on"><strong><span style="font-size: 12pt; color: #000000;">LA POSTE </span></strong></st1:personname></span><span style="font-size: 10pt; font-family: verdana,geneva;"><img alt="expedition" src="images/stories/expedition.gif" width="85" height="60" /></span><span style="font-family: verdana,geneva;"><st1:personname productid="LA POSTE￼Les" w:st="on"><strong><span style="font-size: 12pt; color: #000000;"><span style="text-decoration: underline;"> <br /></span></span></strong></st1:personname></span></p>\r\n<st1:personname productid="LA POSTE￼Les" w:st="on"><span style="text-decoration: none; text-underline: none;">\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><br /><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;"><br /></span></p>\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style="text-decoration: none; text-underline: none;"><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;"><br /></span></span><span style="font-family: verdana,geneva;"><span style="font-size: 12pt; color: #000000;"><span style="text-decoration: underline;">Problèmes de livraison du fait du transporteur:</span></span><br /></span><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;">Toute anomalie concernant la livraison /avarie, produit manquant par rapport au bon de livraison, colis endommagé, produits cassés…) devra être impérativement indiquée sur le bon de livraison sous forme de "réserves manuscrites", accompagnée de la signature du client. Le consommateur devra parallèlement confirmer cette anomalie en adressant au transporteur dans les deux (2) jours ouvrables suivants la date de livraison un courrier recommandé avec accusé de réception exposant lesdites réclamations. Le consommateur devra transmettre copie de ce courrier (par fax ou )par simple courrier à : SARL CARLA <br />6,Rue gaignolle 87000 LIMOGES<br /><span style="text-decoration: underline;">Erreurs de livraison:</span><br />Le consommateur devra formuler auprès de la société SARL CARLA le jour même de la livraison ou au plus tard le premier jour ouvré suivant la livraison, toute réclamation d´erreur de livraison et/ou de non conformité des produits en nature ou en qualité par rapport aux indications figurant sur le bon de commande. Toute réclamation formulée au delà de ce délai sera rejetée.<br />*La formulation de cette réclamation auprès de la société SARL CARLA pourra être faite (- en priorité par téléphone au 05.55.14.10.21 du mardi au samedi de 10h à 12h., - en vous connectant sur notre site dans la rubrique "contactez-nous " )où, après avoir entré votre numéro de client, vous pourrez nous poser votre question en precisant bien la référence de la commande.</span></p>\r\n</span> \r\n', '\r\n<span style="text-decoration: none; text-underline: none;">\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><br /><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;">*Toute réclamation non effectuée dans les règles définies ci-dessus et dans les délais impartis ne pourra être prise en compte et dégagera la société SARL CARLA de toute responsabilité vis à vis du consommateur.<br />*à  réception de la réclamation, la société SARL CARLA attribuera un numéro d´échange du ou des produit(s) concerné(s) et le communiquera par e-mail,( par téléphone au consommateur). L´échange d´un produit ne peut avoir lieu qu´après l´attribution au consommateur d´un numéro d´échange selon la démarche présentée ci-dessus.<br />*En cas d´erreur de livraison ou d´échange, tout produit à échanger ou à rembourser devra être retourné à la société SARL CARLA dans son ensemble et dans son emballage d´origine, en Colissimo Suivi, à l´adresse suivante : SARL CARLA 6,Rue gaignolle 87000 LIMOGES Pour être accepté, tout retour devra être signalé et accepté au préalable par contact e-mail de la société SARL CARLA.<br />Les frais d´envoi sont à la charge de la société SARL CARLA , sauf dans le cas où il s´avérerait que le produit repris ne correspond pas à la déclaration d´origine faite par le consommateur dans le bon de retour.</span></p>\r\n</span></st1:personname><span style="text-decoration: none; text-underline: none;"><span style="font-size: 12pt;"><span style="color: #000000;"><span style="font-family: verdana,geneva;"> produits sont livrés à l´adresse indiquée par le consommateur sur le bon de commande et uniquement en France métropolitaine. Le consommateur est tenu de vérifier l´état de l´emballage de la marchandise à la livraison et de signaler les dommages dus au transporteur sur le bon de livraison, ainsi qu´à la société SARL CARLA:<strong>représentant la boutiquecarla , prêt-à-porter féminin</strong></span></span></span><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;">, dans un délai d´une semaine. Le consommateur peut, à sa demande, obtenir l´envoi d´une facture à l´adresse de facturation et non à l´adresse de livraison en validant l´option prévue à cet effet sur le bon de commande. En ce qui concerne l´expédition, nous travaillons essentiellement avec Colissimo Suivi. Dès que nous procédons à un envoi, vous recevez immédiatement un mail vous en informant.<br />Pour réduire au maximum les frais de transport , tous les produits d´encombrement faible ou moyen sont expédiés par un service de la poste Colissimo Suivi. Outre le fait d´être économique, ce service livre en 48H dans toute <st1:personname productid="la France" w:st="on">la France</st1:personname> et vous offre la possibilité de récupérer les produits commandés à votre bureau de poste proche de l´adresse de livraison en cas d´absence du lieu de livraison initiale lors de la présentation du facteur. Concrètement, si vous êtes absent le jour de la livraison, votre facteur vous laissera un avis de passage dans votre boîte aux lettres, qui vous permettra de retirer votre colis à votre bureau de Poste pendant les heures d´ouverture, dans un délai de 15 jours. Colissimo Suivi est un service très fiable. Toutefois, il se peut, comme dans toute expédition, qu´il puisse y avoir un retard de livraison ou que le produit s´égare. En cas de retard de livraison par rapport à la date que nous vous avons indiqué dans le mail d´expédition, nous vous demandons de nous signaler ce retard (en nous appelant par téléphone ou) en nous envoyant un mail. Nous contacterons alors <st1:personname productid="la Poste" w:st="on">la Poste</st1:personname> pour faire démarrer une enquête. Une enquête Poste peut durer jusqu´à 21 jours à compter de la date de début de l´enquête. Si pendant ce délai, le produit est retrouvé, il sera ré-acheminé immédiatement à votre domicile (la majorité des cas). Si en revanche le produit n´est pas retrouvé à l´issue du délai de 21 jours d´enquête, <st1:personname productid="la Poste" w:st="on">la Poste</st1:personname> considère le colis comme perdu. C´est seulement à ce moment que nous pouvons vous renvoyer un produit de remplacement, à nos frais. Si le ou les produits commandés n´étaient plus disponibles à ce moment, nous vous rembourserions le montant des produits concernés par la perte du transporteur. Si le ou les produits étaient encore disponibles, mais avaient changé de prix de vente sur le site, nous appliquerions les nouveaux prix de vente, soit en vous remboursant par chèque de la différence, soit en demandant un chèque complémentaire concernant cet écart de prix. Nous déclinons toute responsabilité quant à l´allongement des délais de livraison du fait du transporteur, notamment en cas de perte des produits ou de grève.</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><o:p><span style="font-size: 12pt; font-family: verdana,geneva; color: #000000;"> </span></o:p></p>\r\n</span>', 1, 0, 0, 0, '2009-03-20 13:55:15', 62, '', '2009-03-28 18:36:36', 62, 0, '0000-00-00 00:00:00', '2009-03-20 13:55:15', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 8, 0, 2, 'Expédition, Retours, bouitque carla', 'Expédition et  Retours', 0, 50, 'robots=\nauthor=');

-- --------------------------------------------------------

--
-- Table structure for table `jos_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `jos_content_frontpage` (
  `content_id` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_content_frontpage`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_content_rating`
--

CREATE TABLE IF NOT EXISTS `jos_content_rating` (
  `content_id` int(11) NOT NULL default '0',
  `rating_sum` int(11) unsigned NOT NULL default '0',
  `rating_count` int(11) unsigned NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_content_rating`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro` (
  `id` int(11) NOT NULL auto_increment,
  `section_value` varchar(240) NOT NULL default '0',
  `value` varchar(240) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `jos_core_acl_aro`
--

INSERT INTO `jos_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', '62', 0, 'jps', 0),
(11, 'users', '63', 0, 'sardaine', 0),
(12, 'users', '64', 0, 'sophie gerbeau', 0),
(13, 'users', '65', 0, 'catherine boutin-aurine', 0),
(14, 'users', '66', 0, 'Dessislava Sanson', 0),
(15, 'users', '67', 0, 'claudine boucher', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_groups`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  `value` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--

INSERT INTO `jos_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES
(17, 0, 'ROOT', 1, 22, 'ROOT'),
(28, 17, 'USERS', 2, 21, 'USERS'),
(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'),
(18, 29, 'Registered', 4, 11, 'Registered'),
(19, 18, 'Author', 5, 10, 'Author'),
(20, 19, 'Editor', 6, 9, 'Editor'),
(21, 20, 'Publisher', 7, 8, 'Publisher'),
(30, 28, 'Public Backend', 13, 20, 'Public Backend'),
(23, 30, 'Manager', 14, 19, 'Manager'),
(24, 23, 'Administrator', 15, 18, 'Administrator'),
(25, 24, 'Super Administrator', 16, 17, 'Super Administrator');

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_map`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL default '0',
  `section_value` varchar(230) NOT NULL default '0',
  `value` varchar(100) NOT NULL,
  PRIMARY KEY  (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_aro_map`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_sections`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` (
  `id` int(11) NOT NULL auto_increment,
  `value` varchar(230) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(230) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--

INSERT INTO `jos_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', 1, 'Users', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL default '0',
  `section_value` varchar(240) NOT NULL default '',
  `aro_id` int(11) NOT NULL default '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--

INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES
(18, '', 12),
(18, '', 13),
(18, '', 14),
(18, '', 15),
(24, '', 11),
(25, '', 10);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_log_items`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_items` (
  `time_stamp` date NOT NULL default '0000-00-00',
  `item_table` varchar(50) NOT NULL default '',
  `item_id` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_log_items`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_searches` (
  `search_term` varchar(128) NOT NULL default '',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_log_searches`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_groups`
--

CREATE TABLE IF NOT EXISTS `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_groups`
--

INSERT INTO `jos_groups` (`id`, `name`) VALUES
(0, 'Public'),
(1, 'Registered'),
(2, 'Special');

-- --------------------------------------------------------

--
-- Table structure for table `jos_menu`
--

CREATE TABLE IF NOT EXISTS `jos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(75) default NULL,
  `name` varchar(255) default NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text,
  `type` varchar(50) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `componentid` int(11) unsigned NOT NULL default '0',
  `sublevel` int(11) default '0',
  `ordering` int(11) default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL default '0',
  `browserNav` tinyint(4) default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `utaccess` tinyint(3) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL default '0',
  `rgt` int(11) unsigned NOT NULL default '0',
  `home` int(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `jos_menu`
--

INSERT INTO `jos_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES
(1, 'mainmenu', 'Home', 'home', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(2, 'bouticarla', 'Webmaster', 'webmaster', 'index.php?option=com_contact&view=contact&id=1', 'component', 1, 0, 7, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(3, 'bouticarla', 'Plan du Site', 'plan-du-site', 'index.php?option=com_xmap&sitemap=1', 'component', 1, 0, 39, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(4, 'bouticarla', 'Partenaires et Sites Web', 'partenaires-et-sites-web', 'index.php?option=com_content&view=article&id=4', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(5, 'bouticarla', 'C. G. V.', 'c-g-v', 'index.php?option=com_content&view=article&id=1', 'component', 1, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=\nshow_readmore=1\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=0\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(6, 'virtuemart', 'Chemisier', 'chemisier', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=1\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(7, 'virtuemart', 'Jupe', 'boutiquecarla', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=2\nflypage=\npage=\npage_title=boutiquecarla\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1),
(8, 'virtuemart', 'Robe', 'robe', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=3\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(9, 'virtuemart', 'Gilet- Pull', 'gilet-pull', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=4\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(10, 'virtuemart', 'Pantalon', 'pantalon', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=5\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(11, 'virtuemart', 'Veste', 'veste', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=6\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(12, 'virtuemart', 'Tee Shirt', 'tee-shirt', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=7\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(13, 'virtuemart', 'Tunique', 'tunique', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=8\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(14, 'virtuemart', 'manteau', 'manteau', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=9\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(15, 'virtuemart', 'Caleçon- Collant', 'calecon-collant', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=10\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(16, 'virtuemart', 'Imperméable', 'impermeable', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=11\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(17, 'virtuemart', 'Accessoires de mode', 'accessoires-de-mode', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 12, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=12\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(18, 'virtuemart', 'Jean', 'jean', 'index.php?option=com_virtuemart', 'component', 1, 0, 46, 0, 13, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=13\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(19, 'virtuemart', 'Sac', 'sac', 'index.php?option=com_virtuemart', 'component', 1, 17, 46, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=14\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=sac.gif\nsecure=0\n\n', 0, 0, 0),
(20, 'virtuemart', 'Echarpe', 'echarpe', 'index.php?option=com_virtuemart', 'component', 1, 17, 46, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=15\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(21, 'virtuemart', 'Bijouterie', 'bijouterie', 'index.php?option=com_virtuemart', 'component', 1, 17, 46, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=16\nflypage=\npage=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(22, 'bouticarla', 'Informatique et Libertés', 'informatique-et-libertes', 'index.php?option=com_content&view=article&id=2', 'component', 1, 0, 20, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=0\nshow_create_date=0\nshow_modify_date=1\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=0\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(23, 'top-menu', 'Photos', 'galerie-photo', 'index.php?option=com_expose', 'component', 1, 0, 34, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(24, 'top-menu', 'mais', 'mais', 'index.php?option=com_virtuemart', 'component', -2, 0, 46, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=2\nflypage=\npage=shop.browse\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(25, 'top-menu', 'mais il est ou le soleil', 'mais-il-est-ou-le-soleil', 'index.php?option=com_weblinks&view=category&id=4', 'component', 1, 0, 4, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_feed_link=0\nshow_comp_description=0\ncomp_description=\nshow_link_hits=0\nshow_link_description=0\nshow_other_cats=0\nshow_headings=0\ntarget=0\nlink_icons=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(26, 'top-menu', '3322', '3322', 'index.php?option=com_virtuemart', 'component', -2, 0, 46, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'product_id=\ncategory_id=\nflypage=\npage=shop.browse&manufacturer_id=3&Itemid=6\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(27, 'top-menu', '3322', '3322', 'index.php?option=com_weblinks&view=category&id=5', 'component', 1, 0, 4, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_feed_link=0\nshow_comp_description=0\ncomp_description=\nshow_link_hits=0\nshow_link_description=0\nshow_other_cats=0\nshow_headings=0\ntarget=0\nlink_icons=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(28, 'top-menu', 'Eliane-Léna', 'elianealena', 'index.php?option=com_weblinks&view=category&id=6', 'component', 1, 0, 4, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_feed_link=1\nshow_comp_description=0\ncomp_description=\nshow_link_hits=0\nshow_link_description=0\nshow_other_cats=0\nshow_headings=0\ntarget=0\nlink_icons=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(29, 'top-menu', 'Messoeurs-Moi', 'messoeurs-moi', 'index.php?option=com_weblinks&view=category&id=7', 'component', 1, 0, 4, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_feed_link=0\nshow_comp_description=0\ncomp_description=\nshow_link_hits=0\nshow_link_description=0\nshow_other_cats=0\nshow_headings=0\ntarget=0\nlink_icons=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(30, 'bouticarla', 'Expéditions et Retours', 'expeditions-et-retours', 'index.php?option=com_content&view=article&id=3', 'component', 1, 0, 20, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_menu_types`
--

CREATE TABLE IF NOT EXISTS `jos_menu_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `menutype` varchar(75) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_menu_types`
--

INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site'),
(2, 'virtuemart', 'Carla Boutique', 'carla boutique'),
(3, 'bouticarla', 'Infos', 'menue bas'),
(4, 'top-menu', 'Top menu', 'menu horizontal');

-- --------------------------------------------------------

--
-- Table structure for table `jos_messages`
--

CREATE TABLE IF NOT EXISTS `jos_messages` (
  `message_id` int(10) unsigned NOT NULL auto_increment,
  `user_id_from` int(10) unsigned NOT NULL default '0',
  `user_id_to` int(10) unsigned NOT NULL default '0',
  `folder_id` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_messages`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_messages_cfg`
--

CREATE TABLE IF NOT EXISTS `jos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `cfg_name` varchar(100) NOT NULL default '',
  `cfg_value` varchar(255) NOT NULL default '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_messages_cfg`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_migration_backlinks`
--

CREATE TABLE IF NOT EXISTS `jos_migration_backlinks` (
  `itemid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY  (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_migration_backlinks`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_modules`
--

CREATE TABLE IF NOT EXISTS `jos_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(50) default NULL,
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `numnews` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  `control` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=36 ;

--
-- Dumping data for table `jos_modules`
--

INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES
(1, 'Main Menu', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu\nmoduleclass_sfx=_menu\n', 1, 0, ''),
(2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''),
(3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''),
(4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''),
(5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''),
(6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''),
(7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''),
(8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''),
(9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''),
(10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''),
(11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''),
(12, 'Admin Menu', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''),
(13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''),
(14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''),
(15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''),
(16, 'JCE Latest News', '', 1, 'jce_cpanel', 0, '0000-00-00 00:00:00', 0, 'mod_feed', 0, 0, 1, 'cache=1\r\n	cache_time=15\r\n	moduleclass_sfx=\r\n	rssurl=http://www.joomlacontenteditor.net/index.php?option=com_rss&feed=RSS2.0&type=com_frontpage&Itemid=1\r\n	rssrtl=0\r\n	rsstitle=0\r\n	rssdesc=0\r\n	rssimage=0\r\n	rssitems=3\r\n	rssitemdesc=1\r\n	word_count=100', 0, 1, ''),
(17, 'JCE Control Panel Icons', '', 1, 'jce_icon', 0, '0000-00-00 00:00:00', 1, 'mod_jcequickicon', 0, 0, 0, '', 0, 1, ''),
(18, 'Collections', '', 10, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_xfade2', 0, 0, 0, 'attente_affichage=1000\nattente_fondu=100\ncheminImages=images/stories/diapoaccueil\nlargeur=210\nhauteur=203\nattributTITLE=\nattributALT=\n\n', 0, 0, ''),
(19, 'VirtueMart Module', '', 4, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart', 0, 0, 1, 'class_sfx=\nmoduleclass_sfx=\npretext=\nshow_login_form=no\nshow_categories=yes\nshow_listall=yes\nshow_adminlink=yes\nshow_accountlink=yes\nuseGreyBox_accountlink=0\nshow_minicart=yes\nuseGreyBox_cartlink=0\nshow_productsearch=yes\nshow_product_parameter_search=no\nmenutype=links\njscook_type=menu\njscookMenu_style=ThemeOffice\nmenu_orientation=hbr\njscookTree_style=ThemeXP\nroot_label=Shop\n\n', 0, 0, ''),
(20, 'VirtueMart Product Categories', '', 5, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_product_categories', 0, 0, 1, 'menutype=jscook\njscook_type=menu\njscookMenu_style=ThemeOffice\nmenu_orientation=hbr\njscookTree_style=ThemeXP\nroot_label=Shop\n', 0, 0, ''),
(21, 'VirtueMart Product Scroller', '', 6, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_productscroller', 0, 0, 1, 'NumberOfProducts=5\nfeaturedProducts=no\nScrollSortMethod=random\nshow_product_name=yes\nshow_addtocart=yes\nshow_price=yes\nScrollHeight=125\nScrollWidth=150\nScrollBehavior=scroll\nScrollDirection=up\nScrollAmount=scroll\nScrollDelay=80\nScrollAlign=left\nScrollSpaceChar=&nbsp;\nScrollSpaceCharTimes=5\nScrollLineChar=<br />\nScrollLineCharTimes=2\nScrollCSSOverride=no\nScrollTextAlign=left\nScrollTextWeight=normal\nScrollTextSize=10\nScrollTextColor=#000000\nScrollBGColor=transparent\nScrollMargin=2\n', 0, 0, ''),
(22, 'VirtueMart All-In-One', '', 8, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_allinone', 0, 0, 1, 'show_new=1\nshow_topten=1\nshow_special=1\nshow_random=1\nshow_price=1\nshow_addtocart=1\n', 0, 0, ''),
(23, 'Votre Panier', '', 7, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_cart', 0, 0, 1, 'moduleclass_sfx=\nvmCartDirection=0\nvmEnableGreyBox=0\n\n', 0, 0, ''),
(24, 'VirtueMart Currency Selector', '', 11, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_currencies', 0, 0, 1, '', 0, 0, ''),
(25, 'VirtueMart Featured Products', '', 12, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_featureprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=1\ndisplay_style=vertical\nproducts_per_row=4\n', 0, 0, ''),
(26, 'VirtueMart Latest Products', '', 13, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_latestprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=1\ndisplay_style=vertical\nproducts_per_row=4\n', 0, 0, ''),
(27, 'Espace Utilisateur', '', 9, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_login', 0, 0, 1, 'moduleclass_sfx=\npretext=\nposttext=\nlogin=home\nlogout=home\ngreeting=1\nname=0\naccountlink=1\n\n', 0, 0, ''),
(28, 'VirtueMart Manufacturers', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_manufacturers', 0, 0, 0, 'text_before=\nshow_linklist=1\nshow_dropdown=1\nauto=1\ncache=0\nmoduleclass_sfx=\nclass_sfx=-nav\n\n', 0, 0, ''),
(29, 'VirtueMart Random Products', '', 14, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_randomprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=1\ndisplay_style=vertical\nproducts_per_row=4\n', 0, 0, ''),
(30, 'VirtueMart Search', '', 15, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_search', 0, 0, 1, '', 0, 0, ''),
(31, 'VirtueMart Top Ten Products', '', 16, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_topten', 0, 0, 1, 'num_topsellers=10\n', 0, 0, ''),
(32, 'Carla Boutique', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=virtuemart', 0, 0, ''),
(33, 'Infos', '', 1, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=bouticarla\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=_testh\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=1\nmenu_images_align=1\nmenu_images_link=0\nexpand_menu=1\nactivate_parent=1\nfull_active_id=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 0, 0, ''),
(34, 'footer', '', 1, 'footer', 0, '0000-00-00 00:00:00', 0, 'mod_footer', 0, 0, 0, 'cache=1\n\n', 0, 0, ''),
(35, 'Top menu', '', 1, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=top-menu\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=-nav\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_modules_menu`
--

CREATE TABLE IF NOT EXISTS `jos_modules_menu` (
  `moduleid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_modules_menu`
--

INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 0),
(18, 0),
(20, 0),
(21, 0),
(22, 0),
(24, 0),
(25, 0),
(26, 0),
(27, 0),
(29, 0),
(30, 0),
(31, 0),
(32, 0),
(33, 0),
(34, 0),
(35, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_newsfeeds`
--

CREATE TABLE IF NOT EXISTS `jos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text NOT NULL,
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(11) unsigned NOT NULL default '1',
  `cache_time` int(11) unsigned NOT NULL default '3600',
  `checked_out` tinyint(3) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `rtl` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_newsfeeds`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_plugins`
--

CREATE TABLE IF NOT EXISTS `jos_plugins` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `element` varchar(100) NOT NULL default '',
  `folder` varchar(100) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) NOT NULL default '0',
  `iscore` tinyint(3) NOT NULL default '0',
  `client_id` tinyint(3) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=38 ;

--
-- Dumping data for table `jos_plugins`
--

INSERT INTO `jos_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),
(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'),
(6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),
(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),
(13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'),
(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'),
(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'),
(18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Editor - TinyMCE 2.0', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'),
(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'),
(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'),
(29, 'System - Legacy', 'legacy', 'system', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'),
(30, 'System - Cache', 'cache', 'system', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'),
(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(34, 'Editor - JCE 1.5.1', 'jce', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'editor_state=mceEditor\neditor_toggle_text=[Afficher/Masquer]\neditor_layout_rows=5\n'),
(35, 'JCE Utilities', 'jceutilities', 'system', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'theme=standard\nthemepath=plugins/system/jceutilities/themes\nimgpath=plugins/system/jceutilities/img\nfadespeed=400\nscalespeed=400\noverlay=1\noverlayopacity=0.8\noverlaycolor=#000000\nwidth=640\nheight=480\nresize=1\nicons=1\nhideobjects=1\nscrollpopup=1\ntipclass=tooltip\ntipopacity=1\ntipspeed=150\ntipposition=br\ntipoffsets_x=16\ntipoffsets_y=16\nflash=9,0,124,0\nwindowsmedia=5,1,52,701\nquicktime=6,0,2,0\nrealmedia=7,0,0,0\nshockwave=8,5,1,0\n'),
(36, 'VirtueMart Product Snapshot', 'vmproductsnapshots', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nshowname=n\nshowimage=n\nshowdesc=n\nshowprice=n\nquantity=1\nshowaddtocart=n\ndisplayeach=h\ndisplaylist=v\n'),
(37, 'Virtuemart Extended Search Plugin', 'vmxsearch.plugin', 'search', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'density_flag=1\nname_flag=1\nsku_flag=1\ndesc_flag=1\nsdesc_flag=1\nurl_flag=1\nreview_flag=1\nmanufacturer_flag=1\ncategory_flag=1\nparent_filter=both\n');

-- --------------------------------------------------------

--
-- Table structure for table `jos_polls`
--

CREATE TABLE IF NOT EXISTS `jos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `voters` int(9) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `access` int(11) NOT NULL default '0',
  `lag` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_polls`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_data`
--

CREATE TABLE IF NOT EXISTS `jos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(11) NOT NULL default '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_poll_data`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_date`
--

CREATE TABLE IF NOT EXISTS `jos_poll_date` (
  `id` bigint(20) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL default '0',
  `poll_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_poll_date`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_menu`
--

CREATE TABLE IF NOT EXISTS `jos_poll_menu` (
  `pollid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_poll_menu`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_sections`
--

CREATE TABLE IF NOT EXISTS `jos_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `image` text NOT NULL,
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(30) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_sections`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_session`
--

CREATE TABLE IF NOT EXISTS `jos_session` (
  `username` varchar(150) default '',
  `time` varchar(14) default '',
  `session_id` varchar(200) NOT NULL default '0',
  `guest` tinyint(4) default '1',
  `userid` int(11) default '0',
  `usertype` varchar(50) default '',
  `gid` tinyint(3) unsigned NOT NULL default '0',
  `client_id` tinyint(3) unsigned NOT NULL default '0',
  `data` longtext,
  PRIMARY KEY  (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_session`
--

INSERT INTO `jos_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1245165215', '6ca8cd5e22dbde294fb3d59f67248b5c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1245165215;s:18:"session.timer.last";i:1245165215;s:17:"session.timer.now";i:1245165215;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:66:"/home/boutique/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"8b84c05e269c3541d7119f25df96c5ee";}userstate|a:1:{s:10:"product_id";s:2:"37";}auth|a:11:{s:11:"show_prices";i:1;s:7:"user_id";i:0;s:8:"username";s:4:"demo";s:5:"perms";s:0:"";s:10:"first_name";s:5:"guest";s:9:"last_name";s:0:"";s:16:"shopper_group_id";s:1:"5";s:22:"shopper_group_discount";s:4:"0.00";s:24:"show_price_including_tax";s:1:"1";s:21:"default_shopper_group";i:1;s:22:"is_registered_customer";b:0;}cart|a:1:{s:3:"idx";i:0;}recent|a:2:{s:3:"idx";i:1;i:0;a:2:{s:10:"product_id";i:37;s:11:"category_id";s:1:"7";}}ps_vendor_id|i:1;minimum_pov|s:5:"10.00";vendor_currency|s:3:"EUR";last_page|s:20:"shop.product_details";last_browse_parameters|a:7:{s:11:"category_id";N;s:15:"manufacturer_id";N;s:7:"keyword";b:0;s:8:"keyword1";N;s:8:"keyword2";N;s:8:"featured";s:1:"N";s:10:"discounted";s:1:"N";}product_sess|a:3:{i:36;a:1:{s:7:"flypage";s:11:"flypage.tpl";}i:7;a:1:{s:7:"flypage";s:11:"flypage.tpl";}i:37;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165215;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}}'),
('', '1245165453', 'bb8a4378649c74fbb995198165e6ed93', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1245165453;s:18:"session.timer.last";i:1245165453;s:17:"session.timer.now";i:1245165453;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:66:"/home/boutique/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"d557f73bf93d33bc81c022db530eca48";}userstate|a:1:{s:10:"product_id";i:0;}auth|a:11:{s:11:"show_prices";i:1;s:7:"user_id";i:0;s:8:"username";s:4:"demo";s:5:"perms";s:0:"";s:10:"first_name";s:5:"guest";s:9:"last_name";s:0:"";s:16:"shopper_group_id";s:1:"5";s:22:"shopper_group_discount";s:4:"0.00";s:24:"show_price_including_tax";s:1:"1";s:21:"default_shopper_group";i:1;s:22:"is_registered_customer";b:0;}cart|a:1:{s:3:"idx";i:0;}recent|a:1:{s:3:"idx";i:0;}ps_vendor_id|i:1;minimum_pov|s:5:"10.00";vendor_currency|s:3:"EUR";last_page|s:11:"shop.browse";last_browse_parameters|a:7:{s:11:"category_id";s:1:"3";s:15:"manufacturer_id";i:0;s:7:"keyword";b:0;s:8:"keyword1";s:0:"";s:8:"keyword2";s:0:"";s:8:"featured";s:1:"N";s:10:"discounted";s:1:"N";}product_sess|a:8:{i:35;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:28;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:34;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:8;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:33;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:27;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:16;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}i:12;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245165453;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}}'),
('', '1245164602', '7ba4b4e368b79b41c55765d90761281b', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1245164602;s:18:"session.timer.last";i:1245164602;s:17:"session.timer.now";i:1245164602;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:66:"/home/boutique/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"5afb14505a2fb104d11614d1d464d2f3";}userstate|a:1:{s:10:"product_id";s:2:"14";}auth|a:11:{s:11:"show_prices";i:1;s:7:"user_id";i:0;s:8:"username";s:4:"demo";s:5:"perms";s:0:"";s:10:"first_name";s:5:"guest";s:9:"last_name";s:0:"";s:16:"shopper_group_id";s:1:"5";s:22:"shopper_group_discount";s:4:"0.00";s:24:"show_price_including_tax";s:1:"1";s:21:"default_shopper_group";i:1;s:22:"is_registered_customer";b:0;}cart|a:1:{s:3:"idx";i:0;}recent|a:2:{s:3:"idx";i:1;i:0;a:2:{s:10:"product_id";i:14;s:11:"category_id";s:2:"11";}}ps_vendor_id|i:1;minimum_pov|s:5:"10.00";vendor_currency|s:3:"EUR";last_page|s:20:"shop.product_details";last_browse_parameters|a:7:{s:11:"category_id";N;s:15:"manufacturer_id";N;s:7:"keyword";b:0;s:8:"keyword1";N;s:8:"keyword2";N;s:8:"featured";s:1:"N";s:10:"discounted";s:1:"N";}product_sess|a:3:{i:23;a:1:{s:7:"flypage";s:11:"flypage.tpl";}i:19;a:1:{s:7:"flypage";s:11:"flypage.tpl";}i:14;a:3:{s:13:"discount_info";a:3:{s:6:"amount";i:0;s:10:"is_percent";i:0;s:11:"create_time";i:1245164602;}s:9:"vendor_id";s:1:"1";s:8:"tax_rate";s:6:"0.1960";}}');

-- --------------------------------------------------------

--
-- Table structure for table `jos_stats_agents`
--

CREATE TABLE IF NOT EXISTS `jos_stats_agents` (
  `agent` varchar(255) NOT NULL default '',
  `type` tinyint(1) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_stats_agents`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_templates_menu`
--

CREATE TABLE IF NOT EXISTS `jos_templates_menu` (
  `template` varchar(255) NOT NULL default '',
  `menuid` int(11) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_templates_menu`
--

INSERT INTO `jos_templates_menu` (`template`, `menuid`, `client_id`) VALUES
('tmpl_limousin', 0, 0),
('khepri', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_users`
--

CREATE TABLE IF NOT EXISTS `jos_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `username` varchar(150) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `password` varchar(100) NOT NULL default '',
  `usertype` varchar(25) NOT NULL default '',
  `block` tinyint(4) NOT NULL default '0',
  `sendEmail` tinyint(4) default '0',
  `gid` tinyint(3) unsigned NOT NULL default '1',
  `registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL default '',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=68 ;

--
-- Dumping data for table `jos_users`
--

INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'jps', '7jps8', 'jps800@orange.fr', '450b59ff9d44d9f1d3cd2805cb065abf:7sMlnam5GhSvnW6dHKsQs11DKdtUe4gk', 'Super Administrator', 0, 1, 25, '2009-03-19 15:31:46', '2009-05-21 19:11:42', '', 'admin_language=fr-FR\nlanguage=fr-FR\neditor=jce\nhelpsite=\ntimezone=1\n\n'),
(63, 'sardaine', 'annie', 'mpsran@orange.fr', '0bca325b951da0887e3ad31e86eb31fd:PXsVwsfRXAk1dnk2HUJyPnrCSXehCUnu', 'Administrator', 0, 0, 24, '2009-03-22 13:38:32', '2009-03-27 09:55:41', '', 'admin_language=fr-FR\nlanguage=fr-FR\neditor=jce\nhelpsite=\ntimezone=1\n\n'),
(64, 'sophie gerbeau', 'feedeplume', 'sophie1310@orange.fr', '923cb664a816059142472bd00b29b4bf:B4Z2mtF0LLxN6oMlJtLxV0XQE2mlDung', 'Registered', 0, 0, 18, '2009-04-01 10:12:22', '2009-04-01 08:12:22', '', '\n'),
(65, 'catherine boutin-aurine', 'cat', 'chriscat.aurine@orange.fr', 'f4565135d4eba0abac8b38f36a8d9424', 'Registered', 0, 0, 18, '2009-04-22 15:34:19', '2009-04-22 15:31:33', '', '\n'),
(66, 'Dessislava Sanson', 'dessislava', 'dessislava.sanson@free.fr', 'c039c4f5ba04282f1737a8ea0af54aef:oKL2w9G9206URIBa7YUrJzIy5SkRpR72', 'Registered', 0, 0, 18, '2009-05-01 19:34:49', '2009-05-07 16:38:22', '', '\n'),
(67, 'claudine boucher', 'claudinch', 'claudine.boucher75@orange.fr', 'd09c3a25e307b82ecd9648f835986e33:D5gAJOGyyvrq2WmV7votnzj4cUJUHLVy', 'Registered', 0, 0, 18, '2009-05-17 19:00:50', '2009-05-17 17:00:50', '', '\n');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_auth_group`
--

CREATE TABLE IF NOT EXISTS `jos_vm_auth_group` (
  `group_id` int(11) NOT NULL auto_increment,
  `group_name` varchar(128) default NULL,
  `group_level` int(11) default NULL,
  PRIMARY KEY  (`group_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds all the user groups' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_vm_auth_group`
--

INSERT INTO `jos_vm_auth_group` (`group_id`, `group_name`, `group_level`) VALUES
(1, 'admin', 0),
(2, 'storeadmin', 250),
(3, 'shopper', 500),
(4, 'demo', 750);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_auth_user_group`
--

CREATE TABLE IF NOT EXISTS `jos_vm_auth_user_group` (
  `user_id` int(11) NOT NULL default '0',
  `group_id` int(11) default NULL,
  PRIMARY KEY  (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps the user to user groups';

--
-- Dumping data for table `jos_vm_auth_user_group`
--

INSERT INTO `jos_vm_auth_user_group` (`user_id`, `group_id`) VALUES
(62, 2);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_auth_user_vendor`
--

CREATE TABLE IF NOT EXISTS `jos_vm_auth_user_vendor` (
  `user_id` int(11) default NULL,
  `vendor_id` int(11) default NULL,
  KEY `idx_auth_user_vendor_user_id` (`user_id`),
  KEY `idx_auth_user_vendor_vendor_id` (`vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps a user to a vendor';

--
-- Dumping data for table `jos_vm_auth_user_vendor`
--

INSERT INTO `jos_vm_auth_user_vendor` (`user_id`, `vendor_id`) VALUES
(62, 1),
(63, 1),
(64, 1),
(65, 1),
(66, 1),
(67, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_cart`
--

CREATE TABLE IF NOT EXISTS `jos_vm_cart` (
  `user_id` int(11) NOT NULL,
  `cart_content` text NOT NULL,
  `last_updated` timestamp NOT NULL default CURRENT_TIMESTAMP,
  PRIMARY KEY  (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores the cart contents of a user';

--
-- Dumping data for table `jos_vm_cart`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_category`
--

CREATE TABLE IF NOT EXISTS `jos_vm_category` (
  `category_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) NOT NULL default '0',
  `category_name` varchar(128) NOT NULL default '',
  `category_description` text,
  `category_thumb_image` varchar(255) default NULL,
  `category_full_image` varchar(255) default NULL,
  `category_publish` char(1) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `category_browsepage` varchar(255) NOT NULL default 'browse_1',
  `products_per_row` tinyint(2) NOT NULL default '1',
  `category_flypage` varchar(255) default NULL,
  `list_order` int(11) default NULL,
  PRIMARY KEY  (`category_id`),
  KEY `idx_category_vendor_id` (`vendor_id`),
  KEY `idx_category_name` (`category_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Product Categories are stored here' AUTO_INCREMENT=17 ;

--
-- Dumping data for table `jos_vm_category`
--

INSERT INTO `jos_vm_category` (`category_id`, `vendor_id`, `category_name`, `category_description`, `category_thumb_image`, `category_full_image`, `category_publish`, `cdate`, `mdate`, `category_browsepage`, `products_per_row`, `category_flypage`, `list_order`) VALUES
(1, 1, 'Chemisier', '', '', 'Chemisier_49c553eabab79.gif', 'Y', 1237668842, 1237668842, 'managed', 3, 'flypage.tpl', 1),
(2, 1, 'Boutiquecarla', '', 'Boutiquecarla_49d4c84bf285d.gif', 'Jupe_49c554d0d212a.gif', 'Y', 1237669072, 1238681675, 'managed', 3, 'flypage.tpl', 2),
(3, 1, 'Robe', '', '', 'Robe_49c5570fd1685.gif', 'Y', 1237669647, 1237669647, 'managed', 3, 'flypage.tpl', 3),
(4, 1, 'Pull - Gilet', '', '', 'Pull___Gilet_49c55768c5967.gif', 'Y', 1237669736, 1237669736, 'managed', 3, 'flypage.tpl', 4),
(5, 1, 'Pantalon', '', '', 'Pantalon_49c55799c2be6.gif', 'Y', 1237669785, 1237669785, 'managed', 3, 'flypage.tpl', 5),
(6, 1, 'Veste', '', '', 'Veste_49c558b9689a3.gif', 'Y', 1237669872, 1237670073, 'managed', 3, 'flypage.tpl', 7),
(7, 1, 'Tee Shirt', '', '', 'Tee_Shirt_49c5582ca8c48.gif', 'Y', 1237669932, 1237669932, 'managed', 3, 'flypage.tpl', 8),
(8, 1, 'Tunique', '', '', 'Tunique_49c5589f4a99c.gif', 'Y', 1237670047, 1237670047, 'managed', 3, 'flypage.tpl', 9),
(9, 1, 'Manteau', '', '', 'Manteau_49c558e559a2d.gif', 'Y', 1237670117, 1237670117, 'managed', 3, 'flypage.tpl', 10),
(10, 1, 'calecon- collant', '', '', 'calecon__collant_49c5592235e48.gif', 'Y', 1237670178, 1237670178, 'managed', 3, 'flypage.tpl', 11),
(11, 1, 'Imperméable', '', '', '', 'Y', 1237670268, 1237670268, 'managed', 3, 'flypage.tpl', 12),
(12, 1, 'accessoires mode', '', '', 'accessoires_mode_49c55a11eab0c.gif', 'Y', 1237670417, 1237670417, 'managed', 3, 'flypage.tpl', 13),
(13, 1, 'Jean', '', '', 'Jean_49c55a2719ca9.gif', 'Y', 1237670439, 1237670439, 'managed', 3, 'flypage.tpl', 6),
(14, 1, 'Sac', '', '', 'Sac_49c56003894e7.gif', 'Y', 1237671939, 1237671961, 'managed', 3, 'flypage.tpl', 1),
(15, 1, 'Echarpe', '', '', 'Echarpe_49c5605108149.gif', 'Y', 1237672017, 1237672017, 'managed', 3, 'flypage.tpl', 2),
(16, 1, 'Bijouterie', '', '', 'Bijouterie_49c560816f791.gif', 'Y', 1237672065, 1237672065, 'managed', 3, 'flypage.tpl', 3);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_category_xref`
--

CREATE TABLE IF NOT EXISTS `jos_vm_category_xref` (
  `category_parent_id` int(11) NOT NULL default '0',
  `category_child_id` int(11) NOT NULL default '0',
  `category_list` int(11) default NULL,
  PRIMARY KEY  (`category_child_id`),
  KEY `category_xref_category_parent_id` (`category_parent_id`),
  KEY `idx_category_xref_category_list` (`category_list`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Category child-parent relation list';

--
-- Dumping data for table `jos_vm_category_xref`
--

INSERT INTO `jos_vm_category_xref` (`category_parent_id`, `category_child_id`, `category_list`) VALUES
(0, 1, NULL),
(0, 2, NULL),
(0, 3, NULL),
(0, 4, NULL),
(0, 5, NULL),
(0, 6, NULL),
(0, 7, NULL),
(0, 8, NULL),
(0, 9, NULL),
(0, 10, NULL),
(0, 11, NULL),
(0, 12, NULL),
(0, 13, NULL),
(12, 14, NULL),
(12, 15, NULL),
(12, 16, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_country`
--

CREATE TABLE IF NOT EXISTS `jos_vm_country` (
  `country_id` int(11) NOT NULL auto_increment,
  `zone_id` int(11) NOT NULL default '1',
  `country_name` varchar(64) default NULL,
  `country_3_code` char(3) default NULL,
  `country_2_code` char(2) default NULL,
  PRIMARY KEY  (`country_id`),
  KEY `idx_country_name` (`country_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Country records' AUTO_INCREMENT=245 ;

--
-- Dumping data for table `jos_vm_country`
--

INSERT INTO `jos_vm_country` (`country_id`, `zone_id`, `country_name`, `country_3_code`, `country_2_code`) VALUES
(1, 1, 'Afghanistan', 'AFG', 'AF'),
(2, 1, 'Albania', 'ALB', 'AL'),
(3, 1, 'Algeria', 'DZA', 'DZ'),
(4, 1, 'American Samoa', 'ASM', 'AS'),
(5, 1, 'Andorra', 'AND', 'AD'),
(6, 1, 'Angola', 'AGO', 'AO'),
(7, 1, 'Anguilla', 'AIA', 'AI'),
(8, 1, 'Antarctica', 'ATA', 'AQ'),
(9, 1, 'Antigua and Barbuda', 'ATG', 'AG'),
(10, 1, 'Argentina', 'ARG', 'AR'),
(11, 1, 'Armenia', 'ARM', 'AM'),
(12, 1, 'Aruba', 'ABW', 'AW'),
(13, 1, 'Australia', 'AUS', 'AU'),
(14, 1, 'Austria', 'AUT', 'AT'),
(15, 1, 'Azerbaijan', 'AZE', 'AZ'),
(16, 1, 'Bahamas', 'BHS', 'BS'),
(17, 1, 'Bahrain', 'BHR', 'BH'),
(18, 1, 'Bangladesh', 'BGD', 'BD'),
(19, 1, 'Barbados', 'BRB', 'BB'),
(20, 1, 'Belarus', 'BLR', 'BY'),
(21, 1, 'Belgium', 'BEL', 'BE'),
(22, 1, 'Belize', 'BLZ', 'BZ'),
(23, 1, 'Benin', 'BEN', 'BJ'),
(24, 1, 'Bermuda', 'BMU', 'BM'),
(25, 1, 'Bhutan', 'BTN', 'BT'),
(26, 1, 'Bolivia', 'BOL', 'BO'),
(27, 1, 'Bosnia and Herzegowina', 'BIH', 'BA'),
(28, 1, 'Botswana', 'BWA', 'BW'),
(29, 1, 'Bouvet Island', 'BVT', 'BV'),
(30, 1, 'Brazil', 'BRA', 'BR'),
(31, 1, 'British Indian Ocean Territory', 'IOT', 'IO'),
(32, 1, 'Brunei Darussalam', 'BRN', 'BN'),
(33, 1, 'Bulgaria', 'BGR', 'BG'),
(34, 1, 'Burkina Faso', 'BFA', 'BF'),
(35, 1, 'Burundi', 'BDI', 'BI'),
(36, 1, 'Cambodia', 'KHM', 'KH'),
(37, 1, 'Cameroon', 'CMR', 'CM'),
(38, 1, 'Canada', 'CAN', 'CA'),
(39, 1, 'Cape Verde', 'CPV', 'CV'),
(40, 1, 'Cayman Islands', 'CYM', 'KY'),
(41, 1, 'Central African Republic', 'CAF', 'CF'),
(42, 1, 'Chad', 'TCD', 'TD'),
(43, 1, 'Chile', 'CHL', 'CL'),
(44, 1, 'China', 'CHN', 'CN'),
(45, 1, 'Christmas Island', 'CXR', 'CX'),
(46, 1, 'Cocos (Keeling) Islands', 'CCK', 'CC'),
(47, 1, 'Colombia', 'COL', 'CO'),
(48, 1, 'Comoros', 'COM', 'KM'),
(49, 1, 'Congo', 'COG', 'CG'),
(50, 1, 'Cook Islands', 'COK', 'CK'),
(51, 1, 'Costa Rica', 'CRI', 'CR'),
(52, 1, 'Cote D''Ivoire', 'CIV', 'CI'),
(53, 1, 'Croatia', 'HRV', 'HR'),
(54, 1, 'Cuba', 'CUB', 'CU'),
(55, 1, 'Cyprus', 'CYP', 'CY'),
(56, 1, 'Czech Republic', 'CZE', 'CZ'),
(57, 1, 'Denmark', 'DNK', 'DK'),
(58, 1, 'Djibouti', 'DJI', 'DJ'),
(59, 1, 'Dominica', 'DMA', 'DM'),
(60, 1, 'Dominican Republic', 'DOM', 'DO'),
(61, 1, 'East Timor', 'TMP', 'TP'),
(62, 1, 'Ecuador', 'ECU', 'EC'),
(63, 1, 'Egypt', 'EGY', 'EG'),
(64, 1, 'El Salvador', 'SLV', 'SV'),
(65, 1, 'Equatorial Guinea', 'GNQ', 'GQ'),
(66, 1, 'Eritrea', 'ERI', 'ER'),
(67, 1, 'Estonia', 'EST', 'EE'),
(68, 1, 'Ethiopia', 'ETH', 'ET'),
(69, 1, 'Falkland Islands (Malvinas)', 'FLK', 'FK'),
(70, 1, 'Faroe Islands', 'FRO', 'FO'),
(71, 1, 'Fiji', 'FJI', 'FJ'),
(72, 1, 'Finland', 'FIN', 'FI'),
(73, 1, 'France', 'FRA', 'FR'),
(74, 1, 'France, Metropolitan', 'FXX', 'FX'),
(75, 1, 'French Guiana', 'GUF', 'GF'),
(76, 1, 'French Polynesia', 'PYF', 'PF'),
(77, 1, 'French Southern Territories', 'ATF', 'TF'),
(78, 1, 'Gabon', 'GAB', 'GA'),
(79, 1, 'Gambia', 'GMB', 'GM'),
(80, 1, 'Georgia', 'GEO', 'GE'),
(81, 1, 'Germany', 'DEU', 'DE'),
(82, 1, 'Ghana', 'GHA', 'GH'),
(83, 1, 'Gibraltar', 'GIB', 'GI'),
(84, 1, 'Greece', 'GRC', 'GR'),
(85, 1, 'Greenland', 'GRL', 'GL'),
(86, 1, 'Grenada', 'GRD', 'GD'),
(87, 1, 'Guadeloupe', 'GLP', 'GP'),
(88, 1, 'Guam', 'GUM', 'GU'),
(89, 1, 'Guatemala', 'GTM', 'GT'),
(90, 1, 'Guinea', 'GIN', 'GN'),
(91, 1, 'Guinea-bissau', 'GNB', 'GW'),
(92, 1, 'Guyana', 'GUY', 'GY'),
(93, 1, 'Haiti', 'HTI', 'HT'),
(94, 1, 'Heard and Mc Donald Islands', 'HMD', 'HM'),
(95, 1, 'Honduras', 'HND', 'HN'),
(96, 1, 'Hong Kong', 'HKG', 'HK'),
(97, 1, 'Hungary', 'HUN', 'HU'),
(98, 1, 'Iceland', 'ISL', 'IS'),
(99, 1, 'India', 'IND', 'IN'),
(100, 1, 'Indonesia', 'IDN', 'ID'),
(101, 1, 'Iran (Islamic Republic of)', 'IRN', 'IR'),
(102, 1, 'Iraq', 'IRQ', 'IQ'),
(103, 1, 'Ireland', 'IRL', 'IE'),
(104, 1, 'Israel', 'ISR', 'IL'),
(105, 1, 'Italy', 'ITA', 'IT'),
(106, 1, 'Jamaica', 'JAM', 'JM'),
(107, 1, 'Japan', 'JPN', 'JP'),
(108, 1, 'Jordan', 'JOR', 'JO'),
(109, 1, 'Kazakhstan', 'KAZ', 'KZ'),
(110, 1, 'Kenya', 'KEN', 'KE'),
(111, 1, 'Kiribati', 'KIR', 'KI'),
(112, 1, 'Korea, Democratic People''s Republic of', 'PRK', 'KP'),
(113, 1, 'Korea, Republic of', 'KOR', 'KR'),
(114, 1, 'Kuwait', 'KWT', 'KW'),
(115, 1, 'Kyrgyzstan', 'KGZ', 'KG'),
(116, 1, 'Lao People''s Democratic Republic', 'LAO', 'LA'),
(117, 1, 'Latvia', 'LVA', 'LV'),
(118, 1, 'Lebanon', 'LBN', 'LB'),
(119, 1, 'Lesotho', 'LSO', 'LS'),
(120, 1, 'Liberia', 'LBR', 'LR'),
(121, 1, 'Libyan Arab Jamahiriya', 'LBY', 'LY'),
(122, 1, 'Liechtenstein', 'LIE', 'LI'),
(123, 1, 'Lithuania', 'LTU', 'LT'),
(124, 1, 'Luxembourg', 'LUX', 'LU'),
(125, 1, 'Macau', 'MAC', 'MO'),
(126, 1, 'Macedonia, The Former Yugoslav Republic of', 'MKD', 'MK'),
(127, 1, 'Madagascar', 'MDG', 'MG'),
(128, 1, 'Malawi', 'MWI', 'MW'),
(129, 1, 'Malaysia', 'MYS', 'MY'),
(130, 1, 'Maldives', 'MDV', 'MV'),
(131, 1, 'Mali', 'MLI', 'ML'),
(132, 1, 'Malta', 'MLT', 'MT'),
(133, 1, 'Marshall Islands', 'MHL', 'MH'),
(134, 1, 'Martinique', 'MTQ', 'MQ'),
(135, 1, 'Mauritania', 'MRT', 'MR'),
(136, 1, 'Mauritius', 'MUS', 'MU'),
(137, 1, 'Mayotte', 'MYT', 'YT'),
(138, 1, 'Mexico', 'MEX', 'MX'),
(139, 1, 'Micronesia, Federated States of', 'FSM', 'FM'),
(140, 1, 'Moldova, Republic of', 'MDA', 'MD'),
(141, 1, 'Monaco', 'MCO', 'MC'),
(142, 1, 'Mongolia', 'MNG', 'MN'),
(143, 1, 'Montserrat', 'MSR', 'MS'),
(144, 1, 'Morocco', 'MAR', 'MA'),
(145, 1, 'Mozambique', 'MOZ', 'MZ'),
(146, 1, 'Myanmar', 'MMR', 'MM'),
(147, 1, 'Namibia', 'NAM', 'NA'),
(148, 1, 'Nauru', 'NRU', 'NR'),
(149, 1, 'Nepal', 'NPL', 'NP'),
(150, 1, 'Netherlands', 'NLD', 'NL'),
(151, 1, 'Netherlands Antilles', 'ANT', 'AN'),
(152, 1, 'New Caledonia', 'NCL', 'NC'),
(153, 1, 'New Zealand', 'NZL', 'NZ'),
(154, 1, 'Nicaragua', 'NIC', 'NI'),
(155, 1, 'Niger', 'NER', 'NE'),
(156, 1, 'Nigeria', 'NGA', 'NG'),
(157, 1, 'Niue', 'NIU', 'NU'),
(158, 1, 'Norfolk Island', 'NFK', 'NF'),
(159, 1, 'Northern Mariana Islands', 'MNP', 'MP'),
(160, 1, 'Norway', 'NOR', 'NO'),
(161, 1, 'Oman', 'OMN', 'OM'),
(162, 1, 'Pakistan', 'PAK', 'PK'),
(163, 1, 'Palau', 'PLW', 'PW'),
(164, 1, 'Panama', 'PAN', 'PA'),
(165, 1, 'Papua New Guinea', 'PNG', 'PG'),
(166, 1, 'Paraguay', 'PRY', 'PY'),
(167, 1, 'Peru', 'PER', 'PE'),
(168, 1, 'Philippines', 'PHL', 'PH'),
(169, 1, 'Pitcairn', 'PCN', 'PN'),
(170, 1, 'Poland', 'POL', 'PL'),
(171, 1, 'Portugal', 'PRT', 'PT'),
(172, 1, 'Puerto Rico', 'PRI', 'PR'),
(173, 1, 'Qatar', 'QAT', 'QA'),
(174, 1, 'Reunion', 'REU', 'RE'),
(175, 1, 'Romania', 'ROM', 'RO'),
(176, 1, 'Russian Federation', 'RUS', 'RU'),
(177, 1, 'Rwanda', 'RWA', 'RW'),
(178, 1, 'Saint Kitts and Nevis', 'KNA', 'KN'),
(179, 1, 'Saint Lucia', 'LCA', 'LC'),
(180, 1, 'Saint Vincent and the Grenadines', 'VCT', 'VC'),
(181, 1, 'Samoa', 'WSM', 'WS'),
(182, 1, 'San Marino', 'SMR', 'SM'),
(183, 1, 'Sao Tome and Principe', 'STP', 'ST'),
(184, 1, 'Saudi Arabia', 'SAU', 'SA'),
(185, 1, 'Senegal', 'SEN', 'SN'),
(186, 1, 'Seychelles', 'SYC', 'SC'),
(187, 1, 'Sierra Leone', 'SLE', 'SL'),
(188, 1, 'Singapore', 'SGP', 'SG'),
(189, 1, 'Slovakia (Slovak Republic)', 'SVK', 'SK'),
(190, 1, 'Slovenia', 'SVN', 'SI'),
(191, 1, 'Solomon Islands', 'SLB', 'SB'),
(192, 1, 'Somalia', 'SOM', 'SO'),
(193, 1, 'South Africa', 'ZAF', 'ZA'),
(194, 1, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS'),
(195, 1, 'Spain', 'ESP', 'ES'),
(196, 1, 'Sri Lanka', 'LKA', 'LK'),
(197, 1, 'St. Helena', 'SHN', 'SH'),
(198, 1, 'St. Pierre and Miquelon', 'SPM', 'PM'),
(199, 1, 'Sudan', 'SDN', 'SD'),
(200, 1, 'Suriname', 'SUR', 'SR'),
(201, 1, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ'),
(202, 1, 'Swaziland', 'SWZ', 'SZ'),
(203, 1, 'Sweden', 'SWE', 'SE'),
(204, 1, 'Switzerland', 'CHE', 'CH'),
(205, 1, 'Syrian Arab Republic', 'SYR', 'SY'),
(206, 1, 'Taiwan', 'TWN', 'TW'),
(207, 1, 'Tajikistan', 'TJK', 'TJ'),
(208, 1, 'Tanzania, United Republic of', 'TZA', 'TZ'),
(209, 1, 'Thailand', 'THA', 'TH'),
(210, 1, 'Togo', 'TGO', 'TG'),
(211, 1, 'Tokelau', 'TKL', 'TK'),
(212, 1, 'Tonga', 'TON', 'TO'),
(213, 1, 'Trinidad and Tobago', 'TTO', 'TT'),
(214, 1, 'Tunisia', 'TUN', 'TN'),
(215, 1, 'Turkey', 'TUR', 'TR'),
(216, 1, 'Turkmenistan', 'TKM', 'TM'),
(217, 1, 'Turks and Caicos Islands', 'TCA', 'TC'),
(218, 1, 'Tuvalu', 'TUV', 'TV'),
(219, 1, 'Uganda', 'UGA', 'UG'),
(220, 1, 'Ukraine', 'UKR', 'UA'),
(221, 1, 'United Arab Emirates', 'ARE', 'AE'),
(222, 1, 'United Kingdom', 'GBR', 'GB'),
(223, 1, 'United States', 'USA', 'US'),
(224, 1, 'United States Minor Outlying Islands', 'UMI', 'UM'),
(225, 1, 'Uruguay', 'URY', 'UY'),
(226, 1, 'Uzbekistan', 'UZB', 'UZ'),
(227, 1, 'Vanuatu', 'VUT', 'VU'),
(228, 1, 'Vatican City State (Holy See)', 'VAT', 'VA'),
(229, 1, 'Venezuela', 'VEN', 'VE'),
(230, 1, 'Viet Nam', 'VNM', 'VN'),
(231, 1, 'Virgin Islands (British)', 'VGB', 'VG'),
(232, 1, 'Virgin Islands (U.S.)', 'VIR', 'VI'),
(233, 1, 'Wallis and Futuna Islands', 'WLF', 'WF'),
(234, 1, 'Western Sahara', 'ESH', 'EH'),
(235, 1, 'Yemen', 'YEM', 'YE'),
(236, 1, 'Yugoslavia', 'YUG', 'YU'),
(237, 1, 'The Democratic Republic of Congo', 'DRC', 'DC'),
(238, 1, 'Zambia', 'ZMB', 'ZM'),
(239, 1, 'Zimbabwe', 'ZWE', 'ZW'),
(240, 1, 'East Timor', 'XET', 'XE'),
(241, 1, 'Jersey', 'XJE', 'XJ'),
(242, 1, 'St. Barthelemy', 'XSB', 'XB'),
(243, 1, 'St. Eustatius', 'XSE', 'XU'),
(244, 1, 'Canary Islands', 'XCA', 'XC');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_coupons`
--

CREATE TABLE IF NOT EXISTS `jos_vm_coupons` (
  `coupon_id` int(16) NOT NULL auto_increment,
  `coupon_code` varchar(32) NOT NULL default '',
  `percent_or_total` enum('percent','total') NOT NULL default 'percent',
  `coupon_type` enum('gift','permanent') NOT NULL default 'gift',
  `coupon_value` decimal(12,2) NOT NULL default '0.00',
  PRIMARY KEY  (`coupon_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Used to store coupon codes' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_vm_coupons`
--

INSERT INTO `jos_vm_coupons` (`coupon_id`, `coupon_code`, `percent_or_total`, `coupon_type`, `coupon_value`) VALUES
(1, '10€', 'total', 'gift', '10.00');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_creditcard`
--

CREATE TABLE IF NOT EXISTS `jos_vm_creditcard` (
  `creditcard_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) NOT NULL default '0',
  `creditcard_name` varchar(70) NOT NULL default '',
  `creditcard_code` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`creditcard_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Used to store credit card types' AUTO_INCREMENT=8 ;

--
-- Dumping data for table `jos_vm_creditcard`
--

INSERT INTO `jos_vm_creditcard` (`creditcard_id`, `vendor_id`, `creditcard_name`, `creditcard_code`) VALUES
(1, 1, 'Visa', 'VISA'),
(2, 1, 'MasterCard', 'MC'),
(3, 1, 'American Express', 'amex'),
(4, 1, 'Discover Card', 'discover'),
(5, 1, 'Diners Club', 'diners'),
(6, 1, 'JCB', 'jcb'),
(7, 1, 'Australian Bankcard', 'australian_bc');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_csv`
--

CREATE TABLE IF NOT EXISTS `jos_vm_csv` (
  `field_id` int(11) NOT NULL auto_increment,
  `field_name` varchar(128) NOT NULL default '',
  `field_default_value` text,
  `field_ordering` int(3) NOT NULL default '0',
  `field_required` char(1) default 'N',
  PRIMARY KEY  (`field_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds all fields which are used on CVS Ex-/Import' AUTO_INCREMENT=26 ;

--
-- Dumping data for table `jos_vm_csv`
--

INSERT INTO `jos_vm_csv` (`field_id`, `field_name`, `field_default_value`, `field_ordering`, `field_required`) VALUES
(1, 'product_sku', '', 1, 'Y'),
(2, 'product_s_desc', '', 5, 'N'),
(3, 'product_desc', '', 6, 'N'),
(4, 'product_thumb_image', '', 7, 'N'),
(5, 'product_full_image', '', 8, 'N'),
(6, 'product_weight', '', 9, 'N'),
(7, 'product_weight_uom', 'KG', 10, 'N'),
(8, 'product_length', '', 11, 'N'),
(9, 'product_width', '', 12, 'N'),
(10, 'product_height', '', 13, 'N'),
(11, 'product_lwh_uom', '', 14, 'N'),
(12, 'product_in_stock', '0', 15, 'N'),
(13, 'product_available_date', '', 16, 'N'),
(14, 'product_discount_id', '', 17, 'N'),
(15, 'product_name', '', 2, 'Y'),
(16, 'product_price', '', 4, 'N'),
(17, 'category_path', '', 3, 'Y'),
(18, 'manufacturer_id', '', 18, 'N'),
(19, 'product_tax_id', '', 19, 'N'),
(20, 'product_sales', '', 20, 'N'),
(21, 'product_parent_id', '0', 21, 'N'),
(22, 'attribute', '', 22, 'N'),
(23, 'custom_attribute', '', 23, 'N'),
(24, 'attributes', '', 24, 'N'),
(25, 'attribute_values', '', 25, 'N');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_currency`
--

CREATE TABLE IF NOT EXISTS `jos_vm_currency` (
  `currency_id` int(11) NOT NULL auto_increment,
  `currency_name` varchar(64) default NULL,
  `currency_code` char(3) default NULL,
  PRIMARY KEY  (`currency_id`),
  KEY `idx_currency_name` (`currency_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Used to store currencies' AUTO_INCREMENT=159 ;

--
-- Dumping data for table `jos_vm_currency`
--

INSERT INTO `jos_vm_currency` (`currency_id`, `currency_name`, `currency_code`) VALUES
(1, 'Andorran Peseta', 'ADP'),
(2, 'United Arab Emirates Dirham', 'AED'),
(3, 'Afghanistan Afghani', 'AFA'),
(4, 'Albanian Lek', 'ALL'),
(5, 'Netherlands Antillian Guilder', 'ANG'),
(6, 'Angolan Kwanza', 'AOK'),
(7, 'Argentine Peso', 'ARS'),
(9, 'Australian Dollar', 'AUD'),
(10, 'Aruban Florin', 'AWG'),
(11, 'Barbados Dollar', 'BBD'),
(12, 'Bangladeshi Taka', 'BDT'),
(14, 'Bulgarian Lev', 'BGL'),
(15, 'Bahraini Dinar', 'BHD'),
(16, 'Burundi Franc', 'BIF'),
(17, 'Bermudian Dollar', 'BMD'),
(18, 'Brunei Dollar', 'BND'),
(19, 'Bolivian Boliviano', 'BOB'),
(20, 'Brazilian Real', 'BRL'),
(21, 'Bahamian Dollar', 'BSD'),
(22, 'Bhutan Ngultrum', 'BTN'),
(23, 'Burma Kyat', 'BUK'),
(24, 'Botswanian Pula', 'BWP'),
(25, 'Belize Dollar', 'BZD'),
(26, 'Canadian Dollar', 'CAD'),
(27, 'Swiss Franc', 'CHF'),
(28, 'Chilean Unidades de Fomento', 'CLF'),
(29, 'Chilean Peso', 'CLP'),
(30, 'Yuan (Chinese) Renminbi', 'CNY'),
(31, 'Colombian Peso', 'COP'),
(32, 'Costa Rican Colon', 'CRC'),
(33, 'Czech Koruna', 'CZK'),
(34, 'Cuban Peso', 'CUP'),
(35, 'Cape Verde Escudo', 'CVE'),
(36, 'Cyprus Pound', 'CYP'),
(40, 'Danish Krone', 'DKK'),
(41, 'Dominican Peso', 'DOP'),
(42, 'Algerian Dinar', 'DZD'),
(43, 'Ecuador Sucre', 'ECS'),
(44, 'Egyptian Pound', 'EGP'),
(46, 'Ethiopian Birr', 'ETB'),
(47, 'Euro', 'EUR'),
(49, 'Fiji Dollar', 'FJD'),
(50, 'Falkland Islands Pound', 'FKP'),
(52, 'British Pound', 'GBP'),
(53, 'Ghanaian Cedi', 'GHC'),
(54, 'Gibraltar Pound', 'GIP'),
(55, 'Gambian Dalasi', 'GMD'),
(56, 'Guinea Franc', 'GNF'),
(58, 'Guatemalan Quetzal', 'GTQ'),
(59, 'Guinea-Bissau Peso', 'GWP'),
(60, 'Guyanan Dollar', 'GYD'),
(61, 'Hong Kong Dollar', 'HKD'),
(62, 'Honduran Lempira', 'HNL'),
(63, 'Haitian Gourde', 'HTG'),
(64, 'Hungarian Forint', 'HUF'),
(65, 'Indonesian Rupiah', 'IDR'),
(66, 'Irish Punt', 'IEP'),
(67, 'Israeli Shekel', 'ILS'),
(68, 'Indian Rupee', 'INR'),
(69, 'Iraqi Dinar', 'IQD'),
(70, 'Iranian Rial', 'IRR'),
(73, 'Jamaican Dollar', 'JMD'),
(74, 'Jordanian Dinar', 'JOD'),
(75, 'Japanese Yen', 'JPY'),
(76, 'Kenyan Schilling', 'KES'),
(77, 'Kampuchean (Cambodian) Riel', 'KHR'),
(78, 'Comoros Franc', 'KMF'),
(79, 'North Korean Won', 'KPW'),
(80, '(South) Korean Won', 'KRW'),
(81, 'Kuwaiti Dinar', 'KWD'),
(82, 'Cayman Islands Dollar', 'KYD'),
(83, 'Lao Kip', 'LAK'),
(84, 'Lebanese Pound', 'LBP'),
(85, 'Sri Lanka Rupee', 'LKR'),
(86, 'Liberian Dollar', 'LRD'),
(87, 'Lesotho Loti', 'LSL'),
(89, 'Libyan Dinar', 'LYD'),
(90, 'Moroccan Dirham', 'MAD'),
(91, 'Malagasy Franc', 'MGF'),
(92, 'Mongolian Tugrik', 'MNT'),
(93, 'Macau Pataca', 'MOP'),
(94, 'Mauritanian Ouguiya', 'MRO'),
(95, 'Maltese Lira', 'MTL'),
(96, 'Mauritius Rupee', 'MUR'),
(97, 'Maldive Rufiyaa', 'MVR'),
(98, 'Malawi Kwacha', 'MWK'),
(99, 'Mexican Peso', 'MXP'),
(100, 'Malaysian Ringgit', 'MYR'),
(101, 'Mozambique Metical', 'MZM'),
(102, 'Nigerian Naira', 'NGN'),
(103, 'Nicaraguan Cordoba', 'NIC'),
(105, 'Norwegian Kroner', 'NOK'),
(106, 'Nepalese Rupee', 'NPR'),
(107, 'New Zealand Dollar', 'NZD'),
(108, 'Omani Rial', 'OMR'),
(109, 'Panamanian Balboa', 'PAB'),
(110, 'Peruvian Nuevo Sol', 'PEN'),
(111, 'Papua New Guinea Kina', 'PGK'),
(112, 'Philippine Peso', 'PHP'),
(113, 'Pakistan Rupee', 'PKR'),
(114, 'Polish Złoty', 'PLN'),
(116, 'Paraguay Guarani', 'PYG'),
(117, 'Qatari Rial', 'QAR'),
(118, 'Romanian Leu', 'RON'),
(119, 'Rwanda Franc', 'RWF'),
(120, 'Saudi Arabian Riyal', 'SAR'),
(121, 'Solomon Islands Dollar', 'SBD'),
(122, 'Seychelles Rupee', 'SCR'),
(123, 'Sudanese Pound', 'SDP'),
(124, 'Swedish Krona', 'SEK'),
(125, 'Singapore Dollar', 'SGD'),
(126, 'St. Helena Pound', 'SHP'),
(127, 'Sierra Leone Leone', 'SLL'),
(128, 'Somali Schilling', 'SOS'),
(129, 'Suriname Guilder', 'SRG'),
(130, 'Sao Tome and Principe Dobra', 'STD'),
(131, 'Russian Ruble', 'RUB'),
(132, 'El Salvador Colon', 'SVC'),
(133, 'Syrian Potmd', 'SYP'),
(134, 'Swaziland Lilangeni', 'SZL'),
(135, 'Thai Bath', 'THB'),
(136, 'Tunisian Dinar', 'TND'),
(137, 'Tongan Pa''anga', 'TOP'),
(138, 'East Timor Escudo', 'TPE'),
(139, 'Turkish Lira', 'TRY'),
(140, 'Trinidad and Tobago Dollar', 'TTD'),
(141, 'Taiwan Dollar', 'TWD'),
(142, 'Tanzanian Schilling', 'TZS'),
(143, 'Uganda Shilling', 'UGS'),
(144, 'US Dollar', 'USD'),
(145, 'Uruguayan Peso', 'UYP'),
(146, 'Venezualan Bolivar', 'VEB'),
(147, 'Vietnamese Dong', 'VND'),
(148, 'Vanuatu Vatu', 'VUV'),
(149, 'Samoan Tala', 'WST'),
(150, 'Democratic Yemeni Dinar', 'YDD'),
(151, 'Yemeni Rial', 'YER'),
(152, 'New Yugoslavia Dinar', 'YUD'),
(153, 'South African Rand', 'ZAR'),
(154, 'Zambian Kwacha', 'ZMK'),
(155, 'Zaire Zaire', 'ZRZ'),
(156, 'Zimbabwe Dollar', 'ZWD'),
(157, 'Slovak Koruna', 'SKK'),
(158, 'Armenian Dram', 'AMD');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_export`
--

CREATE TABLE IF NOT EXISTS `jos_vm_export` (
  `export_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) default NULL,
  `export_name` varchar(255) default NULL,
  `export_desc` text NOT NULL,
  `export_class` varchar(50) NOT NULL,
  `export_enabled` char(1) NOT NULL default 'N',
  `export_config` text NOT NULL,
  `iscore` tinyint(3) NOT NULL default '0',
  PRIMARY KEY  (`export_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Export Modules' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_export`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_function`
--

CREATE TABLE IF NOT EXISTS `jos_vm_function` (
  `function_id` int(11) NOT NULL auto_increment,
  `module_id` int(11) default NULL,
  `function_name` varchar(32) default NULL,
  `function_class` varchar(32) default NULL,
  `function_method` varchar(32) default NULL,
  `function_description` text,
  `function_perms` varchar(255) default NULL,
  PRIMARY KEY  (`function_id`),
  KEY `idx_function_module_id` (`module_id`),
  KEY `idx_function_name` (`function_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Used to map a function alias to a ''real'' class::function' AUTO_INCREMENT=195 ;

--
-- Dumping data for table `jos_vm_function`
--

INSERT INTO `jos_vm_function` (`function_id`, `module_id`, `function_name`, `function_class`, `function_method`, `function_description`, `function_perms`) VALUES
(1, 1, 'userAdd', 'ps_user', 'add', '', 'admin,storeadmin'),
(2, 1, 'userDelete', 'ps_user', 'delete', '', 'admin,storeadmin'),
(3, 1, 'userUpdate', 'ps_user', 'update', '', 'admin,storeadmin'),
(31, 2, 'productAdd', 'ps_product', 'add', '', 'admin,storeadmin'),
(6, 1, 'functionAdd', 'ps_function', 'add', '', 'admin'),
(7, 1, 'functionUpdate', 'ps_function', 'update', '', 'admin'),
(8, 1, 'functionDelete', 'ps_function', 'delete', '', 'admin'),
(9, 1, 'userLogout', 'ps_user', 'logout', '', 'none'),
(10, 1, 'userAddressAdd', 'ps_user_address', 'add', '', 'admin,storeadmin,shopper,demo'),
(11, 1, 'userAddressUpdate', 'ps_user_address', 'update', '', 'admin,storeadmin,shopper'),
(12, 1, 'userAddressDelete', 'ps_user_address', 'delete', '', 'admin,storeadmin,shopper'),
(13, 1, 'moduleAdd', 'ps_module', 'add', '', 'admin'),
(14, 1, 'moduleUpdate', 'ps_module', 'update', '', 'admin'),
(15, 1, 'moduleDelete', 'ps_module', 'delete', '', 'admin'),
(16, 1, 'userLogin', 'ps_user', 'login', '', 'none'),
(17, 3, 'vendorAdd', 'ps_vendor', 'add', '', 'admin'),
(18, 3, 'vendorUpdate', 'ps_vendor', 'update', '', 'admin,storeadmin'),
(19, 3, 'vendorDelete', 'ps_vendor', 'delete', '', 'admin'),
(20, 3, 'vendorCategoryAdd', 'ps_vendor_category', 'add', '', 'admin'),
(21, 3, 'vendorCategoryUpdate', 'ps_vendor_category', 'update', '', 'admin'),
(22, 3, 'vendorCategoryDelete', 'ps_vendor_category', 'delete', '', 'admin'),
(23, 4, 'shopperAdd', 'ps_shopper', 'add', '', 'none'),
(24, 4, 'shopperDelete', 'ps_shopper', 'delete', '', 'admin,storeadmin'),
(25, 4, 'shopperUpdate', 'ps_shopper', 'update', '', 'admin,storeadmin,shopper'),
(26, 4, 'shopperGroupAdd', 'ps_shopper_group', 'add', '', 'admin,storeadmin'),
(27, 4, 'shopperGroupUpdate', 'ps_shopper_group', 'update', '', 'admin,storeadmin'),
(28, 4, 'shopperGroupDelete', 'ps_shopper_group', 'delete', '', 'admin,storeadmin'),
(30, 5, 'orderStatusSet', 'ps_order', 'order_status_update', '', 'admin,storeadmin'),
(32, 2, 'productDelete', 'ps_product', 'delete', '', 'admin,storeadmin'),
(33, 2, 'productUpdate', 'ps_product', 'update', '', 'admin,storeadmin'),
(34, 2, 'productCategoryAdd', 'ps_product_category', 'add', '', 'admin,storeadmin'),
(35, 2, 'productCategoryUpdate', 'ps_product_category', 'update', '', 'admin,storeadmin'),
(36, 2, 'productCategoryDelete', 'ps_product_category', 'delete', '', 'admin,storeadmin'),
(37, 2, 'productPriceAdd', 'ps_product_price', 'add', '', 'admin,storeadmin'),
(38, 2, 'productPriceUpdate', 'ps_product_price', 'update', '', 'admin,storeadmin'),
(39, 2, 'productPriceDelete', 'ps_product_price', 'delete', '', 'admin,storeadmin'),
(40, 2, 'productAttributeAdd', 'ps_product_attribute', 'add', '', 'admin,storeadmin'),
(41, 2, 'productAttributeUpdate', 'ps_product_attribute', 'update', '', 'admin,storeadmin'),
(42, 2, 'productAttributeDelete', 'ps_product_attribute', 'delete', '', 'admin,storeadmin'),
(43, 7, 'cartAdd', 'ps_cart', 'add', '', 'none'),
(44, 7, 'cartUpdate', 'ps_cart', 'update', '', 'none'),
(45, 7, 'cartDelete', 'ps_cart', 'delete', '', 'none'),
(46, 10, 'checkoutComplete', 'ps_checkout', 'add', '', 'shopper,storeadmin,admin'),
(48, 8, 'paymentMethodUpdate', 'ps_payment_method', 'update', '', 'admin,storeadmin'),
(49, 8, 'paymentMethodAdd', 'ps_payment_method', 'add', '', 'admin,storeadmin'),
(50, 8, 'paymentMethodDelete', 'ps_payment_method', 'delete', '', 'admin,storeadmin'),
(51, 5, 'orderDelete', 'ps_order', 'delete', '', 'admin,storeadmin'),
(52, 11, 'addTaxRate', 'ps_tax', 'add', '', 'admin,storeadmin'),
(53, 11, 'updateTaxRate', 'ps_tax', 'update', '', 'admin,storeadmin'),
(54, 11, 'deleteTaxRate', 'ps_tax', 'delete', '', 'admin,storeadmin'),
(55, 10, 'checkoutValidateST', 'ps_checkout', 'validate_shipto', '', 'none'),
(59, 5, 'orderStatusUpdate', 'ps_order_status', 'update', '', 'admin,storeadmin'),
(60, 5, 'orderStatusAdd', 'ps_order_status', 'add', '', 'storeadmin,admin'),
(61, 5, 'orderStatusDelete', 'ps_order_status', 'delete', '', 'admin,storeadmin'),
(62, 1, 'currencyAdd', 'ps_currency', 'add', 'add a currency', 'storeadmin,admin'),
(63, 1, 'currencyUpdate', 'ps_currency', 'update', '        update a currency', 'storeadmin,admin'),
(64, 1, 'currencyDelete', 'ps_currency', 'delete', 'delete a currency', 'storeadmin,admin'),
(65, 1, 'countryAdd', 'ps_country', 'add', 'Add a country ', 'storeadmin,admin'),
(66, 1, 'countryUpdate', 'ps_country', 'update', 'Update a country record', 'storeadmin,admin'),
(67, 1, 'countryDelete', 'ps_country', 'delete', 'Delete a country record', 'storeadmin,admin'),
(68, 2, 'product_csv', 'ps_csv', 'upload_csv', '', 'admin'),
(110, 7, 'waitingListAdd', 'zw_waiting_list', 'add', '', 'none'),
(111, 13, 'addzone', 'ps_zone', 'add', 'This will add a zone', 'admin,storeadmin'),
(112, 13, 'updatezone', 'ps_zone', 'update', 'This will update a zone', 'admin,storeadmin'),
(113, 13, 'deletezone', 'ps_zone', 'delete', 'This will delete a zone', 'admin,storeadmin'),
(114, 13, 'zoneassign', 'ps_zone', 'assign', 'This will assign a country to a zone', 'admin,storeadmin'),
(115, 1, 'writeConfig', 'ps_config', 'writeconfig', 'This will write the configuration details to virtuemart.cfg.php', 'admin'),
(116, 12839, 'carrierAdd', 'ps_shipping', 'add', '', 'admin,storeadmin'),
(117, 12839, 'carrierDelete', 'ps_shipping', 'delete', '', 'admin,storeadmin'),
(118, 12839, 'carrierUpdate', 'ps_shipping', 'update', '', 'admin,storeadmin'),
(119, 12839, 'rateAdd', 'ps_shipping', 'rate_add', '', 'admin,storeadmin'),
(120, 12839, 'rateUpdate', 'ps_shipping', 'rate_update', '', 'admin,shopadmin'),
(121, 12839, 'rateDelete', 'ps_shipping', 'rate_delete', '', 'admin,storeadmin'),
(122, 10, 'checkoutProcess', 'ps_checkout', 'process', '', 'none'),
(123, 5, 'downloadRequest', 'ps_order', 'download_request', 'This checks if the download request is valid and sends the file to the browser as file download if the request was successful, otherwise echoes an error', 'none'),
(128, 99, 'manufacturerAdd', 'ps_manufacturer', 'add', '', 'admin,storeadmin'),
(129, 99, 'manufacturerUpdate', 'ps_manufacturer', 'update', '', 'admin,storeadmin'),
(130, 99, 'manufacturerDelete', 'ps_manufacturer', 'delete', '', 'admin,storeadmin'),
(131, 99, 'manufacturercategoryAdd', 'ps_manufacturer_category', 'add', '', 'admin,storeadmin'),
(132, 99, 'manufacturercategoryUpdate', 'ps_manufacturer_category', 'update', '', 'admin,storeadmin'),
(133, 99, 'manufacturercategoryDelete', 'ps_manufacturer_category', 'delete', '', 'admin,storeadmin'),
(134, 7, 'addReview', 'ps_reviews', 'process_review', 'This lets the user add a review and rating to a product.', 'admin,storeadmin,shopper,demo'),
(135, 7, 'productReviewDelete', 'ps_reviews', 'delete_review', 'This deletes a review and from a product.', 'admin,storeadmin'),
(136, 8, 'creditcardAdd', 'ps_creditcard', 'add', 'Adds a Credit Card entry.', 'admin,storeadmin'),
(137, 8, 'creditcardUpdate', 'ps_creditcard', 'update', 'Updates a Credit Card entry.', 'admin,storeadmin'),
(138, 8, 'creditcardDelete', 'ps_creditcard', 'delete', 'Deletes a Credit Card entry.', 'admin,storeadmin'),
(139, 2, 'changePublishState', 'vmAbstractObject.class', 'handlePublishState', 'Changes the publish field of an item, so that it can be published or unpublished easily.', 'admin,storeadmin'),
(140, 2, 'export_csv', 'ps_csv', 'export_csv', 'This function exports all relevant product data to CSV.', 'admin,storeadmin'),
(141, 2, 'reorder', 'ps_product_category', 'reorder', 'Changes the list order of a category.', 'admin,storeadmin'),
(142, 2, 'discountAdd', 'ps_product_discount', 'add', 'Adds a discount.', 'admin,storeadmin'),
(143, 2, 'discountUpdate', 'ps_product_discount', 'update', 'Updates a discount.', 'admin,storeadmin'),
(144, 2, 'discountDelete', 'ps_product_discount', 'delete', 'Deletes a discount.', 'admin,storeadmin'),
(145, 8, 'shippingmethodSave', 'ps_shipping_method', 'save', '', 'admin,storeadmin'),
(146, 2, 'uploadProductFile', 'ps_product_files', 'add', 'Uploads and Adds a Product Image/File.', 'admin,storeadmin'),
(147, 2, 'updateProductFile', 'ps_product_files', 'update', 'Updates a Product Image/File.', 'admin,storeadmin'),
(148, 2, 'deleteProductFile', 'ps_product_files', 'delete', 'Deletes a Product Image/File.', 'admin,storeadmin'),
(149, 12843, 'couponAdd', 'ps_coupon', 'add_coupon_code', 'Adds a Coupon.', 'admin,storeadmin'),
(150, 12843, 'couponUpdate', 'ps_coupon', 'update_coupon', 'Updates a Coupon.', 'admin,storeadmin'),
(151, 12843, 'couponDelete', 'ps_coupon', 'remove_coupon_code', 'Deletes a Coupon.', 'admin,storeadmin'),
(152, 12843, 'couponProcess', 'ps_coupon', 'process_coupon_code', 'Processes a Coupon.', 'admin,storeadmin,shopper,demo'),
(153, 2, 'ProductTypeAdd', 'ps_product_type', 'add', 'Function add a Product Type and create new table product_type_<id>.', 'admin'),
(154, 2, 'ProductTypeUpdate', 'ps_product_type', 'update', 'Update a Product Type.', 'admin'),
(155, 2, 'ProductTypeDelete', 'ps_product_type', 'delete', 'Delete a Product Type and drop table product_type_<id>.', 'admin'),
(156, 2, 'ProductTypeReorder', 'ps_product_type', 'reorder', 'Changes the list order of a Product Type.', 'admin'),
(157, 2, 'ProductTypeAddParam', 'ps_product_type_parameter', 'add_parameter', 'Function add a Parameter into a Product Type and create new column in table product_type_<id>.', 'admin'),
(158, 2, 'ProductTypeUpdateParam', 'ps_product_type_parameter', 'update_parameter', 'Function update a Parameter in a Product Type and a column in table product_type_<id>.', 'admin'),
(159, 2, 'ProductTypeDeleteParam', 'ps_product_type_parameter', 'delete_parameter', 'Function delete a Parameter from a Product Type and drop a column in table product_type_<id>.', 'admin'),
(160, 2, 'ProductTypeReorderParam', 'ps_product_type_parameter', 'reorder_parameter', 'Changes the list order of a Parameter.', 'admin'),
(161, 2, 'productProductTypeAdd', 'ps_product_product_type', 'add', 'Add a Product into a Product Type.', 'admin,storeadmin'),
(162, 2, 'productProductTypeDelete', 'ps_product_product_type', 'delete', 'Delete a Product from a Product Type.', 'admin,storeadmin'),
(163, 1, 'stateAdd', 'ps_country', 'addState', 'Add a State ', 'storeadmin,admin'),
(164, 1, 'stateUpdate', 'ps_country', 'updateState', 'Update a state record', 'storeadmin,admin'),
(165, 1, 'stateDelete', 'ps_country', 'deleteState', 'Delete a state record', 'storeadmin,admin'),
(166, 2, 'csvFieldAdd', 'ps_csv', 'add', 'Add a CSV Field ', 'storeadmin,admin'),
(167, 2, 'csvFieldUpdate', 'ps_csv', 'update', 'Update a CSV Field', 'storeadmin,admin'),
(168, 2, 'csvFieldDelete', 'ps_csv', 'delete', 'Delete a CSV Field', 'storeadmin,admin'),
(169, 1, 'userfieldSave', 'ps_userfield', 'savefield', 'add or edit a user field', 'admin'),
(170, 1, 'userfieldDelete', 'ps_userfield', 'deletefield', '', 'admin'),
(171, 1, 'changeordering', 'vmAbstractObject.class', 'handleordering', '', 'admin'),
(172, 2, 'moveProduct', 'ps_product', 'move', 'Move products from one category to another.', 'admin,storeadmin'),
(173, 7, 'productAsk', 'ps_communication', 'mail_question', 'Lets the customer send a question about a specific product.', 'none'),
(174, 7, 'recommendProduct', 'ps_communication', 'sendRecommendation', 'Lets the customer send a recommendation about a specific product to a friend.', 'none'),
(175, 2, 'reviewUpdate', 'ps_reviews', 'update', 'Modify a review about a specific product.', 'admin'),
(176, 8, 'ExportUpdate', 'ps_export', 'update', '', 'admin,storeadmin'),
(177, 8, 'ExportAdd', 'ps_export', 'add', '', 'admin,storeadmin'),
(178, 8, 'ExportDelete', 'ps_export', 'delete', '', 'admin,storeadmin'),
(179, 1, 'writeThemeConfig', 'ps_config', 'writeThemeConfig', 'Writes a theme configuration file.', 'admin'),
(180, 1, 'usergroupAdd', 'usergroup.class', 'add', 'Add a new user group', 'admin'),
(181, 1, 'usergroupUpdate', 'usergroup.class', 'update', 'Update an user group', 'admin'),
(182, 1, 'usergroupDelete', 'usergroup.class', 'delete', 'Delete an user group', 'admin'),
(183, 1, 'setModulePermissions', 'ps_module', 'update_permissions', '', 'admin'),
(184, 1, 'setFunctionPermissions', 'ps_function', 'update_permissions', '', 'admin'),
(185, 2, 'insertDownloadsForProduct', 'ps_order', 'insert_downloads_for_product', '', 'admin'),
(186, 5, 'mailDownloadId', 'ps_order', 'mail_download_id', '', 'storeadmin,admin'),
(187, 7, 'replaceSavedCart', 'ps_cart', 'replaceCart', 'Replace cart with saved cart', 'none'),
(188, 7, 'mergeSavedCart', 'ps_cart', 'mergeSaved', 'Merge saved cart with cart', 'none'),
(189, 7, 'deleteSavedCart', 'ps_cart', 'deleteCart', 'Delete saved cart', 'none'),
(190, 7, 'savedCartDelete', 'ps_cart', 'deleteSaved', 'Delete items from saved cart', 'none'),
(191, 7, 'savedCartUpdate', 'ps_cart', 'updateSaved', 'Update saved cart items', 'none'),
(192, 1, 'getupdatepackage', 'update.class', 'getPatchPackage', 'Retrieves the Patch Package from the virtuemart.net Servers.', 'admin'),
(193, 1, 'applypatchpackage', 'update.class', 'applyPatch', 'Applies the Patch using the instructions from the update.xml file in the downloaded patch.', 'admin'),
(194, 1, 'removePatchPackage', 'update.class', 'removePackageFile', 'Removes  a Patch Package File and its extracted contents.', 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_manufacturer`
--

CREATE TABLE IF NOT EXISTS `jos_vm_manufacturer` (
  `manufacturer_id` int(11) NOT NULL auto_increment,
  `mf_name` varchar(64) default NULL,
  `mf_email` varchar(255) default NULL,
  `mf_desc` text,
  `mf_category_id` int(11) default NULL,
  `mf_url` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`manufacturer_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Manufacturers are those who create products' AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jos_vm_manufacturer`
--

INSERT INTO `jos_vm_manufacturer` (`manufacturer_id`, `mf_name`, `mf_email`, `mf_desc`, `mf_category_id`, `mf_url`) VALUES
(4, 'Mes soeur et moi', '', '', 2, ''),
(5, 'Eliane et Léna', '', '', 2, ''),
(2, 'Mais il est où le Soleil', '', '<span style="font-size: 12pt; font-family: verdana,geneva;">Marque belge , très originale </span>', 2, 'http://www.ousoleil.com/'),
(3, '3322', '', '', 2, ''),
(6, 'Jan Mosch', '', '', 2, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_manufacturer_category`
--

CREATE TABLE IF NOT EXISTS `jos_vm_manufacturer_category` (
  `mf_category_id` int(11) NOT NULL auto_increment,
  `mf_category_name` varchar(64) default NULL,
  `mf_category_desc` text,
  PRIMARY KEY  (`mf_category_id`),
  KEY `idx_manufacturer_category_category_name` (`mf_category_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Manufactorers are assigned to these categories' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_vm_manufacturer_category`
--

INSERT INTO `jos_vm_manufacturer_category` (`mf_category_id`, `mf_category_name`, `mf_category_desc`) VALUES
(1, '-default-', 'This is the default manufacturer category'),
(2, 'habillement', ''),
(3, 'Acessoires mode', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_module`
--

CREATE TABLE IF NOT EXISTS `jos_vm_module` (
  `module_id` int(11) NOT NULL auto_increment,
  `module_name` varchar(255) default NULL,
  `module_description` text,
  `module_perms` varchar(255) default NULL,
  `module_publish` char(1) default NULL,
  `list_order` int(11) default NULL,
  PRIMARY KEY  (`module_id`),
  KEY `idx_module_name` (`module_name`),
  KEY `idx_module_list_order` (`list_order`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='VirtueMart Core Modules, not: Joomla modules' AUTO_INCREMENT=12844 ;

--
-- Dumping data for table `jos_vm_module`
--

INSERT INTO `jos_vm_module` (`module_id`, `module_name`, `module_description`, `module_perms`, `module_publish`, `list_order`) VALUES
(1, 'admin', '<h4>ADMINISTRATIVE USERS ONLY</h4>\r\n\r\n<p>Only used for the following:</p>\r\n<OL>\r\n\r\n<LI>User Maintenance</LI>\r\n<LI>Module Maintenance</LI>\r\n<LI>Function Maintenance</LI>\r\n</OL>\r\n', 'admin', 'Y', 1),
(2, 'product', '<p>Here you can adminster your online catalog of products.  The Product Administrator allows you to create product categories, create new products, edit product attributes, and add product items for each attribute value.</p>', 'storeadmin,admin', 'Y', 4),
(3, 'vendor', '<h4>ADMINISTRATIVE USERS ONLY</h4>\r\n<p>Here you can manage the vendors on the phpShop system.</p>', 'admin', 'Y', 6),
(4, 'shopper', '<p>Manage shoppers in your store.  Allows you to create shopper groups.  Shopper groups can be used when setting the price for a product.  This allows you to create different prices for different types of users.  An example of this would be to have a ''wholesale'' group and a ''retail'' group. </p>', 'admin,storeadmin', 'Y', 4),
(5, 'order', '<p>View Order and Update Order Status.</p>', 'admin,storeadmin', 'Y', 5),
(6, 'msgs', 'This module is unprotected an used for displaying system messages to users.  We need to have an area that does not require authorization when things go wrong.', 'none', 'N', 99),
(7, 'shop', 'This is the Washupito store module.  This is the demo store included with the phpShop distribution.', 'none', 'Y', 99),
(8, 'store', '', 'storeadmin,admin', 'Y', 2),
(9, 'account', 'This module allows shoppers to update their account information and view previously placed orders.', 'shopper,storeadmin,admin,demo', 'N', 99),
(10, 'checkout', '', 'none', 'N', 99),
(11, 'tax', 'The tax module allows you to set tax rates for states or regions within a country.  The rate is set as a decimal figure.  For example, 2 percent tax would be 0.02.', 'admin,storeadmin', 'Y', 8),
(12, 'reportbasic', 'The report basic module allows you to do queries on all orders.', 'admin,storeadmin', 'Y', 7),
(13, 'zone', 'This is the zone-shipping module. Here you can manage your shipping costs according to Zones.', 'admin,storeadmin', 'N', 9),
(12839, 'shipping', '<h4>Shipping</h4><p>Let this module calculate the shipping fees for your customers.<br>Create carriers for shipping areas and weight groups.</p>', 'admin,storeadmin', 'Y', 10),
(99, 'manufacturer', 'Manage the manufacturers of products in your store.', 'storeadmin,admin', 'Y', 12),
(12842, 'help', 'Help Module', 'admin,storeadmin', 'Y', 13),
(12843, 'coupon', 'Coupon Management', 'admin,storeadmin', 'Y', 11);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_orders`
--

CREATE TABLE IF NOT EXISTS `jos_vm_orders` (
  `order_id` int(11) NOT NULL auto_increment,
  `user_id` int(11) NOT NULL default '0',
  `vendor_id` int(11) NOT NULL default '0',
  `order_number` varchar(32) default NULL,
  `user_info_id` varchar(32) default NULL,
  `order_total` decimal(15,5) NOT NULL default '0.00000',
  `order_subtotal` decimal(15,5) default NULL,
  `order_tax` decimal(10,2) default NULL,
  `order_tax_details` text NOT NULL,
  `order_shipping` decimal(10,2) default NULL,
  `order_shipping_tax` decimal(10,2) default NULL,
  `coupon_discount` decimal(12,2) NOT NULL default '0.00',
  `coupon_code` varchar(32) default NULL,
  `order_discount` decimal(12,2) NOT NULL default '0.00',
  `order_currency` varchar(16) default NULL,
  `order_status` char(1) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `ship_method_id` varchar(255) default NULL,
  `customer_note` text NOT NULL,
  `ip_address` varchar(15) NOT NULL default '',
  PRIMARY KEY  (`order_id`),
  KEY `idx_orders_user_id` (`user_id`),
  KEY `idx_orders_vendor_id` (`vendor_id`),
  KEY `idx_orders_order_number` (`order_number`),
  KEY `idx_orders_user_info_id` (`user_info_id`),
  KEY `idx_orders_ship_method_id` (`ship_method_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Used to store all orders' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_orders`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_order_history`
--

CREATE TABLE IF NOT EXISTS `jos_vm_order_history` (
  `order_status_history_id` int(11) NOT NULL auto_increment,
  `order_id` int(11) NOT NULL default '0',
  `order_status_code` char(1) NOT NULL default '0',
  `date_added` datetime NOT NULL default '0000-00-00 00:00:00',
  `customer_notified` int(1) default '0',
  `comments` text,
  PRIMARY KEY  (`order_status_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all actions and changes that occur to an order' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_order_history`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_order_item`
--

CREATE TABLE IF NOT EXISTS `jos_vm_order_item` (
  `order_item_id` int(11) NOT NULL auto_increment,
  `order_id` int(11) default NULL,
  `user_info_id` varchar(32) default NULL,
  `vendor_id` int(11) default NULL,
  `product_id` int(11) default NULL,
  `order_item_sku` varchar(64) NOT NULL default '',
  `order_item_name` varchar(64) NOT NULL default '',
  `product_quantity` int(11) default NULL,
  `product_item_price` decimal(15,5) default NULL,
  `product_final_price` decimal(12,2) NOT NULL default '0.00',
  `order_item_currency` varchar(16) default NULL,
  `order_status` char(1) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `product_attribute` text,
  PRIMARY KEY  (`order_item_id`),
  KEY `idx_order_item_order_id` (`order_id`),
  KEY `idx_order_item_user_info_id` (`user_info_id`),
  KEY `idx_order_item_vendor_id` (`vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all items (products) which are part of an order' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_order_item`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_order_payment`
--

CREATE TABLE IF NOT EXISTS `jos_vm_order_payment` (
  `order_id` int(11) NOT NULL default '0',
  `payment_method_id` int(11) default NULL,
  `order_payment_code` varchar(30) NOT NULL default '',
  `order_payment_number` blob,
  `order_payment_expire` int(11) default NULL,
  `order_payment_name` varchar(255) default NULL,
  `order_payment_log` text,
  `order_payment_trans_id` text NOT NULL,
  KEY `idx_order_payment_order_id` (`order_id`),
  KEY `idx_order_payment_method_id` (`payment_method_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The payment method that was chosen for a specific order';

--
-- Dumping data for table `jos_vm_order_payment`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_order_status`
--

CREATE TABLE IF NOT EXISTS `jos_vm_order_status` (
  `order_status_id` int(11) NOT NULL auto_increment,
  `order_status_code` char(1) NOT NULL default '',
  `order_status_name` varchar(64) default NULL,
  `order_status_description` text NOT NULL,
  `list_order` int(11) default NULL,
  `vendor_id` int(11) default NULL,
  PRIMARY KEY  (`order_status_id`),
  KEY `idx_order_status_list_order` (`list_order`),
  KEY `idx_order_status_vendor_id` (`vendor_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='All available order statuses' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `jos_vm_order_status`
--

INSERT INTO `jos_vm_order_status` (`order_status_id`, `order_status_code`, `order_status_name`, `order_status_description`, `list_order`, `vendor_id`) VALUES
(1, 'P', 'Pending', '', 1, 1),
(2, 'C', 'Confirmée', '', 2, 1),
(3, 'X', 'Cancelled', '', 3, 1),
(4, 'R', 'Refunded', '', 4, 1),
(5, 'S', 'Shipped', '', 5, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_order_user_info`
--

CREATE TABLE IF NOT EXISTS `jos_vm_order_user_info` (
  `order_info_id` int(11) NOT NULL auto_increment,
  `order_id` int(11) NOT NULL default '0',
  `user_id` int(11) NOT NULL default '0',
  `address_type` char(2) default NULL,
  `address_type_name` varchar(32) default NULL,
  `company` varchar(64) default NULL,
  `title` varchar(32) default NULL,
  `last_name` varchar(32) default NULL,
  `first_name` varchar(32) default NULL,
  `middle_name` varchar(32) default NULL,
  `phone_1` varchar(32) default NULL,
  `phone_2` varchar(32) default NULL,
  `fax` varchar(32) default NULL,
  `address_1` varchar(64) NOT NULL default '',
  `address_2` varchar(64) default NULL,
  `city` varchar(32) NOT NULL default '',
  `state` varchar(32) NOT NULL default '',
  `country` varchar(32) NOT NULL default 'US',
  `zip` varchar(32) NOT NULL default '',
  `user_email` varchar(255) default NULL,
  `extra_field_1` varchar(255) default NULL,
  `extra_field_2` varchar(255) default NULL,
  `extra_field_3` varchar(255) default NULL,
  `extra_field_4` char(1) default NULL,
  `extra_field_5` char(1) default NULL,
  `bank_account_nr` varchar(32) NOT NULL default '',
  `bank_name` varchar(32) NOT NULL default '',
  `bank_sort_code` varchar(16) NOT NULL default '',
  `bank_iban` varchar(64) NOT NULL default '',
  `bank_account_holder` varchar(48) NOT NULL default '',
  `bank_account_type` enum('Checking','Business Checking','Savings') NOT NULL default 'Checking',
  PRIMARY KEY  (`order_info_id`),
  KEY `idx_order_info_order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores the BillTo and ShipTo Information at order time' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_order_user_info`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_payment_method`
--

CREATE TABLE IF NOT EXISTS `jos_vm_payment_method` (
  `payment_method_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) default NULL,
  `payment_method_name` varchar(255) default NULL,
  `payment_class` varchar(50) NOT NULL default '',
  `shopper_group_id` int(11) default NULL,
  `payment_method_discount` decimal(12,2) default NULL,
  `payment_method_discount_is_percent` tinyint(1) NOT NULL,
  `payment_method_discount_max_amount` decimal(10,2) NOT NULL,
  `payment_method_discount_min_amount` decimal(10,2) NOT NULL,
  `list_order` int(11) default NULL,
  `payment_method_code` varchar(8) default NULL,
  `enable_processor` char(1) default NULL,
  `is_creditcard` tinyint(1) NOT NULL default '0',
  `payment_enabled` char(1) NOT NULL default 'N',
  `accepted_creditcards` varchar(128) NOT NULL default '',
  `payment_extrainfo` text NOT NULL,
  `payment_passkey` blob NOT NULL,
  PRIMARY KEY  (`payment_method_id`),
  KEY `idx_payment_method_vendor_id` (`vendor_id`),
  KEY `idx_payment_method_name` (`payment_method_name`),
  KEY `idx_payment_method_list_order` (`list_order`),
  KEY `idx_payment_method_shopper_group_id` (`shopper_group_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='The payment methods of your store' AUTO_INCREMENT=17 ;

--
-- Dumping data for table `jos_vm_payment_method`
--

INSERT INTO `jos_vm_payment_method` (`payment_method_id`, `vendor_id`, `payment_method_name`, `payment_class`, `shopper_group_id`, `payment_method_discount`, `payment_method_discount_is_percent`, `payment_method_discount_max_amount`, `payment_method_discount_min_amount`, `list_order`, `payment_method_code`, `enable_processor`, `is_creditcard`, `payment_enabled`, `accepted_creditcards`, `payment_extrainfo`, `payment_passkey`) VALUES
(1, 1, 'Purchase Order', '', 6, '0.00', 0, '0.00', '0.00', 4, 'PO', 'N', 0, 'Y', '', '', ''),
(2, 1, 'Cash On Delivery', '', 5, '-2.00', 0, '0.00', '0.00', 5, 'COD', 'N', 0, 'Y', '', '', ''),
(3, 1, 'Credit Card', 'ps_authorize', 5, '0.00', 0, '0.00', '0.00', 0, 'AN', 'Y', 0, 'N', '1,2,6,7,', '', ''),
(4, 1, 'PayPal', 'ps_paypal', 5, '0.00', 0, '0.00', '0.00', 0, 'PP', 'P', 0, 'Y', '', '<?php\r\n$db1 = new ps_DB();\r\n$q = "SELECT country_2_code FROM #__vm_country WHERE country_3_code=''".$user->country."'' ORDER BY country_2_code ASC";\r\n$db1->query($q);\r\n\r\n$url = "https://www.paypal.com/cgi-bin/webscr";\r\n$tax_total = $db->f("order_tax") + $db->f("order_shipping_tax");\r\n$discount_total = $db->f("coupon_discount") + $db->f("order_discount");\r\n$post_variables = Array(\r\n"cmd" => "_ext-enter",\r\n"redirect_cmd" => "_xclick",\r\n"upload" => "1",\r\n"business" => PAYPAL_EMAIL,\r\n"receiver_email" => PAYPAL_EMAIL,\r\n"item_name" => $VM_LANG->_(''PHPSHOP_ORDER_PRINT_PO_NUMBER'').": ". $db->f("order_id"),\r\n"order_id" => $db->f("order_id"),\r\n"invoice" => $db->f("order_number"),\r\n"amount" => round( $db->f("order_subtotal")+$tax_total-$discount_total, 2),\r\n"shipping" => sprintf("%.2f", $db->f("order_shipping")),\r\n"currency_code" => $_SESSION[''vendor_currency''],\r\n\r\n"address_override" => "1",\r\n"first_name" => $dbbt->f(''first_name''),\r\n"last_name" => $dbbt->f(''last_name''),\r\n"address1" => $dbbt->f(''address_1''),\r\n"address2" => $dbbt->f(''address_2''),\r\n"zip" => $dbbt->f(''zip''),\r\n"city" => $dbbt->f(''city''),\r\n"state" => $dbbt->f(''state''),\r\n"country" => $db1->f(''country_2_code''),\r\n"email" => $dbbt->f(''user_email''),\r\n"night_phone_b" => $dbbt->f(''phone_1''),\r\n"cpp_header_image" => $vendor_image_url,\r\n\r\n"return" => SECUREURL ."index.php?option=com_virtuemart&page=checkout.result&order_id=".$db->f("order_id"),\r\n"notify_url" => SECUREURL ."administrator/components/com_virtuemart/notify.php",\r\n"cancel_return" => SECUREURL ."index.php",\r\n"undefined_quantity" => "0",\r\n\r\n"test_ipn" => PAYPAL_DEBUG,\r\n"pal" => "NRUBJXESJTY24",\r\n"no_shipping" => "1",\r\n"no_note" => "1"\r\n);\r\nif( $page == "checkout.thankyou" ) {\r\n$query_string = "?";\r\nforeach( $post_variables as $name => $value ) {\r\n$query_string .= $name. "=" . urlencode($value) ."&";\r\n}\r\nvmRedirect( $url . $query_string );\r\n} else {\r\necho ''<form action="''.$url.''" method="post" target="_blank">'';\r\necho ''<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but6.gif" alt="Click to pay with PayPal - it is fast, free and secure!" />'';\r\n\r\nforeach( $post_variables as $name => $value ) {\r\necho ''<input type="hidden" name="''.$name.''" value="''.htmlspecialchars($value).''" />'';\r\n}\r\necho ''</form>'';\r\n\r\n}\r\n?>', ''),
(5, 1, 'PayMate', 'ps_paymate', 5, '0.00', 0, '0.00', '0.00', 0, 'PM', 'P', 0, 'N', '', '<script type="text/javascript" language="javascript">\n  function openExpress(){\n      var url = ''https://www.paymate.com/PayMate/ExpressPayment?mid=<?php echo PAYMATE_USERNAME.\n          "&amt=".$db->f("order_total").\n   "&currency=".$_SESSION[''vendor_currency''].\n       "&ref=".$db->f("order_id").\n      "&pmt_sender_email=".$user->email.\n         "&pmt_contact_firstname=".$user->first_name.\n       "&pmt_contact_surname=".$user->last_name.\n          "&regindi_address1=".$user->address_1.\n     "&regindi_address2=".$user->address_2.\n     "&regindi_sub=".$user->city.\n       "&regindi_pcode=".$user->zip;?>''\n        var newWin = window.open(url, ''wizard'', ''height=640,width=500,scrollbars=0,toolbar=no'');\n  self.name = ''parent'';\n       newWin.focus();\n  }\n  </script>\n  <div align="center">\n  <p>\n  <a href="javascript:openExpress();">\n  <img src="https://www.paymate.com/homepage/images/butt_PayNow.gif" border="0" alt="Pay with Paymate Express">\n  <br />click here to pay your account</a>\n  </p>\n  </div>', ''),
(6, 1, 'WorldPay', 'ps_worldpay', 5, '0.00', 0, '0.00', '0.00', 0, 'WP', 'P', 0, 'N', '', '<form action="https://select.worldpay.com/wcc/purchase" method="post">\n                                                <input type=hidden name="testMode" value="100"> \n                                                  <input type="hidden" name="instId" value="<?php echo WORLDPAY_INST_ID ?>" />\n                                            <input type="hidden" name="cartId" value="<?php echo $db->f("order_id") ?>" />\n                                               <input type="hidden" name="amount" value="<?php echo $db->f("order_total") ?>" />\n                                            <input type="hidden" name="currency" value="<?php echo $_SESSION[''vendor_currency''] ?>" />\n                                           <input type="hidden" name="desc" value="Products" />\n                                            <input type="hidden" name="email" value="<?php echo $user->email?>" />\n                                                 <input type="hidden" name="address" value="<?php echo $user->address_1?>&#10<?php echo $user->address_2?>&#10<?php echo\n                                                $user->city?>&#10<?php echo $user->state?>" />\n                                             <input type="hidden" name="name" value="<?php echo $user->title?><?php echo $user->first_name?>. <?php echo $user->middle_name?><?php echo $user->last_name?>" />\n                                           <input type="hidden" name="country" value="<?php echo $user->country?>"/>\n                                              <input type="hidden" name="postcode" value="<?php echo $user->zip?>" />\n                                                <input type="hidden" name="tel"  value="<?php echo $user->phone_1?>">\n                                                  <input type="hidden" name="withDelivery"  value="true">\n                                                 <br />\n                                                <input type="submit" value ="PROCEED TO PAYMENT PAGE" />\n                                                  </form>', ''),
(7, 1, '2Checkout', 'ps_twocheckout', 5, '0.00', 0, '0.00', '0.00', 0, '2CO', 'P', 0, 'N', '', '<?php\n      $q  = "SELECT * FROM #__users WHERE user_info_id=''".$db->f("user_info_id")."''"; \n    $dbbt = new ps_DB;\n   $dbbt->setQuery($q);\n        $dbbt->query();\n      $dbbt->next_record(); \n       // Get ship_to information\n    if( $db->f("user_info_id") != $dbbt->f("user_info_id")) {\n         $q2  = "SELECT * FROM #__vm_user_info WHERE user_info_id=''".$db->f("user_info_id")."''"; \n    $dbst = new ps_DB;\n   $dbst->setQuery($q2);\n       $dbst->query();\n      $dbst->next_record();\n      }\n     else  {\n         $dbst = $dbbt;\n    }\n                     \n      //Authnet vars to send\n        $formdata = array (\n   ''x_login'' => TWOCO_LOGIN,\n   ''x_email_merchant'' => ((TWOCO_MERCHANT_EMAIL == ''True'') ? ''TRUE'' : ''FALSE''),\n                  \n      // Customer Name and Billing Address\n  ''x_first_name'' => $dbbt->f("first_name"),\n        ''x_last_name'' => $dbbt->f("last_name"),\n  ''x_company'' => $dbbt->f("company"),\n      ''x_address'' => $dbbt->f("address_1"),\n    ''x_city'' => $dbbt->f("city"),\n    ''x_state'' => $dbbt->f("state"),\n  ''x_zip'' => $dbbt->f("zip"),\n      ''x_country'' => $dbbt->f("country"),\n      ''x_phone'' => $dbbt->f("phone_1"),\n        ''x_fax'' => $dbbt->f("fax"),\n      ''x_email'' => $dbbt->f("email"),\n \n       // Customer Shipping Address\n  ''x_ship_to_first_name'' => $dbst->f("first_name"),\n        ''x_ship_to_last_name'' => $dbst->f("last_name"),\n  ''x_ship_to_company'' => $dbst->f("company"),\n      ''x_ship_to_address'' => $dbst->f("address_1"),\n    ''x_ship_to_city'' => $dbst->f("city"),\n    ''x_ship_to_state'' => $dbst->f("state"),\n  ''x_ship_to_zip'' => $dbst->f("zip"),\n      ''x_ship_to_country'' => $dbst->f("country"),\n     \n       ''x_invoice_num'' => $db->f("order_number"),\n       ''x_receipt_link_url'' => SECUREURL."2checkout_notify.php"\n  );\n    \n     if( TWOCO_TESTMODE == "Y" )\n   $formdata[''demo''] = "Y";\n       \n       $version = "2";\n    $url = "https://www2.2checkout.com/2co/buyer/purchase";\n    $formdata[''x_amount''] = number_format($db->f("order_total"), 2, ''.'', '''');\n \n       //build the post string\n       $poststring = '''';\n  foreach($formdata AS $key => $val){\n          $poststring .= "<input type=''hidden'' name=''$key'' value=''$val'' />\n ";\n    }\n    \n      ?>\n    <form action="<?php echo $url ?>" method="post" target="_blank">\n       <?php echo $poststring ?>\n    <p>Click on the Image below to pay...</p>\n     <input type="image" name="submit" src="https://www.2checkout.com/images/buy_logo.gif" border="0" alt="Make payments with 2Checkout, it''s fast and secure!" title="Pay your Order with 2Checkout, it''s fast and secure!" />\n      </form>', ''),
(8, 1, 'NoChex', 'ps_nochex', 5, '0.00', 0, '0.00', '0.00', 0, 'NOCHEX', 'P', 0, 'N', '', '<form action="https://www.nochex.com/nochex.dll/checkout" method=post target="_blank"> \n                                                                                     <input type="hidden" name="email" value="<?php echo NOCHEX_EMAIL ?>" />\n                                                                                 <input type="hidden" name="amount" value="<?php printf("%.2f", $db->f("order_total"))?>" />\n                                                                                        <input type="hidden" name="ordernumber" value="<?php $db->p("order_id") ?>" />\n                                                                                       <input type="hidden" name="logo" value="<?php echo $vendor_image_url ?>" />\n                                                                                    <input type="hidden" name="returnurl" value="<?php echo SECUREURL ."index.php?option=com_virtuemart&amp;page=checkout.result&amp;order_id=".$db->f("order_id") ?>" />\n                                                                                      <input type="image" name="submit" src="http://www.nochex.com/web/images/paymeanimated.gif"> \n                                                                                    </form>', ''),
(9, 1, 'Credit Card (PayMeNow)', 'ps_paymenow', 5, '0.00', 0, '0.00', '0.00', 0, 'PN', 'Y', 0, 'N', '1,2,3,', '', ''),
(10, 1, 'eWay', 'ps_eway', 5, '0.00', 0, '0.00', '0.00', 0, 'EWAY', 'Y', 0, 'N', '', '', ''),
(11, 1, 'eCheck.net', 'ps_echeck', 5, '0.00', 0, '0.00', '0.00', 0, 'ECK', 'B', 0, 'N', '', '', ''),
(12, 1, 'Credit Card (eProcessingNetwork)', 'ps_epn', 5, '0.00', 0, '0.00', '0.00', 0, 'EPN', 'Y', 0, 'N', '1,2,3,', '', ''),
(13, 1, 'iKobo', '', 5, '0.00', 0, '0.00', '0.00', 0, 'IK', 'P', 0, 'N', '', '<form action="https://www.iKobo.com/store/index.php" method="post"> \n  <input type="hidden" name="cmd" value="cart" />Click on the image below to Pay with iKobo\n  <input type="image" src="https://www.ikobo.com/merchant/buttons/ikobo_pay1.gif" name="submit" alt="Pay with iKobo" /> \n  <input type="hidden" name="poid" value="USER_ID" /> \n  <input type="hidden" name="item" value="Order: <?php $db->p("order_id") ?>" /> \n  <input type="hidden" name="price" value="<?php printf("%.2f", $db->f("order_total"))?>" /> \n  <input type="hidden" name="firstname" value="<?php echo $user->first_name?>" /> \n  <input type="hidden" name="lastname" value="<?php echo $user->last_name?>" /> \n  <input type="hidden" name="address" value="<?php echo $user->address_1?>&#10<?php echo $user->address_2?>" /> \n  <input type="hidden" name="city" value="<?php echo $user->city?>" /> \n  <input type="hidden" name="state" value="<?php echo $user->state?>" /> \n  <input type="hidden" name="zip" value="<?php echo $user->zip?>" /> \n  <input type="hidden" name="phone" value="<?php echo $user->phone_1?>" /> \n  <input type="hidden" name="email" value="<?php echo $user->email?>" /> \n  </form> >', ''),
(14, 1, 'iTransact', '', 5, '0.00', 0, '0.00', '0.00', 0, 'ITR', 'P', 0, 'N', '', '<?php\n  //your iTransact account details\n  $vendorID = "XXXXX";\n  global $vendor_name;\n  $mername = $vendor_name;\n  \n  //order details\n  $total = $db->f("order_total");$first_name = $user->first_name;$last_name = $user->last_name;$address = $user->address_1;$city = $user->city;$state = $user->state;$zip = $user->zip;$country = $user->country;$email = $user->email;$phone = $user->phone_1;$home_page = $mosConfig_live_site."/index.php";$ret_addr = $mosConfig_live_site."/index.php";$cc_payment_image = $mosConfig_live_site."/components/com_virtuemart/shop_image/ps_image/cc_payment.jpg";\n  ?>\n  <form action="https://secure.paymentclearing.com/cgi-bin/mas/split.cgi" method="POST"> \n                <input type="hidden" name="vendor_id" value="<?php echo $vendorID; ?>" />\n              <input type="hidden" name="home_page" value="<?php echo $home_page; ?>" />\n             <input type="hidden" name="ret_addr" value="<?php echo $ret_addr; ?>" />\n               <input type="hidden" name="mername" value="<?php echo $mername; ?>" />\n         <!--Enter text in the next value that should appear on the bottom of the order form.-->\n               <INPUT type="hidden" name="mertext" value="" />\n         <!--If you are accepting checks, enter the number 1 in the next value.  Enter the number 0 if you are not accepting checks.-->\n                <INPUT type="hidden" name="acceptchecks" value="0" />\n           <!--Enter the number 1 in the next value if you want to allow pre-registered customers to pay with a check.  Enter the number 0 if not.-->\n            <INPUT type="hidden" name="allowreg" value="0" />\n               <!--If you are set up with Check Guarantee, enter the number 1 in the next value.  Enter the number 0 if not.-->\n              <INPUT type="hidden" name="checkguar" value="0" />\n              <!--Enter the number 1 in the next value if you are accepting credit card payments.  Enter the number zero if not.-->\n         <INPUT type="hidden" name="acceptcards" value="1">\n              <!--Enter the number 1 in the next value if you want to allow a separate mailing address for credit card orders.  Enter the number 0 if not.-->\n               <INPUT type="hidden" name="altaddr" value="0" />\n                <!--Enter the number 1 in the next value if you want the customer to enter the CVV number for card orders.  Enter the number 0 if not.-->\n             <INPUT type="hidden" name="showcvv" value="1" />\n                \n              <input type="hidden" name="1-desc" value="Order Total" />\n               <input type="hidden" name="1-cost" value="<?php echo $total; ?>" />\n            <input type="hidden" name="1-qty" value="1" />\n          <input type="hidden" name="total" value="<?php echo $total; ?>" />\n             <input type="hidden" name="first_name" value="<?php echo $first_name; ?>" />\n           <input type="hidden" name="last_name" value="<?php echo $last_name; ?>" />\n             <input type="hidden" name="address" value="<?php echo $address; ?>" />\n         <input type="hidden" name="city" value="<?php echo $city; ?>" />\n               <input type="hidden" name="state" value="<?php echo $state; ?>" />\n             <input type="hidden" name="zip" value="<?php echo $zip; ?>" />\n         <input type="hidden" name="country" value="<?php echo $country; ?>" />\n         <input type="hidden" name="phone" value="<?php echo $phone; ?>" />\n             <input type="hidden" name="email" value="<?php echo $email; ?>" />\n             <p><input type="image" alt="Process Secure Credit Card Transaction using iTransact" border="0" height="60" width="210" src="<?php echo $cc_payment_image; ?>" /> </p>\n            </form>', ''),
(15, 1, 'Verisign PayFlow Pro', 'payflow_pro', 5, '0.00', 0, '0.00', '0.00', 0, 'PFP', 'Y', 0, 'N', '1,2,6,7,', '', ''),
(16, 1, 'Dankort/PBS via ePay', 'ps_epay', 5, '0.00', 0, '0.00', '0.00', 0, 'EPAY', 'P', 0, 'Y', '', '<?php\r\nrequire_once(CLASSPATH ."payment/ps_epay.cfg.php");\r\n$url=basename($mosConfig_live_site);\r\nfunction get_iso_code($code) {\r\nswitch ($code) {\r\ncase "ADP": return "020"; break;\r\ncase "AED": return "784"; break;\r\ncase "AFA": return "004"; break;\r\ncase "ALL": return "008"; break;\r\ncase "AMD": return "051"; break;\r\ncase "ANG": return "532"; break;\r\ncase "AOA": return "973"; break;\r\ncase "ARS": return "032"; break;\r\ncase "AUD": return "036"; break;\r\ncase "AWG": return "533"; break;\r\ncase "AZM": return "031"; break;\r\ncase "BAM": return "977"; break;\r\ncase "BBD": return "052"; break;\r\ncase "BDT": return "050"; break;\r\ncase "BGL": return "100"; break;\r\ncase "BGN": return "975"; break;\r\ncase "BHD": return "048"; break;\r\ncase "BIF": return "108"; break;\r\ncase "BMD": return "060"; break;\r\ncase "BND": return "096"; break;\r\ncase "BOB": return "068"; break;\r\ncase "BOV": return "984"; break;\r\ncase "BRL": return "986"; break;\r\ncase "BSD": return "044"; break;\r\ncase "BTN": return "064"; break;\r\ncase "BWP": return "072"; break;\r\ncase "BYR": return "974"; break;\r\ncase "BZD": return "084"; break;\r\ncase "CAD": return "124"; break;\r\ncase "CDF": return "976"; break;\r\ncase "CHF": return "756"; break;\r\ncase "CLF": return "990"; break;\r\ncase "CLP": return "152"; break;\r\ncase "CNY": return "156"; break;\r\ncase "COP": return "170"; break;\r\ncase "CRC": return "188"; break;\r\ncase "CUP": return "192"; break;\r\ncase "CVE": return "132"; break;\r\ncase "CYP": return "196"; break;\r\ncase "CZK": return "203"; break;\r\ncase "DJF": return "262"; break;\r\ncase "DKK": return "208"; break;\r\ncase "DOP": return "214"; break;\r\ncase "DZD": return "012"; break;\r\ncase "ECS": return "218"; break;\r\ncase "ECV": return "983"; break;\r\ncase "EEK": return "233"; break;\r\ncase "EGP": return "818"; break;\r\ncase "ERN": return "232"; break;\r\ncase "ETB": return "230"; break;\r\ncase "EUR": return "978"; break;\r\ncase "FJD": return "242"; break;\r\ncase "FKP": return "238"; break;\r\ncase "GBP": return "826"; break;\r\ncase "GEL": return "981"; break;\r\ncase "GHC": return "288"; break;\r\ncase "GIP": return "292"; break;\r\ncase "GMD": return "270"; break;\r\ncase "GNF": return "324"; break;\r\ncase "GTQ": return "320"; break;\r\ncase "GWP": return "624"; break;\r\ncase "GYD": return "328"; break;\r\ncase "HKD": return "344"; break;\r\ncase "HNL": return "340"; break;\r\ncase "HRK": return "191"; break;\r\ncase "HTG": return "332"; break;\r\ncase "HUF": return "348"; break;\r\ncase "IDR": return "360"; break;\r\ncase "ILS": return "376"; break;\r\ncase "INR": return "356"; break;\r\ncase "IQD": return "368"; break;\r\ncase "IRR": return "364"; break;\r\ncase "ISK": return "352"; break;\r\ncase "JMD": return "388"; break;\r\ncase "JOD": return "400"; break;\r\ncase "JPY": return "392"; break;\r\ncase "KES": return "404"; break;\r\ncase "KGS": return "417"; break;\r\ncase "KHR": return "116"; break;\r\ncase "KMF": return "174"; break;\r\ncase "KPW": return "408"; break;\r\ncase "KRW": return "410"; break;\r\ncase "KWD": return "414"; break;\r\ncase "KYD": return "136"; break;\r\ncase "KZT": return "398"; break;\r\ncase "LAK": return "418"; break;\r\ncase "LBP": return "422"; break;\r\ncase "LKR": return "144"; break;\r\ncase "LRD": return "430"; break;\r\ncase "LSL": return "426"; break;\r\ncase "LTL": return "440"; break;\r\ncase "LVL": return "428"; break;\r\ncase "LYD": return "434"; break;\r\ncase "MAD": return "504"; break;\r\ncase "MDL": return "498"; break;\r\ncase "MGF": return "450"; break;\r\ncase "MKD": return "807"; break;\r\ncase "MMK": return "104"; break;\r\ncase "MNT": return "496"; break;\r\ncase "MOP": return "446"; break;\r\ncase "MRO": return "478"; break;\r\ncase "MTL": return "470"; break;\r\ncase "MUR": return "480"; break;\r\ncase "MVR": return "462"; break;\r\ncase "MWK": return "454"; break;\r\ncase "MXN": return "484"; break;\r\ncase "MXV": return "979"; break;\r\ncase "MYR": return "458"; break;\r\ncase "MZM": return "508"; break;\r\ncase "NAD": return "516"; break;\r\ncase "NGN": return "566"; break;\r\ncase "NIO": return "558"; break;\r\ncase "NOK": return "578"; break;\r\ncase "NPR": return "524"; break;\r\ncase "NZD": return "554"; break;\r\ncase "OMR": return "512"; break;\r\ncase "PAB": return "590"; break;\r\ncase "PEN": return "604"; break;\r\ncase "PGK": return "598"; break;\r\ncase "PHP": return "608"; break;\r\ncase "PKR": return "586"; break;\r\ncase "PLN": return "985"; break;\r\ncase "PYG": return "600"; break;\r\ncase "QAR": return "634"; break;\r\ncase "ROL": return "642"; break;\r\ncase "RUB": return "643"; break;\r\ncase "RUR": return "810"; break;\r\ncase "RWF": return "646"; break;\r\ncase "SAR": return "682"; break;\r\ncase "SBD": return "090"; break;\r\ncase "SCR": return "690"; break;\r\ncase "SDD": return "736"; break;\r\ncase "SEK": return "752"; break;\r\ncase "SGD": return "702"; break;\r\ncase "SHP": return "654"; break;\r\ncase "SIT": return "705"; break;\r\ncase "SKK": return "703"; break;\r\ncase "SLL": return "694"; break;\r\ncase "SOS": return "706"; break;\r\ncase "SRG": return "740"; break;\r\ncase "STD": return "678"; break;\r\ncase "SVC": return "222"; break;\r\ncase "SYP": return "760"; break;\r\ncase "SZL": return "748"; break;\r\ncase "THB": return "764"; break;\r\ncase "TJS": return "972"; break;\r\ncase "TMM": return "795"; break;\r\ncase "TND": return "788"; break;\r\ncase "TOP": return "776"; break;\r\ncase "TPE": return "626"; break;\r\ncase "TRL": return "792"; break;\r\ncase "TRY": return "949"; break;\r\ncase "TTD": return "780"; break;\r\ncase "TWD": return "901"; break;\r\ncase "TZS": return "834"; break;\r\ncase "UAH": return "980"; break;\r\ncase "UGX": return "800"; break;\r\ncase "USD": return "840"; break;\r\ncase "UYU": return "858"; break;\r\ncase "UZS": return "860"; break;\r\ncase "VEB": return "862"; break;\r\ncase "VND": return "704"; break;\r\ncase "VUV": return "548"; break;\r\ncase "XAF": return "950"; break;\r\ncase "XCD": return "951"; break;\r\ncase "XOF": return "952"; break;\r\ncase "XPF": return "953"; break;\r\ncase "YER": return "886"; break;\r\ncase "YUM": return "891"; break;\r\ncase "ZAR": return "710"; break;\r\ncase "ZMK": return "894"; break;\r\ncase "ZWD": return "716"; break;\r\n}\r\nreturn "XXX"; // return invalid code if the currency is not found \r\n}\r\n\r\nfunction calculateePayCurrency($order_id)\r\n{\r\n$db =& new ps_DB;\r\n$currency_code = "208";\r\n$q = "SELECT order_currency FROM #__vm_orders where order_id = " . $order_id;\r\n$db->query($q);\r\nif ($db->next_record()) {\r\n	$currency_code = get_iso_code($db->f("order_currency"));\r\n}\r\nreturn $currency_code;\r\n}\r\n echo $VM_LANG->_(''VM_CHECKOUT_EPAY_PAYMENT_CHECKOUT_HEADER'');\r\n?>\r\n<script type="text/javascript" src="http://www.epay.dk/js/standardwindow.js"></script>\r\n<script type="text/javascript">\r\nfunction printCard(cardId)\r\n{\r\ndocument.write ("<table border=0 cellspacing=10 cellpadding=10>");\r\nswitch (cardId) {\r\ncase 1: document.write ("<input type=hidden name=cardtype value=1>"); break;\r\ncase 2: document.write ("<input type=hidden name=cardtype value=2>"); break;\r\ncase 3: document.write ("<input type=hidden name=cardtype value=3>"); break;\r\ncase 4: document.write ("<input type=hidden name=cardtype value=4>"); break;\r\ncase 5: document.write ("<input type=hidden name=cardtype value=5>"); break;\r\ncase 6: document.write ("<input type=hidden name=cardtype value=6>"); break;\r\ncase 7: document.write ("<input type=hidden name=cardtype value=7>"); break;\r\ncase 8: document.write ("<input type=hidden name=cardtype value=8>"); break;\r\ncase 9: document.write ("<input type=hidden name=cardtype value=9>"); break;\r\ncase 10: document.write ("<input type=hidden name=cardtype value=10>"); break;\r\ncase 12: document.write ("<input type=hidden name=cardtype value=12>"); break;\r\ncase 13: document.write ("<input type=hidden name=cardtype value=13>"); break;\r\ncase 14: document.write ("<input type=hidden name=cardtype value=14>"); break;\r\ncase 15: document.write ("<input type=hidden name=cardtype value=15>"); break;\r\ncase 16: document.write ("<input type=hidden name=cardtype value=16>"); break;\r\ncase 17: document.write ("<input type=hidden name=cardtype value=17>"); break;\r\ncase 18: document.write ("<input type=hidden name=cardtype value=18>"); break;\r\ncase 19: document.write ("<input type=hidden name=cardtype value=19>"); break;\r\ncase 21: document.write ("<input type=hidden name=cardtype value=21>"); break;\r\ncase 22: document.write ("<input type=hidden name=cardtype value=22>"); break;\r\n}\r\ndocument.write ("</table>");\r\n}\r\n</script>\r\n<form action="https://ssl.ditonlinebetalingssystem.dk/popup/default.asp" method="post" name="ePay" target="ePay_window" id="ePay">\r\n<input type="hidden" name="merchantnumber" value="<?php echo EPAY_MERCHANTNUMBER ?>">\r\n<input type="hidden" name="amount" value="<?php echo round($db->f("order_total")*100, 2 ) ?>">\r\n<input type="hidden" name="currency" value="<?php echo calculateePayCurrency($order_id)?>">\r\n<input type="hidden" name="orderid" value="<?php echo $order_id ?>">\r\n<input type="hidden" name="ordretext" value="">\r\n<?php \r\nif (EPAY_CALLBACK == "1")\r\n{\r\n	echo ''<input type="hidden" name="callbackurl" value="'' . $mosConfig_live_site . ''/index.php?page=checkout.epay_result&accept=1&sessionid='' . $sessionid . ''&option=com_virtuemart&Itemid=1">'';\r\n}\r\n?>\r\n<input type="hidden" name="accepturl" value="<?php echo $mosConfig_live_site ?>/index.php?page=checkout.epay_result&accept=1&sessionid=<?php echo $sessionid ?>&option=com_virtuemart&Itemid=1">\r\n<input type="hidden" name="declineurl" value="<?php echo $mosConfig_live_site ?>/index.php?page=checkout.epay_result&accept=0&sessionid=<?php echo $sessionid ?>&option=com_virtuemart&Itemid=1">\r\n<input type="hidden" name="group" value="<?php echo EPAY_GROUP ?>">\r\n<input type="hidden" name="instant" value="<?php echo EPAY_INSTANT_CAPTURE ?>">\r\n<input type="hidden" name="language" value="<?php echo EPAY_LANGUAGE ?>">\r\n<input type="hidden" name="authsms" value="<?php echo EPAY_AUTH_SMS ?>">\r\n<input type="hidden" name="authmail" value="<?php echo EPAY_AUTH_MAIL . (strlen(EPAY_AUTH_MAIL) > 0 && EPAY_AUTHEMAILCUSTOMER == 1 ? ";" : "") . (EPAY_AUTHEMAILCUSTOMER == 1 ? $user->user_email : ""); ?>">\r\n<input type="hidden" name="windowstate" value="<?php echo EPAY_WINDOW_STATE ?>">\r\n<input type="hidden" name="use3D" value="<?php echo EPAY_3DSECURE ?>">\r\n<input type="hidden" name="addfee" value="<?php echo EPAY_ADDFEE ?>">\r\n<input type="hidden" name="subscription" value="<?php echo EPAY_SUBSCRIPTION ?>">\r\n<input type="hidden" name="MD5Key" value="<?php if (EPAY_MD5_TYPE == 2) echo md5( calculateePayCurrency($order_id) . round($db->f("order_total")*100, 2 ) . $order_id  . EPAY_MD5_KEY)?>">\r\n<?php\r\nif (EPAY_CARDTYPES_1 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(1)</script>";\r\nif (EPAY_CARDTYPES_2 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(2)</script>";\r\nif (EPAY_CARDTYPES_3 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(3)</script>";\r\nif (EPAY_CARDTYPES_4 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(4)</script>";\r\nif (EPAY_CARDTYPES_5 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(5)</script>";\r\nif (EPAY_CARDTYPES_6 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(6)</script>";\r\nif (EPAY_CARDTYPES_7 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(7)</script>";\r\nif (EPAY_CARDTYPES_8 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(8)</script>";\r\nif (EPAY_CARDTYPES_9 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(9)</script>";\r\nif (EPAY_CARDTYPES_10 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(10)</script>";\r\nif (EPAY_CARDTYPES_11 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(11)</script>";\r\nif (EPAY_CARDTYPES_12 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(12)</script>";\r\nif (EPAY_CARDTYPES_14 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(14)</script>";\r\nif (EPAY_CARDTYPES_15 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(15)</script>";\r\nif (EPAY_CARDTYPES_16 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(16)</script>";\r\nif (EPAY_CARDTYPES_17 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(17)</script>";\r\nif (EPAY_CARDTYPES_18 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(18)</script>";\r\nif (EPAY_CARDTYPES_19 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(19)</script>";\r\nif (EPAY_CARDTYPES_21 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(21)</script>";\r\nif (EPAY_CARDTYPES_22 == "1" && EPAY_CARDTYPES_0 != "1") echo "<script>printCard(22)</script>";;\r\n?>\r\n</form>\r\n<script>open_ePay_window();</script>\r\n<br>\r\n<table border="0" width="100%"><tr><td><input type="button" onClick="open_ePay_window()" value="<?php echo $VM_LANG->_(''VM_CHECKOUT_EPAY_BUTTON_OPEN_WINDOW'') ?>"></td><td width="100%" id="flashLoader"></td></tr></table><br><br><br>\r\n<?php echo $VM_LANG->_(''VM_CHECKOUT_EPAY_PAYMENT_CHECKOUT_FOOTER'') ?>\r\n<br><br>\r\n<img src="components/com_virtuemart/shop_image/ps_image/epay_images/epay_logo.gif" border="0">&nbsp;&nbsp;&nbsp;\r\n<img src="components/com_virtuemart/shop_image/ps_image/epay_images/mastercard_securecode.gif" border="0">&nbsp;&nbsp;&nbsp;\r\n<img src="components/com_virtuemart/shop_image/ps_image/epay_images/pci.gif" border="0">&nbsp;&nbsp;&nbsp;\r\n<img src="components/com_virtuemart/shop_image/ps_image/epay_images/verisign_secure.gif" border="0">&nbsp;&nbsp;&nbsp;\r\n<img src="components/com_virtuemart/shop_image/ps_image/epay_images/visa_secure.gif" border="0">&nbsp;&nbsp;&nbsp;;', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product` (
  `product_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) NOT NULL default '0',
  `product_parent_id` int(11) NOT NULL default '0',
  `product_sku` varchar(64) NOT NULL default '',
  `product_s_desc` varchar(255) default NULL,
  `product_desc` text,
  `product_thumb_image` varchar(255) default NULL,
  `product_full_image` varchar(255) default NULL,
  `product_publish` char(1) default NULL,
  `product_weight` decimal(10,4) default NULL,
  `product_weight_uom` varchar(32) default 'pounds.',
  `product_length` decimal(10,4) default NULL,
  `product_width` decimal(10,4) default NULL,
  `product_height` decimal(10,4) default NULL,
  `product_lwh_uom` varchar(32) default 'inches',
  `product_url` varchar(255) default NULL,
  `product_in_stock` int(11) NOT NULL default '0',
  `product_available_date` int(11) default NULL,
  `product_availability` varchar(56) NOT NULL default '',
  `product_special` char(1) default NULL,
  `product_discount_id` int(11) default NULL,
  `ship_code_id` int(11) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `product_name` varchar(64) default NULL,
  `product_sales` int(11) NOT NULL default '0',
  `attribute` text,
  `custom_attribute` text NOT NULL,
  `product_tax_id` tinyint(2) NOT NULL default '0',
  `product_unit` varchar(32) default NULL,
  `product_packaging` int(11) default NULL,
  `child_options` varchar(45) default NULL,
  `quantity_options` varchar(45) default NULL,
  `child_option_ids` varchar(45) default NULL,
  `product_order_levels` varchar(45) default NULL,
  PRIMARY KEY  (`product_id`),
  KEY `idx_product_vendor_id` (`vendor_id`),
  KEY `idx_product_product_parent_id` (`product_parent_id`),
  KEY `idx_product_sku` (`product_sku`),
  KEY `idx_product_ship_code_id` (`ship_code_id`),
  KEY `idx_product_name` (`product_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='All products are stored here.' AUTO_INCREMENT=39 ;

--
-- Dumping data for table `jos_vm_product`
--

INSERT INTO `jos_vm_product` (`product_id`, `vendor_id`, `product_parent_id`, `product_sku`, `product_s_desc`, `product_desc`, `product_thumb_image`, `product_full_image`, `product_publish`, `product_weight`, `product_weight_uom`, `product_length`, `product_width`, `product_height`, `product_lwh_uom`, `product_url`, `product_in_stock`, `product_available_date`, `product_availability`, `product_special`, `product_discount_id`, `ship_code_id`, `cdate`, `mdate`, `product_name`, `product_sales`, `attribute`, `custom_attribute`, `product_tax_id`, `product_unit`, `product_packaging`, `child_options`, `quantity_options`, `child_option_ids`, `product_order_levels`) VALUES
(1, 1, 0, '01', 'Existe en beige, bleu pétrole,et marron', '<p> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>\r\n<p> </p>\r\n<p> </p>', 'resized/Jupe_OMANIA_49c8e623d744d_150x150.jpg', 'Jupe_OMANIA_49c8e623e3a55.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237902863, 1241954808, 'Jupe OMANIA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '0,0'),
(2, 1, 0, '02', 'photo avec jupe OMANIA (voir rubrique jupe pour plus de détails)', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">photo avec jupe <a href="index.php?Itemid=7"><span style="color: #0000ff;">OMANIA</span></a> (voir rubrique jupe pour plus de détails)</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Haut_OLYMPIA_49c9000fb1713_150x150.jpg', 'Haut_OLYMPIA_49c9000fbdc93.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237909519, 1241954718, 'Haut OLYMPIA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,2'),
(3, 1, 0, '03', 'Jupe imprimée de Mais il est où le soleil .Existe en blanc', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">Jupe imprimée de <a href="index.php?Itemid=25"><span style="color: #0000ff;">Mais il est où le soleil</span></a> .Existe en blanc</span></p>\r\n<p><span style="font-size: 10pt; font-family: verdana,geneva;">Sur la photo  avec  le cache coeur </span><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">CORENTIN</span><span style="font-size: 10pt; font-family: verdana,geneva;"> effet froissé</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Jupe_PLUIE_49c908912523a_150x150.jpg', 'Jupe_PLUIE_49c90891310ae.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237911697, 1241954829, 'Jupe PLUIE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(4, 1, 0, '04', 'Cache-coeur CORENTIN effet froisé.\r\nExiste en beige, vert anis,bleu pétrole', '<p>Cache-coeur CORENTIN effet froisé.</p>\r\n<p>Existe:          en beige, vert  anis,bleu pétrole</p>\r\n<p> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>\r\n<p> </p>', 'resized/Cache_coeur_CORE_49c90aafddd45_150x150.jpg', 'Cache_coeur_CORE_49c90aafe9e7b.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237912239, 1241954546, 'Cache-coeur CORENTIN', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(5, 1, 0, '05', 'Tunique ADONIS Mais il est où le soleil  Existe en bleu pale ,bleu pétrole', '<p>Tunique ADONIS <span style="color: #0000ff;">Mais il est où le soleil. </span></p>\r\n<p> </p>\r\n<p>Existe :  en bleu pâle ,bleu pétrole</p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Tunique_ADONIS_49c91894178e0_150x150.jpg', 'Tunique_ADONIS_49c918942360a.jpg', 'Y', '0.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237915796, 1241955212, 'Tunique ADONIS', 0, '', '', 3, '1', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(6, 1, 0, '06', 'Jupe VENISE Mais il est où le soleil  Existe Beige', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">photo avec  <a href="index.php?Itemid=13"><span style="color: #0000ff;">Tunique ADONIS </span></a> (Mais il est où le soleil )</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Jupe__VENISE_49c919bb79853_150x150.jpg', 'Jupe__VENISE_49c919bb855e5.jpg', 'N', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 0, NULL, 1237916091, 1238158364, 'Jupe  VENISE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(7, 1, 0, '07', 'Manteau BRAZIL( Mais il est où le soleil)  Existe en beige', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">Manteau BRAZIL( Mais il est où le soleil)  Existe en beige.</span></p>\r\n<p> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Manteau_BRAZIL_49c92c342136b_150x150.jpg', 'Manteau_BRAZIL_49c92c342dede.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237920820, 1241954899, 'Manteau BRAZIL', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(8, 1, 0, '08', 'Robe BRUNELDA( Mais il est où le soleil)  Existe en beige, vert anis, bleu pétrole', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">Robe BRUNELDA( Mais il est où le soleil) sur la photo avec manteau <a href="index.php?Itemid=14"><span style="color: #0000ff;">BRAZIL</span></a><br /></span></p>\r\n<p><span style="font-size: 10pt; font-family: verdana,geneva;"> Existe  en  beige, vert  anis, bleu pétrole </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Robe_BRUNELDA_49c92d743f77a_150x150.jpg', 'Robe_BRUNELDA_49c92d744b9c3.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237921140, 1241955028, 'Robe BRUNELDA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(9, 1, 0, '09', 'Pull ADELOIDE( Mais il est où le soleil)  Existe en Marron, bleu pâle.', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">Pull ADELAIDE( Mais il est où le soleil)  avec  Jupe VIVIANA sur la photo</span></p>\r\n<p> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Pull_ADELOIDE_49c92f9f99a4f_150x150.jpg', 'Pull_ADELOIDE_49c92f9fa5874.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237849200, '48h.gif', 'N', 1, NULL, 1237921695, 1241954968, 'Pull ADELAIDE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(10, 1, 0, '010', 'Jupe VIVIANA( Mais il est où le soleil)  Existe en bleu pâle, vert anis.', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">Jupe VIVIANA ( Mais il est où le soleil)  Existe en vert anis, bleu pâle</span></p>\r\n<p><span style="font-size: 10pt; font-family: verdana,geneva;">Photo avec  gilet   <a href="index.php?Itemid=9"><span style="color: #0000ff;">ADELAIDE</span></a></span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Jupe_VIVIANA_49c932117ed69_150x150.jpg', 'Jupe_VIVIANA_49c932118ae57.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 0, 1237849200, '', 'N', 1, NULL, 1237922321, 1241954853, 'Jupe VIVIANA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '0,0'),
(11, 1, 0, '011', 'Tunique SELMA (Mais il est où le soleil)  Existe en blanc,beige,bleu pétrole', '<br />\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">Tunique SELMA Mais il est où le soleil<span> </span>Existe en blanc,beige ,bleu pétrole.</span></p>\r\n<p class="MsoNormal">photos  avec  robe     <a href="index.php?Itemid=8"><span style="color: #0000ff;">VIENNE</span></a></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Tunique_SELMA_49ca329ee8bbb_150x150.jpg', 'Tunique_SELMA_49ca329f00734.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237935600, '48h.gif', 'N', 1, NULL, 1237987999, 1241955237, 'Tunique SELMA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(16, 1, 0, '016', 'Robe vert anais Eliane et Léna', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Robe_PRADO_49ccce758a359_150x150.jpg', 'Robe_PRADO_49ccce75995f5.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238158840, 1241955095, 'Robe PRADO', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(12, 1, 0, '012', 'Robe VIENNE ( Mais il est où le soleil)  Existe en beige ,bleu pétrole', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">Robe VIENNE ( Mais il est où le soleil<span>) </span>Existe en beige ,bleu pétrole</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"> photo vec tunique   <a href="index.php?Itemid=13"><span style="color: #0000ff;">SELMA</span></a><br /></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Robe_VIENNE_49ca36843951a_150x150.jpg', 'Robe_VIENNE_49ca368446253.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237935600, '48h.gif', 'N', 1, NULL, 1237988215, 1241955118, 'Robe VIENNE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(13, 1, 0, '013', 'Jupon BOBBY Mais il est où le soleil  Existe en bleu pâle ,vert anis,beige', '<br />\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">Jupon  BOBBY ( Mais il est où le soleil<span> ) </span>Existe en  bleu pâle ,vert  anis,beige </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Jupon_BOBBY_49ca34be13ce2_150x150.jpg', 'Jupon_BOBBY_49ca34be1fc18.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237935600, '48h.gif', 'N', 1, NULL, 1237988542, 1241954877, 'Jupon BOBBY', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '0,1'),
(17, 1, 0, '017', 'Cache Coeur Mais il est ou le soleil', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">photo  robe  <a href="index.php?Itemid=8">PRADO</a> (Eliane et Léna )</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">et collier <a href="index.php?option=com_virtuemart&Itemid=21">Petronil</a></span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/_Cache_Coeur_FRU_49cccfa528193_150x150.jpg', '_Cache_Coeur_FRU_49cccfa53413c.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238159269, 1241954521, 'Cache Coeur FRUITY', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(14, 1, 0, '014', 'Imperméable RANDY  Mais il est où le soleil  Existe en kaki, vert anis', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">Imperméable  RANDY (Mais il est où le soleil)<span> manches amovibles </span>Existe en vert   anis , kaki</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">photo  avec jupon  <a href="index.php?Itemid=7"><span style="color: #0000ff;">BOBBY</span></a><br /></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Imperm__able_RAN_49ca35c669ae9_150x150.jpg', 'Imperm__able_RAN_49ca35c675cc4.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237935600, '48h.gif', 'N', 1, NULL, 1237988806, 1241954741, 'Imperméable RANDY', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '0,1'),
(15, 1, 0, '015', 'collier PETRONIL mais il est ou le soleil', '<br />\r\n<p class="MsoNormal">Collier  PETRONIL  Mais il est où le soleil</p>\r\n<p class="MsoNormal">PHOTO avec jupon <a href="index.php?Itemid=7"><span style="color: #0000ff;">BOBBY</span></a></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Collier_PETRONIL_49ca37408ba6d_150x150.jpg', 'Collier_PETRONIL_49ca374097f4b.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1237935600, '48h.gif', 'N', 1, NULL, 1237989184, 1241954667, 'Collier PETRONIL', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(18, 1, 0, '018', 'très sympa chemisier MAIS IL EST OU LE SOLEIL', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">photo avec  <a href="index.php?Itemid=7"><span style="color: #0000ff;">jupe pluie</span></a> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">et collier <a href="index.php?option=com_virtuemart&Itemid=21"><span style="color: #0000ff;"> Marjolaine et Madeleine</span></a></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Chemisier_PLUME_49ccd0dad6053_150x150.jpg', 'Chemisier_PLUME_49ccd0dae3f13.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238159578, 1241954603, 'Chemisier PLUME', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(19, 1, 0, '019', 'Echarpe MAIS IL EST OU LE SOLEIL', '<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Echarpe_PLOKO_49ccd17b0b30b_150x150.jpg', 'Echarpe_PLOKO_49ccd17b173f4.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238159739, 1241954693, 'Echarpe PLOKO', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(20, 1, 0, '020', 'Trés bel ensemble MAIS IL EST OU LE SOLEIL', '<p class="MsoNormal">Photo    avec    <a href="index.php?Itemid=7"><span style="color: #0000ff;">juppon BOBBY</span></a> et   <a href="index.php?Itemid=13"><span style="color: #0000ff;">Tunique ADONIS</span></a></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/RANDY_imperm__ab_49ccd2a1ddae4_150x150.jpg', 'RANDY_imperm__ab_49ccd2a1e9a3c.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238160033, 1241954989, 'RANDY imperméable', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(21, 1, 0, '021', 'Collier court', '<p><span style="font-size: 10pt; font-family: verdana,geneva;">avec collier  long   <a href="index.php?option=com_virtuemart&Itemid=21"><span style="color: #0000ff;">MARJOLAINE</span></a></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Collier_MADELEIN_49ccd35547170_150x150.jpg', 'Collier_MADELEIN_49ccd35555019.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238160213, 1241954623, 'Collier MADELEINE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(22, 1, 0, '022', 'Collier long', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Collier_MARJOLAI_49ccd3b8de0df_150x150.jpg', 'Collier_MARJOLAI_49ccd3b8ec23b.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238160312, 1241954646, 'Collier MARJOLAINE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(23, 1, 0, '023', 'Jupe imprimée', '<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Jupe_CHARLOTTE_49ccd4169136d_150x150.jpg', 'Jupe_CHARLOTTE_49ccd4169f4ee.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1238108400, '48h.gif', 'N', 1, NULL, 1238160406, 1241954762, 'Jupe CHARLOTTE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,0'),
(24, 1, 0, '24', 'tee shirt très léger', '<span style="font-size: 12pt;"><span style="font-family: verdana,geneva;">couleur bleu vert en coton</span></span><br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/tee_shirt_manche_49fddc243744c_150x150.jpg', 'tee_shirt_manche_49fddc243d7f4.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241373732, 1241955168, 'tee shirt manches courtes', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,2'),
(25, 1, 0, '25', 'Tee shirt en coton', '<span style="font-size: 10pt;"><span style="font-family: verdana,geneva;">COULEUR BLEU VERT EN COTON</span></span><br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/tee_shirt_manche_49fddcf5a7cdd_150x150.jpg', 'tee_shirt_manche_49fddcf5adf71.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241373941, 1241955189, 'tee shirt manches longues', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(26, 1, 0, '26', 'Très sympathique jupe', '<br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/jupe_jan_Mosch_49fdde3b9f5da_150x150.jpg', 'jupe_jan_Mosch_49fdde3ba5947.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241374267, 1241954784, 'jupe jan Mosch', 0, '', '', 0, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(27, 1, 0, '27', 'très agréable jupe', '<br />\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Robe_Jan_Mosch_49fddf08c97e1_150x150.jpg', 'Robe_Jan_Mosch_49fddf08cfb4f.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241374472, 1241955068, 'Robe Jan Mosch', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(28, 1, 0, '28', 'robe mais il est ou le soleil avec jupon bakou', '<br />\r\n<p class="MsoNormal"><span style="font-size: 12pt; font-family: verdana,geneva;"><span>photo  robe </span> existe en vert anis et gris</span></p>\r\n<p class="MsoNormal"><span style="font-size: 12pt;">jupon babou  MAIS IL EST OU LE SOLEIL<br /></span></p>\r\n<p class="MsoNormal"><span style="font-size: 12pt;"> ceinture cassandra blanche  MAIS IL  EST OU LE SOLEIL<br /></span></p>\r\n<p class="MsoNormal"><span style="font-size: 12pt; font-family: verdana,geneva;"><a href="index.php?option=com_virtuemart&Itemid=21"></a></span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Barbara_49fde78fece49_150x150.jpg', 'Barbara_49fde78ff3587.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 0, 1241301600, '48h.gif', 'N', 1, NULL, 1241376655, 1241954455, 'Barbara', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '0,0'),
(29, 1, 0, '29', 'CEINTURE CASSANDRA  \r\n\r\nMAIS IL EST OU LE SOLEIL', '<br />\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;">photo  robe  <a href="index.php?Itemid=8">BARBARA</a> ET JUPON BAKOU  de MAIS IL EST OU LE SOLEIL<br /></span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/CASSANDRA_49fde994f271a_150x150.jpg', 'CASSANDRA_49fde9950485f.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241377173, 1241954566, 'CASSANDRA', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(30, 1, 0, '029', 'Très belle veste 3322', '<br /><br />\r\n<p class="MsoNormal"><span style="font-size: 12pt; font-family: verdana,geneva;">photo  avec   robe   BARBARA  de MAIS IL EST OU  LE SOLEIL</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/veste_blanche_33_49fdea9daab10_150x150.jpg', 'veste_blanche_33_49fdea9db0d3e.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241301600, '48h.gif', 'N', 1, NULL, 1241377437, 1241955259, 'veste blanche 3322', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(31, 1, 0, '030', 'caleçon MAIS IL EST OU  LE SOLEIL', '<br />\r\n<p class="MsoNormal"><span style="font-size: 12pt; font-family: verdana,geneva;">existe en vert anis et gris</span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/bakou_4a02d17c62760_150x150.jpg', 'bakou_4a02d17c68f72.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241698684, 1241954406, 'bakou', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(32, 1, 0, '031', 'veste ROXANE  MAIS IL EST OU LE SOLEIL', '<span style="font-size: 12pt;"><span style="font-family: verdana,geneva;"> Veste 100% coton  colori  gris/bleu et kaki</span></span><br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Roxane_4a02d2818a7d7_150x150.jpg', 'Roxane_4a02d28190a89.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241698945, 1241955145, 'Roxane', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(33, 1, 0, '032', 'robe imprimée 3322', '<br />\r\n<p class="MsoNormal"><span style="font-size: 12pt; font-family: verdana,geneva;">robe imprimée 3322 existe en colori gris  et mauve</span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/robe_imprim__e_4a02d3662ff3d_150x150.jpg', 'robe_imprim__e_4a02d3663405d.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241699174, 1241955048, 'robe imprimée', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(34, 1, 0, '033', 'jan MOSCH  à découvrir', '<br /><br /><span style="font-size: 12pt; font-family: verdana,geneva;">Robe blanche Jan Mosch   COTON </span><br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Robe_blanche_JAN_4a02d4322513d_150x150.jpg', 'Robe_blanche_JAN_4a02d4322b384.jpg', 'Y', '0.5000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241699378, 1241955008, 'Robe blanche JAN MOSCH', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(35, 1, 0, '034', 'Ensemble de MAIS IL EST OU LE SOLEIL', '<p><br /><span style="font-size: 12pt; font-family: verdana,geneva;">Rob</span><span style="font-size: 12pt; font-family: verdana,geneva;">e AMANDINE  existe en colori vet anis  bleu/gris</span></p>\r\n<p><span style="font-size: 12pt; font-family: verdana,geneva;">Cache coeur CORENTIN   à 75€  MAIS IL EST OU LE SOLEIL</span></p>\r\n<p><span style="font-size: 12pt; font-family: verdana,geneva;">Jupon BOBY  à 105€ en colori bleu/gris , beige, violet</span></p>\r\n<p><span style="font-size: 12pt; font-family: verdana,geneva;"> Collier MARJOLAINE à 49€<br /></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/AMANDINE_4a02d67f43852_150x150.jpg', 'AMANDINE_4a02d67f4f969.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241699967, 1241954376, 'AMANDINE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(36, 1, 0, '035', 'collier mais il est ou le soleil', '<br />\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/marjolaiine_4a02d6ef81640_150x150.jpg', 'marjolaiine_4a02d6ef8d836.jpg', 'Y', '0.0000', 'livres', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241700079, 1241954949, 'marjolaine', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1');
INSERT INTO `jos_vm_product` (`product_id`, `vendor_id`, `product_parent_id`, `product_sku`, `product_s_desc`, `product_desc`, `product_thumb_image`, `product_full_image`, `product_publish`, `product_weight`, `product_weight_uom`, `product_length`, `product_width`, `product_height`, `product_lwh_uom`, `product_url`, `product_in_stock`, `product_available_date`, `product_availability`, `product_special`, `product_discount_id`, `ship_code_id`, `cdate`, `mdate`, `product_name`, `product_sales`, `attribute`, `custom_attribute`, `product_tax_id`, `product_unit`, `product_packaging`, `child_options`, `quantity_options`, `child_option_ids`, `product_order_levels`) VALUES
(37, 1, 0, '036', 'tee shirt ELIANE ET LENA', '<p> </p>\r\n<p><span style="font-size: 12pt; font-family: verdana,geneva;">Avec jupon BOBY  d e  MAIS IL EST OU LE SOLEIL</span></p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"> </p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;">Pour commander cet article<span> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #0000ff;"> <span style="color: #ff6600;">Préciser : coloris, taille, quantité</span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva;"><span style="color: #0000ff;"> Pour les commandes: cliquez</span> <span style="color: #0000ff;"> <a href="index.php?option=com_contact&view=contact&catid=8&id=2">ICI</a></span><br /> </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: verdana,geneva; color: #ff6600;">tél:05.55.14.10.21</span></p>', 'resized/Marcel_noir_4a02d8270215f_150x150.jpg', 'Marcel_noir_4a02d8270dfd6.jpg', 'Y', '0.0000', 'livres', '0.0000', '0.0000', '0.0000', 'pouces', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241700391, 1241954929, 'Marcel noir', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1'),
(38, 1, 0, '039', 'Tunique blanche', '', 'resized/VIENNE_4a02d9f472f4c_150x150.jpg', 'VIENNE_4a02d9f47ee3b.jpg', 'Y', '1.0000', 'kg', '0.0000', '0.0000', '0.0000', '', '', 2, 1241647200, '48h.gif', 'N', 1, NULL, 1241700852, 1241955279, 'VIENNE', 0, '', '', 3, 'pièce', 0, 'N,N,N,N,N,Y,20%,10%,', 'none,0,0,1', '', '1,1');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_attribute`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_attribute` (
  `attribute_id` int(11) NOT NULL auto_increment,
  `product_id` int(11) NOT NULL default '0',
  `attribute_name` char(255) NOT NULL default '',
  `attribute_value` char(255) NOT NULL default '',
  PRIMARY KEY  (`attribute_id`),
  KEY `idx_product_attribute_product_id` (`product_id`),
  KEY `idx_product_attribute_name` (`attribute_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores attributes + their specific values for Child Products' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_product_attribute`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_attribute_sku`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_attribute_sku` (
  `product_id` int(11) NOT NULL default '0',
  `attribute_name` char(255) NOT NULL default '',
  `attribute_list` int(11) NOT NULL default '0',
  KEY `idx_product_attribute_sku_product_id` (`product_id`),
  KEY `idx_product_attribute_sku_attribute_name` (`attribute_name`),
  KEY `idx_product_attribute_list` (`attribute_list`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Attributes for a Parent Product used by its Child Products';

--
-- Dumping data for table `jos_vm_product_attribute_sku`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_category_xref`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_category_xref` (
  `category_id` int(11) NOT NULL default '0',
  `product_id` int(11) NOT NULL default '0',
  `product_list` int(11) default NULL,
  KEY `idx_product_category_xref_category_id` (`category_id`),
  KEY `idx_product_category_xref_product_id` (`product_id`),
  KEY `idx_product_category_xref_product_list` (`product_list`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps Products to Categories';

--
-- Dumping data for table `jos_vm_product_category_xref`
--

INSERT INTO `jos_vm_product_category_xref` (`category_id`, `product_id`, `product_list`) VALUES
(2, 1, 1),
(3, 12, 1),
(2, 3, 1),
(4, 4, 1),
(8, 5, 1),
(2, 6, 1),
(9, 7, 1),
(3, 8, 1),
(4, 9, 1),
(2, 10, 1),
(8, 11, 1),
(2, 13, 1),
(11, 14, 1),
(16, 15, 1),
(3, 16, 1),
(4, 17, 1),
(1, 18, 1),
(15, 19, 1),
(11, 20, 1),
(16, 21, 1),
(16, 22, 1),
(2, 23, 1),
(7, 24, 1),
(7, 25, 1),
(2, 26, 1),
(3, 27, 1),
(3, 28, 1),
(12, 29, 1),
(6, 30, 1),
(10, 31, 1),
(6, 32, 1),
(3, 33, 1),
(3, 34, 1),
(3, 35, 1),
(16, 36, 1),
(7, 37, 1),
(8, 38, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_discount`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_discount` (
  `discount_id` int(11) NOT NULL auto_increment,
  `amount` decimal(12,2) NOT NULL default '0.00',
  `is_percent` tinyint(1) NOT NULL default '0',
  `start_date` int(11) NOT NULL default '0',
  `end_date` int(11) NOT NULL default '0',
  PRIMARY KEY  (`discount_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Discounts that can be assigned to products' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_vm_product_discount`
--

INSERT INTO `jos_vm_product_discount` (`discount_id`, `amount`, `is_percent`, `start_date`, `end_date`) VALUES
(1, '20.00', 1, 1241906400, 1242424800);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_download`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_download` (
  `product_id` int(11) NOT NULL default '0',
  `user_id` int(11) NOT NULL default '0',
  `order_id` int(11) NOT NULL default '0',
  `end_date` int(11) NOT NULL default '0',
  `download_max` int(11) NOT NULL default '0',
  `download_id` varchar(32) NOT NULL default '',
  `file_name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`download_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Active downloads for selling downloadable goods';

--
-- Dumping data for table `jos_vm_product_download`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_files`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_files` (
  `file_id` int(19) NOT NULL auto_increment,
  `file_product_id` int(11) NOT NULL default '0',
  `file_name` varchar(128) NOT NULL default '',
  `file_title` varchar(128) NOT NULL default '',
  `file_description` mediumtext NOT NULL,
  `file_extension` varchar(128) NOT NULL default '',
  `file_mimetype` varchar(64) NOT NULL default '',
  `file_url` varchar(254) NOT NULL default '',
  `file_published` tinyint(1) NOT NULL default '0',
  `file_is_image` tinyint(1) NOT NULL default '0',
  `file_image_height` int(11) NOT NULL default '0',
  `file_image_width` int(11) NOT NULL default '0',
  `file_image_thumb_height` int(11) NOT NULL default '50',
  `file_image_thumb_width` int(11) NOT NULL default '0',
  PRIMARY KEY  (`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Additional Images and Files which are assigned to products' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_product_files`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_mf_xref`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_mf_xref` (
  `product_id` int(11) default NULL,
  `manufacturer_id` int(11) default NULL,
  KEY `idx_product_mf_xref_product_id` (`product_id`),
  KEY `idx_product_mf_xref_manufacturer_id` (`manufacturer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps a product to a manufacturer';

--
-- Dumping data for table `jos_vm_product_mf_xref`
--

INSERT INTO `jos_vm_product_mf_xref` (`product_id`, `manufacturer_id`) VALUES
(1, 2),
(2, 2),
(3, 2),
(4, 2),
(5, 2),
(6, 2),
(7, 2),
(8, 2),
(9, 2),
(10, 2),
(11, 2),
(12, 2),
(13, 2),
(14, 2),
(15, 2),
(16, 5),
(17, 2),
(18, 2),
(19, 2),
(20, 2),
(21, 2),
(22, 2),
(23, 2),
(24, 6),
(25, 6),
(26, 6),
(27, 6),
(28, 2),
(29, 2),
(30, 3),
(31, 2),
(32, 2),
(33, 3),
(34, 6),
(35, 2),
(36, 2),
(37, 5),
(38, 2);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_price`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_price` (
  `product_price_id` int(11) NOT NULL auto_increment,
  `product_id` int(11) NOT NULL default '0',
  `product_price` decimal(12,5) default NULL,
  `product_currency` char(16) default NULL,
  `product_price_vdate` int(11) default NULL,
  `product_price_edate` int(11) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `shopper_group_id` int(11) default NULL,
  `price_quantity_start` int(11) unsigned NOT NULL default '0',
  `price_quantity_end` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`product_price_id`),
  KEY `idx_product_price_product_id` (`product_id`),
  KEY `idx_product_price_shopper_group_id` (`shopper_group_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds price records for a product' AUTO_INCREMENT=39 ;

--
-- Dumping data for table `jos_vm_product_price`
--

INSERT INTO `jos_vm_product_price` (`product_price_id`, `product_id`, `product_price`, `product_currency`, `product_price_vdate`, `product_price_edate`, `cdate`, `mdate`, `shopper_group_id`, `price_quantity_start`, `price_quantity_end`) VALUES
(1, 1, '87.79264', 'EUR', 0, 0, 1237902863, 1241954808, 5, 0, 0),
(2, 2, '58.52843', 'EUR', 0, 0, 1237909519, 1241954718, 5, 0, 0),
(3, 3, '66.88963', 'EUR', 0, 0, 1237911697, 1241954829, 5, 0, 0),
(4, 4, '62.70903', 'EUR', 0, 0, 1237912239, 1241954546, 5, 0, 0),
(5, 5, '87.79264', 'EUR', 0, 0, 1237915796, 1241955212, 5, 0, 0),
(6, 6, '82.77592', 'EUR', 0, 0, 1237916091, 1238158364, 5, 0, 0),
(7, 7, '82.77592', 'EUR', 0, 0, 1237920820, 1241954899, 5, 0, 0),
(8, 8, '66.88963', 'EUR', 0, 0, 1237921140, 1241955028, 5, 0, 0),
(9, 9, '66.88963', 'EUR', 0, 0, 1237921695, 1241954968, 5, 0, 0),
(10, 10, '75.25084', 'EUR', 0, 0, 1237922321, 1241954853, 5, 0, 0),
(11, 11, '71.07023', 'EUR', 0, 0, 1237987999, 1241955237, 5, 0, 0),
(12, 12, '82.77592', 'EUR', 0, 0, 1237988215, 1241955118, 5, 0, 0),
(13, 13, '87.79264', 'EUR', 0, 0, 1237988542, 1241954877, 5, 0, 0),
(14, 14, '124.58194', 'EUR', 0, 0, 1237988806, 1241954741, 5, 0, 0),
(15, 15, '40.96990', 'EUR', 0, 0, 1237989184, 1241954667, 5, 0, 0),
(16, 16, '150.41806', 'EUR', 0, 0, 1238158840, 1241955095, 5, 0, 0),
(17, 17, '50.16722', 'EUR', 0, 0, 1238159269, 1241954521, 5, 0, 0),
(18, 18, '40.96990', 'EUR', 0, 0, 1238159578, 1241954603, 5, 0, 0),
(19, 19, '40.96990', 'EUR', 0, 0, 1238159739, 1241954693, 5, 0, 0),
(20, 20, '124.58194', 'EUR', 0, 0, 1238160033, 1241954989, 5, 0, 0),
(21, 21, '29.26421', 'EUR', 0, 0, 1238160213, 1241954623, 5, 0, 0),
(22, 22, '40.96990', 'EUR', 0, 0, 1238160312, 1241954646, 5, 0, 0),
(23, 23, '79.43144', 'EUR', 0, 0, 1238160406, 1241954762, 5, 0, 0),
(24, 24, '68.97993', 'EUR', 0, 0, 1241373732, 1241955168, 5, 0, 0),
(25, 25, '81.52174', 'EUR', 0, 0, 1241373941, 1241955189, 5, 0, 0),
(26, 26, '130.00000', 'EUR', 0, 0, 1241374267, 1241954784, 5, 0, 0),
(27, 27, '96.15385', 'EUR', 0, 0, 1241374472, 1241955068, 5, 0, 0),
(28, 28, '54.34783', 'EUR', 0, 0, 1241376656, 1241954455, 5, 0, 0),
(29, 29, '45.98662', 'EUR', 0, 0, 1241377173, 1241954566, 5, 0, 0),
(30, 30, '112.87625', 'EUR', 0, 0, 1241377437, 1241955259, 5, 0, 0),
(31, 31, '45.98662', 'EUR', 0, 0, 1241698684, 1241954406, 5, 0, 0),
(32, 32, '75.25084', 'EUR', 0, 0, 1241698945, 1241955145, 5, 0, 0),
(33, 33, '87.79264', 'EUR', 0, 0, 1241699174, 1241955048, 5, 0, 0),
(34, 34, '112.87625', 'EUR', 0, 0, 1241699378, 1241955008, 5, 0, 0),
(35, 35, '87.79264', 'EUR', 0, 0, 1241699967, 1241954376, 5, 0, 0),
(36, 36, '40.96990', 'EUR', 0, 0, 1241700079, 1241954949, 5, 0, 0),
(37, 37, '48.07692', 'EUR', 0, 0, 1241700391, 1241954929, 5, 0, 0),
(38, 38, '82.77592', 'EUR', 0, 0, 1241700852, 1241955279, 5, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_product_type_xref`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_product_type_xref` (
  `product_id` int(11) NOT NULL default '0',
  `product_type_id` int(11) NOT NULL default '0',
  KEY `idx_product_product_type_xref_product_id` (`product_id`),
  KEY `idx_product_product_type_xref_product_type_id` (`product_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps products to a product type';

--
-- Dumping data for table `jos_vm_product_product_type_xref`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_relations`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_relations` (
  `product_id` int(11) NOT NULL default '0',
  `related_products` text,
  PRIMARY KEY  (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_vm_product_relations`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_reviews`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_reviews` (
  `review_id` int(11) NOT NULL auto_increment,
  `product_id` int(11) NOT NULL default '0',
  `comment` text NOT NULL,
  `userid` int(11) NOT NULL default '0',
  `time` int(11) NOT NULL default '0',
  `user_rating` tinyint(1) NOT NULL default '0',
  `review_ok` int(11) NOT NULL default '0',
  `review_votes` int(11) NOT NULL default '0',
  `published` char(1) NOT NULL default 'Y',
  PRIMARY KEY  (`review_id`),
  UNIQUE KEY `product_id` (`product_id`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_product_reviews`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_type`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_type` (
  `product_type_id` int(11) NOT NULL auto_increment,
  `product_type_name` varchar(255) NOT NULL default '',
  `product_type_description` text,
  `product_type_publish` char(1) default NULL,
  `product_type_browsepage` varchar(255) default NULL,
  `product_type_flypage` varchar(255) default NULL,
  `product_type_list_order` int(11) default NULL,
  PRIMARY KEY  (`product_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_product_type`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_type_parameter`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_type_parameter` (
  `product_type_id` int(11) NOT NULL default '0',
  `parameter_name` varchar(255) NOT NULL default '',
  `parameter_label` varchar(255) NOT NULL default '',
  `parameter_description` text,
  `parameter_list_order` int(11) NOT NULL default '0',
  `parameter_type` char(1) NOT NULL default 'T',
  `parameter_values` varchar(255) default NULL,
  `parameter_multiselect` char(1) default NULL,
  `parameter_default` varchar(255) default NULL,
  `parameter_unit` varchar(32) default NULL,
  PRIMARY KEY  (`product_type_id`,`parameter_name`),
  KEY `idx_product_type_parameter_product_type_id` (`product_type_id`),
  KEY `idx_product_type_parameter_parameter_order` (`parameter_list_order`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Parameters which are part of a product type';

--
-- Dumping data for table `jos_vm_product_type_parameter`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_product_votes`
--

CREATE TABLE IF NOT EXISTS `jos_vm_product_votes` (
  `product_id` int(255) NOT NULL default '0',
  `votes` text NOT NULL,
  `allvotes` int(11) NOT NULL default '0',
  `rating` tinyint(1) NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '0',
  PRIMARY KEY  (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all votes for a product';

--
-- Dumping data for table `jos_vm_product_votes`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_shipping_carrier`
--

CREATE TABLE IF NOT EXISTS `jos_vm_shipping_carrier` (
  `shipping_carrier_id` int(11) NOT NULL auto_increment,
  `shipping_carrier_name` char(80) NOT NULL default '',
  `shipping_carrier_list_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`shipping_carrier_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Shipping Carriers as used by the Standard Shipping Module' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_vm_shipping_carrier`
--

INSERT INTO `jos_vm_shipping_carrier` (`shipping_carrier_id`, `shipping_carrier_name`, `shipping_carrier_list_order`) VALUES
(1, 'Colissimo', 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_shipping_label`
--

CREATE TABLE IF NOT EXISTS `jos_vm_shipping_label` (
  `order_id` int(11) NOT NULL default '0',
  `shipper_class` varchar(32) default NULL,
  `ship_date` varchar(32) default NULL,
  `service_code` varchar(32) default NULL,
  `special_service` varchar(32) default NULL,
  `package_type` varchar(16) default NULL,
  `order_weight` decimal(10,2) default NULL,
  `is_international` tinyint(1) default NULL,
  `additional_protection_type` varchar(16) default NULL,
  `additional_protection_value` decimal(10,2) default NULL,
  `duty_value` decimal(10,2) default NULL,
  `content_desc` varchar(255) default NULL,
  `label_is_generated` tinyint(1) NOT NULL default '0',
  `tracking_number` varchar(32) default NULL,
  `label_image` blob,
  `have_signature` tinyint(1) NOT NULL default '0',
  `signature_image` blob,
  PRIMARY KEY  (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores information used in generating shipping labels';

--
-- Dumping data for table `jos_vm_shipping_label`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_shipping_rate`
--

CREATE TABLE IF NOT EXISTS `jos_vm_shipping_rate` (
  `shipping_rate_id` int(11) NOT NULL auto_increment,
  `shipping_rate_name` varchar(255) NOT NULL default '',
  `shipping_rate_carrier_id` int(11) NOT NULL default '0',
  `shipping_rate_country` text NOT NULL,
  `shipping_rate_zip_start` varchar(32) NOT NULL default '',
  `shipping_rate_zip_end` varchar(32) NOT NULL default '',
  `shipping_rate_weight_start` decimal(10,3) NOT NULL default '0.000',
  `shipping_rate_weight_end` decimal(10,3) NOT NULL default '0.000',
  `shipping_rate_value` decimal(10,2) NOT NULL default '0.00',
  `shipping_rate_package_fee` decimal(10,2) NOT NULL default '0.00',
  `shipping_rate_currency_id` int(11) NOT NULL default '0',
  `shipping_rate_vat_id` int(11) NOT NULL default '0',
  `shipping_rate_list_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`shipping_rate_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Shipping Rates, used by the Standard Shipping Module' AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jos_vm_shipping_rate`
--

INSERT INTO `jos_vm_shipping_rate` (`shipping_rate_id`, `shipping_rate_name`, `shipping_rate_carrier_id`, `shipping_rate_country`, `shipping_rate_zip_start`, `shipping_rate_zip_end`, `shipping_rate_weight_start`, `shipping_rate_weight_end`, `shipping_rate_value`, `shipping_rate_package_fee`, `shipping_rate_currency_id`, `shipping_rate_vat_id`, `shipping_rate_list_order`) VALUES
(1, 'france- 0 à 0.5kg', 1, 'FRA;', '00000', '99999', '0.001', '0.500', '5.50', '0.00', 47, 0, 0),
(2, 'france- 0.5001 à 1kg', 1, 'FRA;', '00000', '99999', '0.501', '1.000', '6.70', '0.00', 47, 0, 1),
(3, 'france- 1.001 à 2 kg', 1, 'FRA;', '00000', '99999', '1.001', '2.000', '7.65', '0.00', 47, 0, 2),
(4, 'france- 2.001 à 3 kg', 1, 'FRA;', '00000', '99999', '2.001', '3.000', '8.60', '0.00', 47, 0, 3),
(5, 'france- 3.001 à 5 kg', 1, 'FRA;', '00000', '99999', '3.001', '5.000', '10.50', '0.00', 47, 0, 4),
(6, 'france- 5.001 à 7 kg', 1, 'FRA;', '00000', '99999', '5.001', '7.000', '12.40', '0.00', 47, 0, 5);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_shopper_group`
--

CREATE TABLE IF NOT EXISTS `jos_vm_shopper_group` (
  `shopper_group_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) default NULL,
  `shopper_group_name` varchar(32) default NULL,
  `shopper_group_desc` text,
  `shopper_group_discount` decimal(5,2) NOT NULL default '0.00',
  `show_price_including_tax` tinyint(1) NOT NULL default '1',
  `default` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`shopper_group_id`),
  KEY `idx_shopper_group_vendor_id` (`vendor_id`),
  KEY `idx_shopper_group_name` (`shopper_group_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Shopper Groups that users can be assigned to' AUTO_INCREMENT=8 ;

--
-- Dumping data for table `jos_vm_shopper_group`
--

INSERT INTO `jos_vm_shopper_group` (`shopper_group_id`, `vendor_id`, `shopper_group_name`, `shopper_group_desc`, `shopper_group_discount`, `show_price_including_tax`, `default`) VALUES
(5, 1, '-default-', 'This is the default shopper group.', '0.00', 1, 1),
(6, 1, 'Fidelité+++', 'les plus fidèles<br />', '2.00', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_shopper_vendor_xref`
--

CREATE TABLE IF NOT EXISTS `jos_vm_shopper_vendor_xref` (
  `user_id` int(11) default NULL,
  `vendor_id` int(11) default NULL,
  `shopper_group_id` int(11) default NULL,
  `customer_number` varchar(32) default NULL,
  KEY `idx_shopper_vendor_xref_user_id` (`user_id`),
  KEY `idx_shopper_vendor_xref_vendor_id` (`vendor_id`),
  KEY `idx_shopper_vendor_xref_shopper_group_id` (`shopper_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps a user to a Shopper Group of a Vendor';

--
-- Dumping data for table `jos_vm_shopper_vendor_xref`
--

INSERT INTO `jos_vm_shopper_vendor_xref` (`user_id`, `vendor_id`, `shopper_group_id`, `customer_number`) VALUES
(62, 1, 5, ''),
(63, 1, 5, ''),
(64, 1, 5, '197954357949d321e67ca5e'),
(65, 1, 5, '128957317049ef3855c8b5d'),
(66, 1, 5, '54077340849fb32b9ba367'),
(67, 1, 5, '19194549514a1042c2b1702');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_state`
--

CREATE TABLE IF NOT EXISTS `jos_vm_state` (
  `state_id` int(11) NOT NULL auto_increment,
  `country_id` int(11) NOT NULL default '1',
  `state_name` varchar(64) default NULL,
  `state_3_code` char(3) default NULL,
  `state_2_code` char(2) default NULL,
  PRIMARY KEY  (`state_id`),
  UNIQUE KEY `state_3_code` (`country_id`,`state_3_code`),
  UNIQUE KEY `state_2_code` (`country_id`,`state_2_code`),
  KEY `idx_country_id` (`country_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='States that are assigned to a country' AUTO_INCREMENT=449 ;

--
-- Dumping data for table `jos_vm_state`
--

INSERT INTO `jos_vm_state` (`state_id`, `country_id`, `state_name`, `state_3_code`, `state_2_code`) VALUES
(1, 223, 'Alabama', 'ALA', 'AL'),
(2, 223, 'Alaska', 'ALK', 'AK'),
(3, 223, 'Arizona', 'ARZ', 'AZ'),
(4, 223, 'Arkansas', 'ARK', 'AR'),
(5, 223, 'California', 'CAL', 'CA'),
(6, 223, 'Colorado', 'COL', 'CO'),
(7, 223, 'Connecticut', 'CCT', 'CT'),
(8, 223, 'Delaware', 'DEL', 'DE'),
(9, 223, 'District Of Columbia', 'DOC', 'DC'),
(10, 223, 'Florida', 'FLO', 'FL'),
(11, 223, 'Georgia', 'GEA', 'GA'),
(12, 223, 'Hawaii', 'HWI', 'HI'),
(13, 223, 'Idaho', 'IDA', 'ID'),
(14, 223, 'Illinois', 'ILL', 'IL'),
(15, 223, 'Indiana', 'IND', 'IN'),
(16, 223, 'Iowa', 'IOA', 'IA'),
(17, 223, 'Kansas', 'KAS', 'KS'),
(18, 223, 'Kentucky', 'KTY', 'KY'),
(19, 223, 'Louisiana', 'LOA', 'LA'),
(20, 223, 'Maine', 'MAI', 'ME'),
(21, 223, 'Maryland', 'MLD', 'MD'),
(22, 223, 'Massachusetts', 'MSA', 'MA'),
(23, 223, 'Michigan', 'MIC', 'MI'),
(24, 223, 'Minnesota', 'MIN', 'MN'),
(25, 223, 'Mississippi', 'MIS', 'MS'),
(26, 223, 'Missouri', 'MIO', 'MO'),
(27, 223, 'Montana', 'MOT', 'MT'),
(28, 223, 'Nebraska', 'NEB', 'NE'),
(29, 223, 'Nevada', 'NEV', 'NV'),
(30, 223, 'New Hampshire', 'NEH', 'NH'),
(31, 223, 'New Jersey', 'NEJ', 'NJ'),
(32, 223, 'New Mexico', 'NEM', 'NM'),
(33, 223, 'New York', 'NEY', 'NY'),
(34, 223, 'North Carolina', 'NOC', 'NC'),
(35, 223, 'North Dakota', 'NOD', 'ND'),
(36, 223, 'Ohio', 'OHI', 'OH'),
(37, 223, 'Oklahoma', 'OKL', 'OK'),
(38, 223, 'Oregon', 'ORN', 'OR'),
(39, 223, 'Pennsylvania', 'PEA', 'PA'),
(40, 223, 'Rhode Island', 'RHI', 'RI'),
(41, 223, 'South Carolina', 'SOC', 'SC'),
(42, 223, 'South Dakota', 'SOD', 'SD'),
(43, 223, 'Tennessee', 'TEN', 'TN'),
(44, 223, 'Texas', 'TXS', 'TX'),
(45, 223, 'Utah', 'UTA', 'UT'),
(46, 223, 'Vermont', 'VMT', 'VT'),
(47, 223, 'Virginia', 'VIA', 'VA'),
(48, 223, 'Washington', 'WAS', 'WA'),
(49, 223, 'West Virginia', 'WEV', 'WV'),
(50, 223, 'Wisconsin', 'WIS', 'WI'),
(51, 223, 'Wyoming', 'WYO', 'WY'),
(52, 38, 'Alberta', 'ALB', 'AB'),
(53, 38, 'British Columbia', 'BRC', 'BC'),
(54, 38, 'Manitoba', 'MAB', 'MB'),
(55, 38, 'New Brunswick', 'NEB', 'NB'),
(56, 38, 'Newfoundland and Labrador', 'NFL', 'NL'),
(57, 38, 'Northwest Territories', 'NWT', 'NT'),
(58, 38, 'Nova Scotia', 'NOS', 'NS'),
(59, 38, 'Nunavut', 'NUT', 'NU'),
(60, 38, 'Ontario', 'ONT', 'ON'),
(61, 38, 'Prince Edward Island', 'PEI', 'PE'),
(62, 38, 'Quebec', 'QEC', 'QC'),
(63, 38, 'Saskatchewan', 'SAK', 'SK'),
(64, 38, 'Yukon', 'YUT', 'YT'),
(65, 222, 'England', 'ENG', 'EN'),
(66, 222, 'Northern Ireland', 'NOI', 'NI'),
(67, 222, 'Scotland', 'SCO', 'SD'),
(68, 222, 'Wales', 'WLS', 'WS'),
(69, 13, 'Australian Capital Territory', 'ACT', 'AT'),
(70, 13, 'New South Wales', 'NSW', 'NW'),
(71, 13, 'Northern Territory', 'NOT', 'NT'),
(72, 13, 'Queensland', 'QLD', 'QL'),
(73, 13, 'South Australia', 'SOA', 'SA'),
(74, 13, 'Tasmania', 'TAS', 'TA'),
(75, 13, 'Victoria', 'VIC', 'VI'),
(76, 13, 'Western Australia', 'WEA', 'WA'),
(77, 138, 'Aguascalientes', 'AGS', 'AG'),
(78, 138, 'Baja California Norte', 'BCN', 'BN'),
(79, 138, 'Baja California Sur', 'BCS', 'BS'),
(80, 138, 'Campeche', 'CAM', 'CA'),
(81, 138, 'Chiapas', 'CHI', 'CS'),
(82, 138, 'Chihuahua', 'CHA', 'CH'),
(83, 138, 'Coahuila', 'COA', 'CO'),
(84, 138, 'Colima', 'COL', 'CM'),
(85, 138, 'Distrito Federal', 'DFM', 'DF'),
(86, 138, 'Durango', 'DGO', 'DO'),
(87, 138, 'Guanajuato', 'GTO', 'GO'),
(88, 138, 'Guerrero', 'GRO', 'GU'),
(89, 138, 'Hidalgo', 'HGO', 'HI'),
(90, 138, 'Jalisco', 'JAL', 'JA'),
(91, 138, 'México (Estado de)', 'EDM', 'EM'),
(92, 138, 'Michoacán', 'MCN', 'MI'),
(93, 138, 'Morelos', 'MOR', 'MO'),
(94, 138, 'Nayarit', 'NAY', 'NY'),
(95, 138, 'Nuevo León', 'NUL', 'NL'),
(96, 138, 'Oaxaca', 'OAX', 'OA'),
(97, 138, 'Puebla', 'PUE', 'PU'),
(98, 138, 'Querétaro', 'QRO', 'QU'),
(99, 138, 'Quintana Roo', 'QUR', 'QR'),
(100, 138, 'San Luis Potosí', 'SLP', 'SP'),
(101, 138, 'Sinaloa', 'SIN', 'SI'),
(102, 138, 'Sonora', 'SON', 'SO'),
(103, 138, 'Tabasco', 'TAB', 'TA'),
(104, 138, 'Tamaulipas', 'TAM', 'TM'),
(105, 138, 'Tlaxcala', 'TLX', 'TX'),
(106, 138, 'Veracruz', 'VER', 'VZ'),
(107, 138, 'Yucatán', 'YUC', 'YU'),
(108, 138, 'Zacatecas', 'ZAC', 'ZA'),
(109, 30, 'Acre', 'ACR', 'AC'),
(110, 30, 'Alagoas', 'ALG', 'AL'),
(111, 30, 'Amapá', 'AMP', 'AP'),
(112, 30, 'Amazonas', 'AMZ', 'AM'),
(113, 30, 'Bahía', 'BAH', 'BA'),
(114, 30, 'Ceará', 'CEA', 'CE'),
(115, 30, 'Distrito Federal', 'DFB', 'DF'),
(116, 30, 'Espirito Santo', 'ESS', 'ES'),
(117, 30, 'Goiás', 'GOI', 'GO'),
(118, 30, 'Maranhão', 'MAR', 'MA'),
(119, 30, 'Mato Grosso', 'MAT', 'MT'),
(120, 30, 'Mato Grosso do Sul', 'MGS', 'MS'),
(121, 30, 'Minas Geraís', 'MIG', 'MG'),
(122, 30, 'Paraná', 'PAR', 'PR'),
(123, 30, 'Paraíba', 'PRB', 'PB'),
(124, 30, 'Pará', 'PAB', 'PA'),
(125, 30, 'Pernambuco', 'PER', 'PE'),
(126, 30, 'Piauí', 'PIA', 'PI'),
(127, 30, 'Rio Grande do Norte', 'RGN', 'RN'),
(128, 30, 'Rio Grande do Sul', 'RGS', 'RS'),
(129, 30, 'Rio de Janeiro', 'RDJ', 'RJ'),
(130, 30, 'Rondônia', 'RON', 'RO'),
(131, 30, 'Roraima', 'ROR', 'RR'),
(132, 30, 'Santa Catarina', 'SAC', 'SC'),
(133, 30, 'Sergipe', 'SER', 'SE'),
(134, 30, 'São Paulo', 'SAP', 'SP'),
(135, 30, 'Tocantins', 'TOC', 'TO'),
(136, 44, 'Anhui', 'ANH', '34'),
(137, 44, 'Beijing', 'BEI', '11'),
(138, 44, 'Chongqing', 'CHO', '50'),
(139, 44, 'Fujian', 'FUJ', '35'),
(140, 44, 'Gansu', 'GAN', '62'),
(141, 44, 'Guangdong', 'GUA', '44'),
(142, 44, 'Guangxi Zhuang', 'GUZ', '45'),
(143, 44, 'Guizhou', 'GUI', '52'),
(144, 44, 'Hainan', 'HAI', '46'),
(145, 44, 'Hebei', 'HEB', '13'),
(146, 44, 'Heilongjiang', 'HEI', '23'),
(147, 44, 'Henan', 'HEN', '41'),
(148, 44, 'Hubei', 'HUB', '42'),
(149, 44, 'Hunan', 'HUN', '43'),
(150, 44, 'Jiangsu', 'JIA', '32'),
(151, 44, 'Jiangxi', 'JIX', '36'),
(152, 44, 'Jilin', 'JIL', '22'),
(153, 44, 'Liaoning', 'LIA', '21'),
(154, 44, 'Nei Mongol', 'NML', '15'),
(155, 44, 'Ningxia Hui', 'NIH', '64'),
(156, 44, 'Qinghai', 'QIN', '63'),
(157, 44, 'Shandong', 'SNG', '37'),
(158, 44, 'Shanghai', 'SHH', '31'),
(159, 44, 'Shaanxi', 'SHX', '61'),
(160, 44, 'Sichuan', 'SIC', '51'),
(161, 44, 'Tianjin', 'TIA', '12'),
(162, 44, 'Xinjiang Uygur', 'XIU', '65'),
(163, 44, 'Xizang', 'XIZ', '54'),
(164, 44, 'Yunnan', 'YUN', '53'),
(165, 44, 'Zhejiang', 'ZHE', '33'),
(166, 104, 'Gaza Strip', 'GZS', 'GZ'),
(167, 104, 'West Bank', 'WBK', 'WB'),
(168, 104, 'Other', 'OTH', 'OT'),
(169, 151, 'St. Maarten', 'STM', 'SM'),
(170, 151, 'Bonaire', 'BNR', 'BN'),
(171, 151, 'Curacao', 'CUR', 'CR'),
(172, 175, 'Alba', 'ABA', 'AB'),
(173, 175, 'Arad', 'ARD', 'AR'),
(174, 175, 'Arges', 'ARG', 'AG'),
(175, 175, 'Bacau', 'BAC', 'BC'),
(176, 175, 'Bihor', 'BIH', 'BH'),
(177, 175, 'Bistrita-Nasaud', 'BIS', 'BN'),
(178, 175, 'Botosani', 'BOT', 'BT'),
(179, 175, 'Braila', 'BRL', 'BR'),
(180, 175, 'Brasov', 'BRA', 'BV'),
(181, 175, 'Bucuresti', 'BUC', 'B'),
(182, 175, 'Buzau', 'BUZ', 'BZ'),
(183, 175, 'Calarasi', 'CAL', 'CL'),
(184, 175, 'Caras Severin', 'CRS', 'CS'),
(185, 175, 'Cluj', 'CLJ', 'CJ'),
(186, 175, 'Constanta', 'CST', 'CT'),
(187, 175, 'Covasna', 'COV', 'CV'),
(188, 175, 'Dambovita', 'DAM', 'DB'),
(189, 175, 'Dolj', 'DLJ', 'DJ'),
(190, 175, 'Galati', 'GAL', 'GL'),
(191, 175, 'Giurgiu', 'GIU', 'GR'),
(192, 175, 'Gorj', 'GOR', 'GJ'),
(193, 175, 'Hargita', 'HRG', 'HR'),
(194, 175, 'Hunedoara', 'HUN', 'HD'),
(195, 175, 'Ialomita', 'IAL', 'IL'),
(196, 175, 'Iasi', 'IAS', 'IS'),
(197, 175, 'Ilfov', 'ILF', 'IF'),
(198, 175, 'Maramures', 'MAR', 'MM'),
(199, 175, 'Mehedinti', 'MEH', 'MH'),
(200, 175, 'Mures', 'MUR', 'MS'),
(201, 175, 'Neamt', 'NEM', 'NT'),
(202, 175, 'Olt', 'OLT', 'OT'),
(203, 175, 'Prahova', 'PRA', 'PH'),
(204, 175, 'Salaj', 'SAL', 'SJ'),
(205, 175, 'Satu Mare', 'SAT', 'SM'),
(206, 175, 'Sibiu', 'SIB', 'SB'),
(207, 175, 'Suceava', 'SUC', 'SV'),
(208, 175, 'Teleorman', 'TEL', 'TR'),
(209, 175, 'Timis', 'TIM', 'TM'),
(210, 175, 'Tulcea', 'TUL', 'TL'),
(211, 175, 'Valcea', 'VAL', 'VL'),
(212, 175, 'Vaslui', 'VAS', 'VS'),
(213, 175, 'Vrancea', 'VRA', 'VN'),
(214, 105, 'Agrigento', 'AGR', 'AG'),
(215, 105, 'Alessandria', 'ALE', 'AL'),
(216, 105, 'Ancona', 'ANC', 'AN'),
(217, 105, 'Aosta', 'AOS', 'AO'),
(218, 105, 'Arezzo', 'ARE', 'AR'),
(219, 105, 'Ascoli Piceno', 'API', 'AP'),
(220, 105, 'Asti', 'AST', 'AT'),
(221, 105, 'Avellino', 'AVE', 'AV'),
(222, 105, 'Bari', 'BAR', 'BA'),
(223, 105, 'Belluno', 'BEL', 'BL'),
(224, 105, 'Benevento', 'BEN', 'BN'),
(225, 105, 'Bergamo', 'BEG', 'BG'),
(226, 105, 'Biella', 'BIE', 'BI'),
(227, 105, 'Bologna', 'BOL', 'BO'),
(228, 105, 'Bolzano', 'BOZ', 'BZ'),
(229, 105, 'Brescia', 'BRE', 'BS'),
(230, 105, 'Brindisi', 'BRI', 'BR'),
(231, 105, 'Cagliari', 'CAG', 'CA'),
(232, 105, 'Caltanissetta', 'CAL', 'CL'),
(233, 105, 'Campobasso', 'CBO', 'CB'),
(234, 105, 'Carbonia-Iglesias', 'CAR', 'CI'),
(235, 105, 'Caserta', 'CAS', 'CE'),
(236, 105, 'Catania', 'CAT', 'CT'),
(237, 105, 'Catanzaro', 'CTZ', 'CZ'),
(238, 105, 'Chieti', 'CHI', 'CH'),
(239, 105, 'Como', 'COM', 'CO'),
(240, 105, 'Cosenza', 'COS', 'CS'),
(241, 105, 'Cremona', 'CRE', 'CR'),
(242, 105, 'Crotone', 'CRO', 'KR'),
(243, 105, 'Cuneo', 'CUN', 'CN'),
(244, 105, 'Enna', 'ENN', 'EN'),
(245, 105, 'Ferrara', 'FER', 'FE'),
(246, 105, 'Firenze', 'FIR', 'FI'),
(247, 105, 'Foggia', 'FOG', 'FG'),
(248, 105, 'Forli-Cesena', 'FOC', 'FC'),
(249, 105, 'Frosinone', 'FRO', 'FR'),
(250, 105, 'Genova', 'GEN', 'GE'),
(251, 105, 'Gorizia', 'GOR', 'GO'),
(252, 105, 'Grosseto', 'GRO', 'GR'),
(253, 105, 'Imperia', 'IMP', 'IM'),
(254, 105, 'Isernia', 'ISE', 'IS'),
(255, 105, 'L''Aquila', 'AQU', 'AQ'),
(256, 105, 'La Spezia', 'LAS', 'SP'),
(257, 105, 'Latina', 'LAT', 'LT'),
(258, 105, 'Lecce', 'LEC', 'LE'),
(259, 105, 'Lecco', 'LCC', 'LC'),
(260, 105, 'Livorno', 'LIV', 'LI'),
(261, 105, 'Lodi', 'LOD', 'LO'),
(262, 105, 'Lucca', 'LUC', 'LU'),
(263, 105, 'Macerata', 'MAC', 'MC'),
(264, 105, 'Mantova', 'MAN', 'MN'),
(265, 105, 'Massa-Carrara', 'MAS', 'MS'),
(266, 105, 'Matera', 'MAA', 'MT'),
(267, 105, 'Medio Campidano', 'MED', 'VS'),
(268, 105, 'Messina', 'MES', 'ME'),
(269, 105, 'Milano', 'MIL', 'MI'),
(270, 105, 'Modena', 'MOD', 'MO'),
(271, 105, 'Napoli', 'NAP', 'NA'),
(272, 105, 'Novara', 'NOV', 'NO'),
(273, 105, 'Nuoro', 'NUR', 'NU'),
(274, 105, 'Ogliastra', 'OGL', 'OG'),
(275, 105, 'Olbia-Tempio', 'OLB', 'OT'),
(276, 105, 'Oristano', 'ORI', 'OR'),
(277, 105, 'Padova', 'PDA', 'PD'),
(278, 105, 'Palermo', 'PAL', 'PA'),
(279, 105, 'Parma', 'PAA', 'PR'),
(280, 105, 'Pavia', 'PAV', 'PV'),
(281, 105, 'Perugia', 'PER', 'PG'),
(282, 105, 'Pesaro e Urbino', 'PES', 'PU'),
(283, 105, 'Pescara', 'PSC', 'PE'),
(284, 105, 'Piacenza', 'PIA', 'PC'),
(285, 105, 'Pisa', 'PIS', 'PI'),
(286, 105, 'Pistoia', 'PIT', 'PT'),
(287, 105, 'Pordenone', 'POR', 'PN'),
(288, 105, 'Potenza', 'PTZ', 'PZ'),
(289, 105, 'Prato', 'PRA', 'PO'),
(290, 105, 'Ragusa', 'RAG', 'RG'),
(291, 105, 'Ravenna', 'RAV', 'RA'),
(292, 105, 'Reggio Calabria', 'REG', 'RC'),
(293, 105, 'Reggio Emilia', 'REE', 'RE'),
(294, 105, 'Rieti', 'RIE', 'RI'),
(295, 105, 'Rimini', 'RIM', 'RN'),
(296, 105, 'Roma', 'ROM', 'RM'),
(297, 105, 'Rovigo', 'ROV', 'RO'),
(298, 105, 'Salerno', 'SAL', 'SA'),
(299, 105, 'Sassari', 'SAS', 'SS'),
(300, 105, 'Savona', 'SAV', 'SV'),
(301, 105, 'Siena', 'SIE', 'SI'),
(302, 105, 'Siracusa', 'SIR', 'SR'),
(303, 105, 'Sondrio', 'SOO', 'SO'),
(304, 105, 'Taranto', 'TAR', 'TA'),
(305, 105, 'Teramo', 'TER', 'TE'),
(306, 105, 'Terni', 'TRN', 'TR'),
(307, 105, 'Torino', 'TOR', 'TO'),
(308, 105, 'Trapani', 'TRA', 'TP'),
(309, 105, 'Trento', 'TRE', 'TN'),
(310, 105, 'Treviso', 'TRV', 'TV'),
(311, 105, 'Trieste', 'TRI', 'TS'),
(312, 105, 'Udine', 'UDI', 'UD'),
(313, 105, 'Varese', 'VAR', 'VA'),
(314, 105, 'Venezia', 'VEN', 'VE'),
(315, 105, 'Verbano Cusio Ossola', 'VCO', 'VB'),
(316, 105, 'Vercelli', 'VER', 'VC'),
(317, 105, 'Verona', 'VRN', 'VR'),
(318, 105, 'Vibo Valenzia', 'VIV', 'VV'),
(319, 105, 'Vicenza', 'VII', 'VI'),
(320, 105, 'Viterbo', 'VIT', 'VT'),
(321, 195, 'A Coruña', 'ACO', '15'),
(322, 195, 'Alava', 'ALA', '01'),
(323, 195, 'Albacete', 'ALB', '02'),
(324, 195, 'Alicante', 'ALI', '03'),
(325, 195, 'Almeria', 'ALM', '04'),
(326, 195, 'Asturias', 'AST', '33'),
(327, 195, 'Avila', 'AVI', '05'),
(328, 195, 'Badajoz', 'BAD', '06'),
(329, 195, 'Baleares', 'BAL', '07'),
(330, 195, 'Barcelona', 'BAR', '08'),
(331, 195, 'Burgos', 'BUR', '09'),
(332, 195, 'Caceres', 'CAC', '10'),
(333, 195, 'Cadiz', 'CAD', '11'),
(334, 195, 'Cantabria', 'CAN', '39'),
(335, 195, 'Castellon', 'CAS', '12'),
(336, 195, 'Ceuta', 'CEU', '51'),
(337, 195, 'Ciudad Real', 'CIU', '13'),
(338, 195, 'Cordoba', 'COR', '14'),
(339, 195, 'Cuenca', 'CUE', '16'),
(340, 195, 'Girona', 'GIR', '17'),
(341, 195, 'Granada', 'GRA', '18'),
(342, 195, 'Guadalajara', 'GUA', '19'),
(343, 195, 'Guipuzcoa', 'GUI', '20'),
(344, 195, 'Huelva', 'HUL', '21'),
(345, 195, 'Huesca', 'HUS', '22'),
(346, 195, 'Jaen', 'JAE', '23'),
(347, 195, 'La Rioja', 'LRI', '26'),
(348, 195, 'Las Palmas', 'LPA', '35'),
(349, 195, 'Leon', 'LEO', '24'),
(350, 195, 'Lleida', 'LLE', '25'),
(351, 195, 'Lugo', 'LUG', '27'),
(352, 195, 'Madrid', 'MAD', '28'),
(353, 195, 'Malaga', 'MAL', '29'),
(354, 195, 'Melilla', 'MEL', '52'),
(355, 195, 'Murcia', 'MUR', '30'),
(356, 195, 'Navarra', 'NAV', '31'),
(357, 195, 'Ourense', 'OUR', '32'),
(358, 195, 'Palencia', 'PAL', '34'),
(359, 195, 'Pontevedra', 'PON', '36'),
(360, 195, 'Salamanca', 'SAL', '37'),
(361, 195, 'Santa Cruz de Tenerife', 'SCT', '38'),
(362, 195, 'Segovia', 'SEG', '40'),
(363, 195, 'Sevilla', 'SEV', '41'),
(364, 195, 'Soria', 'SOR', '42'),
(365, 195, 'Tarragona', 'TAR', '43'),
(366, 195, 'Teruel', 'TER', '44'),
(367, 195, 'Toledo', 'TOL', '45'),
(368, 195, 'Valencia', 'VAL', '46'),
(369, 195, 'Valladolid', 'VLL', '47'),
(370, 195, 'Vizcaya', 'VIZ', '48'),
(371, 195, 'Zamora', 'ZAM', '49'),
(372, 195, 'Zaragoza', 'ZAR', '50'),
(373, 11, 'Aragatsotn', 'ARG', 'AG'),
(374, 11, 'Ararat', 'ARR', 'AR'),
(375, 11, 'Armavir', 'ARM', 'AV'),
(376, 11, 'Gegharkunik', 'GEG', 'GR'),
(377, 11, 'Kotayk', 'KOT', 'KT'),
(378, 11, 'Lori', 'LOR', 'LO'),
(379, 11, 'Shirak', 'SHI', 'SH'),
(380, 11, 'Syunik', 'SYU', 'SU'),
(381, 11, 'Tavush', 'TAV', 'TV'),
(382, 11, 'Vayots-Dzor', 'VAD', 'VD'),
(383, 11, 'Yerevan', 'YER', 'ER'),
(384, 99, 'Andaman & Nicobar Islands', 'ANI', 'AI'),
(385, 99, 'Andhra Pradesh', 'AND', 'AN'),
(386, 99, 'Arunachal Pradesh', 'ARU', 'AR'),
(387, 99, 'Assam', 'ASS', 'AS'),
(388, 99, 'Bihar', 'BIH', 'BI'),
(389, 99, 'Chandigarh', 'CHA', 'CA'),
(390, 99, 'Chhatisgarh', 'CHH', 'CH'),
(391, 99, 'Dadra & Nagar Haveli', 'DAD', 'DD'),
(392, 99, 'Daman & Diu', 'DAM', 'DA'),
(393, 99, 'Delhi', 'DEL', 'DE'),
(394, 99, 'Goa', 'GOA', 'GO'),
(395, 99, 'Gujarat', 'GUJ', 'GU'),
(396, 99, 'Haryana', 'HAR', 'HA'),
(397, 99, 'Himachal Pradesh', 'HIM', 'HI'),
(398, 99, 'Jammu & Kashmir', 'JAM', 'JA'),
(399, 99, 'Jharkhand', 'JHA', 'JH'),
(400, 99, 'Karnataka', 'KAR', 'KA'),
(401, 99, 'Kerala', 'KER', 'KE'),
(402, 99, 'Lakshadweep', 'LAK', 'LA'),
(403, 99, 'Madhya Pradesh', 'MAD', 'MD'),
(404, 99, 'Maharashtra', 'MAH', 'MH'),
(405, 99, 'Manipur', 'MAN', 'MN'),
(406, 99, 'Meghalaya', 'MEG', 'ME'),
(407, 99, 'Mizoram', 'MIZ', 'MI'),
(408, 99, 'Nagaland', 'NAG', 'NA'),
(409, 99, 'Orissa', 'ORI', 'OR'),
(410, 99, 'Pondicherry', 'PON', 'PO'),
(411, 99, 'Punjab', 'PUN', 'PU'),
(412, 99, 'Rajasthan', 'RAJ', 'RA'),
(413, 99, 'Sikkim', 'SIK', 'SI'),
(414, 99, 'Tamil Nadu', 'TAM', 'TA'),
(415, 99, 'Tripura', 'TRI', 'TR'),
(416, 99, 'Uttaranchal', 'UAR', 'UA'),
(417, 99, 'Uttar Pradesh', 'UTT', 'UT'),
(418, 99, 'West Bengal', 'WES', 'WE'),
(419, 101, 'Ahmadi va Kohkiluyeh', 'BOK', 'BO'),
(420, 101, 'Ardabil', 'ARD', 'AR'),
(421, 101, 'Azarbayjan-e Gharbi', 'AZG', 'AG'),
(422, 101, 'Azarbayjan-e Sharqi', 'AZS', 'AS'),
(423, 101, 'Bushehr', 'BUS', 'BU'),
(424, 101, 'Chaharmahal va Bakhtiari', 'CMB', 'CM'),
(425, 101, 'Esfahan', 'ESF', 'ES'),
(426, 101, 'Fars', 'FAR', 'FA'),
(427, 101, 'Gilan', 'GIL', 'GI'),
(428, 101, 'Gorgan', 'GOR', 'GO'),
(429, 101, 'Hamadan', 'HAM', 'HA'),
(430, 101, 'Hormozgan', 'HOR', 'HO'),
(431, 101, 'Ilam', 'ILA', 'IL'),
(432, 101, 'Kerman', 'KER', 'KE'),
(433, 101, 'Kermanshah', 'BAK', 'BA'),
(434, 101, 'Khorasan-e Junoubi', 'KHJ', 'KJ'),
(435, 101, 'Khorasan-e Razavi', 'KHR', 'KR'),
(436, 101, 'Khorasan-e Shomali', 'KHS', 'KS'),
(437, 101, 'Khuzestan', 'KHU', 'KH'),
(438, 101, 'Kordestan', 'KOR', 'KO'),
(439, 101, 'Lorestan', 'LOR', 'LO'),
(440, 101, 'Markazi', 'MAR', 'MR'),
(441, 101, 'Mazandaran', 'MAZ', 'MZ'),
(442, 101, 'Qazvin', 'QAS', 'QA'),
(443, 101, 'Qom', 'QOM', 'QO'),
(444, 101, 'Semnan', 'SEM', 'SE'),
(445, 101, 'Sistan va Baluchestan', 'SBA', 'SB'),
(446, 101, 'Tehran', 'TEH', 'TE'),
(447, 101, 'Yazd', 'YAZ', 'YA'),
(448, 101, 'Zanjan', 'ZAN', 'ZA');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_tax_rate`
--

CREATE TABLE IF NOT EXISTS `jos_vm_tax_rate` (
  `tax_rate_id` int(11) NOT NULL auto_increment,
  `vendor_id` int(11) default NULL,
  `tax_state` varchar(64) default NULL,
  `tax_country` varchar(64) default NULL,
  `mdate` int(11) default NULL,
  `tax_rate` decimal(10,4) default NULL,
  PRIMARY KEY  (`tax_rate_id`),
  KEY `idx_tax_rate_vendor_id` (`vendor_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='The tax rates for your store' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_vm_tax_rate`
--

INSERT INTO `jos_vm_tax_rate` (`tax_rate_id`, `vendor_id`, `tax_state`, `tax_country`, `mdate`, `tax_rate`) VALUES
(3, 1, '-', 'FRA', 1237660006, '0.1960');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_userfield`
--

CREATE TABLE IF NOT EXISTS `jos_vm_userfield` (
  `fieldid` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `title` varchar(255) NOT NULL,
  `description` mediumtext NOT NULL,
  `type` varchar(50) NOT NULL default '',
  `maxlength` int(11) default NULL,
  `size` int(11) default NULL,
  `required` tinyint(4) default '0',
  `ordering` int(11) default NULL,
  `cols` int(11) default NULL,
  `rows` int(11) default NULL,
  `value` varchar(50) default NULL,
  `default` int(11) default NULL,
  `published` tinyint(1) NOT NULL default '1',
  `registration` tinyint(1) NOT NULL default '0',
  `shipping` tinyint(1) NOT NULL default '0',
  `account` tinyint(1) NOT NULL default '1',
  `readonly` tinyint(1) NOT NULL default '0',
  `calculated` tinyint(1) NOT NULL default '0',
  `sys` tinyint(4) NOT NULL default '0',
  `vendor_id` int(11) default NULL,
  `params` mediumtext,
  PRIMARY KEY  (`fieldid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds the fields for the user information' AUTO_INCREMENT=36 ;

--
-- Dumping data for table `jos_vm_userfield`
--

INSERT INTO `jos_vm_userfield` (`fieldid`, `name`, `title`, `description`, `type`, `maxlength`, `size`, `required`, `ordering`, `cols`, `rows`, `value`, `default`, `published`, `registration`, `shipping`, `account`, `readonly`, `calculated`, `sys`, `vendor_id`, `params`) VALUES
(1, 'email', 'REGISTER_EMAIL', '', 'emailaddress', 100, 30, 1, 2, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 1, 1, NULL),
(7, 'title', 'PHPSHOP_SHOPPER_FORM_TITLE', '', 'select', 0, 0, 0, 8, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 1, 1, NULL),
(3, 'password', 'PHPSHOP_SHOPPER_FORM_PASSWORD_1', '', 'password', 25, 30, 1, 4, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 1, 1, NULL),
(4, 'password2', 'PHPSHOP_SHOPPER_FORM_PASSWORD_2', '', 'password', 25, 30, 1, 5, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 1, 1, NULL),
(6, 'company', 'PHPSHOP_SHOPPER_FORM_COMPANY_NAME', '', 'text', 64, 30, 0, 7, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(5, 'delimiter_billto', 'PHPSHOP_USER_FORM_BILLTO_LBL', '', 'delimiter', 25, 30, 0, 6, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 0, 1, NULL),
(2, 'username', 'REGISTER_UNAME', '', 'text', 25, 30, 1, 3, 0, 0, '', 0, 1, 1, 0, 1, 0, 0, 1, 1, ''),
(35, 'address_type_name', 'PHPSHOP_USER_FORM_ADDRESS_LABEL', '', 'text', 32, 30, 1, 6, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, 1, NULL),
(8, 'first_name', 'PHPSHOP_SHOPPER_FORM_FIRST_NAME', '', 'text', 32, 30, 1, 9, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(9, 'last_name', 'PHPSHOP_SHOPPER_FORM_LAST_NAME', '', 'text', 32, 30, 1, 10, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(10, 'middle_name', 'PHPSHOP_SHOPPER_FORM_MIDDLE_NAME', '', 'text', 32, 30, 0, 11, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(11, 'address_1', 'PHPSHOP_SHOPPER_FORM_ADDRESS_1', '', 'text', 64, 30, 1, 12, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(12, 'address_2', 'PHPSHOP_SHOPPER_FORM_ADDRESS_2', '', 'text', 64, 30, 0, 13, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(13, 'city', 'PHPSHOP_SHOPPER_FORM_CITY', '', 'text', 32, 30, 1, 14, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(14, 'zip', 'PHPSHOP_SHOPPER_FORM_ZIP', '', 'text', 32, 30, 1, 15, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(15, 'country', 'PHPSHOP_SHOPPER_FORM_COUNTRY', '', 'select', 0, 0, 1, 16, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(16, 'state', 'PHPSHOP_SHOPPER_FORM_STATE', '', 'select', 0, 0, 0, 17, NULL, NULL, NULL, NULL, 1, 0, 0, 1, 0, 0, 1, 1, NULL),
(17, 'phone_1', 'PHPSHOP_SHOPPER_FORM_PHONE', '', 'text', 32, 30, 1, 18, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(18, 'phone_2', 'PHPSHOP_SHOPPER_FORM_PHONE2', '', 'text', 32, 30, 0, 19, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, 1, NULL),
(19, 'fax', 'PHPSHOP_SHOPPER_FORM_FAX', '', 'text', 32, 30, 0, 20, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(20, 'delimiter_bankaccount', 'PHPSHOP_ACCOUNT_BANK_TITLE', '', 'delimiter', 25, 30, 0, 21, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 1, NULL),
(21, 'bank_account_holder', 'PHPSHOP_ACCOUNT_LBL_BANK_ACCOUNT_HOLDER', '', 'text', 48, 30, 0, 22, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(22, 'bank_account_nr', 'PHPSHOP_ACCOUNT_LBL_BANK_ACCOUNT_NR', '', 'text', 32, 30, 0, 23, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(23, 'bank_sort_code', 'PHPSHOP_ACCOUNT_LBL_BANK_SORT_CODE', '', 'text', 16, 30, 0, 24, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(24, 'bank_name', 'PHPSHOP_ACCOUNT_LBL_BANK_NAME', '', 'text', 32, 30, 0, 25, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(25, 'bank_account_type', 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE', '', 'select', 0, 0, 0, 26, 0, 0, '', 0, 0, 0, 0, 0, 1, 0, 1, 1, ''),
(26, 'bank_iban', 'PHPSHOP_ACCOUNT_LBL_BANK_IBAN', '', 'text', 64, 30, 0, 27, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, 1, NULL),
(27, 'delimiter_sendregistration', 'BUTTON_SEND_REG', '', 'delimiter', 25, 30, 0, 28, NULL, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 0, 1, NULL),
(28, 'agreed', 'PHPSHOP_I_AGREE_TO_TOS', '', 'checkbox', NULL, NULL, 1, 29, NULL, NULL, NULL, NULL, 1, 1, 0, 0, 0, 0, 1, 1, NULL),
(29, 'delimiter_userinfo', 'PHPSHOP_ORDER_PRINT_CUST_INFO_LBL', '', 'delimiter', NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, 1, 1, 0, 1, 0, 0, 0, 1, NULL),
(30, 'extra_field_1', 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_1', '', 'text', 255, 30, 0, 31, NULL, NULL, NULL, NULL, 0, 1, 0, 1, 0, 0, 0, 1, NULL),
(31, 'extra_field_2', 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_2', '', 'text', 255, 30, 0, 32, NULL, NULL, NULL, NULL, 0, 1, 0, 1, 0, 0, 0, 1, NULL),
(32, 'extra_field_3', 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_3', '', 'text', 255, 30, 0, 33, NULL, NULL, NULL, NULL, 0, 1, 0, 1, 0, 0, 0, 1, NULL),
(33, 'extra_field_4', 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_4', '', 'select', 1, 1, 0, 34, NULL, NULL, NULL, NULL, 0, 1, 0, 1, 0, 0, 0, 1, NULL),
(34, 'extra_field_5', 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_5', '', 'select', 1, 1, 0, 35, NULL, NULL, NULL, NULL, 0, 1, 0, 1, 0, 0, 0, 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_userfield_values`
--

CREATE TABLE IF NOT EXISTS `jos_vm_userfield_values` (
  `fieldvalueid` int(11) NOT NULL auto_increment,
  `fieldid` int(11) NOT NULL default '0',
  `fieldtitle` varchar(255) NOT NULL default '',
  `fieldvalue` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `sys` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`fieldvalueid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds the different values for dropdown and radio lists' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_vm_userfield_values`
--

INSERT INTO `jos_vm_userfield_values` (`fieldvalueid`, `fieldid`, `fieldtitle`, `fieldvalue`, `ordering`, `sys`) VALUES
(1, 25, 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_BUSINESSCHECKING', 'Checking', 1, 1),
(2, 25, 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_CHECKING', 'Business Checking', 2, 1),
(3, 25, 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_SAVINGS', 'Savings', 3, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_user_info`
--

CREATE TABLE IF NOT EXISTS `jos_vm_user_info` (
  `user_info_id` varchar(32) NOT NULL default '',
  `user_id` int(11) NOT NULL default '0',
  `address_type` char(2) default NULL,
  `address_type_name` varchar(32) default NULL,
  `company` varchar(64) default NULL,
  `title` varchar(32) default NULL,
  `last_name` varchar(32) default NULL,
  `first_name` varchar(32) default NULL,
  `middle_name` varchar(32) default NULL,
  `phone_1` varchar(32) default NULL,
  `phone_2` varchar(32) default NULL,
  `fax` varchar(32) default NULL,
  `address_1` varchar(64) NOT NULL default '',
  `address_2` varchar(64) default NULL,
  `city` varchar(32) NOT NULL default '',
  `state` varchar(32) NOT NULL default '',
  `country` varchar(32) NOT NULL default 'US',
  `zip` varchar(32) NOT NULL default '',
  `user_email` varchar(255) default NULL,
  `extra_field_1` varchar(255) default NULL,
  `extra_field_2` varchar(255) default NULL,
  `extra_field_3` varchar(255) default NULL,
  `extra_field_4` char(1) default NULL,
  `extra_field_5` char(1) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `perms` varchar(40) NOT NULL default 'shopper',
  `bank_account_nr` varchar(32) NOT NULL default '',
  `bank_name` varchar(32) NOT NULL default '',
  `bank_sort_code` varchar(16) NOT NULL default '',
  `bank_iban` varchar(64) NOT NULL default '',
  `bank_account_holder` varchar(48) NOT NULL default '',
  `bank_account_type` enum('Checking','Business Checking','Savings') NOT NULL default 'Checking',
  PRIMARY KEY  (`user_info_id`),
  KEY `idx_user_info_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Customer Information, BT = BillTo and ST = ShipTo';

--
-- Dumping data for table `jos_vm_user_info`
--

INSERT INTO `jos_vm_user_info` (`user_info_id`, `user_id`, `address_type`, `address_type_name`, `company`, `title`, `last_name`, `first_name`, `middle_name`, `phone_1`, `phone_2`, `fax`, `address_1`, `address_2`, `city`, `state`, `country`, `zip`, `user_email`, `extra_field_1`, `extra_field_2`, `extra_field_3`, `extra_field_4`, `extra_field_5`, `cdate`, `mdate`, `perms`, `bank_account_nr`, `bank_name`, `bank_sort_code`, `bank_iban`, `bank_account_holder`, `bank_account_type`) VALUES
('6b52a903d652949e4daaa5af7b6e6725', 62, 'BT', NULL, NULL, '', 'sardaine', 'jp', NULL, '0555141021', '', NULL, 'rue jules ferry', '', 'peyrilhac', ' - ', 'FRA', '87510', 'jps800@orange.fr', NULL, NULL, NULL, NULL, NULL, 1237473106, 1237727806, 'admin', '', '', '', '', '', 'Checking'),
('36af2d2b0d8a848560b9dc9b4983924f', 63, 'BT', '-default-', NULL, '', 'sardaine', 'annie', NULL, '0555141021', '', NULL, 'rue jules ferry', '', 'peyrilhac', ' - ', 'FRA', '87510', 'mpsran@orange.fr', NULL, NULL, NULL, NULL, NULL, 1237729112, 1237729112, 'admin', '', '', '', '', '', 'Checking'),
('8aaf6c2e82cdf1878b068b3c2d154a70', 64, 'BT', '-default-', NULL, 'Mme', 'gerbeau', 'sophie', NULL, '0624728350', '', NULL, '31 route de niort', '', 'saint hilaire la palud', '', 'FRA', '79210', 'sophie1310@orange.fr', NULL, NULL, NULL, NULL, NULL, 1238573541, 1238573541, 'shopper', '', '', '', '', '', 'Checking'),
('1491f2f75c651dcd0d1b97a8db881f54', 65, 'BT', '-default-', NULL, 'Mme', 'boutin-aurine', 'catherine', NULL, '0470561233', '0643411902', NULL, 'le bourg', '', 'beaumont-les-randan', '-', 'FRA', '63310', 'chriscat.aurine@orange.fr', NULL, NULL, NULL, NULL, NULL, 1240414293, 1240414459, 'shopper', '', '', '', '', '', 'Checking'),
('8c55fa15c93c0a5f0475083c6697b557', 66, 'BT', '-default-', NULL, 'Mme', 'Sanson', 'Dessislava', NULL, '0950377701', '', NULL, '61 A rue Charlet', '', 'Bourges', '', 'FRA', '18000', 'dessislava.sanson@free.fr', NULL, NULL, NULL, NULL, NULL, 1241199289, 1241199289, 'shopper', '', '', '', '', '', 'Checking'),
('d37d3103f140eb080c511125d1b5a28b', 67, 'BT', '-default-', NULL, 'Melle', 'boucher', 'claudine', NULL, '0247954802', '', NULL, '11 route de la Gaudinière', '', 'huismes', '', 'FRA', '37420', 'claudine.boucher75@orange.fr', NULL, NULL, NULL, NULL, NULL, 1242579650, 1242579650, 'shopper', '', '', '', '', '', 'Checking');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_vendor`
--

CREATE TABLE IF NOT EXISTS `jos_vm_vendor` (
  `vendor_id` int(11) NOT NULL auto_increment,
  `vendor_name` varchar(64) default NULL,
  `contact_last_name` varchar(32) NOT NULL default '',
  `contact_first_name` varchar(32) NOT NULL default '',
  `contact_middle_name` varchar(32) default NULL,
  `contact_title` varchar(32) default NULL,
  `contact_phone_1` varchar(32) NOT NULL default '',
  `contact_phone_2` varchar(32) default NULL,
  `contact_fax` varchar(32) default NULL,
  `contact_email` varchar(255) default NULL,
  `vendor_phone` varchar(32) default NULL,
  `vendor_address_1` varchar(64) NOT NULL default '',
  `vendor_address_2` varchar(64) default NULL,
  `vendor_city` varchar(32) NOT NULL default '',
  `vendor_state` varchar(32) NOT NULL default '',
  `vendor_country` varchar(32) NOT NULL default 'US',
  `vendor_zip` varchar(32) NOT NULL default '',
  `vendor_store_name` varchar(128) NOT NULL default '',
  `vendor_store_desc` text,
  `vendor_category_id` int(11) default NULL,
  `vendor_thumb_image` varchar(255) default NULL,
  `vendor_full_image` varchar(255) default NULL,
  `vendor_currency` varchar(16) default NULL,
  `cdate` int(11) default NULL,
  `mdate` int(11) default NULL,
  `vendor_image_path` varchar(255) default NULL,
  `vendor_terms_of_service` text NOT NULL,
  `vendor_url` varchar(255) NOT NULL default '',
  `vendor_min_pov` decimal(10,2) default NULL,
  `vendor_freeshipping` decimal(10,2) NOT NULL default '0.00',
  `vendor_currency_display_style` varchar(64) NOT NULL default '',
  `vendor_accepted_currencies` text NOT NULL,
  `vendor_address_format` text NOT NULL,
  `vendor_date_format` varchar(255) NOT NULL,
  PRIMARY KEY  (`vendor_id`),
  KEY `idx_vendor_name` (`vendor_name`),
  KEY `idx_vendor_category_id` (`vendor_category_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Vendors manage their products in your store' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_vm_vendor`
--

INSERT INTO `jos_vm_vendor` (`vendor_id`, `vendor_name`, `contact_last_name`, `contact_first_name`, `contact_middle_name`, `contact_title`, `contact_phone_1`, `contact_phone_2`, `contact_fax`, `contact_email`, `vendor_phone`, `vendor_address_1`, `vendor_address_2`, `vendor_city`, `vendor_state`, `vendor_country`, `vendor_zip`, `vendor_store_name`, `vendor_store_desc`, `vendor_category_id`, `vendor_thumb_image`, `vendor_full_image`, `vendor_currency`, `cdate`, `mdate`, `vendor_image_path`, `vendor_terms_of_service`, `vendor_url`, `vendor_min_pov`, `vendor_freeshipping`, `vendor_currency_display_style`, `vendor_accepted_currencies`, `vendor_address_format`, `vendor_date_format`) VALUES
(1, 'sarl CARLA', 'SARDAINE', 'annie', '', 'Mme.', '0555141021', '', '', 'infos@boutiquecarla.com', '0555141021', '6, rue gaignolle', '', 'LIMOGES', ' - ', 'FRA', '87000', 'boutique carla', '<p style=\\"margin: 0cm 0cm 0pt;\\" class=\\"MsoNormal\\"><span style=\\"font-size: 12pt; font-family: verdana,geneva;\\"><span>A deux pas de la rue du Clocher, dans un cadre lumineux et chaleureux, <span style=\\"font-size: 14pt;\\"><strong><span style=\\"text-decoration: underline;\\"><span style=\\"color: #0000ff;\\"><a href=\\"undefined\\">la boutique Carla</a></span></span></strong></span> propose pour tous les budgets, un large choix de<strong> <span style=\\"color: #0000ff;\\">vêtements féminins, accessoires de mode,bijoux et articles de maroquinerie de marques belges et françaises</span></strong>.La convivialité du lieu et de l´accueil se retrouve dans un salon d´essayage relaxant, aménagé sous une verrière qui lui confère toute son originalité. C´est une boutique à référencer sur sa shopping-list pour celles qui cherche un style chic, habillé mais avec une touche d´originalité.</span></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt;\\" class=\\"MsoNormal\\"><span style=\\"font-family: verdana,geneva;\\"><o:p><span style=\\"font-size: 12pt; color: #000000;\\"> </span></o:p></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt;\\" class=\\"MsoNormal\\"><span style=\\"font-family: verdana,geneva;\\"><o:p><span style=\\"font-size: 12pt; color: #000000;\\"> </span></o:p></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt; text-align: center;\\" class=\\"MsoNormal\\"><span style=\\"font-size: 12pt; font-family: verdana,geneva;\\"><span style=\\"color: #000000;\\">faites-vous plaisir allez la voir<br /><strong>6,rue gaignolle</strong><br />vous ne le regretterez pas.<br /></span></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt; text-align: center;\\" class=\\"MsoNormal\\"> </p>\r\n<p style=\\"margin: 0cm 0cm 0pt; text-align: center;\\" class=\\"MsoNormal\\"><span style=\\"font-size: 12pt; font-family: verdana,geneva;\\"><span style=\\"color: #000000;\\">Horaires d´ouvertures:<br /><strong>Du mardi au Samedi de 10h à 19h<o:p></o:p></strong></span></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt;\\" class=\\"MsoNormal\\"><span style=\\"font-family: verdana,geneva;\\"><strong><o:p><span style=\\"font-size: 12pt; color: #000000;\\"> </span></o:p></strong></span></p>\r\n<p style=\\"margin: 0cm 0cm 0pt;\\" class=\\"MsoNormal\\"><span style=\\"font-family: verdana,geneva;\\"><o:p><span style=\\"font-size: 12pt; color: #000000;\\"> </span></o:p></span></p>\r\n<p> </p>', 0, '', 'sarl_CARLA_49c52e5374888.gif', 'EUR', 950302468, 1237659219, 'shop_image/', '<h5></h5>', 'http://www.boutiquecarla.com', '10.00', '60.00', '1|&euro;|2|.||0|5', 'EUR', '{storename}\r\n{address_1}\r\n{address_2}\r\n{zip},{city} ', '%A, %d %B %Y %H:%M');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_vendor_category`
--

CREATE TABLE IF NOT EXISTS `jos_vm_vendor_category` (
  `vendor_category_id` int(11) NOT NULL auto_increment,
  `vendor_category_name` varchar(64) default NULL,
  `vendor_category_desc` text,
  PRIMARY KEY  (`vendor_category_id`),
  KEY `idx_vendor_category_category_name` (`vendor_category_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='The categories that vendors are assigned to' AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jos_vm_vendor_category`
--

INSERT INTO `jos_vm_vendor_category` (`vendor_category_id`, `vendor_category_name`, `vendor_category_desc`) VALUES
(6, '-default-', 'Default');

-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_waiting_list`
--

CREATE TABLE IF NOT EXISTS `jos_vm_waiting_list` (
  `waiting_list_id` int(11) NOT NULL auto_increment,
  `product_id` int(11) NOT NULL default '0',
  `user_id` int(11) NOT NULL default '0',
  `notify_email` varchar(150) NOT NULL default '',
  `notified` enum('0','1') default '0',
  `notify_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`waiting_list_id`),
  KEY `product_id` (`product_id`),
  KEY `notify_email` (`notify_email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores notifications, users waiting f. products out of stock' AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_vm_waiting_list`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_vm_zone_shipping`
--

CREATE TABLE IF NOT EXISTS `jos_vm_zone_shipping` (
  `zone_id` int(11) NOT NULL auto_increment,
  `zone_name` varchar(255) default NULL,
  `zone_cost` decimal(10,2) default NULL,
  `zone_limit` decimal(10,2) default NULL,
  `zone_description` text NOT NULL,
  `zone_tax_rate` int(11) NOT NULL default '0',
  PRIMARY KEY  (`zone_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='The Zones managed by the Zone Shipping Module' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_vm_zone_shipping`
--

INSERT INTO `jos_vm_zone_shipping` (`zone_id`, `zone_name`, `zone_cost`, `zone_limit`, `zone_description`, `zone_tax_rate`) VALUES
(1, 'Default', '6.00', '35.00', 'This is the default Shipping Zone. This is the zone information that all countries will use until you assign each individual country to a Zone.', 2),
(2, 'Zone 1', '1000.00', '10000.00', 'This is a zone example', 2),
(3, 'Zone 2', '2.00', '22.00', 'This is the second zone. You can use this for notes about this zone', 2),
(4, 'Zone 3', '11.00', '64.00', 'Another usefull thing might be details about this zone or special instructions.', 2);

-- --------------------------------------------------------

--
-- Table structure for table `jos_weblinks`
--

CREATE TABLE IF NOT EXISTS `jos_weblinks` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(250) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `url` varchar(250) NOT NULL default '',
  `description` text NOT NULL,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `archived` tinyint(1) NOT NULL default '0',
  `approved` tinyint(1) NOT NULL default '1',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_weblinks`
--

INSERT INTO `jos_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `description`, `date`, `hits`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) VALUES
(1, 4, 0, 'mais il est ou le soleil', 'maisilestoulesoleil', 'http://www.boutiquecarla.com/index.php?option=com_virtuemart&page=shop.browse&manufacturer_id=2&Itemid=6', '', '2009-03-22 18:20:12', 68, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0\n\n'),
(2, 5, 0, '3322', '3322', 'http://www.boutiquecarla.com/index.php?option=com_virtuemart&page=shop.browse&manufacturer_id=3&Itemid=6', '', '2009-03-22 15:55:03', 19, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0\n\n'),
(3, 6, 0, 'Eliane et Lèna', 'elianealena', 'http://www.boutiquecarla.com/index.php?option=com_virtuemart&page=shop.browse&manufacturer_id=5&Itemid=6', '', '2009-03-22 18:21:25', 19, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0\n\n'),
(4, 7, 0, 'mes soeurs  et moi', 'mes-soeur-et-moi', 'http://www.boutiquecarla.com/index.php?option=com_virtuemart&page=shop.browse&manufacturer_id=4&Itemid=6', '', '2009-03-22 18:20:37', 24, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0\n\n');

