-- MySQL dump 10.11 -- -- Host: localhost Database: shopandfriends -- ------------------------------------------------------ -- Server version 5.0.51a-24+lenny2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `admin_assert` -- DROP TABLE IF EXISTS `admin_assert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_assert` ( `assert_id` int(10) unsigned NOT NULL auto_increment, `assert_type` varchar(20) NOT NULL default '', `assert_data` text, PRIMARY KEY (`assert_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='ACL Asserts'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_assert` -- LOCK TABLES `admin_assert` WRITE; /*!40000 ALTER TABLE `admin_assert` DISABLE KEYS */; /*!40000 ALTER TABLE `admin_assert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_role` -- DROP TABLE IF EXISTS `admin_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_role` ( `role_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `tree_level` tinyint(3) unsigned NOT NULL default '0', `sort_order` tinyint(3) unsigned NOT NULL default '0', `role_type` char(1) NOT NULL default '0', `user_id` int(11) unsigned NOT NULL default '0', `role_name` varchar(50) NOT NULL default '', PRIMARY KEY (`role_id`), KEY `parent_id` (`parent_id`,`sort_order`), KEY `tree_level` (`tree_level`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='ACL Roles'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_role` -- LOCK TABLES `admin_role` WRITE; /*!40000 ALTER TABLE `admin_role` DISABLE KEYS */; INSERT INTO `admin_role` VALUES (1,0,1,1,'G',0,'Administrators'),(4,1,2,0,'U',3,'Nasser'),(6,1,2,0,'U',4,'Daniel'),(8,1,2,0,'U',2,'Rene'); /*!40000 ALTER TABLE `admin_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_rule` -- DROP TABLE IF EXISTS `admin_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_rule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `role_id` int(10) unsigned NOT NULL default '0', `resource_id` varchar(255) NOT NULL default '', `privileges` varchar(20) NOT NULL default '', `assert_id` int(10) unsigned NOT NULL default '0', `role_type` char(1) default NULL, `permission` varchar(10) default NULL, PRIMARY KEY (`rule_id`), KEY `resource` (`resource_id`,`role_id`), KEY `role_id` (`role_id`,`resource_id`), CONSTRAINT `FK_admin_rule` FOREIGN KEY (`role_id`) REFERENCES `admin_role` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='ACL Rules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_rule` -- LOCK TABLES `admin_rule` WRITE; /*!40000 ALTER TABLE `admin_rule` DISABLE KEYS */; INSERT INTO `admin_rule` VALUES (1,1,'all','',0,'G','allow'); /*!40000 ALTER TABLE `admin_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_user` -- DROP TABLE IF EXISTS `admin_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_user` ( `user_id` mediumint(9) unsigned NOT NULL auto_increment, `firstname` varchar(32) NOT NULL default '', `lastname` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `username` varchar(40) NOT NULL default '', `password` varchar(40) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `modified` datetime default NULL, `logdate` datetime default NULL, `lognum` smallint(5) unsigned NOT NULL default '0', `reload_acl_flag` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', `extra` text, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Users'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_user` -- LOCK TABLES `admin_user` WRITE; /*!40000 ALTER TABLE `admin_user` DISABLE KEYS */; INSERT INTO `admin_user` VALUES (2,'Rene','Renk','info@ratilo.com','info@ratilo.com','85649ca373230c90a7854695f1707c3c:w8','2009-09-02 15:34:27','2010-07-06 07:56:35','2009-12-27 12:00:32',109,0,0,'a:1:{s:11:\"configState\";a:21:{s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"0\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"0\";s:20:\"catalog_productalert\";s:1:\"0\";s:25:\"catalog_productalert_cron\";s:1:\"0\";s:19:\"catalog_placeholder\";s:1:\"0\";s:25:\"catalog_recently_products\";s:1:\"0\";s:13:\"catalog_price\";s:1:\"0\";s:14:\"catalog_search\";s:1:\"0\";s:11:\"catalog_seo\";s:1:\"0\";s:18:\"catalog_navigation\";s:1:\"0\";s:15:\"catalog_vertnav\";s:1:\"0\";s:20:\"catalog_downloadable\";s:1:\"0\";s:22:\"catalog_custom_options\";s:1:\"0\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";}}'),(3,'Nasser','Kaspari','webmaster@shopandfriends.de','shopandfriends','c90d1f66001c96ecfe92dcce1ad52728:KM','2009-10-13 07:12:39','2009-10-13 07:12:53','2010-12-03 12:11:44',523,0,1,'a:1:{s:11:\"configState\";a:21:{s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"0\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"0\";s:20:\"catalog_productalert\";s:1:\"0\";s:25:\"catalog_productalert_cron\";s:1:\"0\";s:19:\"catalog_placeholder\";s:1:\"0\";s:25:\"catalog_recently_products\";s:1:\"0\";s:13:\"catalog_price\";s:1:\"0\";s:14:\"catalog_search\";s:1:\"0\";s:11:\"catalog_seo\";s:1:\"0\";s:18:\"catalog_navigation\";s:1:\"0\";s:15:\"catalog_vertnav\";s:1:\"0\";s:20:\"catalog_downloadable\";s:1:\"0\";s:22:\"catalog_custom_options\";s:1:\"0\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";}}'),(4,'Daniel','Matuschewsky','daniel.matuschewsky@meets-ecommerce.de','daniel.matuschewsky@meets-ecommerce.de','735f3442afec632fb265dad9b93572de:5a','2009-11-19 14:07:59','2009-12-30 12:12:15','2010-12-01 11:33:47',21,0,1,'a:1:{s:11:\"configState\";a:21:{s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"0\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"0\";s:20:\"catalog_productalert\";s:1:\"0\";s:25:\"catalog_productalert_cron\";s:1:\"0\";s:19:\"catalog_placeholder\";s:1:\"0\";s:25:\"catalog_recently_products\";s:1:\"0\";s:13:\"catalog_price\";s:1:\"0\";s:14:\"catalog_search\";s:1:\"0\";s:11:\"catalog_seo\";s:1:\"0\";s:18:\"catalog_navigation\";s:1:\"0\";s:15:\"catalog_vertnav\";s:1:\"0\";s:20:\"catalog_downloadable\";s:1:\"0\";s:22:\"catalog_custom_options\";s:1:\"0\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";}}'); /*!40000 ALTER TABLE `admin_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminnotification_inbox` -- DROP TABLE IF EXISTS `adminnotification_inbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminnotification_inbox` ( `notification_id` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(3) unsigned NOT NULL default '0', `date_added` datetime NOT NULL, `title` varchar(255) NOT NULL, `description` text, `url` varchar(255) NOT NULL, `is_read` tinyint(1) unsigned NOT NULL default '0', `is_remove` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`notification_id`), KEY `IDX_SEVERITY` (`severity`), KEY `IDX_IS_READ` (`is_read`), KEY `IDX_IS_REMOVE` (`is_remove`) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminnotification_inbox` -- LOCK TABLES `adminnotification_inbox` WRITE; /*!40000 ALTER TABLE `adminnotification_inbox` DISABLE KEYS */; INSERT INTO `adminnotification_inbox` VALUES (1,4,'2008-07-25 01:24:40','Magento 1.1 Production Version Now Available','We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the Magento Blog.','http://www.magentocommerce.com/blog/comments/magento-11-is-here-1/',1,1),(2,4,'2008-08-02 01:30:16','Updated iPhone Theme is now available','Updated iPhone theme for Magento 1.1 is now available on Magento Connect and for upgrade through your Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/',1,0),(3,3,'2008-08-02 01:40:27','Magento version 1.1.2 is now available','Magento version 1.1.2 is now available for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-version-112-is-now-available/',1,0),(4,3,'2008-08-13 17:51:46','Magento version 1.1.3 is now available','Magento version 1.1.3 is now available','http://www.magentocommerce.com/blog/comments/magento-version-113-is-now-available/',1,0),(5,1,'2008-09-02 21:10:31','Magento Version 1.1.4 Security Update Now Available','Magento 1.1.4 Security Update Now Available. If you are using Magento version 1.1.x, we highly recommend upgrading to this version as soon as possible.','http://www.magentocommerce.com/blog/comments/magento-version-114-security-update/',1,0),(6,3,'2008-09-15 22:09:54','Magento version 1.1.5 Now Available','Magento version 1.1.5 Now Available.\n\nThis release includes many bug fixes, a new category manager and a new skin for the default Magento theme.','http://www.magentocommerce.com/blog/comments/magento-version-115-now-available/',1,0),(7,3,'2008-09-17 20:18:35','Magento version 1.1.6 Now Available','Magento version 1.1.6 Now Available.\n\nThis version includes bug fixes for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-116-now-available/',1,0),(8,4,'2008-11-07 23:46:42','Reminder: Change Magento`s default phone numbers and callouts before site launch','Before launching your Magento store, please remember to change Magento`s default phone numbers that appear in email templates, callouts, templates, etc.','',1,0),(9,3,'2008-11-20 01:31:12','Magento version 1.1.7 Now Available','Magento version 1.1.7 Now Available.\n\nThis version includes over 350 issue resolutions for Magento 1.1.x that are listed in the release notes section, and new functionality that includes:\n\n-Google Website Optimizer integration\n-Google Base integration\n-Scheduled DB logs cleaning option','http://www.magentocommerce.com/blog/comments/magento-version-117-now-available/',1,0),(10,3,'2008-11-26 21:24:50','Magento Version 1.1.8 Now Available','Magento version 1.1.8 now available.\n\nThis version includes some issue resolutions for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-118-now-available/',1,0),(11,3,'2008-12-30 07:45:59','Magento version 1.2.0 is now available for download and upgrade','We are extremely happy to announce the availability of Magento version 1.2.0 for download and upgrade.\n\nThis version includes numerous issue resolutions for Magento version 1.1.x and some highly requested new features such as:\n\n * Support for Downloadable/Digital Products. \n * Added Layered Navigation to site search result page.\n * Improved site search to utilize MySQL fulltext search\n * Added support for fixed-taxes on product level.\n * Upgraded Zend Framework to the latest stable version 1.7.2','http://www.magentocommerce.com/blog/comments/magento-version-120-is-now-available/',1,0),(12,2,'2008-12-30 21:59:22','Magento version 1.2.0.1 now available','Magento version 1.2.0.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1201-available/',1,0),(13,2,'2009-01-12 20:41:49','Magento version 1.2.0.2 now available','Magento version 1.2.0.2 is now available for download and upgrade. This version includes an issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1202-now-available/',1,0),(14,3,'2009-01-24 00:25:56','Magento version 1.2.0.3 now available','Magento version 1.2.0.3 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1203-now-available/',1,0),(15,3,'2009-02-02 21:57:00','Magento version 1.2.1 is now available for download and upgrade','We are happy to announce the availability of Magento version 1.2.1 for download and upgrade.\n\nThis version includes some issue resolutions for Magento version 1.2.x. A full list of items included in this release can be found on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-121-now-available/',1,0),(16,3,'2009-02-24 00:45:47','Magento version 1.2.1.1 now available','Magento version 1.2.1.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1211-now-available/',1,0),(17,3,'2009-02-27 01:39:24','CSRF Attack Prevention','We have just posted a blog entry about a hypothetical CSRF attack on a Magento admin panel. Please read the post to find out if your Magento installation is at risk at http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/','http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/',1,0),(18,2,'2009-03-03 23:03:58','Magento version 1.2.1.2 now available','Magento version 1.2.1.2 is now available for download and upgrade.\nThis version includes some updates to improve admin security as described in the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-1212-now-available/',1,0),(19,3,'2009-03-31 02:22:40','Magento version 1.3.0 now available','Magento version 1.3.0 is now available for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features as described on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-130-is-now-available/',1,0),(20,3,'2009-04-18 04:06:02','Magento version 1.3.1 now available','Magento version 1.3.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and new features such as Checkout By Amazon and Amazon Flexible Payment. To see a full list of updates please check the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-131-now-available/',1,0),(21,3,'2009-05-19 22:31:21','Magento version 1.3.1.1 now available','Magento version 1.3.1.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and a security update for Magento installations that run on multiple domains or sub-domains. If you are running Magento with multiple domains or sub-domains we highly recommend upgrading to this version.','http://www.magentocommerce.com/blog/comments/magento-version-1311-now-available/',1,0),(22,3,'2009-05-29 22:54:06','Magento version 1.3.2 now available','This version includes some improvements and issue resolutions for version 1.3.x that are listed on the release notes page. also included is a Beta version of the Compile module.','http://www.magentocommerce.com/blog/comments/magento-version-132-now-available/',1,0),(23,3,'2009-06-01 19:32:52','Magento version 1.3.2.1 now available','Magento version 1.3.2.1 now available for download and upgrade.\n\nThis release solves an issue for users running Magento with PHP 5.2.0, and changes to index.php to support the new Compiler Module.','http://www.magentocommerce.com/blog/comments/magento-version-1321-now-available/',1,0),(24,3,'2009-07-02 01:21:44','Magento version 1.3.2.2 now available','Magento version 1.3.2.2 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1322-now-available/',1,0),(25,3,'2009-07-23 06:48:54','Magento version 1.3.2.3 now available','Magento version 1.3.2.3 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. We recommend to upgrade to this version if PayPal payment modules are in use. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1323-now-available/',1,0),(26,4,'2009-08-28 18:26:28','PayPal is updating Payflow Pro and Website Payments Pro (Payflow Edition) UK.','If you are using Payflow Pro and/or Website Payments Pro (Payflow Edition) UK. payment methods, you will need to update the URL‘s in your Magento Administrator Panel in order to process transactions after September 1, 2009. Full details are available here: http://www.magentocommerce.com/wiki/paypal_payflow_changes','http://www.magentocommerce.com/wiki/paypal_payflow_changes',1,0),(27,2,'2009-09-23 20:16:49','Magento Version 1.3.2.4 Security Update','Magento Version 1.3.2.4 is now available. This version includes a security updates for Magento 1.3.x that solves possible XSS vulnerability issue on customer registration page and is available through SVN, Download Page and through the Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/magento-version-1324-security-update/',1,0),(28,4,'2009-09-25 14:57:54','Magento Preview Version 1.4.0.0-alpha2 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha2-now-available/',1,0),(29,4,'2009-10-07 00:55:40','Magento Preview Version 1.4.0.0-alpha3 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha3 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha3-now-available/',1,0),(30,4,'2009-12-08 23:30:36','Magento Preview Version 1.4.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-beta1-now-available/',1,0),(31,4,'2009-12-31 09:22:12','Magento Preview Version 1.4.0.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-rc1-now-available/',1,0),(32,4,'2010-02-13 03:39:53','Magento CE Version 1.4.0.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.0.0 Stable for upgrade and download.','http://bit.ly/c53rpK',1,0),(33,3,'2010-02-20 02:39:36','Magento CE Version 1.4.0.1 Stable is now available','Magento CE 1.4.0.1 Stable is now available for upgrade and download.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1401-stable-now-available/',1,1),(34,4,'2010-04-23 20:09:03','Magento Version CE 1.3.3.0 Stable - Now Available With Support for 3-D Secure','Based on community requests, we are excited to announce the release of Magento CE 1.3.3.0-Stable with support for 3-D Secure. This release is intended for Magento merchants using version 1.3.x, who want to add support for 3-D Secure.','http://www.magentocommerce.com/blog/comments/magento-version-ce-1330-stable-now-available-with-support-for-3-d-secure/',1,0),(35,4,'2010-05-31 17:20:21','Announcing the Launch of Magento Mobile','The Magento team is pleased to announce the launch of Magento mobile, a new product that will allow Magento merchants to easily create branded, native mobile storefront applications that are deeply integrated with Magento’s market-leading eCommerce platform. The product includes a new administrative manager, a native iPhone app that is fully customizable, and a service where Magento manages the submission and maintenance process for the iTunes App Store.\n\nLearn more by visiting the Magento mobile product page and sign-up to be the first to launch a native mobile commerce app, fully integrated with Magento.','http://www.magentocommerce.com/product/mobile',0,0),(36,4,'2010-06-10 20:08:08','Magento CE Version 1.4.1.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.1.0 Stable for upgrade and download. Some of the highlights of this release include: Enhanced PayPal integration (more info to follow), Change of Database structure of the Sales module to no longer use EAV, and much more.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1410-stable-now-available/',0,0),(37,4,'2010-07-26 21:37:34','Magento CE Version 1.4.1.1 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.1.1 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-now-available/',0,0),(38,4,'2010-07-28 05:12:12','Magento CE Version 1.4.2.0-beta1 Preview Release Now Available','This release gives a preview of the new Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-beta1-now-available/',0,0),(39,4,'2010-07-28 20:15:01','Magento CE Version 1.4.1.1 Patch Available','As some users experienced issues with upgrading to CE 1.4.1.1 through PEAR channels we provided a patch for it that is available on our blog http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/','http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/',0,0),(40,4,'2010-10-12 00:13:25','Magento Mobile is now live!','Magento Mobile is now live! Signup today to have your own native iPhone mobile-shopping app in iTunes for the holiday season! Learn more at http://www.magentomobile.com/','http://www.magentomobile.com/',0,0),(41,4,'2010-11-08 21:52:06','Magento CE Version 1.4.2.0-RC1 Preview Release Now Available','We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC1 for download.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc1-now-available/',0,0),(42,4,'2010-12-02 20:33:00','Magento CE Version 1.4.2.0-RC2 Preview Release Now Available','We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC2 for download.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc2-now-available/',0,0); /*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `amazonpayments_api_debug` -- DROP TABLE IF EXISTS `amazonpayments_api_debug`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `amazonpayments_api_debug` ( `debug_id` int(10) unsigned NOT NULL auto_increment, `transaction_id` varchar(255) NOT NULL default '', `debug_at` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `request_body` text, `response_body` text, PRIMARY KEY (`debug_id`), KEY `debug_at` (`debug_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `amazonpayments_api_debug` -- LOCK TABLES `amazonpayments_api_debug` WRITE; /*!40000 ALTER TABLE `amazonpayments_api_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `amazonpayments_api_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_assert` -- DROP TABLE IF EXISTS `api_assert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_assert` ( `assert_id` int(10) unsigned NOT NULL auto_increment, `assert_type` varchar(20) NOT NULL default '', `assert_data` text, PRIMARY KEY (`assert_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Asserts'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_assert` -- LOCK TABLES `api_assert` WRITE; /*!40000 ALTER TABLE `api_assert` DISABLE KEYS */; /*!40000 ALTER TABLE `api_assert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_role` -- DROP TABLE IF EXISTS `api_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_role` ( `role_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `tree_level` tinyint(3) unsigned NOT NULL default '0', `sort_order` tinyint(3) unsigned NOT NULL default '0', `role_type` char(1) NOT NULL default '0', `user_id` int(11) unsigned NOT NULL default '0', `role_name` varchar(50) NOT NULL default '', PRIMARY KEY (`role_id`), KEY `parent_id` (`parent_id`,`sort_order`), KEY `tree_level` (`tree_level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Roles'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_role` -- LOCK TABLES `api_role` WRITE; /*!40000 ALTER TABLE `api_role` DISABLE KEYS */; /*!40000 ALTER TABLE `api_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_rule` -- DROP TABLE IF EXISTS `api_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_rule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `role_id` int(10) unsigned NOT NULL default '0', `resource_id` varchar(255) NOT NULL default '', `privileges` varchar(20) NOT NULL default '', `assert_id` int(10) unsigned NOT NULL default '0', `role_type` char(1) default NULL, `permission` varchar(10) default NULL, PRIMARY KEY (`rule_id`), KEY `resource` (`resource_id`,`role_id`), KEY `role_id` (`role_id`,`resource_id`), CONSTRAINT `FK_api_rule` FOREIGN KEY (`role_id`) REFERENCES `api_role` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Rules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_rule` -- LOCK TABLES `api_rule` WRITE; /*!40000 ALTER TABLE `api_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `api_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_session` -- DROP TABLE IF EXISTS `api_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_session` ( `user_id` mediumint(9) unsigned NOT NULL, `logdate` datetime NOT NULL default '0000-00-00 00:00:00', `sessid` varchar(40) NOT NULL default '', KEY `API_SESSION_USER` (`user_id`), KEY `API_SESSION_SESSID` (`sessid`), CONSTRAINT `FK_API_SESSION_USER` FOREIGN KEY (`user_id`) REFERENCES `api_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api Sessions'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_session` -- LOCK TABLES `api_session` WRITE; /*!40000 ALTER TABLE `api_session` DISABLE KEYS */; /*!40000 ALTER TABLE `api_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_user` -- DROP TABLE IF EXISTS `api_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_user` ( `user_id` mediumint(9) unsigned NOT NULL auto_increment, `firstname` varchar(32) NOT NULL default '', `lastname` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `username` varchar(40) NOT NULL default '', `api_key` varchar(40) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `modified` datetime default NULL, `lognum` smallint(5) unsigned NOT NULL default '0', `reload_acl_flag` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api Users'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_user` -- LOCK TABLES `api_user` WRITE; /*!40000 ALTER TABLE `api_user` DISABLE KEYS */; /*!40000 ALTER TABLE `api_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity` -- DROP TABLE IF EXISTS `catalog_category_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `path` varchar(255) NOT NULL, `position` int(11) NOT NULL, `level` int(11) NOT NULL, `children_count` int(11) NOT NULL, PRIMARY KEY (`entity_id`), KEY `IDX_LEVEL` (`level`) ) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8 COMMENT='Category Entities'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity` -- LOCK TABLES `catalog_category_entity` WRITE; /*!40000 ALTER TABLE `catalog_category_entity` DISABLE KEYS */; INSERT INTO `catalog_category_entity` VALUES (1,3,0,0,'0000-00-00 00:00:00','2009-11-06 15:19:23','1',19,0,45),(2,3,3,1,'2009-09-02 15:31:56','2010-05-27 15:30:37','1/2',19,1,44),(3,3,3,2,'2009-10-10 13:05:13','2010-09-13 13:09:01','1/2/3',17,2,2),(7,3,0,0,'2009-10-13 23:34:14','2009-10-13 23:34:14','/7',20,1,0),(9,3,3,2,'2009-10-29 16:45:41','2010-10-08 06:16:41','1/2/9',20,2,13),(10,3,3,2,'2009-10-29 17:05:47','2010-05-11 06:40:35','1/2/10',24,2,0),(11,3,3,2,'2009-10-29 17:07:29','2010-05-10 18:59:51','1/2/11',22,2,0),(15,3,3,9,'2009-11-05 16:13:23','2010-05-10 17:58:11','1/2/9/15',0,3,2),(20,3,3,2,'2009-11-05 16:35:41','2010-05-10 19:36:59','1/2/20',16,2,23),(21,3,3,2,'2009-11-06 15:22:49','2009-11-10 18:33:05','1/2/21',25,2,0),(22,3,0,0,'2009-11-10 18:33:12','2009-11-10 18:33:12','/22',26,1,0),(23,3,0,0,'2009-11-10 18:33:27','2009-11-10 18:33:27','/23',27,1,0),(24,3,3,30,'2009-11-10 20:15:30','2010-05-10 19:43:46','1/2/20/30/24',7,4,2),(25,3,3,24,'2009-11-10 20:16:02','2010-09-15 12:46:00','1/2/20/30/24/25',12,5,0),(26,3,3,24,'2009-11-10 20:16:12','2010-09-15 12:42:37','1/2/20/30/24/26',10,5,0),(27,3,0,0,'2009-11-10 22:34:38','2009-11-10 22:34:38','/27',28,1,0),(28,3,3,30,'2009-11-10 22:56:50','2010-05-10 17:21:30','1/2/20/30/28',0,4,2),(29,3,3,28,'2009-11-10 22:59:07','2009-11-10 23:05:16','1/2/20/30/28/29',8,5,0),(30,3,3,20,'2009-11-10 23:03:41','2010-05-10 19:43:32','1/2/20/30',12,3,7),(31,3,3,28,'2009-11-10 23:07:32','2009-11-10 23:07:32','1/2/20/30/28/31',10,5,0),(32,3,3,30,'2009-11-10 23:08:28','2010-05-10 17:22:12','1/2/20/30/32',8,4,0),(33,3,3,20,'2009-11-10 23:12:10','2010-05-10 19:48:20','1/2/20/33',13,3,5),(34,3,3,33,'2009-11-10 23:13:48','2010-05-10 19:41:57','1/2/20/33/34',7,4,0),(35,3,3,33,'2009-11-10 23:14:39','2010-05-16 19:23:32','1/2/20/33/35',8,4,2),(36,3,3,35,'2009-11-10 23:15:19','2010-05-16 21:10:51','1/2/20/33/35/36',7,5,0),(37,3,3,33,'2009-11-10 23:18:18','2010-05-16 21:11:04','1/2/20/33/37',10,4,0),(38,3,3,20,'2009-11-10 23:20:07','2010-05-10 19:59:26','1/2/20/38',14,3,1),(39,3,3,38,'2009-11-10 23:21:04','2010-05-10 19:49:24','1/2/20/38/39',0,4,0),(40,3,3,20,'2009-11-10 23:22:39','2010-05-10 20:04:24','1/2/20/40',16,3,0),(41,3,3,20,'2009-11-10 23:24:30','2010-05-11 06:39:17','1/2/20/41',17,3,0),(42,3,3,9,'2009-11-10 23:28:50','2010-05-10 16:50:55','1/2/9/42',2,3,2),(43,3,3,9,'2009-11-10 23:32:15','2010-05-10 17:55:37','1/2/9/43',5,3,0),(44,3,3,9,'2009-11-11 22:07:51','2010-05-10 17:55:57','1/2/9/44',4,3,2),(45,3,3,20,'2009-11-11 22:08:44','2010-05-10 17:11:42','1/2/20/45',23,3,3),(46,3,3,45,'2009-11-11 22:09:16','2009-11-11 22:09:16','1/2/20/45/46',7,4,0),(47,3,3,45,'2009-11-11 22:09:47','2009-11-11 22:09:47','1/2/20/45/47',8,4,0),(48,3,3,45,'2009-11-11 22:10:20','2009-11-11 22:10:20','1/2/20/45/48',10,4,0),(49,3,3,20,'2009-11-11 22:11:15','2009-11-11 22:11:15','1/2/20/49',22,3,0),(50,3,3,9,'2009-11-11 22:12:43','2010-05-10 17:39:43','1/2/9/50',7,3,0),(52,3,3,15,'2009-11-11 22:17:07','2010-05-10 16:53:52','1/2/9/15/52',2,4,0),(53,3,3,44,'2009-11-11 22:17:55','2009-11-11 22:17:55','1/2/9/44/53',7,4,0),(54,3,3,44,'2009-11-11 22:18:39','2009-11-11 22:18:39','1/2/9/44/54',8,4,0),(57,3,3,42,'2009-11-11 22:21:57','2009-11-11 22:21:57','1/2/9/42/57',7,4,0),(58,3,3,42,'2009-11-11 22:22:33','2009-11-11 22:22:33','1/2/9/42/58',8,4,0),(59,3,3,35,'2009-11-16 20:37:02','2010-05-16 20:42:00','1/2/20/33/35/59',8,5,0),(60,3,3,9,'2009-11-21 22:07:11','2010-05-10 18:06:54','1/2/9/60',1,3,0),(61,3,3,15,'2009-11-21 22:08:36','2010-05-10 16:52:28','1/2/9/15/61',0,4,0),(62,3,0,0,'2010-05-10 16:55:24','2010-05-10 16:55:24','/62',29,1,0),(63,3,3,3,'2010-09-11 20:50:18','2010-09-11 20:56:38','1/2/3/63',21,3,0),(64,3,3,3,'2010-09-15 12:34:56','2010-09-15 12:34:56','1/2/3/64',22,3,0),(65,3,3,9,'2010-09-20 19:28:00','2010-09-20 19:42:54','1/2/9/65',8,3,0); /*!40000 ALTER TABLE `catalog_category_entity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_datetime` -- DROP TABLE IF EXISTS `catalog_category_entity_datetime`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity_datetime` -- LOCK TABLES `catalog_category_entity_datetime` WRITE; /*!40000 ALTER TABLE `catalog_category_entity_datetime` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_entity_datetime` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_decimal` -- DROP TABLE IF EXISTS `catalog_category_entity_decimal`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity_decimal` -- LOCK TABLES `catalog_category_entity_decimal` WRITE; /*!40000 ALTER TABLE `catalog_category_entity_decimal` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_entity_decimal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_int` -- DROP TABLE IF EXISTS `catalog_category_entity_int`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=179 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity_int` -- LOCK TABLES `catalog_category_entity_int` WRITE; /*!40000 ALTER TABLE `catalog_category_entity_int` DISABLE KEYS */; INSERT INTO `catalog_category_entity_int` VALUES (1,3,32,0,2,1),(2,3,32,1,2,1),(3,3,32,0,3,1),(4,3,41,0,3,1),(5,3,49,0,3,1),(18,3,32,0,9,1),(19,3,41,0,9,1),(20,3,49,0,9,1),(21,3,32,0,10,1),(22,3,41,0,10,0),(23,3,49,0,10,1),(24,3,32,0,11,0),(25,3,41,0,11,0),(26,3,49,0,11,1),(36,3,32,0,15,1),(37,3,41,0,15,0),(38,3,49,0,15,1),(51,3,32,0,20,1),(52,3,41,0,20,0),(53,3,49,0,20,1),(54,3,32,0,21,0),(55,3,41,0,21,0),(56,3,49,0,21,1),(57,3,32,0,24,1),(58,3,41,0,24,0),(59,3,49,0,24,1),(60,3,32,0,25,1),(61,3,41,0,25,0),(62,3,49,0,25,1),(63,3,32,0,26,1),(64,3,41,0,26,0),(65,3,49,0,26,1),(66,3,32,0,28,0),(67,3,41,0,28,0),(68,3,49,0,28,1),(69,3,32,0,29,1),(70,3,41,0,29,0),(71,3,49,0,29,1),(72,3,32,0,30,1),(73,3,41,0,30,0),(74,3,49,0,30,1),(75,3,32,0,31,1),(76,3,41,0,31,0),(77,3,49,0,31,1),(78,3,32,0,32,0),(79,3,41,0,32,0),(80,3,49,0,32,1),(81,3,32,0,33,1),(82,3,41,0,33,0),(83,3,49,0,33,1),(84,3,32,0,34,1),(85,3,41,0,34,0),(86,3,49,0,34,1),(87,3,32,0,35,1),(88,3,41,0,35,0),(89,3,49,0,35,1),(90,3,32,0,36,1),(91,3,41,0,36,0),(92,3,49,0,36,1),(93,3,32,0,37,0),(94,3,41,0,37,0),(95,3,49,0,37,1),(96,3,32,0,38,1),(97,3,41,0,38,0),(98,3,49,0,38,1),(99,3,32,0,39,0),(100,3,41,0,39,0),(101,3,49,0,39,1),(102,3,32,0,40,1),(103,3,41,0,40,0),(104,3,49,0,40,1),(105,3,32,0,41,1),(106,3,41,0,41,0),(107,3,49,0,41,1),(108,3,32,0,42,1),(109,3,41,0,42,0),(110,3,49,0,42,1),(111,3,32,0,43,0),(112,3,41,0,43,0),(113,3,49,0,43,1),(114,3,32,0,44,0),(115,3,41,0,44,0),(116,3,49,0,44,1),(117,3,32,0,45,1),(118,3,41,0,45,0),(119,3,49,0,45,1),(120,3,32,0,46,1),(121,3,41,0,46,0),(122,3,49,0,46,1),(123,3,32,0,47,1),(124,3,41,0,47,0),(125,3,49,0,47,1),(126,3,32,0,48,1),(127,3,41,0,48,0),(128,3,49,0,48,1),(129,3,32,0,49,1),(130,3,41,0,49,0),(131,3,49,0,49,1),(132,3,32,0,50,1),(133,3,41,0,50,0),(134,3,49,0,50,1),(138,3,32,0,52,0),(139,3,41,0,52,0),(140,3,49,0,52,1),(141,3,32,0,53,1),(142,3,41,0,53,0),(143,3,49,0,53,1),(144,3,32,0,54,1),(145,3,41,0,54,0),(146,3,49,0,54,1),(153,3,32,0,57,1),(154,3,41,0,57,0),(155,3,49,0,57,1),(156,3,32,0,58,1),(157,3,41,0,58,0),(158,3,49,0,58,1),(159,3,32,0,59,1),(160,3,41,0,59,0),(161,3,49,0,59,1),(162,3,32,0,60,1),(163,3,41,0,60,0),(164,3,49,0,60,1),(165,3,32,0,61,0),(166,3,41,0,61,0),(167,3,49,0,61,1),(168,3,41,0,2,0),(169,3,49,0,2,1),(170,3,32,0,63,1),(171,3,41,0,63,0),(172,3,49,0,63,1),(173,3,32,0,64,1),(174,3,41,0,64,0),(175,3,49,0,64,1),(176,3,32,0,65,0),(177,3,41,0,65,0),(178,3,49,0,65,1); /*!40000 ALTER TABLE `catalog_category_entity_int` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_text` -- DROP TABLE IF EXISTS `catalog_category_entity_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=302 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity_text` -- LOCK TABLES `catalog_category_entity_text` WRITE; /*!40000 ALTER TABLE `catalog_category_entity_text` DISABLE KEYS */; INSERT INTO `catalog_category_entity_text` VALUES (1,3,34,0,3,''),(2,3,37,0,3,''),(3,3,38,0,3,''),(4,3,53,0,3,''),(5,3,98,0,3,''),(16,3,98,0,1,''),(17,3,98,0,2,''),(23,3,98,0,7,''),(29,3,34,0,9,''),(30,3,37,0,9,''),(31,3,38,0,9,''),(32,3,53,0,9,''),(33,3,98,0,9,''),(34,3,34,0,10,''),(35,3,37,0,10,''),(36,3,38,0,10,''),(37,3,53,0,10,''),(38,3,98,0,10,''),(39,3,34,0,11,''),(40,3,37,0,11,''),(41,3,38,0,11,''),(42,3,53,0,11,''),(43,3,98,0,11,''),(59,3,34,0,15,'Moderne und elgante Taschen aus unserem Wolfilzdesign \r\n'),(60,3,37,0,15,''),(61,3,38,0,15,''),(62,3,53,0,15,''),(63,3,98,0,15,''),(84,3,34,0,20,'Unsere Tischkultur-Ideen mit den hochwertigen Filzprodukten bestechen durch ihre Eleganz und Schlichtheit. Tischläufer, Tischsets, Untersetzer oder Bestecktaschen bieten Ihnen viele Gestaltungsmöglichkeiten. Kombinieren und Variieren Sie die ausgewählten und aufeinander abgestimmten Farben für Ihren perfekt gedeckten Tisch.'),(85,3,37,0,20,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Wollfilztaschen, Taschen. Filztasche'),(86,3,38,0,20,''),(87,3,53,0,20,''),(88,3,98,0,20,''),(89,3,34,0,21,''),(90,3,37,0,21,''),(91,3,38,0,21,''),(92,3,53,0,21,''),(93,3,98,0,21,''),(94,3,98,0,22,''),(95,3,98,0,23,''),(96,3,34,0,24,'Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!'),(97,3,37,0,24,'tischset, eckig, bla, wollgilz'),(98,3,38,0,24,''),(99,3,53,0,24,''),(100,3,98,0,24,''),(101,3,34,0,25,'Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!'),(102,3,37,0,25,'Tischset einfarbig, Wollfilz, Filztischsets'),(103,3,38,0,25,''),(104,3,53,0,25,''),(105,3,98,0,25,''),(106,3,34,0,26,'Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!'),(107,3,37,0,26,'Tischset, Filz, Wollfilz'),(108,3,38,0,26,'Filztischsets, Wollfilz'),(109,3,53,0,26,''),(110,3,98,0,26,''),(111,3,98,0,27,''),(112,3,34,0,28,''),(113,3,37,0,28,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen'),(114,3,38,0,28,''),(115,3,53,0,28,''),(116,3,98,0,28,''),(117,3,34,0,29,''),(118,3,37,0,29,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen'),(119,3,38,0,29,''),(120,3,53,0,29,''),(121,3,98,0,29,''),(122,3,34,0,30,'Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!'),(123,3,37,0,30,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch'),(124,3,38,0,30,''),(125,3,53,0,30,''),(126,3,98,0,30,''),(127,3,34,0,31,''),(128,3,37,0,31,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset'),(129,3,38,0,31,''),(130,3,53,0,31,''),(131,3,98,0,31,''),(132,3,34,0,32,''),(133,3,37,0,32,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset'),(134,3,38,0,32,''),(135,3,53,0,32,''),(136,3,98,0,32,''),(137,3,34,0,33,'Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!'),(138,3,37,0,33,'Untersetzer, Filz Untersetzer, Wollfilz Untersetzer, eckige untersetzer, runde Untersetzer, Untersetzer rund, Untersetzer eckig, '),(139,3,38,0,33,''),(140,3,53,0,33,''),(141,3,98,0,33,''),(142,3,34,0,34,'Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!'),(143,3,37,0,34,'Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, '),(144,3,38,0,34,''),(145,3,53,0,34,''),(146,3,98,0,34,''),(147,3,34,0,35,'Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!'),(148,3,37,0,35,'Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, '),(149,3,38,0,35,''),(150,3,53,0,35,''),(151,3,98,0,35,''),(152,3,34,0,36,'Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!'),(153,3,37,0,36,'Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, '),(154,3,38,0,36,''),(155,3,53,0,36,''),(156,3,98,0,36,''),(157,3,34,0,37,''),(158,3,37,0,37,'Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, '),(159,3,38,0,37,''),(160,3,53,0,37,''),(161,3,98,0,37,''),(162,3,34,0,38,'Sie lieben das Detail? Dann sollten Sie Ihre Tafel um unsere raffinierten Bestecktaschen vervollkommnen. Farblich abgestimmt auf unsere Tischsets und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Vielfalt!'),(163,3,37,0,38,'Bestecktasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, Tischset, Wollfilz'),(164,3,38,0,38,''),(165,3,53,0,38,''),(166,3,98,0,38,''),(167,3,34,0,39,''),(168,3,37,0,39,'Stäbchentasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, '),(169,3,38,0,39,''),(170,3,53,0,39,''),(171,3,98,0,39,''),(172,3,34,0,40,'Sie mögen es raffiniert? Entdecken Sie unsere dekorativen Serviettenringe. Die vielen Farben und Formen lassen viel Spielraum für Ihre Kreativität. Erleben Sie unsere shop & friends Vielfalt!'),(173,3,37,0,40,'Serviettenring, Tropfenfänger; Tischkultur, Serviette, Tropfenfänger, Wollfilz, '),(174,3,38,0,40,''),(175,3,53,0,40,''),(176,3,98,0,40,''),(177,3,34,0,41,'Unsere Tischläufer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischläufer erhalten Sie in trendigen und klassischen Farben. Erleben Sie unsere shop & friends Qualität!'),(178,3,37,0,41,'Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, '),(179,3,38,0,41,''),(180,3,53,0,41,''),(181,3,98,0,41,''),(182,3,34,0,42,''),(183,3,37,0,42,'Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, Bücher, Schutzhülle, Buchschutzhülle'),(184,3,38,0,42,''),(185,3,53,0,42,''),(186,3,98,0,42,''),(187,3,34,0,43,''),(188,3,37,0,43,'Börse, Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, '),(189,3,38,0,43,''),(190,3,53,0,43,''),(191,3,98,0,43,''),(192,3,34,0,44,''),(193,3,37,0,44,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Etui, Etui aus Filz, Etui aus Wollfilz, schüller Etui'),(194,3,38,0,44,''),(195,3,53,0,44,''),(196,3,98,0,44,''),(197,3,34,0,45,''),(198,3,37,0,45,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen'),(199,3,38,0,45,''),(200,3,53,0,45,''),(201,3,98,0,45,''),(202,3,34,0,46,''),(203,3,37,0,46,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch'),(204,3,38,0,46,''),(205,3,53,0,46,''),(206,3,98,0,46,''),(207,3,34,0,47,''),(208,3,37,0,47,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, schalen'),(209,3,38,0,47,''),(210,3,53,0,47,''),(211,3,98,0,47,''),(212,3,34,0,48,''),(213,3,37,0,48,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen '),(214,3,38,0,48,''),(215,3,53,0,48,''),(216,3,98,0,48,''),(217,3,34,0,49,''),(218,3,37,0,49,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Serviette, Serviettentasche'),(219,3,38,0,49,''),(220,3,53,0,49,''),(221,3,98,0,49,''),(222,3,34,0,50,''),(223,3,37,0,50,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Handy Load Station, Handy Ladegeräte, handy '),(224,3,38,0,50,''),(225,3,53,0,50,''),(226,3,98,0,50,''),(232,3,34,0,52,''),(233,3,37,0,52,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, laptop Taschen, Safer, Laptop Schutzhülle'),(234,3,38,0,52,''),(235,3,53,0,52,''),(236,3,98,0,52,''),(237,3,34,0,53,''),(238,3,37,0,53,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Stifte Etui'),(239,3,38,0,53,''),(240,3,53,0,53,''),(241,3,98,0,53,''),(242,3,34,0,54,''),(243,3,37,0,54,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Brillen Etui, Etui'),(244,3,38,0,54,''),(245,3,53,0,54,''),(246,3,98,0,54,''),(257,3,34,0,57,''),(258,3,37,0,57,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch'),(259,3,38,0,57,''),(260,3,53,0,57,''),(261,3,98,0,57,''),(262,3,34,0,58,''),(263,3,37,0,58,'Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Bücher, Notizbücher'),(264,3,38,0,58,''),(265,3,53,0,58,''),(266,3,98,0,58,''),(267,3,34,0,59,'Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!'),(268,3,37,0,59,''),(269,3,38,0,59,''),(270,3,53,0,59,''),(271,3,98,0,59,''),(272,3,34,0,60,'zweifarbige Schmucktasche'),(273,3,37,0,60,'Schmucktasche'),(274,3,38,0,60,''),(275,3,53,0,60,''),(276,3,98,0,60,''),(277,3,34,0,61,'moderne Posttaschen bezogen mit Baumwollstoff'),(278,3,37,0,61,''),(279,3,38,0,61,''),(280,3,53,0,61,''),(281,3,98,0,61,''),(282,3,98,0,62,''),(283,3,34,0,2,''),(284,3,37,0,2,''),(285,3,38,0,2,''),(286,3,53,0,2,''),(287,3,34,0,63,'edele Glasschalen'),(288,3,37,0,63,''),(289,3,38,0,63,''),(290,3,53,0,63,''),(291,3,98,0,63,''),(292,3,34,0,64,''),(293,3,37,0,64,'Filzkerzenplatten, Filz, Kerzen, Kerzenständer'),(294,3,38,0,64,'Kerzen, kerzenplatten, '),(295,3,53,0,64,''),(296,3,98,0,64,''),(297,3,34,0,65,'Schmuck'),(298,3,37,0,65,''),(299,3,38,0,65,''),(300,3,53,0,65,''),(301,3,98,0,65,''); /*!40000 ALTER TABLE `catalog_category_entity_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_varchar` -- DROP TABLE IF EXISTS `catalog_category_entity_varchar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` USING BTREE (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=480 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_entity_varchar` -- LOCK TABLES `catalog_category_entity_varchar` WRITE; /*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */; INSERT INTO `catalog_category_entity_varchar` VALUES (1,3,31,0,1,'Root Catalog'),(2,3,31,1,1,'Root Catalog'),(3,3,33,0,1,'root-catalog'),(4,3,31,0,2,'Produktkatalog'),(5,3,39,0,2,'PRODUCTS'),(6,3,33,0,2,'default-category'),(7,3,31,0,3,'Ambiente'),(8,3,33,0,3,'ambiente'),(9,3,36,0,3,''),(10,3,39,0,3,'PRODUCTS'),(11,3,48,0,3,'default/shopandfriends'),(12,3,52,0,3,'two_columns_left'),(35,3,47,1,3,'ambiente.html'),(36,3,47,0,3,'ambiente.html'),(39,3,33,0,7,''),(48,3,31,0,9,'Accessoires'),(49,3,33,0,9,'accessoires'),(50,3,36,0,9,''),(51,3,39,0,9,'PRODUCTS'),(52,3,48,0,9,'default/shopandfriends'),(53,3,52,0,9,'two_columns_left'),(54,3,47,1,9,'accessoires.html'),(55,3,47,0,9,'accessoires.html'),(56,3,31,0,10,'Specials'),(57,3,33,0,10,'specials'),(58,3,36,0,10,''),(59,3,39,0,10,'PRODUCTS'),(60,3,48,0,10,'default/shopandfriends'),(61,3,52,0,10,'two_columns_left'),(62,3,47,1,10,'specials.html'),(63,3,47,0,10,'specials.html'),(64,3,31,0,11,'Gourmet'),(65,3,33,0,11,'gourmet'),(66,3,36,0,11,''),(67,3,39,0,11,'PRODUCTS'),(68,3,48,0,11,'default/shopandfriends'),(69,3,52,0,11,'two_columns_left'),(70,3,47,1,11,'gourmet.html'),(71,3,47,0,11,'gourmet.html'),(97,3,31,0,15,'Wollfilz-Taschen'),(98,3,33,0,15,'taschen'),(99,3,36,0,15,'SHOPPER'),(100,3,39,0,15,'PRODUCTS'),(101,3,48,0,15,''),(102,3,52,0,15,''),(103,3,47,1,15,'accessoires/taschen.html'),(104,3,47,0,15,'accessoires/taschen.html'),(135,3,31,0,20,'Tischkultur'),(136,3,33,0,20,'tischkultur'),(137,3,36,0,20,''),(138,3,39,0,20,'PRODUCTS'),(139,3,48,0,20,'default/shopandfriends'),(140,3,52,0,20,'two_columns_left'),(143,3,47,1,20,'tischkultur.html'),(144,3,47,0,20,'tischkultur.html'),(145,3,31,0,21,'Top Angebote'),(146,3,33,0,21,'top-angebote'),(147,3,36,0,21,''),(148,3,39,0,21,'PRODUCTS'),(149,3,48,0,21,''),(150,3,52,0,21,''),(151,3,47,1,21,'top-angebote.html'),(152,3,47,0,21,'top-angebote.html'),(153,3,33,0,22,''),(154,3,33,0,23,''),(155,3,31,0,24,'Eckige Tischsets'),(156,3,33,0,24,'tischset-eckig'),(157,3,36,0,24,''),(158,3,39,0,24,'PRODUCTS'),(159,3,48,0,24,''),(160,3,52,0,24,''),(161,3,47,1,24,'tischkultur/wollfilz-tischset/tischset-eckig.html'),(162,3,47,0,24,'tischkultur/wollfilz-tischset/tischset-eckig.html'),(163,3,31,0,25,'Einfarbige Tischsets'),(164,3,33,0,25,'einfarbig'),(165,3,36,0,25,''),(166,3,39,0,25,'PRODUCTS'),(167,3,48,0,25,''),(168,3,52,0,25,''),(169,3,47,1,25,'tischkultur/wollfilz-tischset/tischset-eckig/einfarbig.html'),(170,3,47,0,25,'tischkultur/wollfilz-tischset/tischset-eckig/einfarbig.html'),(171,3,31,0,26,'Zweifarbige Tischsets'),(172,3,33,0,26,'zweifarbig'),(173,3,36,0,26,''),(174,3,39,0,26,'PRODUCTS'),(175,3,48,0,26,''),(176,3,52,0,26,''),(177,3,47,1,26,'tischkultur/wollfilz-tischset/tischset-eckig/zweifarbig.html'),(178,3,47,0,26,'tischkultur/wollfilz-tischset/tischset-eckig/zweifarbig.html'),(179,3,33,0,27,''),(180,3,31,0,28,'Runde Tischsets'),(181,3,33,0,28,'tischset-rund'),(182,3,36,0,28,''),(183,3,39,0,28,'PRODUCTS'),(184,3,48,0,28,''),(185,3,52,0,28,''),(186,3,47,1,28,'tischkultur/wollfilz-tischset/tischset-rund.html'),(187,3,47,0,28,'tischkultur/wollfilz-tischset/tischset-rund.html'),(188,3,31,0,29,'Tischset rund ca. 31 cm'),(189,3,33,0,29,'tischset'),(190,3,36,0,29,''),(191,3,39,0,29,'PRODUCTS'),(192,3,48,0,29,''),(193,3,52,0,29,''),(194,3,47,1,29,'tischkultur/wollfilz-tischset/tischset-rund/tischset.html'),(195,3,47,0,29,'tischkultur/wollfilz-tischset/tischset-rund/tischset.html'),(196,3,31,0,30,'Elegante Tischsets'),(197,3,33,0,30,'wollfilz-tischset'),(198,3,36,0,30,''),(199,3,39,0,30,'PRODUCTS'),(200,3,48,0,30,''),(201,3,52,0,30,''),(202,3,47,1,30,'tischkultur/wollfilz-tischset.html'),(203,3,47,0,30,'tischkultur/wollfilz-tischset.html'),(204,3,31,0,31,'Tischset rund ca. 36 cm'),(205,3,33,0,31,'tischset-rund-ca-36-cm'),(206,3,36,0,31,''),(207,3,39,0,31,'PRODUCTS'),(208,3,48,0,31,''),(209,3,52,0,31,''),(210,3,47,1,31,'tischkultur/wollfilz-tischset/tischset-rund/tischset-rund-ca-36-cm.html'),(211,3,47,0,31,'tischkultur/wollfilz-tischset/tischset-rund/tischset-rund-ca-36-cm.html'),(212,3,31,0,32,'Quadratische Tischsets'),(213,3,33,0,32,'tischset-quadratisch'),(214,3,36,0,32,''),(215,3,39,0,32,'PRODUCTS'),(216,3,48,0,32,''),(217,3,52,0,32,''),(218,3,47,1,32,'tischkultur/wollfilz-tischset/tischset-quadratisch.html'),(219,3,47,0,32,'tischkultur/wollfilz-tischset/tischset-quadratisch.html'),(220,3,31,0,33,'Untersetzer'),(221,3,33,0,33,'untersetzer'),(222,3,36,0,33,''),(223,3,39,0,33,'PRODUCTS'),(224,3,48,0,33,''),(225,3,52,0,33,''),(226,3,47,1,33,'tischkultur/untersetzer.html'),(227,3,47,0,33,'tischkultur/untersetzer.html'),(228,3,31,0,34,'Eckige Untersetzer'),(229,3,33,0,34,'untersetzer-eckig'),(230,3,36,0,34,''),(231,3,39,0,34,'PRODUCTS'),(232,3,48,0,34,''),(233,3,52,0,34,''),(234,3,47,1,34,'tischkultur/untersetzer/untersetzer-eckig.html'),(235,3,47,0,34,'tischkultur/untersetzer/untersetzer-eckig.html'),(236,3,31,0,35,'Runde Untersetzer'),(237,3,33,0,35,'untersetzer-rund'),(238,3,36,0,35,''),(239,3,39,0,35,'PRODUCTS'),(240,3,48,0,35,''),(241,3,52,0,35,''),(242,3,47,1,35,'tischkultur/untersetzer/untersetzer-rund.html'),(243,3,47,0,35,'tischkultur/untersetzer/untersetzer-rund.html'),(244,3,31,0,36,'Untersetzer rund und klassisch'),(245,3,33,0,36,'untersetzer-rund-klassisch'),(246,3,36,0,36,''),(247,3,39,0,36,'PRODUCTS'),(248,3,48,0,36,''),(249,3,52,0,36,''),(250,3,47,1,36,'tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-klassisch.html'),(251,3,47,0,36,'tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-klassisch.html'),(252,3,31,0,37,'Andere Formen'),(253,3,33,0,37,'andere-untersetzer'),(254,3,36,0,37,''),(255,3,39,0,37,'PRODUCTS'),(256,3,48,0,37,''),(257,3,52,0,37,''),(258,3,47,1,37,'tischkultur/untersetzer/andere-untersetzer.html'),(259,3,47,0,37,'tischkultur/untersetzer/andere-untersetzer.html'),(260,3,31,0,38,'Raffinierte Bestecktaschen'),(261,3,33,0,38,'bestecktasche'),(262,3,36,0,38,''),(263,3,39,0,38,'PRODUCTS'),(264,3,48,0,38,''),(265,3,52,0,38,''),(266,3,47,1,38,'tischkultur/bestecktasche.html'),(267,3,47,0,38,'tischkultur/bestecktasche.html'),(268,3,31,0,39,'Stäbchentasche'),(269,3,33,0,39,'stabchentasche'),(270,3,36,0,39,''),(271,3,39,0,39,'PRODUCTS'),(272,3,48,0,39,''),(273,3,52,0,39,''),(274,3,47,1,39,'tischkultur/bestecktasche/stabchentasche.html'),(275,3,47,0,39,'tischkultur/bestecktasche/stabchentasche.html'),(276,3,31,0,40,'Serviettenring, Tropfenfänger'),(277,3,33,0,40,'serviettenring-tropfenfanger'),(278,3,36,0,40,''),(279,3,39,0,40,'PRODUCTS'),(280,3,48,0,40,''),(281,3,52,0,40,''),(282,3,47,1,40,'tischkultur/serviettenring-tropfenfanger.html'),(283,3,47,0,40,'tischkultur/serviettenring-tropfenfanger.html'),(284,3,31,0,41,'Dekorative Tischläufer'),(285,3,33,0,41,'tischlaufer'),(286,3,36,0,41,''),(287,3,39,0,41,'PRODUCTS'),(288,3,48,0,41,''),(289,3,52,0,41,''),(290,3,47,1,41,'tischkultur/tischlaufer.html'),(291,3,47,0,41,'tischkultur/tischlaufer.html'),(292,3,31,0,42,'Einbände für Bücher '),(293,3,33,0,42,'bucher'),(294,3,36,0,42,''),(295,3,39,0,42,'PRODUCTS'),(296,3,48,0,42,''),(297,3,52,0,42,''),(298,3,47,1,42,'accessoires/bucher.html'),(299,3,47,0,42,'accessoires/bucher.html'),(300,3,31,0,43,'Börse'),(301,3,33,0,43,'borse'),(302,3,36,0,43,''),(303,3,39,0,43,'PRODUCTS'),(304,3,48,0,43,''),(305,3,52,0,43,''),(306,3,47,1,43,'accessoires/borse.html'),(307,3,47,0,43,'accessoires/borse.html'),(308,3,31,0,44,'Etui'),(309,3,33,0,44,'etui'),(310,3,36,0,44,''),(311,3,39,0,44,'PRODUCTS'),(312,3,48,0,44,''),(313,3,52,0,44,''),(314,3,47,1,44,'accessoires/etui.html'),(315,3,47,0,44,'accessoires/etui.html'),(316,3,31,0,45,'Filz - Schälchen'),(317,3,33,0,45,'schalen'),(318,3,36,0,45,''),(319,3,39,0,45,'PRODUCTS'),(320,3,48,0,45,''),(321,3,52,0,45,''),(322,3,47,1,45,'tischkultur/schalen.html'),(323,3,47,0,45,'tischkultur/schalen.html'),(324,3,31,0,46,'Schalen groß'),(325,3,33,0,46,'schalen-gross'),(326,3,36,0,46,''),(327,3,39,0,46,'PRODUCTS'),(328,3,48,0,46,''),(329,3,52,0,46,''),(330,3,47,1,46,'tischkultur/schalen/schalen-gross.html'),(331,3,47,0,46,'tischkultur/schalen/schalen-gross.html'),(332,3,31,0,47,'Schalen mittel'),(333,3,33,0,47,'schalen-mittel'),(334,3,36,0,47,''),(335,3,39,0,47,'PRODUCTS'),(336,3,48,0,47,''),(337,3,52,0,47,''),(338,3,47,1,47,'tischkultur/schalen/schalen-mittel.html'),(339,3,47,0,47,'tischkultur/schalen/schalen-mittel.html'),(340,3,31,0,48,'Schalen klein'),(341,3,33,0,48,'schalen-klein'),(342,3,36,0,48,''),(343,3,39,0,48,'PRODUCTS'),(344,3,48,0,48,''),(345,3,52,0,48,''),(346,3,47,1,48,'tischkultur/schalen/schalen-klein.html'),(347,3,47,0,48,'tischkultur/schalen/schalen-klein.html'),(348,3,31,0,49,'Serviettentasche'),(349,3,33,0,49,'serviettentasche'),(350,3,36,0,49,''),(351,3,39,0,49,'PRODUCTS'),(352,3,48,0,49,''),(353,3,52,0,49,''),(354,3,47,1,49,'tischkultur/serviettentasche.html'),(355,3,47,0,49,'tischkultur/serviettentasche.html'),(356,3,31,0,50,'Handy-Lade-Station'),(357,3,33,0,50,'handy-load-station'),(358,3,36,0,50,''),(359,3,39,0,50,'PRODUCTS'),(360,3,48,0,50,''),(361,3,52,0,50,''),(362,3,47,1,50,'accessoires/handy-load-station.html'),(363,3,47,0,50,'accessoires/handy-load-station.html'),(372,3,31,0,52,'Laptop-Safer'),(373,3,33,0,52,'laptop-safer'),(374,3,36,0,52,''),(375,3,39,0,52,'PRODUCTS'),(376,3,48,0,52,''),(377,3,52,0,52,''),(378,3,47,1,52,'accessoires/taschen/laptop-safer.html'),(379,3,47,0,52,'accessoires/taschen/laptop-safer.html'),(380,3,31,0,53,'Stifte Etuis'),(381,3,33,0,53,'stifte-etuis'),(382,3,36,0,53,''),(383,3,39,0,53,'PRODUCTS'),(384,3,48,0,53,''),(385,3,52,0,53,''),(386,3,47,1,53,'accessoires/etui/stifte-etuis.html'),(387,3,47,0,53,'accessoires/etui/stifte-etuis.html'),(388,3,31,0,54,'Brillen-Etui'),(389,3,33,0,54,'brillen-etui'),(390,3,36,0,54,''),(391,3,39,0,54,'PRODUCTS'),(392,3,48,0,54,''),(393,3,52,0,54,''),(394,3,47,1,54,'accessoires/etui/brillen-etui.html'),(395,3,47,0,54,'accessoires/etui/brillen-etui.html'),(412,3,31,0,57,'Tagebücher'),(413,3,33,0,57,'tagebucher'),(414,3,36,0,57,''),(415,3,39,0,57,'PRODUCTS'),(416,3,48,0,57,''),(417,3,52,0,57,''),(418,3,47,1,57,'accessoires/bucher/tagebucher.html'),(419,3,47,0,57,'accessoires/bucher/tagebucher.html'),(420,3,31,0,58,'Notizbücher'),(421,3,33,0,58,'notizbucher'),(422,3,36,0,58,''),(423,3,39,0,58,'PRODUCTS'),(424,3,48,0,58,''),(425,3,52,0,58,''),(426,3,47,1,58,'accessoires/bucher/notizbucher.html'),(427,3,47,0,58,'accessoires/bucher/notizbucher.html'),(428,3,31,0,59,'Untersetzer rund und elegant'),(429,3,33,0,59,'untersetzer-rund-und-elegant'),(430,3,36,0,59,''),(431,3,39,0,59,'PRODUCTS'),(432,3,48,0,59,''),(433,3,52,0,59,''),(434,3,47,1,59,'tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-und-elegant.html'),(435,3,47,0,59,'tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-und-elegant.html'),(436,3,31,0,60,'Schmucktaschen'),(437,3,33,0,60,'schmucktaschen'),(438,3,36,0,60,''),(439,3,39,0,60,'PRODUCTS'),(440,3,48,0,60,''),(441,3,52,0,60,''),(442,3,47,1,60,'accessoires/schmucktaschen.html'),(443,3,47,0,60,'accessoires/schmucktaschen.html'),(444,3,31,0,61,'Posttaschen'),(445,3,33,0,61,'posttaschen'),(446,3,36,0,61,''),(447,3,39,0,61,'PRODUCTS'),(448,3,48,0,61,''),(449,3,52,0,61,''),(450,3,47,1,61,'accessoires/taschen/posttaschen.html'),(451,3,47,0,61,'accessoires/taschen/posttaschen.html'),(452,3,33,0,62,''),(453,3,36,0,2,''),(454,3,48,0,2,''),(455,3,52,0,2,''),(456,3,31,0,63,'Glas Schalen'),(457,3,33,0,63,'glas-schalen'),(458,3,36,0,63,''),(459,3,39,0,63,'PRODUCTS'),(460,3,48,0,63,''),(461,3,52,0,63,''),(462,3,47,1,63,'ambiente/glas-schalen.html'),(463,3,47,0,63,'ambiente/glas-schalen.html'),(464,3,31,0,64,'Kerzenplatten'),(465,3,33,0,64,'kerzenplatten'),(466,3,36,0,64,''),(467,3,39,0,64,'PRODUCTS'),(468,3,48,0,64,''),(469,3,52,0,64,''),(470,3,47,1,64,'ambiente/kerzenplatten.html'),(471,3,47,0,64,'ambiente/kerzenplatten.html'),(472,3,31,0,65,'Culture Mix Schmuck'),(473,3,33,0,65,'culture-mix'),(474,3,36,0,65,''),(475,3,39,0,65,'PRODUCTS'),(476,3,48,0,65,''),(477,3,52,0,65,''),(478,3,47,1,65,'accessoires/culture-mix.html'),(479,3,47,0,65,'accessoires/culture-mix.html'); /*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_flat` -- DROP TABLE IF EXISTS `catalog_category_flat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_flat` ( `entity_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `level` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', `children_count` int(11) NOT NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `all_children` text, `available_sort_by` text, `children` text, `custom_design` varchar(255) NOT NULL default '', `custom_design_apply` int(10) NOT NULL default '0', `custom_design_from` datetime NOT NULL default '0000-00-00 00:00:00', `custom_design_to` datetime NOT NULL default '0000-00-00 00:00:00', `custom_layout_update` text, `default_sort_by` varchar(255) NOT NULL default '', `description` text, `display_mode` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `is_active` int(10) NOT NULL default '0', `is_anchor` int(10) NOT NULL default '0', `landing_page` int(10) NOT NULL default '0', `meta_description` text, `meta_keywords` text, `meta_title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `page_layout` varchar(255) NOT NULL default '', `path_in_store` text, `url_key` varchar(255) NOT NULL default '', `url_path` varchar(255) NOT NULL default '', KEY `CATEGORY_FLAT_CATEGORY_ID` (`entity_id`), KEY `CATEGORY_FLAT_STORE_ID` (`store_id`), KEY `path` (`path`), KEY `IDX_LEVEL` (`level`), CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_0` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_0` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_flat` -- LOCK TABLES `catalog_category_flat` WRITE; /*!40000 ALTER TABLE `catalog_category_flat` DISABLE KEYS */; INSERT INTO `catalog_category_flat` VALUES (1,0,0,'1',0,19,45,'0000-00-00 00:00:00','2009-11-06 15:19:23',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','Root Catalog','',NULL,'root-catalog',''),(2,0,1,'1/2',1,19,44,'2009-09-02 15:31:56','2010-05-27 15:30:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','','','Produktkatalog','',NULL,'default-category',''),(3,0,2,'1/2/3',2,17,2,'2009-10-10 13:05:13','2010-09-13 13:09:01',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,1,0,'','','','Ambiente','two_columns_left',NULL,'ambiente','ambiente.html'),(7,0,0,'/7',1,20,0,'2009-10-13 23:34:14','2009-10-13 23:34:14',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(9,0,2,'1/2/9',2,20,13,'2009-10-29 16:45:41','2010-05-10 18:05:35',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,1,0,'','','','Accessoires','two_columns_left',NULL,'accessoires','accessoires.html'),(10,0,2,'1/2/10',2,24,0,'2009-10-29 17:05:47','2010-05-11 06:40:35',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','','','Specials','two_columns_left',NULL,'specials','specials.html'),(11,0,2,'1/2/11',2,22,0,'2009-10-29 17:07:29','2010-05-10 18:59:51',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','','','Gourmet','two_columns_left',NULL,'gourmet','gourmet.html'),(15,0,9,'1/2/9/15',3,0,2,'2009-11-05 16:13:23','2010-05-10 17:58:11',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Moderne und elgante Taschen aus unserem Wolfilzdesign \r\n','PRODUCTS','',1,0,0,'','','SHOPPER','Wollfilz-Taschen','',NULL,'taschen','accessoires/taschen.html'),(20,0,2,'1/2/20',2,16,23,'2009-11-05 16:35:41','2010-05-10 19:36:59',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischkultur-Ideen mit den hochwertigen Filzprodukten bestechen durch ihre Eleganz und Schlichtheit. Tischläufer, Tischsets, Untersetzer oder Bestecktaschen bieten Ihnen viele Gestaltungsmöglichkeiten. Kombinieren und Variieren Sie die ausgewählten und aufeinander abgestimmten Farben für Ihren perfekt gedeckten Tisch.','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Wollfilztaschen, Taschen. Filztasche','','Tischkultur','two_columns_left',NULL,'tischkultur','tischkultur.html'),(21,0,2,'1/2/21',2,25,0,'2009-11-06 15:22:49','2009-11-10 18:33:05',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','','','Top Angebote','',NULL,'top-angebote','top-angebote.html'),(22,0,0,'/22',1,26,0,'2009-11-10 18:33:12','2009-11-10 18:33:12',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(23,0,0,'/23',1,27,0,'2009-11-10 18:33:27','2009-11-10 18:33:27',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(24,0,30,'1/2/20/30/24',4,7,2,'2009-11-10 20:15:30','2010-05-10 19:43:46',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','tischset, eckig, bla, wollgilz','','Eckige Tischsets','',NULL,'tischset-eckig','tischkultur/wollfilz-tischset/tischset-eckig.html'),(25,0,24,'1/2/20/30/24/25',5,12,0,'2009-11-10 20:16:02','2010-09-15 12:46:00',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Tischset einfarbig, Wollfilz, Filztischsets','','Einfarbige Tischsets','',NULL,'einfarbig','tischkultur/wollfilz-tischset/tischset-eckig/einfarbig.html'),(26,0,24,'1/2/20/30/24/26',5,10,0,'2009-11-10 20:16:12','2010-09-15 12:42:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'Filztischsets, Wollfilz','Tischset, Filz, Wollfilz','','Zweifarbige Tischsets','',NULL,'zweifarbig','tischkultur/wollfilz-tischset/tischset-eckig/zweifarbig.html'),(27,0,0,'/27',1,28,0,'2009-11-10 22:34:38','2009-11-10 22:34:38',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(28,0,30,'1/2/20/30/28',4,0,2,'2009-11-10 22:56:50','2010-05-10 17:21:30',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen','','Runde Tischsets','',NULL,'tischset-rund','tischkultur/wollfilz-tischset/tischset-rund.html'),(29,0,28,'1/2/20/30/28/29',5,8,0,'2009-11-10 22:59:07','2009-11-10 23:05:16',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen','','Tischset rund ca. 31 cm','',NULL,'tischset','tischkultur/wollfilz-tischset/tischset-rund/tischset.html'),(30,0,20,'1/2/20/30',3,12,7,'2009-11-10 23:03:41','2010-05-10 19:43:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Elegante Tischsets','',NULL,'wollfilz-tischset','tischkultur/wollfilz-tischset.html'),(31,0,28,'1/2/20/30/28/31',5,10,0,'2009-11-10 23:07:32','2009-11-10 23:07:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset','','Tischset rund ca. 36 cm','',NULL,'tischset-rund-ca-36-cm','tischkultur/wollfilz-tischset/tischset-rund/tischset-rund-ca-36-cm.html'),(32,0,30,'1/2/20/30/32',4,8,0,'2009-11-10 23:08:28','2010-05-10 17:22:12',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset','','Quadratische Tischsets','',NULL,'tischset-quadratisch','tischkultur/wollfilz-tischset/tischset-quadratisch.html'),(33,0,20,'1/2/20/33',3,13,5,'2009-11-10 23:12:10','2010-05-10 19:48:20',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Filz Untersetzer, Wollfilz Untersetzer, eckige untersetzer, runde Untersetzer, Untersetzer rund, Untersetzer eckig, ','','Untersetzer','',NULL,'untersetzer','tischkultur/untersetzer.html'),(34,0,33,'1/2/20/33/34',4,7,0,'2009-11-10 23:13:48','2010-05-10 19:41:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Eckige Untersetzer','',NULL,'untersetzer-eckig','tischkultur/untersetzer/untersetzer-eckig.html'),(35,0,33,'1/2/20/33/35',4,8,2,'2009-11-10 23:14:39','2010-05-16 19:23:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Runde Untersetzer','',NULL,'untersetzer-rund','tischkultur/untersetzer/untersetzer-rund.html'),(36,0,35,'1/2/20/33/35/36',5,7,0,'2009-11-10 23:15:19','2010-05-16 21:10:51',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Untersetzer rund und klassisch','',NULL,'untersetzer-rund-klassisch','tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-klassisch.html'),(37,0,33,'1/2/20/33/37',4,10,0,'2009-11-10 23:18:18','2010-05-16 21:11:04',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Andere Formen','',NULL,'andere-untersetzer','tischkultur/untersetzer/andere-untersetzer.html'),(38,0,20,'1/2/20/38',3,14,1,'2009-11-10 23:20:07','2010-05-10 19:59:26',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Sie lieben das Detail? Dann sollten Sie Ihre Tafel um unsere raffinierten Bestecktaschen vervollkommnen. Farblich abgestimmt auf unsere Tischsets und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Vielfalt!','PRODUCTS','',1,0,0,'','Bestecktasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, Tischset, Wollfilz','','Raffinierte Bestecktaschen','',NULL,'bestecktasche','tischkultur/bestecktasche.html'),(39,0,38,'1/2/20/38/39',4,0,0,'2009-11-10 23:21:04','2010-05-10 19:49:24',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Stäbchentasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Stäbchentasche','',NULL,'stabchentasche','tischkultur/bestecktasche/stabchentasche.html'),(40,0,20,'1/2/20/40',3,16,0,'2009-11-10 23:22:39','2010-05-10 20:04:24',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Sie mögen es raffiniert? Entdecken Sie unsere dekorativen Serviettenringe. Die vielen Farben und Formen lassen viel Spielraum für Ihre Kreativität. Erleben Sie unsere shop & friends Vielfalt!','PRODUCTS','',1,0,0,'','Serviettenring, Tropfenfänger; Tischkultur, Serviette, Tropfenfänger, Wollfilz, ','','Serviettenring, Tropfenfänger','',NULL,'serviettenring-tropfenfanger','tischkultur/serviettenring-tropfenfanger.html'),(41,0,20,'1/2/20/41',3,17,0,'2009-11-10 23:24:30','2010-05-11 06:39:17',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischläufer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischläufer erhalten Sie in trendigen und klassischen Farben. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, ','','Dekorative Tischläufer','',NULL,'tischlaufer','tischkultur/tischlaufer.html'),(42,0,9,'1/2/9/42',3,2,2,'2009-11-10 23:28:50','2010-05-10 16:50:55',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, Bücher, Schutzhülle, Buchschutzhülle','','Einbände für Bücher ','',NULL,'bucher','accessoires/bucher.html'),(43,0,9,'1/2/9/43',3,5,0,'2009-11-10 23:32:15','2010-05-10 17:55:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Börse, Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, ','','Börse','',NULL,'borse','accessoires/borse.html'),(44,0,9,'1/2/9/44',3,4,2,'2009-11-11 22:07:51','2010-05-10 17:55:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Etui, Etui aus Filz, Etui aus Wollfilz, schüller Etui','','Etui','',NULL,'etui','accessoires/etui.html'),(45,0,20,'1/2/20/45',3,23,3,'2009-11-11 22:08:44','2010-05-10 17:11:42',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen','','Filz - Schälchen','',NULL,'schalen','tischkultur/schalen.html'),(46,0,45,'1/2/20/45/46',4,7,0,'2009-11-11 22:09:16','2009-11-11 22:09:16',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Schalen groß','',NULL,'schalen-gross','tischkultur/schalen/schalen-gross.html'),(47,0,45,'1/2/20/45/47',4,8,0,'2009-11-11 22:09:47','2009-11-11 22:09:47',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, schalen','','Schalen mittel','',NULL,'schalen-mittel','tischkultur/schalen/schalen-mittel.html'),(48,0,45,'1/2/20/45/48',4,10,0,'2009-11-11 22:10:20','2009-11-11 22:10:20',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen ','','Schalen klein','',NULL,'schalen-klein','tischkultur/schalen/schalen-klein.html'),(49,0,20,'1/2/20/49',3,22,0,'2009-11-11 22:11:15','2009-11-11 22:11:15',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Serviette, Serviettentasche','','Serviettentasche','',NULL,'serviettentasche','tischkultur/serviettentasche.html'),(50,0,9,'1/2/9/50',3,7,0,'2009-11-11 22:12:43','2010-05-10 17:39:43',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Handy Load Station, Handy Ladegeräte, handy ','','Handy-Lade-Station','',NULL,'handy-load-station','accessoires/handy-load-station.html'),(52,0,15,'1/2/9/15/52',4,2,0,'2009-11-11 22:17:07','2010-05-10 16:53:52',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, laptop Taschen, Safer, Laptop Schutzhülle','','Laptop-Safer','',NULL,'laptop-safer','accessoires/taschen/laptop-safer.html'),(53,0,44,'1/2/9/44/53',4,7,0,'2009-11-11 22:17:55','2009-11-11 22:17:55',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Stifte Etui','','Stifte Etuis','',NULL,'stifte-etuis','accessoires/etui/stifte-etuis.html'),(54,0,44,'1/2/9/44/54',4,8,0,'2009-11-11 22:18:39','2009-11-11 22:18:39',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Brillen Etui, Etui','','Brillen-Etui','',NULL,'brillen-etui','accessoires/etui/brillen-etui.html'),(57,0,42,'1/2/9/42/57',4,7,0,'2009-11-11 22:21:57','2009-11-11 22:21:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Tagebücher','',NULL,'tagebucher','accessoires/bucher/tagebucher.html'),(58,0,42,'1/2/9/42/58',4,8,0,'2009-11-11 22:22:33','2009-11-11 22:22:33',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Bücher, Notizbücher','','Notizbücher','',NULL,'notizbucher','accessoires/bucher/notizbucher.html'),(59,0,35,'1/2/20/33/35/59',5,8,0,'2009-11-16 20:37:02','2010-05-16 20:42:00',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','','','Untersetzer rund und elegant','',NULL,'untersetzer-rund-und-elegant','tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-und-elegant.html'),(60,0,9,'1/2/9/60',3,1,0,'2009-11-21 22:07:11','2010-05-10 18:06:54',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','zweifarbige Schmucktasche','PRODUCTS','',1,0,0,'','Schmucktasche','','Schmucktaschen','',NULL,'schmucktaschen','accessoires/schmucktaschen.html'),(61,0,15,'1/2/9/15/61',4,0,0,'2009-11-21 22:08:36','2010-05-10 16:52:28',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','moderne Posttaschen bezogen mit Baumwollstoff','PRODUCTS','',0,0,0,'','','','Posttaschen','',NULL,'posttaschen','accessoires/taschen/posttaschen.html'),(62,0,0,'/62',1,29,0,'2010-05-10 16:55:24','2010-05-10 16:55:24',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(63,0,3,'1/2/3/63',3,21,0,'2010-09-11 20:50:18','2010-09-11 20:56:38',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','edele Glasschalen','PRODUCTS','',1,0,0,'','','','Glas Schalen','',NULL,'glas-schalen','ambiente/glas-schalen.html'),(64,0,3,'1/2/3/64',3,22,0,'2010-09-15 12:34:56','2010-09-15 12:34:56',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'Kerzen, kerzenplatten, ','Filzkerzenplatten, Filz, Kerzen, Kerzenständer','','Kerzenplatten','',NULL,'kerzenplatten','ambiente/kerzenplatten.html'),(65,0,9,'1/2/9/65',3,8,0,'2010-09-20 19:28:00','2010-09-20 19:42:54',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Schmuck','PRODUCTS','',0,0,0,'','','','Culture Mix Schmuck','',NULL,'culture-mix','accessoires/culture-mix.html'); /*!40000 ALTER TABLE `catalog_category_flat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_flat_store_1` -- DROP TABLE IF EXISTS `catalog_category_flat_store_1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_flat_store_1` ( `entity_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `level` int(11) NOT NULL default '0', `position` int(11) NOT NULL default '0', `children_count` int(11) NOT NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `all_children` text, `available_sort_by` text, `children` text, `custom_design` varchar(255) NOT NULL default '', `custom_design_apply` int(10) NOT NULL default '0', `custom_design_from` datetime NOT NULL default '0000-00-00 00:00:00', `custom_design_to` datetime NOT NULL default '0000-00-00 00:00:00', `custom_layout_update` text, `default_sort_by` varchar(255) NOT NULL default '', `description` text, `display_mode` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `is_active` int(10) NOT NULL default '0', `is_anchor` int(10) NOT NULL default '0', `landing_page` int(10) NOT NULL default '0', `meta_description` text, `meta_keywords` text, `meta_title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `page_layout` varchar(255) NOT NULL default '', `path_in_store` text, `url_key` varchar(255) NOT NULL default '', `url_path` varchar(255) NOT NULL default '', KEY `CATEGORY_FLAT_CATEGORY_ID` (`entity_id`), KEY `CATEGORY_FLAT_STORE_ID` (`store_id`), KEY `path` (`path`), KEY `IDX_LEVEL` (`level`), CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_1` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_1` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_flat_store_1` -- LOCK TABLES `catalog_category_flat_store_1` WRITE; /*!40000 ALTER TABLE `catalog_category_flat_store_1` DISABLE KEYS */; INSERT INTO `catalog_category_flat_store_1` VALUES (1,1,0,'1',0,19,45,'0000-00-00 00:00:00','2009-11-06 15:19:23',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','Root Catalog','',NULL,'root-catalog',''),(2,1,1,'1/2',1,19,44,'2009-09-02 15:31:56','2010-05-27 15:30:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','','','Produktkatalog','',NULL,'default-category',''),(3,1,2,'1/2/3',2,17,2,'2009-10-10 13:05:13','2010-09-13 13:09:01',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,1,0,'','','','Ambiente','two_columns_left',NULL,'ambiente','ambiente.html'),(7,1,0,'/7',1,20,0,'2009-10-13 23:34:14','2009-10-13 23:34:14',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(9,1,2,'1/2/9',2,20,13,'2009-10-29 16:45:41','2010-05-10 18:05:35',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,1,0,'','','','Accessoires','two_columns_left',NULL,'accessoires','accessoires.html'),(10,1,2,'1/2/10',2,24,0,'2009-10-29 17:05:47','2010-05-11 06:40:35',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','','','Specials','two_columns_left',NULL,'specials','specials.html'),(11,1,2,'1/2/11',2,22,0,'2009-10-29 17:07:29','2010-05-10 18:59:51',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','','','Gourmet','two_columns_left',NULL,'gourmet','gourmet.html'),(15,1,9,'1/2/9/15',3,0,2,'2009-11-05 16:13:23','2010-05-10 17:58:11',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Moderne und elgante Taschen aus unserem Wolfilzdesign \r\n','PRODUCTS','',1,0,0,'','','SHOPPER','Wollfilz-Taschen','',NULL,'taschen','accessoires/taschen.html'),(20,1,2,'1/2/20',2,16,23,'2009-11-05 16:35:41','2010-05-10 19:36:59',NULL,'',NULL,'default/shopandfriends',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischkultur-Ideen mit den hochwertigen Filzprodukten bestechen durch ihre Eleganz und Schlichtheit. Tischläufer, Tischsets, Untersetzer oder Bestecktaschen bieten Ihnen viele Gestaltungsmöglichkeiten. Kombinieren und Variieren Sie die ausgewählten und aufeinander abgestimmten Farben für Ihren perfekt gedeckten Tisch.','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Wollfilztaschen, Taschen. Filztasche','','Tischkultur','two_columns_left',NULL,'tischkultur','tischkultur.html'),(21,1,2,'1/2/21',2,25,0,'2009-11-06 15:22:49','2009-11-10 18:33:05',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','','','Top Angebote','',NULL,'top-angebote','top-angebote.html'),(22,1,0,'/22',1,26,0,'2009-11-10 18:33:12','2009-11-10 18:33:12',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(23,1,0,'/23',1,27,0,'2009-11-10 18:33:27','2009-11-10 18:33:27',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(24,1,30,'1/2/20/30/24',4,7,2,'2009-11-10 20:15:30','2010-05-10 19:43:46',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','tischset, eckig, bla, wollgilz','','Eckige Tischsets','',NULL,'tischset-eckig','tischkultur/wollfilz-tischset/tischset-eckig.html'),(25,1,24,'1/2/20/30/24/25',5,12,0,'2009-11-10 20:16:02','2010-09-15 12:46:00',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Tischset einfarbig, Wollfilz, Filztischsets','','Einfarbige Tischsets','',NULL,'einfarbig','tischkultur/wollfilz-tischset/tischset-eckig/einfarbig.html'),(26,1,24,'1/2/20/30/24/26',5,10,0,'2009-11-10 20:16:12','2010-09-15 12:42:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'Filztischsets, Wollfilz','Tischset, Filz, Wollfilz','','Zweifarbige Tischsets','',NULL,'zweifarbig','tischkultur/wollfilz-tischset/tischset-eckig/zweifarbig.html'),(27,1,0,'/27',1,28,0,'2009-11-10 22:34:38','2009-11-10 22:34:38',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(28,1,30,'1/2/20/30/28',4,0,2,'2009-11-10 22:56:50','2010-05-10 17:21:30',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen','','Runde Tischsets','',NULL,'tischset-rund','tischkultur/wollfilz-tischset/tischset-rund.html'),(29,1,28,'1/2/20/30/28/29',5,8,0,'2009-11-10 22:59:07','2009-11-10 23:05:16',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen','','Tischset rund ca. 31 cm','',NULL,'tischset','tischkultur/wollfilz-tischset/tischset-rund/tischset.html'),(30,1,20,'1/2/20/30',3,12,7,'2009-11-10 23:03:41','2010-05-10 19:43:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischsets sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischsets erhalten Sie in trendigen und klassischen Farben. Sie sind beidseitig verwendbar und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Elegante Tischsets','',NULL,'wollfilz-tischset','tischkultur/wollfilz-tischset.html'),(31,1,28,'1/2/20/30/28/31',5,10,0,'2009-11-10 23:07:32','2009-11-10 23:07:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset','','Tischset rund ca. 36 cm','',NULL,'tischset-rund-ca-36-cm','tischkultur/wollfilz-tischset/tischset-rund/tischset-rund-ca-36-cm.html'),(32,1,30,'1/2/20/30/32',4,8,0,'2009-11-10 23:08:28','2010-05-10 17:22:12',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, quadratische Tischset, eckige Tischset','','Quadratische Tischsets','',NULL,'tischset-quadratisch','tischkultur/wollfilz-tischset/tischset-quadratisch.html'),(33,1,20,'1/2/20/33',3,13,5,'2009-11-10 23:12:10','2010-05-10 19:48:20',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Filz Untersetzer, Wollfilz Untersetzer, eckige untersetzer, runde Untersetzer, Untersetzer rund, Untersetzer eckig, ','','Untersetzer','',NULL,'untersetzer','tischkultur/untersetzer.html'),(34,1,33,'1/2/20/33/34',4,7,0,'2009-11-10 23:13:48','2010-05-10 19:41:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Eckige Untersetzer','',NULL,'untersetzer-eckig','tischkultur/untersetzer/untersetzer-eckig.html'),(35,1,33,'1/2/20/33/35',4,8,2,'2009-11-10 23:14:39','2010-05-16 19:23:32',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Runde Untersetzer','',NULL,'untersetzer-rund','tischkultur/untersetzer/untersetzer-rund.html'),(36,1,35,'1/2/20/33/35/36',5,7,0,'2009-11-10 23:15:19','2010-05-16 21:10:51',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets und sind beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Untersetzer rund und klassisch','',NULL,'untersetzer-rund-klassisch','tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-klassisch.html'),(37,1,33,'1/2/20/33/37',4,10,0,'2009-11-10 23:18:18','2010-05-16 21:11:04',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Andere Formen','',NULL,'andere-untersetzer','tischkultur/untersetzer/andere-untersetzer.html'),(38,1,20,'1/2/20/38',3,14,1,'2009-11-10 23:20:07','2010-05-10 19:59:26',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Sie lieben das Detail? Dann sollten Sie Ihre Tafel um unsere raffinierten Bestecktaschen vervollkommnen. Farblich abgestimmt auf unsere Tischsets und rundum mit einem aparten Stich versehen. Erleben Sie unsere shop & friends Vielfalt!','PRODUCTS','',1,0,0,'','Bestecktasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, Tischset, Wollfilz','','Raffinierte Bestecktaschen','',NULL,'bestecktasche','tischkultur/bestecktasche.html'),(39,1,38,'1/2/20/38/39',4,0,0,'2009-11-10 23:21:04','2010-05-10 19:49:24',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Stäbchentasche, Untersetzer, Untersetzer eckig, Untersetzer rund, Filzuntersetzer, Wollfilzuntersetzer, Tischkultur, Wein, Wasser, Saft, ','','Stäbchentasche','',NULL,'stabchentasche','tischkultur/bestecktasche/stabchentasche.html'),(40,1,20,'1/2/20/40',3,16,0,'2009-11-10 23:22:39','2010-05-10 20:04:24',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Sie mögen es raffiniert? Entdecken Sie unsere dekorativen Serviettenringe. Die vielen Farben und Formen lassen viel Spielraum für Ihre Kreativität. Erleben Sie unsere shop & friends Vielfalt!','PRODUCTS','',1,0,0,'','Serviettenring, Tropfenfänger; Tischkultur, Serviette, Tropfenfänger, Wollfilz, ','','Serviettenring, Tropfenfänger','',NULL,'serviettenring-tropfenfanger','tischkultur/serviettenring-tropfenfanger.html'),(41,1,20,'1/2/20/41',3,17,0,'2009-11-10 23:24:30','2010-05-11 06:39:17',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Tischläufer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Tischläufer erhalten Sie in trendigen und klassischen Farben. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, ','','Dekorative Tischläufer','',NULL,'tischlaufer','tischkultur/tischlaufer.html'),(42,1,9,'1/2/9/42',3,2,2,'2009-11-10 23:28:50','2010-05-10 16:50:55',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, Bücher, Schutzhülle, Buchschutzhülle','','Einbände für Bücher ','',NULL,'bucher','accessoires/bucher.html'),(43,1,9,'1/2/9/43',3,5,0,'2009-11-10 23:32:15','2010-05-10 17:55:37',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Börse, Tischläufer, Wollfilz, Filz, Tischkultur, Serviettenring, Tischsets, Untersetzer, ','','Börse','',NULL,'borse','accessoires/borse.html'),(44,1,9,'1/2/9/44',3,4,2,'2009-11-11 22:07:51','2010-05-10 17:55:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Etui, Etui aus Filz, Etui aus Wollfilz, schüller Etui','','Etui','',NULL,'etui','accessoires/etui.html'),(45,1,20,'1/2/20/45',3,23,3,'2009-11-11 22:08:44','2010-05-10 17:11:42',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen','','Filz - Schälchen','',NULL,'schalen','tischkultur/schalen.html'),(46,1,45,'1/2/20/45/46',4,7,0,'2009-11-11 22:09:16','2009-11-11 22:09:16',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Schalen groß','',NULL,'schalen-gross','tischkultur/schalen/schalen-gross.html'),(47,1,45,'1/2/20/45/47',4,8,0,'2009-11-11 22:09:47','2009-11-11 22:09:47',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, schalen','','Schalen mittel','',NULL,'schalen-mittel','tischkultur/schalen/schalen-mittel.html'),(48,1,45,'1/2/20/45/48',4,10,0,'2009-11-11 22:10:20','2009-11-11 22:10:20',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Schalen ','','Schalen klein','',NULL,'schalen-klein','tischkultur/schalen/schalen-klein.html'),(49,1,20,'1/2/20/49',3,22,0,'2009-11-11 22:11:15','2009-11-11 22:11:15',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Serviette, Serviettentasche','','Serviettentasche','',NULL,'serviettentasche','tischkultur/serviettentasche.html'),(50,1,9,'1/2/9/50',3,7,0,'2009-11-11 22:12:43','2010-05-10 17:39:43',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Handy Load Station, Handy Ladegeräte, handy ','','Handy-Lade-Station','',NULL,'handy-load-station','accessoires/handy-load-station.html'),(52,1,15,'1/2/9/15/52',4,2,0,'2009-11-11 22:17:07','2010-05-10 16:53:52',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',0,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, laptop Taschen, Safer, Laptop Schutzhülle','','Laptop-Safer','',NULL,'laptop-safer','accessoires/taschen/laptop-safer.html'),(53,1,44,'1/2/9/44/53',4,7,0,'2009-11-11 22:17:55','2009-11-11 22:17:55',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Stifte Etui','','Stifte Etuis','',NULL,'stifte-etuis','accessoires/etui/stifte-etuis.html'),(54,1,44,'1/2/9/44/54',4,8,0,'2009-11-11 22:18:39','2009-11-11 22:18:39',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Brillen Etui, Etui','','Brillen-Etui','',NULL,'brillen-etui','accessoires/etui/brillen-etui.html'),(57,1,42,'1/2/9/42/57',4,7,0,'2009-11-11 22:21:57','2009-11-11 22:21:57',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch','','Tagebücher','',NULL,'tagebucher','accessoires/bucher/tagebucher.html'),(58,1,42,'1/2/9/42/58',4,8,0,'2009-11-11 22:22:33','2009-11-11 22:22:33',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'','Filz, Wollfilz, Tischset, runde Tischset, Tischkultur, schöner wohnen, Tischset eckig, Tischset rund, Tischset quadratisch, Bücher, Notizbücher','','Notizbücher','',NULL,'notizbucher','accessoires/bucher/notizbucher.html'),(59,1,35,'1/2/20/33/35/59',5,8,0,'2009-11-16 20:37:02','2010-05-16 20:42:00',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Unsere Untersetzer sind aus 100 % Wollfilz und 3 mm stark.\r\n\r\nEchter Wollfilz nimmt Feuchtigkeit auf, ist hitzebeständig, schützt den Tisch und hält ewig. \r\n\r\nUnsere Untersetzer erhalten Sie in trendigen und klassischen Farben, abgestimmt auf unsere Tischsets. Rundum mit einem aparten Stich versehen sind sie beidseitig verwendbar. Erleben Sie unsere shop & friends Qualität!','PRODUCTS','',1,0,0,'','','','Untersetzer rund und elegant','',NULL,'untersetzer-rund-und-elegant','tischkultur/untersetzer/untersetzer-rund/untersetzer-rund-und-elegant.html'),(60,1,9,'1/2/9/60',3,1,0,'2009-11-21 22:07:11','2010-05-10 18:06:54',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','zweifarbige Schmucktasche','PRODUCTS','',1,0,0,'','Schmucktasche','','Schmucktaschen','',NULL,'schmucktaschen','accessoires/schmucktaschen.html'),(61,1,15,'1/2/9/15/61',4,0,0,'2009-11-21 22:08:36','2010-05-10 16:52:28',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','moderne Posttaschen bezogen mit Baumwollstoff','PRODUCTS','',0,0,0,'','','','Posttaschen','',NULL,'posttaschen','accessoires/taschen/posttaschen.html'),(62,1,0,'/62',1,29,0,'2010-05-10 16:55:24','2010-05-10 16:55:24',NULL,'',NULL,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',NULL,'',NULL,'','',0,0,0,NULL,NULL,'','','',NULL,'',''),(63,1,3,'1/2/3/63',3,21,0,'2010-09-11 20:50:18','2010-09-11 20:56:38',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','edele Glasschalen','PRODUCTS','',1,0,0,'','','','Glas Schalen','',NULL,'glas-schalen','ambiente/glas-schalen.html'),(64,1,3,'1/2/3/64',3,22,0,'2010-09-15 12:34:56','2010-09-15 12:34:56',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','','PRODUCTS','',1,0,0,'Kerzen, kerzenplatten, ','Filzkerzenplatten, Filz, Kerzen, Kerzenständer','','Kerzenplatten','',NULL,'kerzenplatten','ambiente/kerzenplatten.html'),(65,1,9,'1/2/9/65',3,8,0,'2010-09-20 19:28:00','2010-09-20 19:42:54',NULL,'',NULL,'',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','','Schmuck','PRODUCTS','',0,0,0,'','','','Culture Mix Schmuck','',NULL,'culture-mix','accessoires/culture-mix.html'); /*!40000 ALTER TABLE `catalog_category_flat_store_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product` -- DROP TABLE IF EXISTS `catalog_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`), KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY` (`category_id`), KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT` (`product_id`), CONSTRAINT `CATALOG_CATEGORY_PRODUCT_CATEGORY` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `CATALOG_CATEGORY_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_product` -- LOCK TABLES `catalog_category_product` WRITE; /*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */; INSERT INTO `catalog_category_product` VALUES (3,138,0),(3,139,0),(3,140,0),(3,141,0),(3,143,0),(3,144,0),(3,145,0),(3,146,0),(9,112,0),(9,113,0),(9,159,0),(10,7,0),(10,138,0),(10,140,0),(10,142,0),(10,147,0),(10,148,0),(10,149,0),(10,150,0),(10,151,0),(10,152,0),(10,153,0),(10,154,0),(10,155,0),(10,156,0),(10,157,0),(10,159,0),(11,123,0),(15,115,0),(15,116,0),(15,117,0),(15,118,0),(15,119,0),(15,120,0),(15,121,0),(15,122,0),(20,11,0),(20,26,0),(20,38,0),(20,76,0),(20,88,0),(20,93,0),(20,102,0),(20,105,0),(20,106,0),(20,107,0),(20,109,0),(20,111,0),(20,112,0),(24,22,0),(24,102,0),(25,22,0),(25,23,0),(25,24,0),(25,25,0),(25,26,0),(25,27,0),(25,28,0),(25,29,0),(25,30,0),(25,31,0),(25,32,0),(25,33,0),(25,34,0),(26,80,0),(26,81,0),(26,82,0),(26,83,0),(26,84,0),(26,102,0),(30,23,0),(30,102,0),(33,37,0),(33,51,0),(34,35,0),(34,36,0),(34,37,0),(34,38,0),(34,39,0),(34,40,0),(34,41,0),(34,42,0),(34,43,0),(34,44,0),(34,45,0),(34,46,0),(34,47,0),(35,49,0),(35,50,0),(35,51,0),(35,52,0),(35,53,0),(35,54,0),(35,55,0),(35,56,0),(36,61,0),(36,62,0),(36,63,0),(36,64,0),(36,65,0),(36,66,0),(36,67,0),(36,68,0),(36,69,0),(36,70,0),(36,71,0),(36,72,0),(36,73,0),(38,9,0),(38,11,0),(38,12,0),(38,13,0),(38,14,0),(38,15,0),(38,16,0),(38,17,0),(38,18,0),(38,19,0),(38,20,0),(38,21,0),(39,74,0),(39,75,0),(39,76,0),(39,77,0),(40,86,0),(40,88,0),(40,90,0),(40,91,0),(40,93,0),(40,94,0),(40,95,0),(40,96,0),(40,97,0),(40,98,0),(40,99,0),(40,100,0),(40,101,0),(41,134,0),(41,135,0),(41,136,0),(41,137,0),(42,7,0),(49,111,0),(49,112,0),(49,113,0),(49,114,0),(50,124,0),(50,125,0),(50,126,0),(50,127,0),(50,128,0),(50,129,0),(50,130,0),(50,131,0),(50,132,0),(57,7,0),(59,48,0),(59,49,0),(59,50,0),(59,51,0),(59,52,0),(59,53,0),(59,54,0),(59,55,0),(59,56,0),(59,57,0),(59,58,0),(59,59,0),(59,60,0),(60,111,0),(60,114,0),(63,138,0),(63,139,0),(63,140,0),(63,141,0),(63,143,0),(63,144,0),(63,145,0),(63,146,0),(64,104,0),(64,105,0),(64,106,0),(64,107,0),(64,108,0),(64,109,0),(64,110,0),(65,158,0); /*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product_index` -- DROP TABLE IF EXISTS `catalog_category_product_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `is_parent` tinyint(1) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` tinyint(3) unsigned NOT NULL, UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`,`is_parent`,`store_id`), KEY `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` (`category_id`), KEY `IDX_JOIN` (`product_id`,`store_id`,`category_id`,`visibility`), KEY `IDX_BASE` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`), CONSTRAINT `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_CATEGORY_PRODUCT_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATEGORY_PRODUCT_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_product_index` -- LOCK TABLES `catalog_category_product_index` WRITE; /*!40000 ALTER TABLE `catalog_category_product_index` DISABLE KEYS */; INSERT INTO `catalog_category_product_index` VALUES (2,142,0,0,1,2),(2,143,0,0,1,2),(2,144,0,0,1,2),(2,145,0,0,1,2),(2,146,0,0,1,2),(2,7,0,0,1,4),(2,9,0,0,1,4),(2,11,0,0,1,4),(2,12,0,0,1,4),(2,13,0,0,1,4),(2,14,0,0,1,4),(2,15,0,0,1,4),(2,16,0,0,1,4),(2,17,0,0,1,4),(2,22,0,0,1,4),(2,23,0,0,1,4),(2,24,0,0,1,4),(2,25,0,0,1,4),(2,26,0,0,1,4),(2,27,0,0,1,4),(2,28,0,0,1,4),(2,29,0,0,1,4),(2,30,0,0,1,4),(2,35,0,0,1,4),(2,36,0,0,1,4),(2,37,0,0,1,4),(2,38,0,0,1,4),(2,39,0,0,1,4),(2,40,0,0,1,4),(2,41,0,0,1,4),(2,42,0,0,1,4),(2,43,0,0,1,4),(2,49,0,0,1,4),(2,50,0,0,1,4),(2,51,0,0,1,4),(2,52,0,0,1,4),(2,53,0,0,1,4),(2,54,0,0,1,4),(2,55,0,0,1,4),(2,56,0,0,1,4),(2,62,0,0,1,4),(2,63,0,0,1,4),(2,64,0,0,1,4),(2,65,0,0,1,4),(2,66,0,0,1,4),(2,68,0,0,1,4),(2,69,0,0,1,4),(2,74,0,0,1,4),(2,75,0,0,1,4),(2,76,0,0,1,4),(2,77,0,0,1,4),(2,80,0,0,1,4),(2,81,0,0,1,4),(2,82,0,0,1,4),(2,83,0,0,1,4),(2,84,0,0,1,4),(2,86,0,0,1,4),(2,88,0,0,1,4),(2,90,0,0,1,4),(2,91,0,0,1,4),(2,93,0,0,1,4),(2,94,0,0,1,4),(2,95,0,0,1,4),(2,96,0,0,1,4),(2,97,0,0,1,4),(2,102,0,0,1,4),(2,106,0,0,1,4),(2,107,0,0,1,4),(2,108,0,0,1,4),(2,110,0,0,1,4),(2,111,0,0,1,4),(2,112,0,0,1,4),(2,113,0,0,1,4),(2,114,0,0,1,4),(2,115,0,0,1,4),(2,116,0,0,1,4),(2,117,0,0,1,4),(2,118,0,0,1,4),(2,119,0,0,1,4),(2,120,0,0,1,4),(2,121,0,0,1,4),(2,122,0,0,1,4),(2,123,0,0,1,4),(2,124,0,0,1,4),(2,125,0,0,1,4),(2,126,0,0,1,4),(2,127,0,0,1,4),(2,128,0,0,1,4),(2,129,0,0,1,4),(2,130,0,0,1,4),(2,131,0,0,1,4),(2,132,0,0,1,4),(2,134,0,0,1,4),(2,135,0,0,1,4),(2,137,0,0,1,4),(2,138,0,0,1,4),(2,140,0,0,1,4),(2,141,0,0,1,4),(2,147,0,0,1,4),(2,148,0,0,1,4),(2,149,0,0,1,4),(2,150,0,0,1,4),(2,151,0,0,1,4),(2,152,0,0,1,4),(2,153,0,0,1,4),(2,154,0,0,1,4),(2,155,0,0,1,4),(2,156,0,0,1,4),(2,157,0,0,1,4),(2,159,0,0,1,4),(3,143,0,1,1,2),(3,144,0,1,1,2),(3,145,0,1,1,2),(3,146,0,1,1,2),(3,106,0,0,1,4),(3,107,0,0,1,4),(3,108,0,0,1,4),(3,110,0,0,1,4),(3,138,0,1,1,4),(3,140,0,1,1,4),(3,141,0,1,1,4),(9,7,0,0,1,4),(9,111,0,0,1,4),(9,114,0,0,1,4),(9,115,0,0,1,4),(9,116,0,0,1,4),(9,117,0,0,1,4),(9,118,0,0,1,4),(9,119,0,0,1,4),(9,120,0,0,1,4),(9,121,0,0,1,4),(9,122,0,0,1,4),(9,124,0,0,1,4),(9,125,0,0,1,4),(9,126,0,0,1,4),(9,127,0,0,1,4),(9,128,0,0,1,4),(9,129,0,0,1,4),(9,130,0,0,1,4),(9,131,0,0,1,4),(9,132,0,0,1,4),(9,112,0,1,1,4),(9,113,0,1,1,4),(9,159,0,1,1,4),(10,142,0,1,1,2),(10,7,0,1,1,4),(10,138,0,1,1,4),(10,140,0,1,1,4),(10,147,0,1,1,4),(10,148,0,1,1,4),(10,149,0,1,1,4),(10,150,0,1,1,4),(10,151,0,1,1,4),(10,152,0,1,1,4),(10,153,0,1,1,4),(10,154,0,1,1,4),(10,155,0,1,1,4),(10,156,0,1,1,4),(10,157,0,1,1,4),(10,159,0,1,1,4),(11,123,0,1,1,4),(15,115,0,1,1,4),(15,116,0,1,1,4),(15,117,0,1,1,4),(15,118,0,1,1,4),(15,119,0,1,1,4),(15,120,0,1,1,4),(15,121,0,1,1,4),(15,122,0,1,1,4),(20,9,0,0,1,4),(20,12,0,0,1,4),(20,13,0,0,1,4),(20,14,0,0,1,4),(20,15,0,0,1,4),(20,16,0,0,1,4),(20,17,0,0,1,4),(20,22,0,0,1,4),(20,23,0,0,1,4),(20,24,0,0,1,4),(20,25,0,0,1,4),(20,27,0,0,1,4),(20,28,0,0,1,4),(20,29,0,0,1,4),(20,30,0,0,1,4),(20,35,0,0,1,4),(20,36,0,0,1,4),(20,37,0,0,1,4),(20,39,0,0,1,4),(20,40,0,0,1,4),(20,41,0,0,1,4),(20,42,0,0,1,4),(20,43,0,0,1,4),(20,49,0,0,1,4),(20,50,0,0,1,4),(20,51,0,0,1,4),(20,52,0,0,1,4),(20,53,0,0,1,4),(20,54,0,0,1,4),(20,55,0,0,1,4),(20,56,0,0,1,4),(20,62,0,0,1,4),(20,63,0,0,1,4),(20,64,0,0,1,4),(20,65,0,0,1,4),(20,66,0,0,1,4),(20,68,0,0,1,4),(20,69,0,0,1,4),(20,74,0,0,1,4),(20,75,0,0,1,4),(20,77,0,0,1,4),(20,80,0,0,1,4),(20,81,0,0,1,4),(20,82,0,0,1,4),(20,83,0,0,1,4),(20,84,0,0,1,4),(20,86,0,0,1,4),(20,90,0,0,1,4),(20,91,0,0,1,4),(20,94,0,0,1,4),(20,95,0,0,1,4),(20,96,0,0,1,4),(20,97,0,0,1,4),(20,113,0,0,1,4),(20,114,0,0,1,4),(20,134,0,0,1,4),(20,135,0,0,1,4),(20,137,0,0,1,4),(20,11,0,1,1,4),(20,26,0,1,1,4),(20,38,0,1,1,4),(20,76,0,1,1,4),(20,88,0,1,1,4),(20,93,0,1,1,4),(20,102,0,1,1,4),(20,106,0,1,1,4),(20,107,0,1,1,4),(20,111,0,1,1,4),(20,112,0,1,1,4),(24,23,0,0,1,4),(24,24,0,0,1,4),(24,25,0,0,1,4),(24,26,0,0,1,4),(24,27,0,0,1,4),(24,28,0,0,1,4),(24,29,0,0,1,4),(24,30,0,0,1,4),(24,80,0,0,1,4),(24,81,0,0,1,4),(24,82,0,0,1,4),(24,83,0,0,1,4),(24,84,0,0,1,4),(24,22,0,1,1,4),(24,102,0,1,1,4),(25,22,0,1,1,4),(25,23,0,1,1,4),(25,24,0,1,1,4),(25,25,0,1,1,4),(25,26,0,1,1,4),(25,27,0,1,1,4),(25,28,0,1,1,4),(25,29,0,1,1,4),(25,30,0,1,1,4),(26,80,0,1,1,4),(26,81,0,1,1,4),(26,82,0,1,1,4),(26,83,0,1,1,4),(26,84,0,1,1,4),(26,102,0,1,1,4),(30,22,0,0,1,4),(30,24,0,0,1,4),(30,25,0,0,1,4),(30,26,0,0,1,4),(30,27,0,0,1,4),(30,28,0,0,1,4),(30,29,0,0,1,4),(30,30,0,0,1,4),(30,80,0,0,1,4),(30,81,0,0,1,4),(30,82,0,0,1,4),(30,83,0,0,1,4),(30,84,0,0,1,4),(30,23,0,1,1,4),(30,102,0,1,1,4),(33,35,0,0,1,4),(33,36,0,0,1,4),(33,38,0,0,1,4),(33,39,0,0,1,4),(33,40,0,0,1,4),(33,41,0,0,1,4),(33,42,0,0,1,4),(33,43,0,0,1,4),(33,49,0,0,1,4),(33,50,0,0,1,4),(33,52,0,0,1,4),(33,53,0,0,1,4),(33,54,0,0,1,4),(33,55,0,0,1,4),(33,56,0,0,1,4),(33,62,0,0,1,4),(33,63,0,0,1,4),(33,64,0,0,1,4),(33,65,0,0,1,4),(33,66,0,0,1,4),(33,68,0,0,1,4),(33,69,0,0,1,4),(33,37,0,1,1,4),(33,51,0,1,1,4),(34,35,0,1,1,4),(34,36,0,1,1,4),(34,37,0,1,1,4),(34,38,0,1,1,4),(34,39,0,1,1,4),(34,40,0,1,1,4),(34,41,0,1,1,4),(34,42,0,1,1,4),(34,43,0,1,1,4),(35,62,0,0,1,4),(35,63,0,0,1,4),(35,64,0,0,1,4),(35,65,0,0,1,4),(35,66,0,0,1,4),(35,68,0,0,1,4),(35,69,0,0,1,4),(35,49,0,1,1,4),(35,50,0,1,1,4),(35,51,0,1,1,4),(35,52,0,1,1,4),(35,53,0,1,1,4),(35,54,0,1,1,4),(35,55,0,1,1,4),(35,56,0,1,1,4),(36,62,0,1,1,4),(36,63,0,1,1,4),(36,64,0,1,1,4),(36,65,0,1,1,4),(36,66,0,1,1,4),(36,68,0,1,1,4),(36,69,0,1,1,4),(38,74,0,0,1,4),(38,75,0,0,1,4),(38,76,0,0,1,4),(38,77,0,0,1,4),(38,9,0,1,1,4),(38,11,0,1,1,4),(38,12,0,1,1,4),(38,13,0,1,1,4),(38,14,0,1,1,4),(38,15,0,1,1,4),(38,16,0,1,1,4),(38,17,0,1,1,4),(39,74,0,1,1,4),(39,75,0,1,1,4),(39,76,0,1,1,4),(39,77,0,1,1,4),(40,86,0,1,1,4),(40,88,0,1,1,4),(40,90,0,1,1,4),(40,91,0,1,1,4),(40,93,0,1,1,4),(40,94,0,1,1,4),(40,95,0,1,1,4),(40,96,0,1,1,4),(40,97,0,1,1,4),(41,134,0,1,1,4),(41,135,0,1,1,4),(41,137,0,1,1,4),(42,7,0,1,1,4),(49,111,0,1,1,4),(49,112,0,1,1,4),(49,113,0,1,1,4),(49,114,0,1,1,4),(50,124,0,1,1,4),(50,125,0,1,1,4),(50,126,0,1,1,4),(50,127,0,1,1,4),(50,128,0,1,1,4),(50,129,0,1,1,4),(50,130,0,1,1,4),(50,131,0,1,1,4),(50,132,0,1,1,4),(57,7,0,1,1,4),(59,49,0,1,1,4),(59,50,0,1,1,4),(59,51,0,1,1,4),(59,52,0,1,1,4),(59,53,0,1,1,4),(59,54,0,1,1,4),(59,55,0,1,1,4),(59,56,0,1,1,4),(60,111,0,1,1,4),(60,114,0,1,1,4),(63,143,0,1,1,2),(63,144,0,1,1,2),(63,145,0,1,1,2),(63,146,0,1,1,2),(63,138,0,1,1,4),(63,140,0,1,1,4),(63,141,0,1,1,4),(64,106,0,1,1,4),(64,107,0,1,1,4),(64,108,0,1,1,4),(64,110,0,1,1,4); /*!40000 ALTER TABLE `catalog_category_product_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_compare_item` -- DROP TABLE IF EXISTS `catalog_compare_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_compare_item` ( `catalog_compare_item_id` int(11) unsigned NOT NULL auto_increment, `visitor_id` int(11) unsigned NOT NULL default '0', `customer_id` int(11) unsigned default NULL, `product_id` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`catalog_compare_item_id`), KEY `FK_CATALOG_COMPARE_ITEM_CUSTOMER` (`customer_id`), KEY `FK_CATALOG_COMPARE_ITEM_PRODUCT` (`product_id`), KEY `IDX_VISITOR_PRODUCTS` (`visitor_id`,`product_id`), KEY `IDX_CUSTOMER_PRODUCTS` (`customer_id`,`product_id`), CONSTRAINT `FK_CATALOG_COMPARE_ITEM_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_COMPARE_ITEM_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=281 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_compare_item` -- LOCK TABLES `catalog_compare_item` WRITE; /*!40000 ALTER TABLE `catalog_compare_item` DISABLE KEYS */; INSERT INTO `catalog_compare_item` VALUES (1,2039,NULL,25),(2,3344,NULL,88),(3,3344,NULL,104),(4,3344,NULL,116),(5,3344,NULL,112),(6,3344,NULL,103),(7,3344,NULL,108),(8,3344,NULL,20),(9,3344,NULL,107),(10,3344,NULL,115),(11,3344,NULL,111),(12,3344,NULL,123),(13,3344,NULL,106),(14,3344,NULL,109),(15,3344,NULL,124),(16,3344,NULL,76),(17,3344,NULL,7),(18,3344,NULL,105),(19,3344,NULL,114),(20,3344,NULL,113),(21,3344,NULL,110),(22,3344,NULL,118),(23,3344,NULL,117),(24,3344,NULL,102),(25,3344,NULL,37),(26,3344,NULL,11),(27,3344,NULL,127),(28,3344,NULL,126),(29,3344,NULL,94),(30,3344,NULL,77),(31,3344,NULL,122),(32,3344,NULL,96),(33,3344,NULL,23),(34,3344,NULL,120),(35,3344,NULL,9),(36,3344,NULL,125),(37,3344,NULL,17),(38,3344,NULL,90),(39,3344,NULL,128),(40,3344,NULL,121),(41,3344,NULL,13),(42,3344,NULL,131),(43,3344,NULL,130),(44,3344,NULL,119),(45,3344,NULL,74),(46,3344,NULL,98),(47,3344,NULL,132),(48,3344,NULL,75),(49,3344,NULL,16),(50,3344,NULL,12),(51,3344,NULL,91),(52,3344,NULL,93),(53,3344,NULL,18),(54,3344,NULL,100),(55,3344,NULL,97),(56,3344,NULL,95),(57,3344,NULL,129),(58,3344,NULL,19),(59,3344,NULL,14),(60,3344,NULL,36),(61,3344,NULL,101),(62,3344,NULL,43),(63,3344,NULL,86),(64,3344,NULL,42),(65,3344,NULL,41),(66,3344,NULL,21),(67,3344,NULL,15),(68,3344,NULL,40),(69,3344,NULL,99),(70,3344,NULL,35),(71,3344,NULL,39),(72,3344,NULL,38),(73,3344,NULL,45),(74,3344,NULL,44),(75,3344,NULL,31),(76,3344,NULL,65),(77,3344,NULL,57),(78,3344,NULL,47),(79,3344,NULL,46),(80,3344,NULL,29),(81,3344,NULL,82),(82,3344,NULL,67),(83,4027,NULL,123),(84,0,8,20),(85,0,8,103),(86,11516,NULL,28),(87,14849,NULL,26),(88,14849,NULL,38),(89,14849,NULL,88),(90,14849,NULL,93),(91,14977,NULL,11),(92,14977,NULL,76),(93,15924,NULL,102),(94,18244,NULL,125),(95,18244,NULL,127),(96,18244,NULL,129),(97,18244,NULL,131),(98,18244,NULL,7),(99,18244,NULL,111),(100,18244,NULL,126),(101,18244,NULL,112),(102,18244,NULL,113),(103,18244,NULL,128),(104,18244,NULL,124),(105,19630,NULL,125),(106,19630,NULL,127),(107,19630,NULL,129),(108,19630,NULL,131),(109,19630,NULL,7),(110,19630,NULL,111),(111,19630,NULL,126),(112,19630,NULL,112),(113,19630,NULL,113),(114,19630,NULL,128),(115,19630,NULL,124),(116,20672,NULL,7),(117,24643,NULL,107),(118,25159,NULL,125),(119,25159,NULL,127),(120,25159,NULL,129),(121,25159,NULL,131),(122,25159,NULL,7),(123,25159,NULL,111),(124,25159,NULL,126),(125,25159,NULL,113),(126,25159,NULL,120),(127,25159,NULL,121),(128,25700,NULL,107),(129,26677,NULL,49),(130,26904,NULL,117),(131,27970,NULL,125),(132,27972,NULL,125),(133,27970,NULL,127),(134,27972,NULL,127),(135,27970,NULL,129),(136,27972,NULL,129),(137,27970,NULL,131),(138,27972,NULL,131),(139,27970,NULL,7),(140,27972,NULL,7),(141,27970,NULL,111),(142,27972,NULL,111),(143,27970,NULL,126),(144,27972,NULL,126),(145,27970,NULL,113),(146,27972,NULL,113),(147,27970,NULL,120),(148,27972,NULL,120),(149,27970,NULL,121),(150,27972,NULL,121),(151,27978,NULL,125),(152,27980,NULL,125),(153,27978,NULL,127),(154,27980,NULL,127),(155,27978,NULL,129),(156,27980,NULL,129),(157,27978,NULL,131),(158,27980,NULL,131),(159,27978,NULL,7),(160,27980,NULL,7),(161,27978,NULL,111),(162,27980,NULL,111),(163,27978,NULL,126),(164,27980,NULL,126),(165,27978,NULL,113),(166,27980,NULL,113),(167,27978,NULL,120),(168,27980,NULL,120),(169,27978,NULL,121),(170,27980,NULL,121),(171,27986,NULL,125),(172,27988,NULL,125),(173,27986,NULL,127),(174,27988,NULL,127),(175,27986,NULL,129),(176,27988,NULL,129),(177,27986,NULL,131),(178,27988,NULL,131),(179,27986,NULL,7),(180,27988,NULL,7),(181,27986,NULL,111),(182,27988,NULL,111),(183,27986,NULL,126),(184,27988,NULL,126),(185,27986,NULL,113),(186,27988,NULL,113),(187,27992,NULL,125),(188,27994,NULL,125),(189,27992,NULL,127),(190,27994,NULL,127),(191,27992,NULL,129),(192,27994,NULL,129),(193,27992,NULL,131),(194,27994,NULL,131),(195,27992,NULL,7),(196,27994,NULL,7),(197,27992,NULL,111),(198,27994,NULL,111),(199,27992,NULL,126),(200,27994,NULL,126),(201,27992,NULL,113),(202,27994,NULL,113),(203,27999,NULL,125),(204,28001,NULL,125),(205,27999,NULL,127),(206,28001,NULL,127),(207,27999,NULL,129),(208,28001,NULL,129),(209,27999,NULL,131),(210,28001,NULL,131),(211,27999,NULL,7),(212,28001,NULL,7),(213,27999,NULL,111),(214,28001,NULL,111),(215,27999,NULL,126),(216,28001,NULL,126),(217,27999,NULL,113),(218,28001,NULL,113),(219,28005,NULL,125),(220,28007,NULL,125),(221,28005,NULL,127),(222,28007,NULL,127),(223,28005,NULL,129),(224,28007,NULL,129),(225,28005,NULL,131),(226,28007,NULL,131),(227,28005,NULL,7),(228,28007,NULL,7),(229,28005,NULL,111),(230,28007,NULL,111),(231,28005,NULL,126),(232,28007,NULL,126),(233,28005,NULL,113),(234,28007,NULL,113),(235,28019,NULL,125),(236,28021,NULL,125),(237,28019,NULL,127),(238,28021,NULL,127),(239,28019,NULL,129),(240,28021,NULL,129),(241,28019,NULL,131),(242,28021,NULL,131),(243,28019,NULL,7),(244,28021,NULL,7),(245,28019,NULL,111),(246,28021,NULL,111),(247,28019,NULL,126),(248,28021,NULL,126),(249,28019,NULL,113),(250,28021,NULL,113),(251,28019,NULL,120),(252,28021,NULL,120),(253,28019,NULL,121),(254,28021,NULL,121),(255,28332,NULL,125),(256,28332,NULL,127),(257,28332,NULL,129),(258,28332,NULL,131),(259,28332,NULL,7),(260,28332,NULL,111),(261,28332,NULL,126),(262,28332,NULL,113),(263,28332,NULL,120),(264,28332,NULL,121),(265,29625,NULL,125),(266,29625,NULL,127),(267,29625,NULL,129),(268,29625,NULL,131),(269,29625,NULL,138),(270,29625,NULL,111),(271,29625,NULL,124),(272,29625,NULL,142),(273,29625,NULL,148),(274,29625,NULL,149),(275,29625,NULL,130),(276,29625,NULL,132),(277,29741,NULL,26),(278,36601,NULL,112),(279,36666,NULL,124),(280,36666,NULL,140); /*!40000 ALTER TABLE `catalog_compare_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_bundle_option` -- DROP TABLE IF EXISTS `catalog_product_bundle_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `required` tinyint(1) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `type` varchar(255) NOT NULL default '', PRIMARY KEY (`option_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` (`parent_id`), CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Options'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_bundle_option` -- LOCK TABLES `catalog_product_bundle_option` WRITE; /*!40000 ALTER TABLE `catalog_product_bundle_option` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_bundle_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_bundle_option_value` -- DROP TABLE IF EXISTS `catalog_product_bundle_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_option_value` ( `value_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `title` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION` (`option_id`), CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Selections'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_bundle_option_value` -- LOCK TABLES `catalog_product_bundle_option_value` WRITE; /*!40000 ALTER TABLE `catalog_product_bundle_option_value` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_bundle_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_bundle_price_index` -- DROP TABLE IF EXISTS `catalog_product_bundle_price_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_price_index` ( `entity_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `customer_group_id` smallint(3) unsigned NOT NULL, `min_price` decimal(12,4) NOT NULL, `max_price` decimal(12,4) NOT NULL, PRIMARY KEY (`entity_id`,`website_id`,`customer_group_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`), CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_bundle_price_index` -- LOCK TABLES `catalog_product_bundle_price_index` WRITE; /*!40000 ALTER TABLE `catalog_product_bundle_price_index` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_bundle_price_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_bundle_selection` -- DROP TABLE IF EXISTS `catalog_product_bundle_selection`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_selection` ( `selection_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL, `parent_product_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `is_default` tinyint(1) unsigned NOT NULL default '0', `selection_price_type` tinyint(1) unsigned NOT NULL default '0', `selection_price_value` decimal(12,4) NOT NULL default '0.0000', `selection_qty` decimal(12,4) NOT NULL default '0.0000', `selection_can_change_qty` tinyint(1) NOT NULL default '0', PRIMARY KEY (`selection_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` (`option_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` (`product_id`), CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Selections'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_bundle_selection` -- LOCK TABLES `catalog_product_bundle_selection` WRITE; /*!40000 ALTER TABLE `catalog_product_bundle_selection` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_bundle_selection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_enabled_index` -- DROP TABLE IF EXISTS `catalog_product_enabled_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_enabled_index` ( `product_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` smallint(5) unsigned NOT NULL default '0', UNIQUE KEY `UNQ_PRODUCT_STORE` (`product_id`,`store_id`), KEY `IDX_PRODUCT_VISIBILITY_IN_STORE` (`product_id`,`store_id`,`visibility`), KEY `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENABLED_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_enabled_index` -- LOCK TABLES `catalog_product_enabled_index` WRITE; /*!40000 ALTER TABLE `catalog_product_enabled_index` DISABLE KEYS */; INSERT INTO `catalog_product_enabled_index` VALUES (7,1,4),(9,1,4),(11,1,4),(12,1,4),(13,1,4),(14,1,4),(15,1,4),(16,1,4),(17,1,4),(22,1,4),(23,1,4),(24,1,4),(25,1,4),(26,1,4),(27,1,4),(28,1,4),(29,1,4),(30,1,4),(35,1,4),(36,1,4),(37,1,4),(38,1,4),(39,1,4),(40,1,4),(41,1,4),(42,1,4),(43,1,4),(49,1,4),(50,1,4),(51,1,4),(52,1,4),(53,1,4),(54,1,4),(55,1,4),(56,1,4),(62,1,4),(63,1,4),(64,1,4),(65,1,4),(66,1,4),(68,1,4),(69,1,4),(74,1,4),(75,1,4),(76,1,4),(77,1,4),(80,1,4),(81,1,4),(82,1,4),(83,1,4),(84,1,4),(86,1,4),(88,1,4),(90,1,4),(91,1,4),(93,1,4),(94,1,4),(95,1,4),(96,1,4),(97,1,4),(102,1,4),(106,1,4),(107,1,4),(108,1,4),(110,1,4),(111,1,4),(112,1,4),(113,1,4),(114,1,4),(115,1,4),(116,1,4),(117,1,4),(118,1,4),(119,1,4),(120,1,4),(121,1,4),(122,1,4),(123,1,4),(124,1,4),(125,1,4),(126,1,4),(127,1,4),(128,1,4),(129,1,4),(130,1,4),(131,1,4),(132,1,4),(134,1,4),(135,1,4),(137,1,4),(138,1,4),(140,1,4),(141,1,4),(142,1,2),(143,1,2),(144,1,2),(145,1,2),(146,1,2),(147,1,4),(148,1,4),(149,1,4),(150,1,4),(151,1,4),(152,1,4),(153,1,4),(154,1,4),(155,1,4),(156,1,4),(157,1,4),(159,1,4); /*!40000 ALTER TABLE `catalog_product_enabled_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity` -- DROP TABLE IF EXISTS `catalog_product_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `type_id` varchar(32) NOT NULL default 'simple', `sku` varchar(64) default NULL, `category_ids` text, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `has_options` smallint(1) NOT NULL default '0', `required_options` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`), KEY `sku` (`sku`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=160 DEFAULT CHARSET=utf8 COMMENT='Product Entities'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity` -- LOCK TABLES `catalog_product_entity` WRITE; /*!40000 ALTER TABLE `catalog_product_entity` DISABLE KEYS */; INSERT INTO `catalog_product_entity` VALUES (7,4,4,'simple','106666','10,42,57','2009-11-02 15:05:30','2010-09-11 08:03:55',1,1),(9,4,4,'simple','1070-02','38','2009-11-13 20:56:14','2010-10-18 20:45:53',0,0),(11,4,4,'simple','1070-04','20,38','2009-11-13 21:39:18','2010-10-18 20:45:34',0,0),(12,4,4,'simple','1070-03','38','2009-11-13 21:52:18','2010-10-18 20:45:14',0,0),(13,4,4,'simple','1070-05','38','2009-11-15 22:30:56','2010-10-18 20:45:00',0,0),(14,4,4,'simple','1070-07','38','2009-11-15 22:35:39','2010-10-18 20:44:43',0,0),(15,4,4,'simple','1070-01','38','2009-11-15 22:38:58','2010-10-18 20:44:26',0,0),(16,4,4,'simple','1070-06','38','2009-11-15 22:42:47','2010-10-18 20:44:07',0,0),(17,4,4,'simple','1070-09','38','2009-11-15 22:46:26','2010-10-18 20:43:49',0,0),(18,4,4,'simple','1070-15','38','2009-11-15 22:48:46','2010-10-18 20:43:32',0,0),(19,4,4,'simple','1070-14','38','2009-11-15 23:26:36','2010-10-18 20:43:16',0,0),(20,4,4,'simple','1070-16','38','2009-11-15 23:31:28','2010-10-18 20:42:58',0,0),(21,4,4,'simple','1070-13','38','2009-11-15 23:36:02','2010-10-18 20:42:42',0,0),(22,4,4,'simple','1010-01','24,25','2009-11-15 23:41:58','2010-05-08 05:52:48',0,0),(23,4,4,'simple','1010-02','25,30','2009-11-15 23:46:49','2010-09-15 12:52:31',0,0),(24,4,4,'simple','1010-04','25','2009-11-16 18:12:39','2010-09-15 12:54:36',0,0),(25,4,4,'simple','1010-03','25','2009-11-16 18:56:55','2010-09-15 12:54:59',0,0),(26,4,4,'simple','1010-05','20,25','2009-11-16 19:07:57','2010-09-15 12:55:16',0,0),(27,4,4,'simple','1010-06','25','2009-11-16 19:12:24','2010-09-15 12:55:38',0,0),(28,4,4,'simple','1010-07','25','2009-11-16 19:18:07','2010-09-15 12:56:34',0,0),(29,4,4,'simple','1010-08','25','2009-11-16 19:22:50','2010-09-15 12:58:01',0,0),(30,4,4,'simple','1010-09','25','2009-11-16 19:28:12','2010-09-15 13:01:56',0,0),(31,4,4,'simple','1010-15','25','2009-11-16 19:36:31','2010-10-18 20:39:01',0,0),(32,4,4,'simple','1010-14','25','2009-11-16 19:41:10','2010-10-18 20:38:11',0,0),(33,4,4,'simple','1010-16','25','2009-11-16 19:43:56','2010-10-18 20:37:34',0,0),(34,4,4,'simple','1010-13','25','2009-11-16 19:48:57','2010-10-18 20:37:52',0,0),(35,4,4,'simple','1050-01','34','2009-11-16 20:10:50','2010-10-18 20:26:15',0,0),(36,4,4,'simple','1050-02','34','2009-11-16 20:12:29','2010-10-18 20:26:33',0,0),(37,4,4,'simple','1050-04','33,34','2009-11-16 20:16:38','2010-10-18 20:26:54',0,0),(38,4,4,'simple','1050-03','20,34','2009-11-16 20:19:23','2010-10-18 20:27:11',0,0),(39,4,4,'simple','1050-05','34','2009-11-16 20:21:15','2010-10-18 20:27:27',0,0),(40,4,4,'simple','1050-06','34','2009-11-16 20:22:22','2010-10-18 20:27:46',0,0),(41,4,4,'simple','1050-07','34','2009-11-16 20:24:18','2010-10-18 20:28:04',0,0),(42,4,4,'simple','1050-08','34','2009-11-16 20:25:26','2010-10-18 20:28:23',0,0),(43,4,4,'simple','1050-09','34','2009-11-16 20:26:40','2010-10-18 20:28:40',0,0),(44,4,4,'simple','1050-14','34','2009-11-16 20:27:54','2010-10-18 20:29:19',0,0),(45,4,4,'simple','1050-15','34','2009-11-16 20:29:16','2010-10-18 20:29:47',0,0),(46,4,4,'simple','1050-16','34','2009-11-16 20:30:39','2010-10-18 20:30:33',0,0),(47,4,4,'simple','1050-13','34','2009-11-16 20:31:35','2010-10-18 20:25:37',0,0),(48,4,4,'simple','1060-01','59','2009-11-16 20:33:53','2010-10-18 20:24:26',0,0),(49,4,4,'simple','1060-02','35,59','2009-11-16 20:38:26','2010-10-18 20:23:58',0,0),(50,4,4,'simple','1060-03','35,59','2009-11-16 20:39:49','2010-10-18 20:23:32',0,0),(51,4,4,'simple','1060-04','33,35,59','2009-11-16 20:40:37','2010-10-18 20:23:01',0,0),(52,4,4,'simple','1060-05','35,59','2009-11-16 20:41:30','2010-10-18 20:22:30',0,0),(53,4,4,'simple','1060-06','35,59','2009-11-16 20:42:41','2010-10-18 20:21:28',0,0),(54,4,4,'simple','1060-07','35,59','2009-11-16 20:43:30','2010-10-18 20:17:37',0,0),(55,4,4,'simple','1060-08','35,59','2009-11-16 20:44:16','2010-10-18 20:18:12',0,0),(56,4,4,'simple','1060-09','35,59','2009-11-16 20:45:13','2010-10-18 20:18:41',0,0),(57,4,4,'simple','1060-14','59','2009-11-16 20:46:22','2010-10-18 20:19:11',0,0),(58,4,4,'simple','1060-15','59','2009-11-16 20:47:24','2010-10-18 20:19:44',0,0),(59,4,4,'simple','1060-16','59','2009-11-16 20:48:13','2010-10-18 20:20:18',0,0),(60,4,4,'simple','1060-13','59','2009-11-16 20:49:14','2010-10-18 20:34:58',0,0),(61,4,4,'simple','1061-01','36','2009-11-16 20:50:34','2010-10-18 20:33:48',0,0),(62,4,4,'simple','1061-02','36','2009-11-16 20:52:41','2010-10-18 20:14:56',0,0),(63,4,4,'simple','1061-03','36','2009-11-16 20:54:02','2010-10-18 20:13:32',0,0),(64,4,4,'simple','1061-04','36','2009-11-16 20:54:57','2010-10-18 20:12:57',0,0),(65,4,4,'simple','1061-05','36','2009-11-16 21:10:21','2010-10-18 20:09:36',0,0),(66,4,4,'simple','1061-06','36','2009-11-16 21:11:20','2010-10-18 20:08:59',0,0),(67,4,4,'simple','1061-07','36','2009-11-16 21:12:16','2010-10-18 20:32:58',0,0),(68,4,4,'simple','1061-08','36','2009-11-16 21:13:09','2010-10-18 20:11:52',0,0),(69,4,4,'simple','1061-09','36','2009-11-16 21:14:41','2010-10-18 20:11:31',0,0),(70,4,4,'simple','1061-12','36','2009-11-16 21:15:50','2010-10-18 20:32:15',0,0),(71,4,4,'simple','1061-15','36','2009-11-16 21:16:37','2010-10-18 20:31:58',0,0),(72,4,4,'simple','1061-16','36','2009-11-16 21:17:30','2010-10-18 20:31:43',0,0),(73,4,4,'simple','1061-13','36','2009-11-16 21:18:21','2010-10-18 20:31:26',0,0),(74,4,4,'simple','1080-02','39','2009-11-16 21:22:28','2010-05-16 21:21:27',0,0),(75,4,4,'simple','1080-03','39','2009-11-16 21:26:14','2010-10-18 20:36:13',0,0),(76,4,4,'simple','1080-04','20,39','2009-11-16 21:27:26','2009-11-21 06:14:28',0,0),(77,4,4,'simple','1080-10','39','2009-11-16 21:28:39','2010-10-18 20:36:31',0,0),(80,4,4,'simple','1020-16','26','2009-11-17 06:39:29','2010-09-15 12:53:54',0,0),(81,4,4,'simple','1020-15','26','2009-11-17 06:39:58','2010-09-15 12:54:14',0,0),(82,4,4,'simple','1020-17','26','2009-11-17 06:47:58','2010-09-15 12:53:35',0,0),(83,4,4,'simple','1020-18','26','2009-11-17 06:49:29','2010-09-15 12:53:04',0,0),(84,4,4,'simple','1020-19','26','2009-11-17 06:50:43','2010-09-15 12:53:18',0,0),(86,4,4,'simple','1090-01','40','2009-11-17 12:16:45','2009-11-21 06:10:18',0,0),(88,4,4,'simple','1090-02','20,40','2009-11-17 12:16:58','2009-11-20 20:16:52',0,0),(90,4,4,'simple','1090-03','40','2009-11-17 12:20:23','2009-11-20 20:53:45',0,0),(91,4,4,'simple','1090-04','40','2009-11-17 12:23:07','2009-11-20 20:39:47',0,0),(93,4,4,'simple','1090-05','20,40','2009-11-17 12:27:01','2010-05-05 20:38:07',0,0),(94,4,4,'simple','1090-06','40','2009-11-17 12:28:39','2009-11-20 20:45:09',0,0),(95,4,4,'simple','1090-07','40','2009-11-17 12:30:11','2009-11-20 20:46:37',0,0),(96,4,4,'simple','1090-08','40','2009-11-17 12:31:49','2009-11-20 20:48:07',0,0),(97,4,4,'simple','1090-09','40','2009-11-17 12:38:09','2009-11-20 20:49:43',0,0),(98,4,4,'simple','1090-15','40','2009-11-17 12:39:39','2010-10-18 20:40:47',0,0),(99,4,4,'simple','1090-14','40','2009-11-17 12:40:43','2010-10-18 20:40:28',0,0),(100,4,4,'simple','1090-16','40','2009-11-17 12:41:50','2010-10-18 20:40:11',0,0),(101,4,4,'simple','1090-13','40','2009-11-17 12:42:48','2010-10-18 20:41:55',0,0),(102,4,4,'simple','1020-14','20,24,26,30','2009-11-18 20:55:15','2010-09-15 12:52:44',0,0),(103,4,4,'simple','800-02',NULL,'2009-11-21 06:46:09','2010-09-11 21:06:22',0,0),(104,4,4,'simple','800-04','64','2009-11-21 06:46:17','2010-09-11 21:06:38',0,0),(105,4,4,'simple','8001','20,64','2009-11-21 06:51:01','2010-09-11 21:07:20',0,0),(106,4,4,'simple','850-01','20,64','2009-11-21 06:54:16','2010-09-11 21:04:12',0,0),(107,4,4,'simple','850-03','20,64','2009-11-21 06:57:17','2010-09-15 12:37:36',0,0),(108,4,4,'simple','850-04','64','2009-11-21 06:59:40','2010-09-15 12:37:13',0,0),(109,4,4,'simple','860-04','20,64','2009-11-21 07:07:49','2010-09-11 21:05:21',0,0),(110,4,4,'simple','860-02','64','2009-11-21 07:10:52','2010-09-13 12:57:51',0,0),(111,4,4,'simple','1000-01','20,49,60','2009-11-21 07:23:08','2010-05-08 06:01:24',0,0),(112,4,4,'simple','1000-02','9,20,49','2009-11-21 07:25:52','2010-05-08 05:59:32',0,0),(113,4,4,'simple','1000-03','9,49','2009-11-21 07:27:25','2010-05-08 05:59:00',0,0),(114,4,4,'simple','1000-04','49,60','2009-11-21 07:29:46','2009-11-21 22:10:39',0,0),(115,4,4,'simple','6000-08','15','2009-11-21 21:15:36','2010-04-27 05:50:36',0,0),(116,4,4,'simple','6000-07','15,51,55','2009-11-21 21:38:11','2010-05-05 13:08:00',0,0),(117,4,4,'simple','6000-13','15','2009-11-21 21:44:18','2010-04-27 05:49:53',0,0),(118,4,4,'simple','6000-04','15','2009-11-21 21:48:42','2010-04-27 05:49:30',0,0),(119,4,4,'simple','6000-05','15','2009-11-21 21:52:31','2010-04-27 05:49:06',0,0),(120,4,4,'simple','6000-06','15,51,55','2009-11-21 21:57:12','2010-05-05 13:07:00',0,0),(121,4,4,'simple','6000-09','15','2009-11-21 22:02:50','2010-04-27 05:48:25',0,0),(122,4,4,'simple','6000-16','15,55','2009-11-22 16:35:41','2010-05-05 13:05:28',0,0),(123,4,4,'simple','555-01','11','2009-11-23 08:57:57','2009-12-01 10:12:14',0,0),(124,4,4,'simple','5000-02','50','2009-11-29 06:44:30','2010-09-11 20:44:15',0,0),(125,4,4,'simple','5000-01','50','2009-11-29 06:51:41','2010-09-11 20:44:55',0,0),(126,4,4,'simple','5000-14','50','2009-11-29 06:53:56','2009-12-05 08:22:57',0,0),(127,4,4,'simple','5000-04','50','2009-12-05 08:23:08','2010-09-11 20:45:29',0,0),(128,4,4,'simple','5000-08','50','2009-12-05 08:31:07','2009-12-05 08:32:36',0,0),(129,4,4,'simple','5000-07','50','2009-12-05 08:32:40','2009-12-05 08:35:50',0,0),(130,4,4,'simple','5000-16','50','2009-12-05 08:36:00','2010-05-18 19:35:11',0,0),(131,4,4,'simple','5000-13','50','2009-12-05 08:37:47','2009-12-05 08:38:44',0,0),(132,4,4,'simple','5000-05','50','2009-12-05 08:41:17','2010-08-06 11:38:07',0,0),(134,4,4,'simple','1100-04','41','2010-05-11 20:28:20','2010-08-06 12:25:01',0,0),(135,4,4,'simple','1100-02','41','2010-05-11 20:32:06','2010-08-06 12:23:52',0,0),(136,4,4,'simple','1100','41','2010-05-11 20:38:42','2010-08-06 12:22:55',0,0),(137,4,4,'simple','1100-03','41','2010-05-11 20:38:44','2010-08-16 13:51:28',0,0),(138,4,4,'simple','10001','3,10,63','2010-09-10 19:56:27','2010-09-11 21:10:20',0,0),(139,4,4,'simple','10002','3,63','2010-09-10 20:35:49','2010-11-15 16:47:22',0,0),(140,4,4,'simple','10003','3,10,63','2010-09-10 20:46:46','2010-09-11 21:12:59',0,0),(141,4,4,'simple','10004','3,63','2010-09-10 20:50:28','2010-09-11 21:09:13',0,0),(142,4,4,'simple','2000','10','2010-09-10 21:18:07','2010-09-11 20:54:53',0,0),(143,4,4,'simple','20001','3,63','2010-09-10 21:30:09','2010-09-11 20:54:22',0,0),(144,4,4,'simple','20003','3,63','2010-09-11 06:23:55','2010-09-11 20:53:56',0,0),(145,4,4,'simple','20002','3,63','2010-09-11 06:33:35','2010-09-11 21:12:19',0,0),(146,4,4,'simple','2004','3,63','2010-09-11 06:45:11','2010-09-11 20:52:46',0,0),(147,4,4,'simple','100004','10','2010-09-11 21:25:10','2010-09-12 04:52:31',0,0),(148,4,4,'simple','100005','10','2010-09-12 04:53:59','2010-09-12 05:07:15',0,0),(149,4,4,'simple','100003','10','2010-09-12 05:08:37','2010-09-12 05:16:10',0,0),(150,4,4,'simple','100006','10','2010-09-12 05:12:43','2010-09-12 05:20:06',0,0),(151,4,4,'simple','100007','10','2010-09-12 05:20:14','2010-09-12 05:26:09',0,0),(152,4,4,'simple','100008','10','2010-09-12 05:30:15','2010-09-12 05:31:51',0,0),(153,4,4,'simple','100009','10','2010-09-12 05:36:58','2010-09-12 05:38:31',0,0),(154,4,4,'simple','100010','10','2010-09-12 05:42:24','2010-09-12 05:44:08',0,0),(155,4,4,'simple','100012','10','2010-09-12 05:47:14','2010-09-12 05:53:59',0,0),(156,4,4,'simple','100013','10','2010-09-12 05:59:33','2010-09-12 06:01:53',0,0),(157,4,4,'simple','100014','10','2010-09-12 06:06:29','2010-09-12 06:08:10',0,0),(158,4,4,'simple','1095','65','2010-09-20 19:26:57','2010-09-20 19:42:22',0,0),(159,4,4,'simple','8500-13','9,10','2010-10-07 21:35:31','2010-10-09 04:53:10',0,0); /*!40000 ALTER TABLE `catalog_product_entity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_datetime` -- DROP TABLE IF EXISTS `catalog_product_entity_datetime`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` (`entity_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_datetime` -- LOCK TABLES `catalog_product_entity_datetime` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_datetime` DISABLE KEYS */; INSERT INTO `catalog_product_entity_datetime` VALUES (1,4,62,0,137,'2010-08-06 00:00:00'); /*!40000 ALTER TABLE `catalog_product_entity_datetime` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_decimal` -- DROP TABLE IF EXISTS `catalog_product_entity_decimal`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=317 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_decimal` -- LOCK TABLES `catalog_product_entity_decimal` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_decimal` DISABLE KEYS */; INSERT INTO `catalog_product_entity_decimal` VALUES (14,4,65,0,7,'60.0000'),(15,4,60,0,7,'19.8000'),(16,4,65,0,9,'50.0000'),(17,4,60,0,9,'12.2000'),(20,4,65,0,11,'60.0000'),(21,4,60,0,11,'12.2000'),(22,4,65,0,12,'60.0000'),(23,4,60,0,12,'12.2000'),(24,4,65,0,13,'60.0000'),(25,4,60,0,13,'12.2000'),(26,4,65,0,14,'60.0000'),(27,4,60,0,14,'12.2000'),(28,4,65,0,15,'60.0000'),(29,4,60,0,15,'12.2000'),(30,4,65,0,16,'60.0000'),(31,4,60,0,16,'12.2000'),(32,4,65,0,17,'60.0000'),(33,4,60,0,17,'12.2000'),(34,4,65,0,18,'60.0000'),(35,4,60,0,18,'12.2000'),(36,4,65,0,19,'60.0000'),(37,4,60,0,19,'12.2000'),(38,4,65,0,20,'60.0000'),(39,4,60,0,20,'12.2000'),(40,4,65,0,21,'60.0000'),(41,4,60,0,21,'12.2000'),(42,4,65,0,22,'70.0000'),(43,4,60,0,22,'13.7000'),(44,4,65,0,23,'70.0000'),(45,4,60,0,23,'13.7000'),(46,4,65,0,24,'70.0000'),(47,4,60,0,24,'13.7000'),(48,4,65,0,25,'70.0000'),(49,4,60,0,25,'13.7000'),(50,4,65,0,26,'70.0000'),(51,4,60,0,26,'13.7000'),(52,4,65,0,27,'70.0000'),(53,4,60,0,27,'13.7000'),(54,4,65,0,28,'70.0000'),(55,4,60,0,28,'13.7000'),(56,4,65,0,29,'70.0000'),(57,4,60,0,29,'13.7000'),(58,4,65,0,30,'70.0000'),(59,4,60,0,30,'13.7000'),(60,4,65,0,31,'70.0000'),(61,4,60,0,31,'13.7000'),(62,4,65,0,32,'70.0000'),(63,4,60,0,32,'13.7000'),(64,4,65,0,33,'70.0000'),(65,4,60,0,33,'13.7000'),(66,4,65,0,34,'70.0000'),(67,4,60,0,34,'13.7000'),(68,4,65,0,35,'20.0000'),(69,4,60,0,35,'3.2000'),(70,4,60,0,36,'3.2000'),(71,4,65,0,36,'70.0000'),(72,4,60,0,37,'3.2000'),(73,4,65,0,37,'1.0000'),(74,4,60,0,38,'3.2000'),(75,4,65,0,38,'1.0000'),(76,4,60,0,39,'3.2000'),(77,4,65,0,39,'1.0000'),(78,4,60,0,40,'3.2000'),(79,4,65,0,40,'1.0000'),(80,4,60,0,41,'3.2000'),(81,4,65,0,41,'1.0000'),(82,4,60,0,42,'3.2000'),(83,4,65,0,42,'1.0000'),(84,4,60,0,43,'3.2000'),(85,4,65,0,43,'1.0000'),(86,4,60,0,44,'3.2000'),(87,4,65,0,44,'1.0000'),(88,4,60,0,45,'3.2000'),(89,4,65,0,45,'1.0000'),(90,4,60,0,46,'3.2000'),(91,4,65,0,46,'1.0000'),(92,4,60,0,47,'3.2000'),(93,4,65,0,47,'1.0000'),(94,4,60,0,48,'3.2000'),(95,4,65,0,48,'1.0000'),(96,4,60,0,49,'3.2000'),(97,4,65,0,49,'1.0000'),(98,4,60,0,50,'3.2000'),(99,4,65,0,50,'1.0000'),(100,4,60,0,51,'3.2000'),(101,4,65,0,51,'1.0000'),(102,4,60,0,52,'3.2000'),(103,4,65,0,52,'1.0000'),(104,4,60,0,53,'3.2000'),(105,4,65,0,53,'1.0000'),(106,4,60,0,54,'3.2000'),(107,4,65,0,54,'1.0000'),(108,4,60,0,55,'3.2000'),(109,4,65,0,55,'1.0000'),(110,4,60,0,56,'3.2000'),(111,4,65,0,56,'1.0000'),(112,4,60,0,57,'3.2000'),(113,4,65,0,57,'1.0000'),(114,4,60,0,58,'3.2000'),(115,4,65,0,58,'1.0000'),(116,4,60,0,59,'3.2000'),(117,4,65,0,59,'1.0000'),(118,4,60,0,60,'3.2000'),(119,4,65,0,60,'1.0000'),(120,4,60,0,61,'2.9000'),(121,4,65,0,61,'1.0000'),(122,4,60,0,62,'2.9000'),(123,4,65,0,62,'1.0000'),(124,4,60,0,63,'2.9000'),(125,4,65,0,63,'1.0000'),(126,4,60,0,64,'2.9000'),(127,4,65,0,64,'1.0000'),(128,4,60,0,65,'2.9000'),(129,4,65,0,65,'1.0000'),(130,4,60,0,66,'2.9000'),(131,4,65,0,66,'1.0000'),(132,4,60,0,67,'2.9000'),(133,4,65,0,67,'1.0000'),(134,4,60,0,68,'2.9000'),(135,4,65,0,68,'1.0000'),(136,4,60,0,69,'2.9000'),(137,4,65,0,69,'1.0000'),(138,4,60,0,70,'2.9000'),(139,4,65,0,70,'1.0000'),(140,4,60,0,71,'2.9000'),(141,4,65,0,71,'1.0000'),(142,4,60,0,72,'2.9000'),(143,4,65,0,72,'1.0000'),(144,4,60,0,73,'2.9000'),(145,4,65,0,73,'1.0000'),(146,4,60,0,74,'7.2000'),(147,4,65,0,74,'10.0000'),(148,4,60,0,75,'7.2000'),(149,4,65,0,75,'10.0000'),(150,4,60,0,76,'7.2000'),(151,4,65,0,76,'10.0000'),(152,4,60,0,77,'7.2000'),(153,4,65,0,77,'10.0000'),(158,4,65,0,80,'40.0000'),(159,4,60,0,80,'14.9000'),(160,4,60,0,81,'14.9000'),(161,4,65,0,81,'40.0000'),(162,4,60,0,82,'14.9000'),(163,4,65,0,82,'40.0000'),(164,4,60,0,83,'14.9000'),(165,4,65,0,83,'40.0000'),(166,4,60,0,84,'14.9000'),(167,4,65,0,84,'40.0000'),(170,4,60,0,86,'3.5000'),(171,4,65,0,86,'10.0000'),(174,4,60,0,88,'3.5000'),(175,4,65,0,88,'10.0000'),(178,4,60,0,90,'3.5000'),(179,4,65,0,90,'10.0000'),(180,4,60,0,91,'3.5000'),(181,4,65,0,91,'10.0000'),(184,4,60,0,93,'3.5000'),(185,4,65,0,93,'10.0000'),(186,4,60,0,94,'3.5000'),(187,4,65,0,94,'10.0000'),(188,4,60,0,95,'3.5000'),(189,4,65,0,95,'10.0000'),(190,4,60,0,96,'3.5000'),(191,4,65,0,96,'10.0000'),(192,4,60,0,97,'3.5000'),(193,4,65,0,97,'10.0000'),(194,4,60,0,98,'3.5000'),(195,4,65,0,98,'10.0000'),(196,4,60,0,99,'3.5000'),(197,4,65,0,99,'10.0000'),(198,4,60,0,100,'3.5000'),(199,4,65,0,100,'10.0000'),(200,4,60,0,101,'3.5000'),(201,4,65,0,101,'10.0000'),(202,4,60,0,102,'14.9000'),(203,4,65,0,102,'40.0000'),(204,4,65,0,103,'5.0000'),(205,4,60,0,103,'9.8000'),(206,4,60,0,104,'9.8000'),(207,4,65,0,104,'5.0000'),(208,4,60,0,105,'9.8000'),(209,4,65,0,105,'5.0000'),(210,4,60,0,106,'9.8000'),(211,4,65,0,106,'5.0000'),(212,4,60,0,107,'9.8000'),(213,4,65,0,107,'5.0000'),(214,4,60,0,108,'9.8000'),(215,4,65,0,108,'5.0000'),(216,4,60,0,109,'9.8000'),(217,4,65,0,109,'5.0000'),(218,4,60,0,110,'9.8000'),(219,4,65,0,110,'5.0000'),(220,4,65,0,111,'5.0000'),(221,4,60,0,111,'15.9000'),(222,4,60,0,112,'15.9000'),(223,4,65,0,112,'5.0000'),(224,4,60,0,113,'15.9000'),(225,4,65,0,113,'5.0000'),(226,4,60,0,114,'15.9000'),(227,4,65,0,114,'5.0000'),(228,4,65,0,115,'1.0000'),(229,4,60,0,115,'75.0000'),(230,4,60,0,116,'75.0000'),(231,4,65,0,116,'1.0000'),(232,4,60,0,117,'75.0000'),(233,4,65,0,117,'1.0000'),(234,4,60,0,118,'75.0000'),(235,4,65,0,118,'1.0000'),(236,4,60,0,119,'75.0000'),(237,4,65,0,119,'1.0000'),(238,4,60,0,120,'75.0000'),(239,4,65,0,120,'1.0000'),(240,4,60,0,121,'75.0000'),(241,4,65,0,121,'1.0000'),(242,4,60,0,122,'75.0000'),(243,4,65,0,122,'1.0000'),(244,4,65,0,123,'5.0000'),(245,4,60,0,123,'9.0000'),(246,4,65,0,124,'5.0000'),(247,4,60,0,124,'13.0000'),(248,4,60,0,125,'13.0000'),(249,4,65,0,125,'5.0000'),(250,4,60,0,126,'13.0000'),(251,4,65,0,126,'5.0000'),(252,4,60,0,127,'13.0000'),(253,4,65,0,127,'5.0000'),(254,4,60,0,128,'13.0000'),(255,4,65,0,128,'5.0000'),(256,4,60,0,129,'13.0000'),(257,4,65,0,129,'5.0000'),(258,4,60,0,130,'13.0000'),(259,4,65,0,130,'5.0000'),(260,4,60,0,131,'13.0000'),(261,4,65,0,131,'5.0000'),(262,4,60,0,132,'13.0000'),(263,4,65,0,132,'5.0000'),(264,4,65,0,134,'50000.0000'),(265,4,60,0,134,'55.0000'),(266,4,60,0,135,'55.0000'),(267,4,65,0,135,'50000.0000'),(268,4,60,0,136,'55.0000'),(269,4,65,0,136,'50000.0000'),(270,4,60,0,137,'55.0000'),(271,4,65,0,137,'50000.0000'),(273,4,65,0,138,'1000.0000'),(274,4,60,0,138,'29.0000'),(275,4,60,0,139,'29.0000'),(276,4,65,0,139,'1000.0000'),(277,4,60,0,140,'29.0000'),(278,4,65,0,140,'1000.0000'),(279,4,60,0,141,'29.0000'),(280,4,65,0,141,'1000.0000'),(281,4,65,0,142,'100.0000'),(282,4,60,0,142,'11.8000'),(283,4,60,0,143,'11.8000'),(284,4,65,0,143,'100.0000'),(285,4,60,0,144,'11.8000'),(286,4,65,0,144,'100.0000'),(287,4,60,0,145,'11.8000'),(288,4,65,0,145,'100.0000'),(289,4,60,0,146,'11.8000'),(290,4,65,0,146,'100.0000'),(291,4,65,0,147,'100.0000'),(292,4,60,0,147,'9.8000'),(293,4,60,0,148,'9.8000'),(294,4,65,0,148,'100.0000'),(295,4,60,0,149,'9.8000'),(296,4,65,0,149,'100.0000'),(297,4,60,0,150,'9.8000'),(298,4,65,0,150,'100.0000'),(299,4,60,0,151,'9.8000'),(300,4,65,0,151,'100.0000'),(301,4,60,0,152,'9.8000'),(302,4,65,0,152,'100.0000'),(303,4,60,0,153,'9.8000'),(304,4,65,0,153,'100.0000'),(305,4,60,0,154,'9.8000'),(306,4,65,0,154,'100.0000'),(307,4,60,0,155,'9.8000'),(308,4,65,0,155,'100.0000'),(309,4,60,0,156,'9.8000'),(310,4,65,0,156,'100.0000'),(311,4,60,0,157,'9.8000'),(312,4,65,0,157,'100.0000'),(313,4,65,0,158,'40.0000'),(314,4,60,0,158,'15.5000'),(315,4,65,0,159,'50.0000'),(316,4,60,0,159,'9.8000'); /*!40000 ALTER TABLE `catalog_product_entity_decimal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_gallery` -- DROP TABLE IF EXISTS `catalog_product_entity_gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_gallery` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `position` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_GALLERY_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_gallery` -- LOCK TABLES `catalog_product_entity_gallery` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_entity_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_int` -- DROP TABLE IF EXISTS `catalog_product_entity_int`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` (`entity_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=635 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_int` -- LOCK TABLES `catalog_product_entity_int` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_int` DISABLE KEYS */; INSERT INTO `catalog_product_entity_int` VALUES (25,4,80,0,7,1),(26,4,85,0,7,4),(27,4,81,0,7,0),(28,4,467,0,7,1),(32,4,80,0,9,1),(33,4,85,0,9,4),(34,4,81,0,9,0),(35,4,467,0,9,1),(40,4,80,0,11,1),(41,4,85,0,11,4),(42,4,81,0,11,0),(43,4,467,0,11,1),(44,4,80,0,12,1),(45,4,85,0,12,4),(46,4,81,0,12,0),(47,4,467,0,12,1),(48,4,80,0,13,1),(49,4,85,0,13,4),(50,4,81,0,13,0),(51,4,467,0,13,1),(52,4,80,0,14,1),(53,4,85,0,14,4),(54,4,81,0,14,0),(55,4,467,0,14,1),(56,4,80,0,15,1),(57,4,85,0,15,4),(58,4,81,0,15,0),(59,4,467,0,15,1),(60,4,80,0,16,1),(61,4,85,0,16,4),(62,4,81,0,16,0),(63,4,467,0,16,1),(64,4,80,0,17,1),(65,4,85,0,17,4),(66,4,81,0,17,0),(67,4,467,0,17,1),(68,4,80,0,18,2),(69,4,85,0,18,4),(70,4,81,0,18,0),(71,4,467,0,18,1),(72,4,80,0,19,2),(73,4,85,0,19,4),(74,4,81,0,19,0),(75,4,467,0,19,1),(76,4,80,0,20,2),(77,4,85,0,20,4),(78,4,81,0,20,0),(79,4,467,0,20,1),(80,4,80,0,21,2),(81,4,85,0,21,4),(82,4,81,0,21,0),(83,4,467,0,21,1),(84,4,80,0,22,1),(85,4,85,0,22,4),(86,4,81,0,22,0),(87,4,467,0,22,1),(88,4,80,0,23,1),(89,4,85,0,23,4),(90,4,81,0,23,0),(91,4,467,0,23,0),(92,4,80,0,24,1),(93,4,85,0,24,4),(94,4,81,0,24,0),(95,4,467,0,24,1),(96,4,80,0,25,1),(97,4,85,0,25,4),(98,4,81,0,25,0),(99,4,467,0,25,1),(100,4,80,0,26,1),(101,4,85,0,26,4),(102,4,81,0,26,0),(103,4,467,0,26,1),(104,4,80,0,27,1),(105,4,85,0,27,4),(106,4,81,0,27,0),(107,4,467,0,27,1),(108,4,80,0,28,1),(109,4,85,0,28,4),(110,4,81,0,28,0),(111,4,467,0,28,1),(112,4,80,0,29,1),(113,4,85,0,29,4),(114,4,81,0,29,0),(115,4,467,0,29,1),(116,4,80,0,30,1),(117,4,85,0,30,4),(118,4,81,0,30,0),(119,4,467,0,30,1),(120,4,80,0,31,2),(121,4,85,0,31,4),(122,4,81,0,31,0),(123,4,467,0,31,1),(124,4,80,0,32,2),(125,4,85,0,32,4),(126,4,81,0,32,0),(127,4,467,0,32,1),(128,4,80,0,33,2),(129,4,85,0,33,4),(130,4,81,0,33,0),(131,4,467,0,33,1),(132,4,80,0,34,2),(133,4,85,0,34,4),(134,4,81,0,34,0),(135,4,467,0,34,1),(136,4,80,0,35,1),(137,4,85,0,35,4),(138,4,81,0,35,0),(139,4,467,0,35,1),(140,4,80,0,36,1),(141,4,81,0,36,0),(142,4,85,0,36,4),(143,4,467,0,36,1),(144,4,80,0,37,1),(145,4,81,0,37,0),(146,4,85,0,37,4),(147,4,467,0,37,1),(148,4,80,0,38,1),(149,4,81,0,38,0),(150,4,85,0,38,4),(151,4,467,0,38,1),(152,4,80,0,39,1),(153,4,81,0,39,0),(154,4,85,0,39,4),(155,4,467,0,39,1),(156,4,80,0,40,1),(157,4,81,0,40,0),(158,4,85,0,40,4),(159,4,467,0,40,1),(160,4,80,0,41,1),(161,4,81,0,41,0),(162,4,85,0,41,4),(163,4,467,0,41,1),(164,4,80,0,42,1),(165,4,81,0,42,0),(166,4,85,0,42,4),(167,4,467,0,42,1),(168,4,80,0,43,1),(169,4,81,0,43,0),(170,4,85,0,43,4),(171,4,467,0,43,1),(172,4,80,0,44,2),(173,4,81,0,44,0),(174,4,85,0,44,4),(175,4,467,0,44,1),(176,4,80,0,45,2),(177,4,81,0,45,0),(178,4,85,0,45,4),(179,4,467,0,45,1),(180,4,80,0,46,2),(181,4,81,0,46,0),(182,4,85,0,46,4),(183,4,467,0,46,1),(184,4,80,0,47,2),(185,4,81,0,47,0),(186,4,85,0,47,4),(187,4,467,0,47,1),(188,4,80,0,48,2),(189,4,81,0,48,0),(190,4,85,0,48,4),(191,4,467,0,48,1),(192,4,80,0,49,1),(193,4,81,0,49,0),(194,4,85,0,49,4),(195,4,467,0,49,1),(196,4,80,0,50,1),(197,4,81,0,50,0),(198,4,85,0,50,4),(199,4,467,0,50,1),(200,4,80,0,51,1),(201,4,81,0,51,0),(202,4,85,0,51,4),(203,4,467,0,51,1),(204,4,80,0,52,1),(205,4,81,0,52,0),(206,4,85,0,52,4),(207,4,467,0,52,1),(208,4,80,0,53,1),(209,4,81,0,53,0),(210,4,85,0,53,4),(211,4,467,0,53,1),(212,4,80,0,54,1),(213,4,81,0,54,0),(214,4,85,0,54,4),(215,4,467,0,54,1),(216,4,80,0,55,1),(217,4,81,0,55,0),(218,4,85,0,55,4),(219,4,467,0,55,1),(220,4,80,0,56,1),(221,4,81,0,56,0),(222,4,85,0,56,4),(223,4,467,0,56,1),(224,4,80,0,57,2),(225,4,81,0,57,0),(226,4,85,0,57,4),(227,4,467,0,57,1),(228,4,80,0,58,2),(229,4,81,0,58,0),(230,4,85,0,58,4),(231,4,467,0,58,1),(232,4,80,0,59,2),(233,4,81,0,59,0),(234,4,85,0,59,4),(235,4,467,0,59,1),(236,4,80,0,60,2),(237,4,81,0,60,0),(238,4,85,0,60,4),(239,4,467,0,60,1),(240,4,80,0,61,2),(241,4,81,0,61,0),(242,4,85,0,61,4),(243,4,467,0,61,1),(244,4,80,0,62,1),(245,4,81,0,62,0),(246,4,85,0,62,4),(247,4,467,0,62,1),(248,4,80,0,63,1),(249,4,81,0,63,0),(250,4,85,0,63,4),(251,4,467,0,63,1),(252,4,80,0,64,1),(253,4,81,0,64,0),(254,4,85,0,64,4),(255,4,467,0,64,1),(256,4,80,0,65,1),(257,4,81,0,65,0),(258,4,85,0,65,4),(259,4,467,0,65,1),(260,4,80,0,66,1),(261,4,81,0,66,0),(262,4,85,0,66,4),(263,4,467,0,66,1),(264,4,80,0,67,2),(265,4,81,0,67,0),(266,4,85,0,67,4),(267,4,467,0,67,1),(268,4,80,0,68,1),(269,4,81,0,68,0),(270,4,85,0,68,4),(271,4,467,0,68,1),(272,4,80,0,69,1),(273,4,81,0,69,0),(274,4,85,0,69,4),(275,4,467,0,69,1),(276,4,80,0,70,2),(277,4,81,0,70,0),(278,4,85,0,70,4),(279,4,467,0,70,1),(280,4,80,0,71,2),(281,4,81,0,71,0),(282,4,85,0,71,4),(283,4,467,0,71,1),(284,4,80,0,72,2),(285,4,81,0,72,0),(286,4,85,0,72,4),(287,4,467,0,72,1),(288,4,80,0,73,2),(289,4,81,0,73,0),(290,4,85,0,73,4),(291,4,467,0,73,1),(292,4,80,0,74,1),(293,4,81,0,74,0),(294,4,85,0,74,4),(295,4,467,0,74,1),(296,4,80,0,75,1),(297,4,81,0,75,0),(298,4,85,0,75,4),(299,4,467,0,75,1),(300,4,80,0,76,1),(301,4,81,0,76,0),(302,4,85,0,76,4),(303,4,467,0,76,1),(304,4,80,0,77,1),(305,4,81,0,77,0),(306,4,85,0,77,4),(307,4,467,0,77,1),(316,4,80,0,80,1),(317,4,85,0,80,4),(318,4,81,0,80,0),(319,4,467,0,80,1),(320,4,80,0,81,1),(321,4,81,0,81,0),(322,4,85,0,81,4),(323,4,467,0,81,1),(324,4,80,0,82,1),(325,4,81,0,82,0),(326,4,85,0,82,4),(327,4,467,0,82,1),(328,4,80,0,83,1),(329,4,81,0,83,0),(330,4,85,0,83,4),(331,4,467,0,83,1),(332,4,80,0,84,1),(333,4,81,0,84,0),(334,4,85,0,84,4),(335,4,467,0,84,1),(340,4,80,0,86,1),(341,4,81,0,86,0),(342,4,85,0,86,4),(343,4,467,0,86,1),(348,4,80,0,88,1),(349,4,81,0,88,0),(350,4,85,0,88,4),(351,4,467,0,88,1),(356,4,80,0,90,1),(357,4,81,0,90,0),(358,4,85,0,90,4),(359,4,467,0,90,1),(360,4,80,0,91,1),(361,4,81,0,91,0),(362,4,85,0,91,4),(363,4,467,0,91,1),(368,4,80,0,93,1),(369,4,81,0,93,0),(370,4,85,0,93,4),(371,4,467,0,93,1),(372,4,80,0,94,1),(373,4,81,0,94,0),(374,4,85,0,94,4),(375,4,467,0,94,1),(376,4,80,0,95,1),(377,4,81,0,95,0),(378,4,85,0,95,4),(379,4,467,0,95,1),(380,4,80,0,96,1),(381,4,81,0,96,0),(382,4,85,0,96,4),(383,4,467,0,96,1),(384,4,80,0,97,1),(385,4,81,0,97,0),(386,4,85,0,97,4),(387,4,467,0,97,1),(388,4,80,0,98,2),(389,4,81,0,98,0),(390,4,85,0,98,4),(391,4,467,0,98,1),(392,4,80,0,99,2),(393,4,81,0,99,0),(394,4,85,0,99,4),(395,4,467,0,99,1),(396,4,80,0,100,2),(397,4,81,0,100,0),(398,4,85,0,100,4),(399,4,467,0,100,1),(400,4,80,0,101,2),(401,4,81,0,101,0),(402,4,85,0,101,4),(403,4,467,0,101,1),(404,4,80,0,102,1),(405,4,81,0,102,0),(406,4,85,0,102,4),(407,4,467,0,102,1),(408,4,80,0,103,2),(409,4,85,0,103,4),(410,4,81,0,103,0),(411,4,467,0,103,1),(412,4,80,0,104,2),(413,4,81,0,104,0),(414,4,85,0,104,4),(415,4,467,0,104,1),(416,4,80,0,105,2),(417,4,81,0,105,0),(418,4,85,0,105,4),(419,4,467,0,105,1),(420,4,80,0,106,1),(421,4,81,0,106,0),(422,4,85,0,106,4),(423,4,467,0,106,1),(424,4,80,0,107,1),(425,4,81,0,107,0),(426,4,85,0,107,4),(427,4,467,0,107,1),(428,4,80,0,108,1),(429,4,81,0,108,0),(430,4,85,0,108,4),(431,4,467,0,108,1),(432,4,80,0,109,2),(433,4,81,0,109,0),(434,4,85,0,109,4),(435,4,467,0,109,1),(436,4,80,0,110,1),(437,4,81,0,110,0),(438,4,85,0,110,4),(439,4,467,0,110,1),(440,4,80,0,111,1),(441,4,85,0,111,4),(442,4,81,0,111,2),(443,4,467,0,111,1),(444,4,80,0,112,1),(445,4,81,0,112,2),(446,4,85,0,112,4),(447,4,467,0,112,1),(448,4,80,0,113,1),(449,4,81,0,113,2),(450,4,85,0,113,4),(451,4,467,0,113,1),(452,4,80,0,114,1),(453,4,81,0,114,2),(454,4,85,0,114,4),(455,4,467,0,114,1),(456,4,80,0,115,1),(457,4,85,0,115,4),(458,4,81,0,115,2),(459,4,467,0,115,1),(460,4,80,0,116,1),(461,4,85,0,116,4),(462,4,81,0,116,2),(463,4,467,0,116,1),(464,4,80,0,117,1),(465,4,81,0,117,2),(466,4,85,0,117,4),(467,4,467,0,117,1),(468,4,80,0,118,1),(469,4,81,0,118,2),(470,4,85,0,118,4),(471,4,467,0,118,1),(472,4,80,0,119,1),(473,4,81,0,119,2),(474,4,85,0,119,4),(475,4,467,0,119,1),(476,4,80,0,120,1),(477,4,81,0,120,2),(478,4,85,0,120,4),(479,4,467,0,120,1),(480,4,80,0,121,1),(481,4,81,0,121,2),(482,4,85,0,121,4),(483,4,467,0,121,1),(484,4,80,0,122,1),(485,4,81,0,122,2),(486,4,85,0,122,4),(487,4,467,0,122,1),(488,4,80,0,123,1),(489,4,85,0,123,4),(490,4,81,0,123,2),(491,4,467,0,123,1),(492,4,80,0,124,1),(493,4,85,0,124,4),(494,4,81,0,124,2),(495,4,467,0,124,1),(496,4,80,0,125,1),(497,4,85,0,125,4),(498,4,81,0,125,2),(499,4,467,0,125,1),(500,4,80,0,126,1),(501,4,85,0,126,4),(502,4,81,0,126,2),(503,4,467,0,126,1),(504,4,80,0,127,1),(505,4,85,0,127,4),(506,4,81,0,127,2),(507,4,467,0,127,1),(508,4,80,0,128,1),(509,4,85,0,128,4),(510,4,81,0,128,2),(511,4,467,0,128,1),(512,4,80,0,129,1),(513,4,85,0,129,4),(514,4,81,0,129,2),(515,4,467,0,129,1),(516,4,80,0,130,1),(517,4,85,0,130,4),(518,4,81,0,130,2),(519,4,467,0,130,1),(520,4,80,0,131,1),(521,4,85,0,131,4),(522,4,81,0,131,2),(523,4,467,0,131,1),(524,4,80,0,132,1),(525,4,85,0,132,4),(526,4,81,0,132,2),(527,4,467,0,132,1),(531,4,80,0,134,1),(532,4,85,0,134,4),(533,4,81,0,134,0),(534,4,467,0,134,1),(535,4,80,0,135,1),(536,4,85,0,135,4),(537,4,81,0,135,0),(538,4,467,0,135,1),(539,4,80,0,136,2),(540,4,85,0,136,4),(541,4,81,0,136,0),(542,4,467,0,136,1),(543,4,80,0,137,1),(544,4,85,0,137,4),(545,4,81,0,137,0),(546,4,467,0,137,1),(547,4,80,0,138,1),(548,4,85,0,138,4),(549,4,81,0,138,0),(550,4,467,0,138,1),(551,4,80,0,139,2),(552,4,85,0,139,4),(553,4,81,0,139,0),(554,4,467,0,139,1),(555,4,80,0,140,1),(556,4,85,0,140,4),(557,4,81,0,140,0),(558,4,467,0,140,1),(559,4,80,0,141,1),(560,4,85,0,141,4),(561,4,81,0,141,0),(562,4,467,0,141,1),(563,4,80,0,142,1),(564,4,85,0,142,2),(565,4,81,0,142,0),(566,4,467,0,142,1),(567,4,80,0,143,1),(568,4,85,0,143,2),(569,4,81,0,143,0),(570,4,467,0,143,1),(571,4,80,0,144,1),(572,4,85,0,144,2),(573,4,81,0,144,0),(574,4,467,0,144,1),(575,4,80,0,145,1),(576,4,85,0,145,2),(577,4,81,0,145,0),(578,4,467,0,145,1),(579,4,80,0,146,1),(580,4,85,0,146,2),(581,4,81,0,146,0),(582,4,467,0,146,1),(583,4,80,0,147,1),(584,4,85,0,147,4),(585,4,81,0,147,0),(586,4,467,0,147,1),(587,4,80,0,148,1),(588,4,85,0,148,4),(589,4,81,0,148,0),(590,4,467,0,148,1),(591,4,80,0,149,1),(592,4,85,0,149,4),(593,4,81,0,149,0),(594,4,467,0,149,1),(595,4,80,0,150,1),(596,4,85,0,150,4),(597,4,81,0,150,0),(598,4,467,0,150,1),(599,4,80,0,151,1),(600,4,85,0,151,4),(601,4,81,0,151,0),(602,4,467,0,151,1),(603,4,80,0,152,1),(604,4,85,0,152,4),(605,4,81,0,152,0),(606,4,467,0,152,1),(607,4,80,0,153,1),(608,4,85,0,153,4),(609,4,81,0,153,0),(610,4,467,0,153,1),(611,4,80,0,154,1),(612,4,85,0,154,4),(613,4,81,0,154,0),(614,4,467,0,154,1),(615,4,80,0,155,1),(616,4,85,0,155,4),(617,4,81,0,155,0),(618,4,467,0,155,1),(619,4,80,0,156,1),(620,4,85,0,156,4),(621,4,81,0,156,0),(622,4,467,0,156,1),(623,4,80,0,157,1),(624,4,85,0,157,4),(625,4,81,0,157,0),(626,4,467,0,157,1),(627,4,80,0,158,2),(628,4,85,0,158,4),(629,4,81,0,158,0),(630,4,467,0,158,1),(631,4,80,0,159,1),(632,4,85,0,159,4),(633,4,81,0,159,0),(634,4,467,0,159,1); /*!40000 ALTER TABLE `catalog_product_entity_int` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_media_gallery` -- DROP TABLE IF EXISTS `catalog_product_entity_media_gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_media_gallery` ( `value_id` int(11) unsigned NOT NULL auto_increment, `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) default NULL, PRIMARY KEY (`value_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` (`entity_id`), CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_media_gallery` -- LOCK TABLES `catalog_product_entity_media_gallery` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_media_gallery` DISABLE KEYS */; INSERT INTO `catalog_product_entity_media_gallery` VALUES (8,73,7,'/0/9/0929-240.jpg'),(13,73,9,'/0/9/0929-058_rr_1.jpg'),(14,73,9,'/0/9/0929-058b_rr.jpg'),(17,73,11,'/0/9/0929-059_anth_1.jpg'),(18,73,11,'/0/9/0929-059b_anth_1.jpg'),(19,73,23,'/0/9/0929-037t_rr.jpg'),(20,73,23,'/0/9/0929-037_rr.jpg'),(21,73,25,'/0/9/0929-036t_orang.jpg'),(26,73,82,'/0/1/0105-001_rr_anthr_eshop.gif'),(27,73,82,'/0/1/0105-001t_rr_anthra_eshop.gif'),(28,73,81,'/0/9/0929-038_anthra_rr_eshop.gif'),(29,73,81,'/0/9/0929-038t_anthra_rr_eshop.gif'),(30,73,80,'/0/9/0929-040_or_rr_eshop.gif'),(31,73,80,'/0/9/0929-040t_or_rr_eshop.gif'),(34,73,102,'/0/9/0929-041_rr_or_eshop.gif'),(35,73,102,'/0/9/0929-041t_rr_or_eshop.gif'),(36,73,30,'/0/5/0529-003glb_eshop.gif'),(37,73,30,'/0/5/0529-003-glb_eshop.gif'),(38,73,25,'/0/9/0929-036_orang_eshop.gif'),(39,73,26,'/0/5/0529-004_pist_eshop.gif'),(40,73,27,'/0/5/0524-002_eshop.gif'),(41,73,27,'/0/5/0524-002t_eshop.gif'),(42,73,29,'/0/5/0529-002_pink_eshop.gif'),(43,73,29,'/0/5/0529-002t_eshop.gif'),(44,73,28,'/0/5/0529-001_hellrot_eshop.gif'),(45,73,28,'/0/5/0529-001t_eshop.gif'),(46,73,22,'/0/5/0524-003_weiss_eshop.gif'),(47,73,22,'/0/5/0524-003t_weiss_eshop.gif'),(48,73,17,'/0/5/0524-008_glb_eshop.gif'),(49,73,17,'/0/5/0524-008b_glb_eshop.gif'),(50,73,12,'/0/9/0929-056_orang_eshop.gif'),(51,73,12,'/0/9/0929-056b_orang_eshop.gif'),(52,73,13,'/0/5/0524-007_pist_eshop.gif'),(53,73,13,'/0/5/0524-007b_pist_.gif'),(56,73,15,'/0/5/0524-009_weis_eshop.gif'),(57,73,15,'/0/5/0524-009b_weis_eshop.gif'),(59,73,16,'/0/5/0524-005b_bord_eshop.gif'),(60,73,14,'/0/5/0524-006b_hr_eshop_1.gif'),(61,73,14,'/0/5/0524-006_hr_eshop_1.gif'),(64,73,86,'/0/8/0827-023_eshop.gif'),(65,73,88,'/0/8/0827-022_eshop.gif'),(66,73,88,'/0/9/0929-115sr_rr_eshop.gif'),(67,73,90,'/0/8/0827-019_eshop.gif'),(68,73,90,'/0/9/0929-257_sr_orang_eshop.gif'),(69,73,90,'/0/9/0929-117_sr_orange_eshop.gif'),(70,73,91,'/0/8/0827-017_eshop.gif'),(71,73,91,'/0/9/0929-263_sr_anthra_eshop.gif'),(72,73,94,'/0/8/0827-025_eshop.gif'),(73,73,95,'/0/8/0827-020_eshop.gif'),(74,73,95,'/0/9/0929-264_sr_rr_eshop.gif'),(75,73,96,'/0/8/0827-021_eshop.gif'),(76,73,97,'/0/8/0827-024_eshop.gif'),(77,73,97,'/0/5/0529-010_sr_gelb_eshop.gif'),(78,73,93,'/0/8/0827-018_eshop.gif'),(79,73,93,'/0/5/0529-011_sr_pist_eshop.gif'),(81,73,75,'/0/9/0929-111_orang_eshop.gif'),(82,73,74,'/0/9/0929x111_rr_eshop.gif'),(83,73,43,'/0/5/0529-006g_eshop.gif'),(84,73,43,'/0/5/0529-006_eshop_1.gif'),(85,73,42,'/0/5/0529-007g-2_eshop.gif'),(86,73,42,'/0/5/0529-007g_eshop.gif'),(87,73,76,'/0/9/0929-112_anthra_eshop_1.gif'),(88,73,37,'/0/9/0929-087_anth_eshop.gif'),(89,73,37,'/0/9/0929-087g_anth_eshop.gif'),(90,73,38,'/0/9/0929-084g_orang_eshop.gif'),(91,73,38,'/0/9/0929-084_orang_eshop.gif'),(92,73,39,'/0/5/0529-005g_eshop.gif'),(93,73,39,'/0/5/0529-005_pist_eshop.gif'),(95,73,36,'/0/9/0929-086g_rr_eshop.gif'),(96,73,103,'/0/2/0203-087_eshop.gif'),(98,73,104,'/0/2/0203-097_eshop.gif'),(100,73,105,'/0/2/0203-094_eshop.gif'),(102,73,106,'/0/2/0203-084_eshop.gif'),(104,73,107,'/0/2/0203-082_eshop.gif'),(106,73,108,'/0/2/0203-074_eshop_2.gif'),(108,73,109,'/0/2/0203-052_eshop.gif'),(110,73,110,'/0/2/0203-068_eshop.gif'),(111,73,26,'/0/5/0529-004pist_eshop.gif'),(112,73,111,'/0/1/0105-002_eshop.gif'),(114,73,112,'/0/1/0105-003_eshop.gif'),(116,73,113,'/0/1/0105-005_eshop.gif'),(118,73,114,'/0/1/0105-006_eshop.gif'),(119,73,115,'/d/s/dsc_0151_shopper_pink_eshop.jpg'),(120,73,115,'/d/s/dsc_0157_shoper_pink_eshop.jpg'),(125,73,116,'/d/s/dsc_0163_eshop_2_1.jpg'),(127,73,117,'/d/s/dsc_0213_schwarz_shopper_eshop.jpg'),(129,73,118,'/d/s/dsc_0220_anthrazit_shopper_eshop.jpg'),(131,73,119,'/d/s/dsc_0221_pistazie_shopper_eshop.jpg'),(133,73,120,'/d/s/dsc_0223_bordeaux_shopper_eshop.jpg'),(135,73,121,'/d/s/dsc_0229_gelb_shopper_eshop.jpg'),(136,73,115,'/s/h/shopper_pink_eshop.jpg'),(137,73,121,'/s/h/shopper_gelb_eshop.jpg'),(140,73,122,'/d/s/dsc_0160_shopper_lila_eshop.jpg'),(142,73,16,'/b/o/bordeaux_neu__.jpg'),(144,73,124,'/h/l/hls-orange2.jpg'),(146,73,125,'/f/i/file.jpg'),(148,73,126,'/h/l/hls-schoko1.jpg'),(150,73,127,'/h/l/hls-anthrazit-os.jpg'),(152,73,128,'/h/l/hls-pink-os.jpg'),(154,73,129,'/h/l/hls-hellrot_os.jpg'),(156,73,130,'/h/l/hls-lila-os.jpg'),(158,73,131,'/h/l/hls-schwarz-os.jpg'),(160,73,132,'/h/l/hls-pistazie-os.jpg'),(161,73,83,'/0/4/0419-005_schwarz_anthrazit__760.jpg'),(162,73,84,'/d/s/dsc_0216_anthrazit_schwarz_760p.jpg'),(163,73,24,'/0/9/0929-039t_anthrazit.jpg'),(164,73,24,'/0/9/0929-039t_anthrazit_1.jpg'),(165,73,7,'/0/5/0518-028.jpg'),(166,73,7,'/0/5/0524-028.jpg'),(167,73,134,'/0/5/0518-015.jpg'),(169,73,135,'/0/5/0518-016.jpg'),(170,73,136,'/0/5/0518-016_1.jpg'),(172,73,137,'/0/5/0518-014.jpg'),(173,73,51,'/0/1/0112-002.jpg'),(174,73,51,'/0/1/0112-002g.jpg'),(175,73,49,'/0/1/0112-004g.jpg'),(176,73,49,'/0/1/0112-004.jpg'),(177,73,50,'/0/1/0112-003g.jpg'),(178,73,50,'/0/1/0112-003.jpg'),(179,73,52,'/0/5/0529-014_p_e.jpg'),(180,73,53,'/0/5/0529-012_bord_e.jpg'),(181,73,54,'/0/5/0529-027_hellr_e.jpg'),(182,73,54,'/0/5/0529-013_hellr_e.jpg'),(183,73,55,'/0/5/0529-016_pink_e.jpg'),(184,73,56,'/0/5/0529-015_gelb_e.jpg'),(185,73,35,'/u/s/us-eckig-natur-g.jpg'),(186,73,35,'/u/s/us-eckig-natur.jpg'),(187,73,40,'/u/s/us-eckig-weinrot-g.jpg'),(188,73,40,'/u/s/us-eckig-weinrot.jpg'),(189,73,41,'/u/s/us-eckig-hellrot-g.jpg'),(190,73,41,'/u/s/us-eckig-hellrot.jpg'),(191,73,64,'/0/6/0610-011_anthrazit_e.jpg'),(192,73,63,'/0/6/0610-013_orange_e.jpg'),(193,73,65,'/0/6/0610-017_pistazie_e.jpg'),(194,73,68,'/0/6/0610-014_pink_e.jpg'),(195,73,69,'/0/6/0610-018_gelb_e.jpg'),(196,73,66,'/0/6/0610-015_bordeaux_e.jpg'),(197,73,62,'/0/6/0610-012_rubinrot_e.jpg'),(198,73,61,'/0/6/0610-019.jpg'),(216,73,146,'/f/i/file_9.jpg'),(218,73,142,'/f/i/file_1_1.jpg'),(219,73,144,'/f/i/file_2_1.jpg'),(220,73,145,'/f/i/file_2_2.jpg'),(221,73,143,'/f/i/file_2_3.jpg'),(222,73,139,'/g/l/glasschale_frostwhite_400x400_2.jpg'),(223,73,140,'/g/l/glasschale_frostturq_400x400__1_1.jpg'),(224,73,141,'/f/i/file_2_4.jpg'),(225,73,138,'/g/l/glasschale_frostpink_400x400_.jpg'),(228,73,147,'/f/i/file_2_7.jpg'),(231,73,148,'/b/e/be_my_angle_anthrazit_600x200.jpg'),(233,73,149,'/f/i/file_2_9.jpg'),(235,73,150,'/m/r/mr_perfect_600x200_orange.jpg'),(237,73,151,'/s/m/smile_600x200_rubinrot.jpg'),(239,73,152,'/b/e/be_my_angel_600x200_rubinrot.jpg'),(241,73,153,'/f/i/file_2_10.jpg'),(243,73,154,'/f/i/file_2_11.jpg'),(246,73,155,'/f/i/file_2_13.jpg'),(248,73,156,'/f/i/file_2_14.jpg'),(250,73,157,'/f/i/file_2_15.jpg'),(251,73,158,'/1/0/1095_kette.jpg'),(252,73,159,'/b/e/be-schwarz.jpg'); /*!40000 ALTER TABLE `catalog_product_entity_media_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_media_gallery_value` -- DROP TABLE IF EXISTS `catalog_product_entity_media_gallery_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_media_gallery_value` ( `value_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `label` varchar(255) default NULL, `position` int(11) unsigned default NULL, `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`value_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` (`store_id`), CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_GALLERY` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery values'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_media_gallery_value` -- LOCK TABLES `catalog_product_entity_media_gallery_value` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` DISABLE KEYS */; INSERT INTO `catalog_product_entity_media_gallery_value` VALUES (8,0,'',1,1),(13,0,'Bestecktasche rubinrot ',1,1),(14,0,'Bestecktasche rubinrot (Preis ohne Besteck)',2,0),(17,0,'Bestecktasche anthrazit',1,0),(18,0,'Bestecktasche anthrazit (Preis ohne besteck)',2,0),(19,0,'Tischset rubinrot (ohne Deko)',1,0),(20,0,'Tischset rubinrot',2,0),(21,0,'',1,0),(26,0,'',1,0),(27,0,'',2,0),(28,0,'',1,0),(29,0,'',2,0),(30,0,'',1,0),(31,0,'',2,0),(34,0,'',3,0),(35,0,'',4,0),(36,0,'',1,0),(37,0,'',2,0),(38,0,'',2,0),(39,0,'',1,0),(40,0,'',1,0),(41,0,'',2,0),(42,0,'',1,0),(43,0,'',2,0),(44,0,'',1,0),(45,0,'',2,0),(46,0,'Tischset weiß',2,0),(47,0,'Tischset weiß (Preis ohne Deko)',1,0),(48,0,'Bestecktasche gelb',1,0),(49,0,'Bestecktasche gelb (Preis ohne Besteck)',2,0),(50,0,'',1,0),(51,0,'',2,0),(52,0,'',1,0),(53,0,'',2,0),(56,0,'',1,0),(57,0,'',2,0),(59,0,'',2,0),(60,0,'',1,0),(61,0,'',2,0),(64,0,'',1,0),(65,0,'',1,0),(66,0,'',2,0),(67,0,'Serviettenring /Tropfenfänger (ohne Deko)',1,0),(68,0,'',2,0),(69,0,'',3,0),(70,0,'',1,0),(71,0,'',2,0),(72,0,'',1,0),(73,0,'',1,0),(74,0,'',2,0),(75,0,'',1,0),(76,0,'Servietenring (ohne Deko)',1,0),(77,0,'',2,0),(78,0,'',1,0),(79,0,'',2,0),(81,0,'',1,0),(82,0,'',1,0),(83,0,'Untersetzer gelb (ohne Deko)',1,0),(84,0,'Untersetzer gelb (ohne Deko)',2,0),(85,0,'',1,0),(86,0,'',2,0),(87,0,'',1,0),(88,0,'',1,0),(89,0,'Untersetzer anthrazit (ohne Deko)',2,0),(90,0,'Untersetzer orange eckig (ohne Deko)',1,0),(91,0,'Untersetzer orange eckig',2,0),(92,0,'Untersetzer eckig pistazie (ohne Deko)',1,0),(93,0,'Untersetzer eckig pistazie ',2,0),(95,0,'',1,0),(96,0,'Vierkerzenplatte kolonial orange ',1,0),(98,0,'Vierkerzenplatte kolonial anthrazit',1,0),(100,0,'',2,0),(102,0,'',3,0),(104,0,'',4,0),(106,0,'',5,0),(108,0,'',6,0),(110,0,'',7,0),(111,0,'',2,0),(112,0,'',1,0),(114,0,'',2,0),(116,0,'',3,0),(118,0,'',4,0),(119,0,'',1,0),(120,0,'',2,0),(125,0,'',3,0),(127,0,'',4,0),(129,0,'',5,0),(131,0,'',6,0),(133,0,'',7,0),(135,0,'',8,0),(136,0,'',3,0),(137,0,'',9,0),(140,0,'',10,0),(142,0,'',4,0),(144,0,'',2,0),(146,0,'',3,0),(148,0,'',4,0),(150,0,'',5,0),(152,0,'',6,0),(154,0,'',7,0),(156,0,'',8,0),(158,0,'',9,0),(160,0,'',10,0),(161,0,'',1,0),(162,0,'',1,0),(163,0,'',1,0),(164,0,'',2,0),(165,0,'',2,1),(166,0,'',3,0),(167,0,'',1,0),(169,0,'',2,0),(170,0,'',2,0),(172,0,'',3,0),(173,0,'',2,0),(174,0,'',1,0),(175,0,'',1,0),(176,0,'',2,0),(177,0,'',1,0),(178,0,'',2,0),(179,0,'',1,0),(180,0,'',1,0),(181,0,'',1,0),(182,0,'',2,0),(183,0,'',1,0),(184,0,'',1,0),(185,0,'',1,0),(186,0,'',2,0),(187,0,'',1,0),(188,0,'',2,0),(189,0,'',1,0),(190,0,'',2,0),(191,0,'',1,0),(192,0,'',1,0),(193,0,'',1,0),(194,0,'',1,0),(195,0,'',1,0),(196,0,'',1,0),(197,0,'',1,0),(198,0,'',1,0),(216,0,'',6,0),(218,0,'',5,0),(219,0,'',6,0),(220,0,'',6,0),(221,0,'',4,0),(222,0,'',3,0),(223,0,'',1,0),(224,0,'',6,0),(225,0,'',2,0),(228,0,'',3,0),(231,0,'',5,0),(233,0,'',6,0),(235,0,'',7,0),(237,0,'',8,0),(239,0,'',9,0),(241,0,'',10,0),(243,0,'',11,0),(246,0,'',13,0),(248,0,'',14,0),(250,0,'',15,0),(251,0,'',1,0),(252,0,'',1,0); /*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_text` -- DROP TABLE IF EXISTS `catalog_product_entity_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` (`entity_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=637 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_text` -- LOCK TABLES `catalog_product_entity_text` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_text` DISABLE KEYS */; INSERT INTO `catalog_product_entity_text` VALUES (25,4,57,0,7,'weitere Farben auf Anfrage erhältlich'),(26,4,58,0,7,'Tagebuch pink/pistazie'),(27,4,68,0,7,'Meta Infomration/Meta Keywords'),(28,4,89,0,7,''),(33,4,57,0,9,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\nMaße: 24 x 13 cm\r\n\r\n'),(34,4,58,0,9,'Bestecktasche aus Wollfilz'),(35,4,68,0,9,'Bestecktasche, Wollfilz, gedeckter tisch, Tafel, Besteck, Tisch und Tafel, '),(36,4,89,0,9,''),(41,4,57,0,11,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n\r\n'),(42,4,58,0,11,'Bestecktasche anthrazit (Preis ohne Besteck)'),(43,4,68,0,11,'Bestecktasche, Tisch, Tafel, gedeckter Tisch, Besteck, '),(44,4,89,0,11,''),(45,4,57,0,12,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n\r\n'),(46,4,58,0,12,'bestecktasche orange'),(47,4,68,0,12,'bestecktasche, Tafel, schöner Tisch, '),(48,4,89,0,12,''),(49,4,57,0,13,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(50,4,58,0,13,'Bestecktasche pistazie'),(51,4,68,0,13,'Wollfilz, Bestecktasche, schöner wohnen, gedeckter Tisch'),(52,4,89,0,13,''),(53,4,57,0,14,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(54,4,58,0,14,'Bestecktasche hellrot'),(55,4,68,0,14,'Wollfilz, Bestecktasche, schön gedeckter Tisch, schöner Tisch'),(56,4,89,0,14,''),(57,4,57,0,15,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(58,4,58,0,15,'Betsecktasche weiß'),(59,4,68,0,15,'Bestecktasche, wollfilz, schöner Tisch,\r\nschöner wohnen, gedeckter Tisch, '),(60,4,89,0,15,''),(61,4,57,0,16,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(62,4,58,0,16,'Bestecktasche aus Wollfilz, schöner wohnen, gedeckter Tisch, Wollfilz'),(63,4,68,0,16,'Bestecktasche, schöner wohnen, Edle Bestecktasche'),(64,4,89,0,16,''),(65,4,57,0,17,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(66,4,58,0,17,'Betsecktasche gelb'),(67,4,68,0,17,'Betsecktasche gelb, Wollfilz, Filz, gelbe Tasche\r\ngedeckter Tisch, schöner wohnen, schöner Tisch'),(68,4,89,0,17,''),(69,4,57,0,18,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(70,4,58,0,18,'Bestecktaswche - ocker'),(71,4,68,0,18,'Filz, Bestecktasche, Wollfilz'),(72,4,89,0,18,''),(73,4,57,0,19,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(74,4,58,0,19,'Bestecktasche schoko'),(75,4,68,0,19,'Bestecktasche, Wollfilztasche, Filz, '),(76,4,89,0,19,''),(77,4,57,0,20,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\n\r\nIhre Gäste werden staunen. \r\n\r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(78,4,58,0,20,'bestecktasche lila (ohne Besteck)'),(79,4,68,0,20,'Bestecktasche, Wollfilz-bestecktasche, Untersetzer, Wollfilz'),(80,4,89,0,20,''),(81,4,57,0,21,'Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. \r\nIhre Gäste werden staunen. \r\nDie Seiten der Tasche sind mit einem aparten Stich genäht.\r\n\r\n24 x 13 cm\r\n'),(82,4,58,0,21,'Bestecktasche schwarz (ohne Besteck)'),(83,4,68,0,21,'Bestecktasche, Untersetzer, Tischset, Platzsets,\r\nTischdekorationen, Tafel, Tischkultur'),(84,4,89,0,21,''),(85,4,57,0,22,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(86,4,58,0,22,'Tischset einfarbig weiß (ohne Teller)'),(87,4,68,0,22,'Tischset Wollfilz, Wolle, Teller, Tisch, Tafel, Filz, Wollfilz produkte '),(88,4,89,0,22,''),(89,4,57,0,23,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(90,4,58,0,23,'Tischset rubinrot (ohne Deko)\r\n'),(91,4,68,0,23,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(92,4,89,0,23,''),(93,4,57,0,24,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(94,4,58,0,24,'Tischset anthrazit (ohne Deko)'),(95,4,68,0,24,'Tischset, Wollfilz , anthrazit, Besteck, Teller, gedeckter Tisch, Weihnachtstisch'),(96,4,89,0,24,''),(97,4,57,0,25,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n\r\n'),(98,4,58,0,25,'Tischset orange (ohne Deko)'),(99,4,68,0,25,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen\r\n'),(100,4,89,0,25,''),(101,4,57,0,26,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n\r\n'),(102,4,58,0,26,'Tischset pistazie (ohne Deko)'),(103,4,68,0,26,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, Teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(104,4,89,0,26,''),(105,4,57,0,27,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(106,4,58,0,27,'Tischset bordeaux (ohne Deko)'),(107,4,68,0,27,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(108,4,89,0,27,''),(109,4,57,0,28,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(110,4,58,0,28,'Tischset hellrot (ohne Deko)'),(111,4,68,0,28,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(112,4,89,0,28,''),(113,4,57,0,29,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(114,4,58,0,29,'Tischset pink (ohne Deko)'),(115,4,68,0,29,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(116,4,89,0,29,''),(117,4,57,0,30,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n\r\n'),(118,4,58,0,30,'Tischset gelb (ohne Deko)'),(119,4,68,0,30,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(120,4,89,0,30,''),(121,4,57,0,31,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(122,4,58,0,31,'Tischset ocker (ohne Deko)'),(123,4,68,0,31,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, Teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(124,4,89,0,31,''),(125,4,57,0,32,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(126,4,58,0,32,'Tischset schoko (ohne Deko)'),(127,4,68,0,32,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, Teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(128,4,89,0,32,''),(129,4,57,0,33,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(130,4,58,0,33,'Tischset lila (ohne Deko)'),(131,4,68,0,33,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, Teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(132,4,89,0,33,''),(133,4,57,0,34,'Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(134,4,58,0,34,'Tischset schwarz (ohne Deko)'),(135,4,68,0,34,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(136,4,89,0,34,''),(137,4,57,0,35,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(138,4,58,0,35,'Untersetzer eckig weiß (ohne Deko)'),(139,4,68,0,35,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(140,4,89,0,35,''),(141,4,57,0,36,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(142,4,58,0,36,'Untersetzer eckig rubinrot \r\n(ohne Deko)'),(143,4,68,0,36,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(144,4,89,0,36,''),(145,4,57,0,37,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(146,4,58,0,37,'Untersetzer eckig anthrazit\r\n(ohne Deko)'),(147,4,68,0,37,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(148,4,89,0,37,''),(149,4,57,0,38,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(150,4,58,0,38,'Untersetzer orange (ohne Deko)'),(151,4,68,0,38,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(152,4,89,0,38,''),(153,4,57,0,39,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(154,4,58,0,39,'Untersetzer pistazie\r\n(ohne Deko)'),(155,4,68,0,39,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(156,4,89,0,39,''),(157,4,57,0,40,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(158,4,58,0,40,'Untersetzer (ohne Deko)'),(159,4,68,0,40,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(160,4,89,0,40,''),(161,4,57,0,41,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(162,4,58,0,41,'Untersetzer hellrot (ohne Deko)'),(163,4,68,0,41,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(164,4,89,0,41,''),(165,4,57,0,42,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(166,4,58,0,42,'Untersetzer pink (ohne Deko)'),(167,4,68,0,42,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(168,4,89,0,42,''),(169,4,57,0,43,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(170,4,58,0,43,'Untersetzer gelb (ohne Deko)'),(171,4,68,0,43,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(172,4,89,0,43,''),(173,4,57,0,44,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(174,4,58,0,44,'Untersetzer schoko (ohne Deko)'),(175,4,68,0,44,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(176,4,89,0,44,''),(177,4,57,0,45,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(178,4,58,0,45,'Untersetzer ocker (ohne Deko)'),(179,4,68,0,45,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(180,4,89,0,45,''),(181,4,57,0,46,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nMaßangaben sind ca Angaben.\r\n'),(182,4,58,0,46,'Untersetzer lila(ohne Deko)'),(183,4,68,0,46,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(184,4,89,0,46,''),(185,4,57,0,47,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\n11 x 11 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(186,4,58,0,47,'Untersetzer schwarz (ohne Deko)'),(187,4,68,0,47,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(188,4,89,0,47,''),(189,4,57,0,48,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(190,4,58,0,48,'Untersetzer rund weiß (ohne Deko)'),(191,4,68,0,48,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(192,4,89,0,48,''),(193,4,57,0,49,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(194,4,58,0,49,'Untersetzer rund rubinrot (ohne Deko)'),(195,4,68,0,49,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(196,4,89,0,49,''),(197,4,57,0,50,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(198,4,58,0,50,'Untersetzer rund orange (ohne Deko)'),(199,4,68,0,50,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(200,4,89,0,50,''),(201,4,57,0,51,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(202,4,58,0,51,'Untersetzer rund anthrazit (ohne Deko)'),(203,4,68,0,51,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(204,4,89,0,51,''),(205,4,57,0,52,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(206,4,58,0,52,'Untersetzer rund pistazie (ohne Deko)'),(207,4,68,0,52,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(208,4,89,0,52,''),(209,4,57,0,53,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(210,4,58,0,53,'Untersetzer rund bordeaux (ohne Deko)'),(211,4,68,0,53,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(212,4,89,0,53,''),(213,4,57,0,54,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(214,4,58,0,54,'Untersetzer rund hellrot(ohne Deko)'),(215,4,68,0,54,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(216,4,89,0,54,''),(217,4,57,0,55,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(218,4,58,0,55,'Untersetzer rund pink (ohne Deko)'),(219,4,68,0,55,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(220,4,89,0,55,''),(221,4,57,0,56,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nMaßangaben sind ca Angaben.\r\n'),(222,4,58,0,56,'Untersetzer rund gelb (ohne Deko)'),(223,4,68,0,56,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(224,4,89,0,56,''),(225,4,57,0,57,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(226,4,58,0,57,'Untersetzer rund schoko (ohne Deko)'),(227,4,68,0,57,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(228,4,89,0,57,''),(229,4,57,0,58,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(230,4,58,0,58,'Untersetzer rund ocker (ohne Deko)'),(231,4,68,0,58,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(232,4,89,0,58,''),(233,4,57,0,59,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3mm\r\nMaßangaben sind ca Angaben.\r\n'),(234,4,58,0,59,'Untersetzer rund lila (ohne Deko)'),(235,4,68,0,59,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(236,4,89,0,59,''),(237,4,57,0,60,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(238,4,58,0,60,'Untersetzer rund schwarz (ohne Deko)'),(239,4,68,0,60,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(240,4,89,0,60,''),(241,4,57,0,61,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(242,4,58,0,61,'Untersetzer rund weiß(ohne Deko)'),(243,4,68,0,61,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(244,4,89,0,61,''),(245,4,57,0,62,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(246,4,58,0,62,'Untersetzer rund rubinrot (ohne Deko)'),(247,4,68,0,62,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(248,4,89,0,62,''),(249,4,57,0,63,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(250,4,58,0,63,'Untersetzer rund orange (ohne Deko)'),(251,4,68,0,63,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(252,4,89,0,63,''),(253,4,57,0,64,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(254,4,58,0,64,'Untersetzer rund anthrazit (ohne Deko)'),(255,4,68,0,64,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(256,4,89,0,64,''),(257,4,57,0,65,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(258,4,58,0,65,'Untersetzer rund pistazie (ohne Deko)'),(259,4,68,0,65,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(260,4,89,0,65,''),(261,4,57,0,66,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(262,4,58,0,66,'Untersetzer rund bordeaux (ohne Deko)'),(263,4,68,0,66,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(264,4,89,0,66,''),(265,4,57,0,67,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchemsser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(266,4,58,0,67,'Untersetzer rund hellrot (ohne Deko)'),(267,4,68,0,67,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(268,4,89,0,67,''),(269,4,57,0,68,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(270,4,58,0,68,'Untersetzer rund pink (ohne Deko)'),(271,4,68,0,68,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(272,4,89,0,68,''),(273,4,57,0,69,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(274,4,58,0,69,'Untersetzer rund gelb (ohne Deko)'),(275,4,68,0,69,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(276,4,89,0,69,''),(277,4,57,0,70,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(278,4,58,0,70,'Untersetzer rund schoko (ohne Deko)'),(279,4,68,0,70,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(280,4,89,0,70,''),(281,4,57,0,71,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(282,4,58,0,71,'Untersetzer rund ocker (ohne Deko)'),(283,4,68,0,71,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(284,4,89,0,71,''),(285,4,57,0,72,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(286,4,58,0,72,'Untersetzer rund lila (ohne Deko)'),(287,4,68,0,72,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(288,4,89,0,72,''),(289,4,57,0,73,'Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. \r\nAls Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken.\r\n\r\nDurchmesser ca. 12 cm\r\nStärke 3 mm\r\nMaßangaben sind ca Angaben.\r\n'),(290,4,58,0,73,'Untersetzer rund schwarz (ohne Deko)'),(291,4,68,0,73,'Untersetzer, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer'),(292,4,89,0,73,''),(293,4,57,0,74,'Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. \r\nDie Seiten der Tasche ist mit einem aparten Stich genäht. \r\nDie Bambus Stäbchen werden mitgeliefert.\r\n\r\n29 x 4 cm\r\nMaßangaben sind ca Angaben.\r\n'),(294,4,58,0,74,'Stäbchentasche rubinrot (Preis mit Stäbchen)'),(295,4,68,0,74,'Stäbchentasche, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer, Bestecktaschem, Besteck '),(296,4,89,0,74,''),(297,4,57,0,75,'Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. \r\nDie Seiten der Tasche ist mit einem aparten Stich genäht. \r\nDie Bambus Stäbchen werden mitgeliefert.\r\n\r\n29 x 4 cm\r\nMaßangaben sind ca Angaben.\r\n'),(298,4,58,0,75,'Stäbchentasche orange (Preis mit Stäbchen)'),(299,4,68,0,75,'Stäbchentasche, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer, Bestecktaschem, Besteck '),(300,4,89,0,75,''),(301,4,57,0,76,'Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. \r\nDie Seiten der Tasche ist mit einem aparten Stich genäht. \r\nDie Bambus Stäbchen werden mitgeliefert.\r\n\r\n29 x 4 cm\r\nMaßangaben sind ca Angaben.\r\n'),(302,4,58,0,76,'Stäbchentasche anthrazit (Preis mit Stäbchen)'),(303,4,68,0,76,'Stäbchentasche, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer, Bestecktaschem, Besteck '),(304,4,89,0,76,''),(305,4,57,0,77,'Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. \r\nDie Seiten der Tasche ist mit einem aparten Stich genäht. \r\nDie Bambus Stäbchen werden mitgeliefert.\r\n\r\n29 x 4 cm\r\nMaßangaben sind ca Angaben.\r\n'),(306,4,58,0,77,'Stäbchentasche hellblau (Preis mit Stäbchen)'),(307,4,68,0,77,'Stäbchentasche, Wollfilz Untersetzer , Tischset, Platzset, Glasuntersetzer, Bestecktaschem, Besteck '),(308,4,89,0,77,''),(317,4,57,0,80,'Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(318,4,58,0,80,'zweifarbige Tischset \r\norange-rubinrot\r\n(ohne Deko)'),(319,4,68,0,80,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration'),(320,4,89,0,80,''),(321,4,57,0,81,'Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(322,4,58,0,81,'zweifarbige Tischset \r\nanthrazit-rubinrot\r\n(ohne Deko)'),(323,4,68,0,81,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration'),(324,4,89,0,81,''),(325,4,57,0,82,'Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(326,4,58,0,82,'zweifarbige Tischset \r\nrubinrot-anthrazit\r\n(ohne Deko)'),(327,4,68,0,82,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration'),(328,4,89,0,82,''),(329,4,57,0,83,'Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(330,4,58,0,83,'zweifarbige Tischset \r\nschwarz-anthrazit\r\n(ohne Deko)'),(331,4,68,0,83,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration, Tischset, Wollfilz'),(332,4,89,0,83,''),(333,4,57,0,84,'Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(334,4,58,0,84,'zweifarbige Tischset \r\nanthrazit-schwarz\r\n(ohne Deko)'),(335,4,68,0,84,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration, Tisch Ambiente, perfekt, gedeckten, Tisch'),(336,4,89,0,84,''),(341,4,57,0,86,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(342,4,58,0,86,'Serviettenring weiß\r\n(ohne Deko)'),(343,4,68,0,86,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(344,4,89,0,86,''),(349,4,57,0,88,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(350,4,58,0,88,'Serviettenring rubinrot\r\n(ohne Deko)'),(351,4,68,0,88,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(352,4,89,0,88,''),(357,4,57,0,90,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(358,4,58,0,90,'Serviettenring orange\r\n(ohne Deko)'),(359,4,68,0,90,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(360,4,89,0,90,''),(361,4,57,0,91,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(362,4,58,0,91,'Serviettenring anthrazit\r\n(ohne Deko)'),(363,4,68,0,91,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(364,4,89,0,91,''),(369,4,57,0,93,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(370,4,58,0,93,'Serviettenring pistazie\r\n(ohne Deko)'),(371,4,68,0,93,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(372,4,89,0,93,''),(373,4,57,0,94,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(374,4,58,0,94,'Serviettenring bordeaux\r\n(ohne Deko)'),(375,4,68,0,94,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(376,4,89,0,94,''),(377,4,57,0,95,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(378,4,58,0,95,'Serviettenring hellrot\r\n(ohne Deko)'),(379,4,68,0,95,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(380,4,89,0,95,''),(381,4,57,0,96,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(382,4,58,0,96,'Serviettenring pink\r\n(ohne Deko)'),(383,4,68,0,96,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(384,4,89,0,96,''),(385,4,57,0,97,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(386,4,58,0,97,'Serviettenring gelb\r\n(ohne Deko)'),(387,4,68,0,97,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(388,4,89,0,97,''),(389,4,57,0,98,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(390,4,58,0,98,'Serviettenring ocker\r\n(ohne Deko)'),(391,4,68,0,98,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(392,4,89,0,98,''),(393,4,57,0,99,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(394,4,58,0,99,'Serviettenring schoko\r\n(ohne Deko)'),(395,4,68,0,99,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(396,4,89,0,99,''),(397,4,57,0,100,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(398,4,58,0,100,'Serviettenring lila\r\n(ohne Deko)'),(399,4,68,0,100,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(400,4,89,0,100,''),(401,4,57,0,101,'Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit.\r\nVerwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche.\r\n\r\n27 x 3 cm\r\n\r\nMaßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten\r\n'),(402,4,58,0,101,'Serviettenring schwarz\r\n(ohne Deko)'),(403,4,68,0,101,'Serviettenringe, Wollfilz, Tischdekoration, festlicher Tisch, Weihnachtstisch, \r\n\r\n'),(404,4,89,0,101,''),(405,4,57,0,102,'Das zweifarbige Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. \r\nDie Seiten des Sets sind mit einem aparten Stich abgenäht.\r\n\r\n40 x 30 cm\r\n \r\n'),(406,4,58,0,102,'Zweifarbiges Tischset \r\nrubinrot-orange\r\n(ohne Deko)'),(407,4,68,0,102,'Wollfilz, Filz Tischset, Weihnachtsfest, festliche Tischdekoration, Tischset mit aparten Stich'),(408,4,89,0,102,''),(409,4,57,0,103,'Kerzenplatte kolonialstyle'),(410,4,58,0,103,'Vierkerzenplatte Kolonialstyle'),(411,4,68,0,103,''),(412,4,89,0,103,''),(413,4,57,0,104,'Kerzenplatte kolonialstyle'),(414,4,58,0,104,'Vierkerzenplatte Kolonialstyle'),(415,4,68,0,104,''),(416,4,89,0,104,''),(417,4,57,0,105,'Kerzenplatte kolonialstyle'),(418,4,58,0,105,'Vierkerzenplatte Kolonialstyle'),(419,4,68,0,105,''),(420,4,89,0,105,''),(421,4,57,0,106,'Kerzenplatte buche'),(422,4,58,0,106,'Vierkerzenplatte buche'),(423,4,68,0,106,''),(424,4,89,0,106,''),(425,4,57,0,107,'Kerzenplatte buche'),(426,4,58,0,107,'Vierkerzenplatte buche'),(427,4,68,0,107,'Buche Kerzenplatte, Kerzen'),(428,4,89,0,107,''),(429,4,57,0,108,'Kerzenplatte buche'),(430,4,58,0,108,'Vierkerzenplatte buche'),(431,4,68,0,108,'Buche Kerzenplatte, Kerzen'),(432,4,89,0,108,''),(433,4,57,0,109,'Kerzenplatte buche'),(434,4,58,0,109,'Einkerzenzenplatte buche'),(435,4,68,0,109,'Buche Kerzenplatte, Kerzen'),(436,4,89,0,109,''),(437,4,57,0,110,'Kerzenplatte kolonialstyle'),(438,4,58,0,110,'Einkerzenzenplatte kolonial'),(439,4,68,0,110,'Kolonialzeit Kerzenplatte, Kerzen'),(440,4,89,0,110,''),(441,4,57,0,111,'Serviettentasche/Schmucktasche \r\nrubinrot-blau mit edelm Stickmuster'),(442,4,58,0,111,'Serviettentasche/Schmucktasche '),(443,4,68,0,111,''),(444,4,89,0,111,''),(445,4,57,0,112,'Serviettentasche/Schmucktasche \r\nanthrazit-orange mit edelm Stickmuster'),(446,4,58,0,112,'Serviettentasche/Schmucktasche '),(447,4,68,0,112,''),(448,4,89,0,112,''),(449,4,57,0,113,'Serviettentasche/Schmucktasche \r\nrubinrot-orange mit edelm Stickmuster'),(450,4,58,0,113,'Serviettentasche/Schmucktasche '),(451,4,68,0,113,''),(452,4,89,0,113,''),(453,4,57,0,114,'Serviettentasche/Schmucktasche \r\norange-rubinrot mit edelm Stickmuster'),(454,4,58,0,114,'Serviettentasche/Schmucktasche '),(455,4,68,0,114,''),(456,4,89,0,114,''),(457,4,57,0,115,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(458,4,58,0,115,'Shopper in Pink'),(459,4,68,0,115,''),(460,4,89,0,115,''),(461,4,57,0,116,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(462,4,58,0,116,'Shopper in hellrot'),(463,4,68,0,116,''),(464,4,89,0,116,''),(465,4,57,0,117,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(466,4,58,0,117,'Shopper in schwarz'),(467,4,68,0,117,''),(468,4,89,0,117,''),(469,4,57,0,118,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n.\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(470,4,58,0,118,'Shopper in anthrazit'),(471,4,68,0,118,''),(472,4,89,0,118,''),(473,4,57,0,119,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(474,4,58,0,119,'Shopper in pistazie'),(475,4,68,0,119,''),(476,4,89,0,119,''),(477,4,57,0,120,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(478,4,58,0,120,'Shopper in bordeaux'),(479,4,68,0,120,''),(480,4,89,0,120,''),(481,4,57,0,121,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\n\r\nMaße ca.38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 99 cm'),(482,4,58,0,121,'Shopper in gelb'),(483,4,68,0,121,''),(484,4,89,0,121,''),(485,4,57,0,122,'Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können.\r\nGut geeignet auch für Ihren Businessauftritt.\r\nDer Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen.\r\n\r\n\r\nMaße ca. 38 cm x10 cm x 35 cm\r\nDie Riemenlänge ist ca. 89 cm'),(486,4,58,0,122,'Shopper in lila'),(487,4,68,0,122,''),(488,4,89,0,122,''),(489,4,57,0,123,'Chianti DOCG Poderj-Caravggio 2003 Chianti \"I Poderj\" 2003-DOCG-Denominazione di Origine controllata e garantita.\r\nProduktiongebiet: Die Trauben stammen aus den Chianti Anbaugebiet.\r\nRebsorte: 80/90% Sangiovese 5/10%Trebbiano Malvasia 5/10%Cannaiolo.\r\n\r\nWeinbereitungsverfahren: \r\nNach der alten Chianti-Traditiion wird der Wein vor Jahresende dem Verfahren des \"Governo alla Toscana\" unterzogen. Das Heisst der Wird eine nochmalige langsame Gärung ausgesetzt.\r\nOrganoletptische Merkmale:\r\nFarbe: Rubinrot \r\nBukett: Weinig, charakteristisch.\r\nGescmack: Trocken, mit viel Stoff, elegant\r\nAlkoholgehalt:12%\r\n0.75 Liter\r\nEmpfehlenswert zu Hauptmahlzeiten. Besonders gut ist der Wein zu Fleischgerichten geeignet.\r\nTrinktemperatur:18 bis 20°C \r\n'),(490,4,58,0,123,'Chianti DOCG Poderj-Caravggio 2003 Chiant\r\nmit Tropfenfänger'),(491,4,68,0,123,'Weine, italienischer Weine\r\n'),(492,4,89,0,123,''),(493,4,57,0,124,'Handy Lade Station\r\n\r\n'),(494,4,58,0,124,'Handy Lade Station'),(495,4,68,0,124,''),(496,4,89,0,124,''),(497,4,57,0,125,'Handy Lade Station\r\n\r\n'),(498,4,58,0,125,'Handy Lade Station'),(499,4,68,0,125,''),(500,4,89,0,125,''),(501,4,57,0,126,'Handy Lade Station\r\n\r\n'),(502,4,58,0,126,'Handy Lade Station'),(503,4,68,0,126,''),(504,4,89,0,126,''),(505,4,57,0,127,'Handy Load Station\r\n\r\n'),(506,4,58,0,127,'Handy Lade Station'),(507,4,68,0,127,''),(508,4,89,0,127,''),(509,4,57,0,128,'Handy Load Station\r\n\r\n'),(510,4,58,0,128,'Handy Lade Station'),(511,4,68,0,128,''),(512,4,89,0,128,''),(513,4,57,0,129,'Handy Load Station\r\n\r\n'),(514,4,58,0,129,'Handy Lade Station'),(515,4,68,0,129,''),(516,4,89,0,129,''),(517,4,57,0,130,'Handy Load Station\r\n\r\n'),(518,4,58,0,130,'Handy Lade Station'),(519,4,68,0,130,'Handy, Ladestation für telefon, Telefontasche'),(520,4,89,0,130,''),(521,4,57,0,131,'Handy Load Station\r\n\r\n'),(522,4,58,0,131,'Handy Lade Station'),(523,4,68,0,131,''),(524,4,89,0,131,''),(525,4,57,0,132,'Handy Load Station\r\n\r\n'),(526,4,58,0,132,'Handy Lade Station'),(527,4,68,0,132,'Handy ladestation, Handy, Filz'),(528,4,89,0,132,''),(533,4,57,0,134,'Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen.\r\nMit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent.\r\n\r\nSie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend.\r\n '),(534,4,58,0,134,'Tischläufer'),(535,4,68,0,134,'Filz Tischläufer, Filz, Tischläufern, überhängend, Ambiente'),(536,4,89,0,134,''),(537,4,57,0,135,'Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen.\r\nMit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent.\r\n\r\nSie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend.\r\n\r\nDer Tischläufer hat die Größe 40 x 140 cm\r\n '),(538,4,58,0,135,'Tischläufer'),(539,4,68,0,135,'Tisch Ambiente, Wollfilz, Filz Tischläufer, Filz, Tischläufer, rot, Tischläufer'),(540,4,89,0,135,''),(541,4,57,0,136,'Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen.\r\nMit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent.\r\n\r\nSie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend.\r\n\r\nDer Tischläufer hat die Größe 40 x 140 cm\r\n '),(542,4,58,0,136,'Tischläufer'),(543,4,68,0,136,'Filz Tischläufer, Filz, Tischläufer, Tisch verzaubern, Ambiente '),(544,4,89,0,136,''),(545,4,57,0,137,'Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen.\r\nMit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent.\r\n\r\nSie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend.\r\n\r\nDer Tischläufer hat die Größe 40 x 140 cm\r\n '),(546,4,58,0,137,'Tischläufer'),(547,4,68,0,137,'Filz Tischläufer, Filz, Tischläufer, shöner wohnen, Tisch, '),(548,4,89,0,137,''),(549,4,57,0,138,'Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht.\r\n\r\n\r\nMaße:\r\nHöhe: ca. 12 cm \r\nDurchmesser: ca. 27,5 cm\r\nFarbe: frospink'),(550,4,58,0,138,'Schale Vitreous'),(551,4,68,0,138,'dekorative Glaschale, Tischdekoration, Dekoration, Schale'),(552,4,89,0,138,''),(553,4,57,0,139,'Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht.\r\n\r\n\r\nMaße:\r\nHöhe: ca. 12 cm \r\nDurchmesser: ca. 27,5 cm\r\nFarbe: frostwhite'),(554,4,58,0,139,'Schale Vitreous '),(555,4,68,0,139,'dekorative Glaschale, Tischdekoration, Dekoration, Schale'),(556,4,89,0,139,''),(557,4,57,0,140,'Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht.\r\n\r\n\r\nMaße:\r\nHöhe: ca. 12 cm \r\nDurchmesser: ca. 27,5 cm\r\nFarbe: frosttuq'),(558,4,58,0,140,'Schale Vitreous '),(559,4,68,0,140,'dekorative Glaschale, Tischdekoration, Dekoration, Schale'),(560,4,89,0,140,''),(561,4,57,0,141,'Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht.\r\n\r\n\r\nMaße:\r\nHöhe: ca. 12 cm \r\nDurchmesser: ca. 27,5 cm\r\nFarbe: frostgreen'),(562,4,58,0,141,'Schale Vitreous '),(563,4,68,0,141,'dekorative Glaschale, Tischdekoration, Dekoration, Schale'),(564,4,89,0,141,''),(565,4,57,0,142,'Für die Details schauen Sie bitte auf die einzelnen Produkte unter Ambiente.\r\n\r\n\r\nMaße: 7x7x8,5 cm.'),(566,4,58,0,142,'Topf Vitreous'),(567,4,68,0,142,''),(568,4,89,0,142,''),(569,4,57,0,143,'Für jedes florale Arrangement, als leuchtendes Windlicht oder solitäre Dekoration - auf jeden Fall ein Blickfang. \r\n\r\nMaße: 7x7x8,5 cm\r\nMaterial: Glas\r\nFarbe: frostwhit'),(570,4,58,0,143,'Topf Vitreous'),(571,4,68,0,143,''),(572,4,89,0,143,''),(573,4,57,0,144,'Für jedes florale Arrangement, als leuchtendes Windlicht oder solitäre Dekoration - auf jeden Fall ein Blickfang. \r\n\r\nMaße: 7x7x8,5 cm\r\nMaterial: Glas\r\nFarbe: frostpink'),(574,4,58,0,144,'Topf Vitreous'),(575,4,68,0,144,''),(576,4,89,0,144,''),(577,4,57,0,145,'Für jedes florale Arrangement, als leuchtendes Windlicht oder solitäre Dekoration - auf jeden Fall ein Blickfang. \r\n\r\nMaße: 7x7x8,5 cm\r\nMaterial: Glas\r\nFarbe: frostturq'),(578,4,58,0,145,'Topf Vitreous'),(579,4,68,0,145,''),(580,4,89,0,145,''),(581,4,57,0,146,'Für jedes florale Arrangement, als leuchtendes Windlicht oder solitäre Dekoration - auf jeden Fall ein Blickfang. \r\n\r\nMaße: 7x7x8,5 cm\r\nMaterial: Glas\r\nFarbe: frostgreen'),(582,4,58,0,146,'Topf Vitreous'),(583,4,68,0,146,''),(584,4,89,0,146,''),(585,4,57,0,147,'Trendiges Schlüsselband gestickt mit dem Spruch Auf Wolke 7.\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(586,4,58,0,147,'Auf Wolke 7, anthrazit'),(587,4,68,0,147,'Filz Shclüsselband, Grau, Schlüsselanhänger, \r\nSchlüselband, Stickerei'),(588,4,89,0,147,''),(589,4,57,0,148,'Trendiges Schlüsselband gestickt \r\nBE MY ANGEL.\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(590,4,58,0,148,'Schlüsselband, anthrazit, gestickt'),(591,4,68,0,148,'Filz Shclüsselband, Grau, Schlüsselanhänger, \r\nSchlüselband, Stickerei'),(592,4,89,0,148,''),(593,4,57,0,149,'Trendiges Schlüsselband gestickt \r\nSMILE.\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(594,4,58,0,149,'Schlüsselband, orange, gestickt'),(595,4,68,0,149,'Filz Shclüsselband, orange, Schlüsselanhänger, \r\nSchlüselband, Stickerei'),(596,4,89,0,149,''),(597,4,57,0,150,'Trendiges Schlüsselband gestickt \r\nMR. PERFECT\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(598,4,58,0,150,'Schlüsselband, hellrot, MR. PERFECT'),(599,4,68,0,150,'Filz Shclüsselband, rot, Schlüsselanhänger, \r\nSchlüselband, Stickerei'),(600,4,89,0,150,''),(601,4,57,0,151,'Trendiges Schlüsselband gestickt \r\nSMILE\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(602,4,58,0,151,'Schlüsselband, rubinrot, SMILE'),(603,4,68,0,151,'Filz Shclüsselband, rot, Schlüsselanhänger, \r\nSchlüselband, Stickerei, smile'),(604,4,89,0,151,''),(605,4,57,0,152,'Trendiges Schlüsselband gestickt \r\nBE MY ANGEL\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(606,4,58,0,152,'Schlüsselband, rubinrot, BE MY ANGEL'),(607,4,68,0,152,'Filz Shclüsselband, rot, Schlüsselanhänger, \r\nSchlüselband, Stickerei, smile'),(608,4,89,0,152,''),(609,4,57,0,153,'Trendiges Schlüsselband gestickt \r\nBE MY ANGEL\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(610,4,58,0,153,'Schlüsselband, lila, BE MY ANGEL'),(611,4,68,0,153,'Filz Shclüsselband, lila, Schlüsselanhänger, \r\nSchlüselband, Stickerei, be my angel'),(612,4,89,0,153,''),(613,4,57,0,154,'Trendiges Schlüsselband gestickt \r\nMR. PERFECT\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(614,4,58,0,154,'Schlüsselband, lila, MR. PERFECT'),(615,4,68,0,154,'Filz Shclüsselband, lila, Schlüsselanhänger, \r\nSchlüselband, Stickerei, Mr. Perfect'),(616,4,89,0,154,''),(617,4,57,0,155,'Trendiges Schlüsselband gestickt \r\nBE MY ANGEL\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(618,4,58,0,155,'Schlüsselband, pink, BE MY ANGEL'),(619,4,68,0,155,'Filz Shclüsselband, pink, Schlüsselanhänger, \r\nSchlüselband, Stickerei, Be My Angel'),(620,4,89,0,155,''),(621,4,57,0,156,'Trendiges Schlüsselband gestickt \r\nMr. Perfect\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(622,4,58,0,156,'Schlüsselband, pink, Mr. Perfect'),(623,4,68,0,156,'Filz Shclüsselband, pink, Schlüsselanhänger, \r\nSchlüselband, Stickerei, Mr. Perfect'),(624,4,89,0,156,''),(625,4,57,0,157,'Trendiges Schlüsselband gestickt \r\nAuf Wolke 7\r\n\r\nMaße:\r\nBand: ca 14,5 x 3 cm\r\nSchlüsselring Durchmesser 3,5 cm\r\n\r\n'),(626,4,58,0,157,'Schlüsselband, hellrot, Auf Wolke 7'),(627,4,68,0,157,'Filz Shclüsselband, pink, Schlüsselanhänger, \r\nSchlüselband, Stickerei, Mr. Perfect'),(628,4,89,0,157,''),(629,4,57,0,158,'Das Band ist aus Alumenium'),(630,4,58,0,158,'Culture Mix Halskette'),(631,4,68,0,158,'Halskette, Culturemix schmuck, schmuck'),(632,4,89,0,158,''),(633,4,57,0,159,'Klassisches Brillenetui, in dem Sie Ihre Brille sicher aufbewahren können. \r\n\r\nMaße:\r\nca. 17,5 cm x 8,5 cm\r\n\r\nFarbe schwarz'),(634,4,58,0,159,'Brillenetui'),(635,4,68,0,159,'Filzbrillenetui, wollfilz brillen Etui, Brillenschutz'),(636,4,89,0,159,''); /*!40000 ALTER TABLE `catalog_product_entity_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_tier_price` -- DROP TABLE IF EXISTS `catalog_product_entity_tier_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_tier_price` ( `value_id` int(11) NOT NULL auto_increment, `entity_id` int(10) unsigned NOT NULL default '0', `all_groups` tinyint(1) unsigned NOT NULL default '1', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `qty` decimal(12,4) NOT NULL default '1.0000', `value` decimal(12,4) NOT NULL default '0.0000', `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`value_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP` (`customer_group_id`), KEY `FK_CATALOG_PRODUCT_TIER_WEBSITE` (`website_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_TIER_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_tier_price` -- LOCK TABLES `catalog_product_entity_tier_price` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_tier_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_entity_tier_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_varchar` -- DROP TABLE IF EXISTS `catalog_product_entity_varchar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY` (`entity_id`), CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=2612 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_entity_varchar` -- LOCK TABLES `catalog_product_entity_varchar` WRITE; /*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */; INSERT INTO `catalog_product_entity_varchar` VALUES (89,4,56,0,7,'Tagebuch'),(90,4,82,0,7,'tagebuch'),(91,4,469,0,7,'1'),(92,4,496,0,7,''),(93,4,497,0,7,''),(94,4,67,0,7,'Meta Infomration/Meta Titel'),(95,4,69,0,7,'Meta Infomration/Meta beschreibung'),(96,4,70,0,7,'/0/5/0524-028.jpg'),(97,4,71,0,7,'/0/5/0524-028.jpg'),(98,4,72,0,7,'/0/5/0524-028.jpg'),(99,4,86,0,7,''),(100,4,90,0,7,''),(101,4,92,0,7,'container2'),(102,4,83,0,7,'tagebuch.html'),(122,4,56,0,9,'Bestecktasche rubinrot'),(123,4,82,0,9,'bestecktasche-rubinrot'),(124,4,469,0,9,'1'),(125,4,496,0,9,''),(126,4,497,0,9,''),(127,4,67,0,9,'Bestecktasche'),(128,4,69,0,9,''),(129,4,70,0,9,'/0/9/0929-058b_rr.jpg'),(130,4,71,0,9,'/0/9/0929-058b_rr.jpg'),(131,4,72,0,9,'/0/9/0929-058b_rr.jpg'),(132,4,86,0,9,''),(133,4,90,0,9,''),(134,4,92,0,9,'container2'),(135,4,83,0,9,'bestecktasche-rubinrot.html'),(136,4,95,0,9,'Bestecktasche rubinrot (Preis ohne Besteck)'),(137,4,97,0,9,'Bestecktasche rubinrot (Preis ohne Besteck)'),(138,4,96,0,9,'Bestecktasche rubinrot (Preis ohne Besteck)'),(156,4,56,0,11,'Bestecktasche anthrazit'),(157,4,82,0,11,'bestecktasche-anthrazit'),(158,4,469,0,11,'2'),(159,4,496,0,11,''),(160,4,497,0,11,''),(161,4,67,0,11,'Bestecktasche'),(162,4,69,0,11,''),(163,4,71,0,11,'/0/9/0929-059b_anth_1.jpg'),(164,4,72,0,11,'/0/9/0929-059b_anth_1.jpg'),(165,4,70,0,11,'/0/9/0929-059_anth_1.jpg'),(166,4,86,0,11,''),(167,4,90,0,11,''),(168,4,92,0,11,'container2'),(169,4,95,0,11,'Bestecktasche anthrazit'),(170,4,96,0,11,'Bestecktasche anthrazit (Preis ohne besteck)'),(171,4,97,0,11,'Bestecktasche anthrazit (Preis ohne besteck)'),(172,4,83,0,11,'bestecktasche-anthrazit.html'),(173,4,56,0,12,'Bestecktasche orange'),(174,4,82,0,12,'bestecktasche-orange'),(175,4,469,0,12,'2'),(176,4,496,0,12,''),(177,4,497,0,12,''),(178,4,67,0,12,'Betsecktasche'),(179,4,69,0,12,''),(180,4,70,0,12,'/0/9/0929-056_orang_eshop.gif'),(181,4,71,0,12,'/0/9/0929-056b_orang_eshop.gif'),(182,4,72,0,12,'/0/9/0929-056b_orang_eshop.gif'),(183,4,86,0,12,''),(184,4,90,0,12,''),(185,4,92,0,12,'container2'),(186,4,83,0,12,'bestecktasche-orange.html'),(187,4,56,0,13,'Bestecktasche pistazie'),(188,4,82,0,13,'bestecktasche-pistazie'),(189,4,469,0,13,'2'),(190,4,496,0,13,''),(191,4,497,0,13,''),(192,4,67,0,13,'Bestecktasche'),(193,4,69,0,13,''),(194,4,70,0,13,'/0/5/0524-007_pist_eshop.gif'),(195,4,71,0,13,'/0/5/0524-007b_pist_.gif'),(196,4,72,0,13,'/0/5/0524-007b_pist_.gif'),(197,4,86,0,13,''),(198,4,90,0,13,''),(199,4,92,0,13,'container2'),(200,4,83,0,13,'bestecktasche-pistazie.html'),(201,4,56,0,14,'Bestecktasche hellrot'),(202,4,82,0,14,'bestecktasche-hellrot'),(203,4,469,0,14,'2'),(204,4,496,0,14,''),(205,4,497,0,14,''),(206,4,67,0,14,'Bestecktasche'),(207,4,69,0,14,'Wollfilz Bestecktasche'),(211,4,86,0,14,''),(212,4,90,0,14,''),(213,4,92,0,14,'container2'),(214,4,83,0,14,'bestecktasche-hellrot.html'),(215,4,56,0,15,'Bestecktasche weiß'),(216,4,82,0,15,'bestecktasche-weiss'),(217,4,469,0,15,'2'),(218,4,496,0,15,''),(219,4,497,0,15,''),(220,4,67,0,15,'Bestecktasche, wollfilz'),(221,4,69,0,15,''),(222,4,70,0,15,'/0/5/0524-009_weis_eshop.gif'),(223,4,71,0,15,'/0/5/0524-009b_weis_eshop.gif'),(224,4,72,0,15,'/0/5/0524-009b_weis_eshop.gif'),(225,4,86,0,15,''),(226,4,90,0,15,''),(227,4,92,0,15,'container2'),(228,4,83,0,15,'bestecktasche-weiss.html'),(229,4,56,0,16,'Bestecktasche bordeaux'),(230,4,82,0,16,'bestecktasche-bordeaux'),(231,4,469,0,16,'2'),(232,4,496,0,16,''),(233,4,497,0,16,''),(234,4,67,0,16,'Wollfilz Bestecktasche'),(235,4,69,0,16,''),(236,4,70,0,16,'/0/5/0524-005b_bord_eshop.gif'),(237,4,71,0,16,'/0/5/0524-005b_bord_eshop.gif'),(238,4,72,0,16,'/b/o/bordeaux_neu__.jpg'),(239,4,86,0,16,''),(240,4,90,0,16,''),(241,4,92,0,16,'container2'),(242,4,83,0,16,'bestecktasche-bordeaux.html'),(243,4,56,0,17,'Bestecktasche gelb'),(244,4,82,0,17,'bestecktasche-gelb'),(245,4,469,0,17,'2'),(246,4,496,0,17,''),(247,4,497,0,17,''),(248,4,67,0,17,'Bestecktasche '),(249,4,69,0,17,''),(250,4,70,0,17,'/0/5/0524-008_glb_eshop.gif'),(251,4,71,0,17,'/0/5/0524-008b_glb_eshop.gif'),(252,4,72,0,17,'/0/5/0524-008b_glb_eshop.gif'),(253,4,86,0,17,''),(254,4,90,0,17,''),(255,4,92,0,17,'container2'),(256,4,83,0,17,'bestecktasche-gelb.html'),(257,4,56,0,18,'Bestecktasche ocker'),(258,4,82,0,18,'bestecktaswche-ocker'),(259,4,469,0,18,'2'),(260,4,496,0,18,''),(261,4,497,0,18,''),(262,4,67,0,18,'Besteckhülle'),(263,4,69,0,18,''),(264,4,70,0,18,'no_selection'),(265,4,71,0,18,'no_selection'),(266,4,72,0,18,'no_selection'),(267,4,86,0,18,''),(268,4,90,0,18,''),(269,4,92,0,18,'container2'),(270,4,83,0,18,'bestecktaswche-ocker.html'),(271,4,56,0,19,'Bestecktasche schoko'),(272,4,82,0,19,'bestecktasche-schoko'),(273,4,469,0,19,'2'),(274,4,496,0,19,''),(275,4,497,0,19,''),(276,4,67,0,19,'Bestecktasche schoko'),(277,4,69,0,19,''),(278,4,70,0,19,'no_selection'),(279,4,71,0,19,'no_selection'),(280,4,72,0,19,'no_selection'),(281,4,86,0,19,''),(282,4,90,0,19,''),(283,4,92,0,19,'container2'),(284,4,83,0,19,'bestecktasche-schoko.html'),(285,4,56,0,20,'Bestecktasche lila'),(286,4,82,0,20,'bestecktasche-lila'),(287,4,469,0,20,'2'),(288,4,496,0,20,''),(289,4,497,0,20,''),(290,4,67,0,20,'Wollfilztasche '),(291,4,69,0,20,''),(292,4,70,0,20,'no_selection'),(293,4,71,0,20,'no_selection'),(294,4,72,0,20,'no_selection'),(295,4,86,0,20,''),(296,4,90,0,20,''),(297,4,92,0,20,'container2'),(298,4,83,0,20,'bestecktasche-lila.html'),(299,4,56,0,21,'Bestecktasche schwarz'),(300,4,82,0,21,'bestecktasche-schwarz'),(301,4,469,0,21,'2'),(302,4,496,0,21,''),(303,4,497,0,21,''),(304,4,67,0,21,'Filz Bestecktasche'),(305,4,69,0,21,''),(306,4,70,0,21,'no_selection'),(307,4,71,0,21,'no_selection'),(308,4,72,0,21,'no_selection'),(309,4,86,0,21,''),(310,4,90,0,21,''),(311,4,92,0,21,'container2'),(312,4,83,0,21,'bestecktasche-schwarz.html'),(313,4,56,0,22,'Tischset weiß'),(314,4,82,0,22,'tischset-weiss'),(315,4,469,0,22,'2'),(316,4,496,0,22,''),(317,4,497,0,22,''),(318,4,67,0,22,'Tischset,'),(319,4,69,0,22,''),(320,4,70,0,22,'/0/5/0524-003t_weiss_eshop.gif'),(321,4,71,0,22,'/0/5/0524-003t_weiss_eshop.gif'),(322,4,72,0,22,'/0/5/0524-003_weiss_eshop.gif'),(323,4,86,0,22,''),(324,4,90,0,22,''),(325,4,92,0,22,'container2'),(326,4,83,0,22,'tischset-weiss.html'),(327,4,56,0,23,'Tischset rubinrot'),(328,4,82,0,23,'tischset-rubinrot'),(329,4,469,0,23,'0'),(330,4,496,0,23,''),(331,4,497,0,23,''),(332,4,67,0,23,'Platzset, Tischset'),(333,4,69,0,23,''),(334,4,70,0,23,'/0/9/0929-037_rr.jpg'),(335,4,71,0,23,'/0/9/0929-037t_rr.jpg'),(336,4,72,0,23,'/0/9/0929-037t_rr.jpg'),(337,4,86,0,23,''),(338,4,90,0,23,''),(339,4,92,0,23,'container2'),(340,4,83,0,23,'tischset-rubinrot.html'),(341,4,56,0,24,'Tischset anthrazit'),(342,4,82,0,24,'tischset-anthrazit'),(343,4,469,0,24,'2'),(344,4,496,0,24,''),(345,4,497,0,24,''),(346,4,67,0,24,'Tischset anthrazit, Tischset, Wollfilz, Filz'),(347,4,69,0,24,'Tischset, Wollfilz , anthrazit, Besteck, Teller, gedeckter Tisch, Weihnachtstisch'),(348,4,70,0,24,'/0/9/0929-039t_anthrazit.jpg'),(349,4,71,0,24,'/0/9/0929-039t_anthrazit.jpg'),(350,4,72,0,24,'/0/9/0929-039t_anthrazit.jpg'),(351,4,86,0,24,''),(352,4,90,0,24,''),(353,4,92,0,24,'container2'),(354,4,83,0,24,'tischset-anthrazit.html'),(355,4,95,0,23,'Tischset rubinrot'),(356,4,96,0,23,'Tischset rubinrot (ohne Deko)'),(357,4,97,0,23,'Tischset rubinrot (ohne Deko)'),(358,4,56,0,25,'Tischset orange'),(359,4,82,0,25,'tischset-orange'),(360,4,469,0,25,'2'),(361,4,496,0,25,''),(362,4,497,0,25,''),(363,4,67,0,25,'Platzsets, Wollfilz, Wollfilztischset'),(364,4,69,0,25,'Wollfilz, Platzsets, Tischsets'),(365,4,70,0,25,'/0/9/0929-036_orang_eshop.gif'),(366,4,71,0,25,'/0/9/0929-036t_orang.jpg'),(367,4,72,0,25,'/0/9/0929-036t_orang.jpg'),(368,4,86,0,25,''),(369,4,90,0,25,''),(370,4,92,0,25,'container2'),(371,4,95,0,25,''),(372,4,96,0,25,''),(373,4,97,0,25,''),(374,4,83,0,25,'tischset-orange.html'),(375,4,56,0,26,'Tischset pistazie'),(376,4,82,0,26,'tischset-pistazie'),(377,4,469,0,26,'2'),(378,4,496,0,26,''),(379,4,497,0,26,''),(380,4,67,0,26,'Platzsets, Wolle, Wollfilz, Teller, Tisch'),(381,4,69,0,26,''),(382,4,70,0,26,'/0/5/0529-004_pist_eshop.gif'),(383,4,71,0,26,'/0/5/0529-004pist_eshop.gif'),(384,4,72,0,26,'/0/5/0529-004pist_eshop.gif'),(385,4,86,0,26,''),(386,4,90,0,26,''),(387,4,92,0,26,'container2'),(388,4,83,0,26,'tischset-pistazie.html'),(389,4,56,0,27,'Tischset bordeaux'),(390,4,82,0,27,'tischset-bordeaux'),(391,4,469,0,27,'2'),(392,4,496,0,27,''),(393,4,497,0,27,''),(394,4,67,0,27,'Platzsets, Wollfilz, Filz, '),(395,4,69,0,27,'Tischset, Platzsets, Tischdeko, '),(396,4,70,0,27,'/0/5/0524-002_eshop.gif'),(397,4,71,0,27,'/0/5/0524-002t_eshop.gif'),(398,4,72,0,27,'/0/5/0524-002t_eshop.gif'),(399,4,86,0,27,''),(400,4,90,0,27,''),(401,4,92,0,27,'container2'),(402,4,83,0,27,'tischset-bordeaux.html'),(403,4,56,0,28,'Tischset hellrot'),(404,4,82,0,28,'tischset-hellrot'),(405,4,469,0,28,'2'),(406,4,496,0,28,''),(407,4,497,0,28,''),(408,4,67,0,28,'Platzsets, Tischset, Wollfilz'),(409,4,69,0,28,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch, Weihnachtstisch, festliches Essen'),(410,4,70,0,28,'/0/5/0529-001_hellrot_eshop.gif'),(411,4,71,0,28,'/0/5/0529-001t_eshop.gif'),(412,4,72,0,28,'no_selection'),(413,4,86,0,28,''),(414,4,90,0,28,''),(415,4,92,0,28,'container2'),(416,4,83,0,28,'tischset-hellrot.html'),(417,4,56,0,29,'Tischset pink'),(418,4,82,0,29,'tischset-pink'),(419,4,469,0,29,'2'),(420,4,496,0,29,''),(421,4,497,0,29,''),(422,4,67,0,29,'Tischsets, Tisch, Wollfilz'),(423,4,69,0,29,'Weihnachtstisch, festliches Essen'),(424,4,70,0,29,'/0/5/0529-002_pink_eshop.gif'),(425,4,71,0,29,'/0/5/0529-002t_eshop.gif'),(426,4,72,0,29,'/0/5/0529-002t_eshop.gif'),(427,4,86,0,29,''),(428,4,90,0,29,''),(429,4,92,0,29,'container2'),(430,4,83,0,29,'tischset-pink.html'),(431,4,56,0,30,'Tischset gelb'),(432,4,82,0,30,'tischset-gelb'),(433,4,469,0,30,'2'),(434,4,496,0,30,''),(435,4,497,0,30,''),(436,4,67,0,30,'Platzsets, Tischsets'),(437,4,69,0,30,'Tischsets, Wollfilz, Filz, Besteck, teller, gedeckter Tisch'),(438,4,70,0,30,'/0/5/0529-003-glb_eshop.gif'),(439,4,71,0,30,'/0/5/0529-003glb_eshop.gif'),(440,4,72,0,30,'/0/5/0529-003glb_eshop.gif'),(441,4,86,0,30,''),(442,4,90,0,30,''),(443,4,92,0,30,'container2'),(444,4,83,0,30,'tischset-gelb.html'),(445,4,56,0,31,'Tischset ocker'),(446,4,82,0,31,'tischset-ocker'),(447,4,469,0,31,'2'),(448,4,496,0,31,''),(449,4,497,0,31,''),(450,4,67,0,31,'Platzsets, Tischsets'),(451,4,69,0,31,'Platzsets, Tischsets, Wollfilz, Filz, Besteck, Teller'),(452,4,70,0,31,'no_selection'),(453,4,71,0,31,'no_selection'),(454,4,72,0,31,'no_selection'),(455,4,86,0,31,''),(456,4,90,0,31,''),(457,4,92,0,31,'container2'),(458,4,83,0,31,'tischset-ocker.html'),(459,4,56,0,32,'Tischset schoko'),(460,4,82,0,32,'tischset-schoko'),(461,4,469,0,32,'2'),(462,4,496,0,32,''),(463,4,497,0,32,''),(464,4,67,0,32,'Tischsets, Wollfilz'),(465,4,69,0,32,'Platzsets, Tischsets, Wollfilz, Filz, Besteck'),(466,4,70,0,32,'no_selection'),(467,4,71,0,32,'no_selection'),(468,4,72,0,32,'no_selection'),(469,4,86,0,32,''),(470,4,90,0,32,''),(471,4,92,0,32,'container2'),(472,4,83,0,32,'tischset-schoko.html'),(473,4,56,0,33,'Tischset lila'),(474,4,82,0,33,'tischset-lila'),(475,4,469,0,33,'2'),(476,4,496,0,33,''),(477,4,497,0,33,''),(478,4,67,0,33,'Tischsets'),(479,4,69,0,33,'festliches Essen, Wollfilz, Filz, Besteck, Te'),(480,4,70,0,33,'no_selection'),(481,4,71,0,33,'no_selection'),(482,4,72,0,33,'no_selection'),(483,4,86,0,33,''),(484,4,90,0,33,''),(485,4,92,0,33,'container2'),(486,4,83,0,33,'tischset-lila.html'),(487,4,56,0,34,'Tischset schwarz'),(488,4,82,0,34,'tischset-schwarz'),(489,4,469,0,34,'2'),(490,4,496,0,34,''),(491,4,497,0,34,''),(492,4,67,0,34,'Tischsets, Platzset'),(493,4,69,0,34,'Wollfilz, Filz, Besteck, teller, gedeckter Tisch, '),(494,4,70,0,34,'no_selection'),(495,4,71,0,34,'no_selection'),(496,4,72,0,34,'no_selection'),(497,4,86,0,34,''),(498,4,90,0,34,''),(499,4,92,0,34,'container2'),(500,4,83,0,34,'tischset-schwarz.html'),(501,4,56,0,35,'Untersetzer eckig weiß'),(502,4,82,0,35,'untersetzer-eckig-weiss'),(503,4,469,0,35,'2'),(504,4,496,0,35,''),(505,4,497,0,35,''),(506,4,67,0,35,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(507,4,69,0,35,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(508,4,70,0,35,'/u/s/us-eckig-natur.jpg'),(509,4,71,0,35,'/u/s/us-eckig-natur-g.jpg'),(510,4,72,0,35,'/u/s/us-eckig-natur-g.jpg'),(511,4,86,0,35,''),(512,4,90,0,35,''),(513,4,92,0,35,'container2'),(514,4,83,0,35,'untersetzer-eckig-weiss.html'),(515,4,56,0,36,'Untersetzer eckig rubinrot'),(516,4,82,0,36,'untersetzer-eckig-weiss'),(517,4,469,0,36,'2'),(518,4,496,0,36,''),(519,4,497,0,36,''),(520,4,67,0,36,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(521,4,69,0,36,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(522,4,70,0,36,'no_selection'),(523,4,71,0,36,'/0/9/0929-086g_rr_eshop.gif'),(524,4,72,0,36,'/0/9/0929-086g_rr_eshop.gif'),(525,4,86,0,36,''),(526,4,90,0,36,''),(527,4,92,0,36,'container2'),(528,4,83,0,36,'untersetzer-eckig-weiss-1.html'),(529,4,56,0,37,'Untersetzer eckig anthrazit'),(530,4,82,0,37,'untersetzer-eckig-anthrazit'),(531,4,469,0,37,'2'),(532,4,496,0,37,''),(533,4,497,0,37,''),(534,4,67,0,37,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(535,4,69,0,37,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(536,4,70,0,37,'/0/9/0929-087_anth_eshop.gif'),(537,4,71,0,37,'/0/9/0929-087g_anth_eshop.gif'),(538,4,72,0,37,'/0/9/0929-087g_anth_eshop.gif'),(539,4,86,0,37,''),(540,4,90,0,37,''),(541,4,92,0,37,'container2'),(542,4,83,0,37,'untersetzer-eckig-anthrazit.html'),(543,4,56,0,38,'Untersetzer eckig orange'),(544,4,82,0,38,'untersetzer-eckig-orange'),(545,4,469,0,38,'2'),(546,4,496,0,38,''),(547,4,497,0,38,''),(548,4,67,0,38,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(549,4,69,0,38,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(550,4,70,0,38,'/0/9/0929-084_orang_eshop.gif'),(551,4,71,0,38,'/0/9/0929-084g_orang_eshop.gif'),(552,4,72,0,38,'/0/9/0929-084g_orang_eshop.gif'),(553,4,86,0,38,''),(554,4,90,0,38,''),(555,4,92,0,38,'container2'),(556,4,83,0,38,'untersetzer-eckig-orange.html'),(557,4,56,0,39,'Untersetzer eckig pistazie'),(558,4,82,0,39,'untersetzer-eckig-pistazie'),(559,4,469,0,39,'2'),(560,4,496,0,39,''),(561,4,497,0,39,''),(562,4,67,0,39,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(563,4,69,0,39,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(564,4,70,0,39,'/0/5/0529-005g_eshop.gif'),(565,4,71,0,39,'/0/5/0529-005g_eshop.gif'),(566,4,72,0,39,'/0/5/0529-005_pist_eshop.gif'),(567,4,86,0,39,''),(568,4,90,0,39,''),(569,4,92,0,39,'container2'),(570,4,83,0,39,'untersetzer-eckig-pistazie.html'),(571,4,56,0,40,'Untersetzer eckig bordeaux'),(572,4,82,0,40,'untersetzer-eckig-bordeaux'),(573,4,469,0,40,'2'),(574,4,496,0,40,''),(575,4,497,0,40,''),(576,4,67,0,40,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(577,4,69,0,40,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(578,4,70,0,40,'/u/s/us-eckig-weinrot.jpg'),(579,4,71,0,40,'/u/s/us-eckig-weinrot-g.jpg'),(580,4,72,0,40,'/u/s/us-eckig-weinrot-g.jpg'),(581,4,86,0,40,''),(582,4,90,0,40,''),(583,4,92,0,40,'container2'),(584,4,83,0,40,'untersetzer-eckig-bordeaux.html'),(585,4,56,0,41,'Untersetzer eckig hellrot'),(586,4,82,0,41,'untersetzer-eckig-hellrot'),(587,4,469,0,41,'2'),(588,4,496,0,41,''),(589,4,497,0,41,''),(590,4,67,0,41,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(591,4,69,0,41,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(592,4,70,0,41,'/u/s/us-eckig-hellrot.jpg'),(593,4,71,0,41,'/u/s/us-eckig-hellrot-g.jpg'),(594,4,72,0,41,'/u/s/us-eckig-hellrot.jpg'),(595,4,86,0,41,''),(596,4,90,0,41,''),(597,4,92,0,41,'container2'),(598,4,83,0,41,'untersetzer-eckig-hellrot.html'),(599,4,56,0,42,'Untersetzer eckig pink'),(600,4,82,0,42,'untersetzer-eckig-pink'),(601,4,469,0,42,'2'),(602,4,496,0,42,''),(603,4,497,0,42,''),(604,4,67,0,42,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(605,4,69,0,42,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(606,4,70,0,42,'/0/5/0529-007g_eshop.gif'),(607,4,71,0,42,'/0/5/0529-007g-2_eshop.gif'),(608,4,72,0,42,'/0/5/0529-007g-2_eshop.gif'),(609,4,86,0,42,''),(610,4,90,0,42,''),(611,4,92,0,42,'container2'),(612,4,83,0,42,'untersetzer-eckig-pink.html'),(613,4,56,0,43,'Untersetzer eckig gelb'),(614,4,82,0,43,'untersetzer-eckig-gelb'),(615,4,469,0,43,'2'),(616,4,496,0,43,''),(617,4,497,0,43,''),(618,4,67,0,43,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(619,4,69,0,43,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(620,4,70,0,43,'/0/5/0529-006_eshop_1.gif'),(621,4,71,0,43,'/0/5/0529-006g_eshop.gif'),(622,4,72,0,43,'/0/5/0529-006g_eshop.gif'),(623,4,86,0,43,''),(624,4,90,0,43,''),(625,4,92,0,43,'container2'),(626,4,83,0,43,'untersetzer-eckig-gelb.html'),(627,4,56,0,44,'Untersetzer eckig schoko'),(628,4,82,0,44,'untersetzer-eckig-schoko'),(629,4,469,0,44,'2'),(630,4,496,0,44,''),(631,4,497,0,44,''),(632,4,67,0,44,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(633,4,69,0,44,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(634,4,70,0,44,'no_selection'),(635,4,71,0,44,'no_selection'),(636,4,72,0,44,'no_selection'),(637,4,86,0,44,''),(638,4,90,0,44,''),(639,4,92,0,44,'container2'),(640,4,83,0,44,'untersetzer-eckig-schoko.html'),(641,4,56,0,45,'Untersetzer eckig ocker'),(642,4,82,0,45,'untersetzer-eckig-ocker'),(643,4,469,0,45,'2'),(644,4,496,0,45,''),(645,4,497,0,45,''),(646,4,67,0,45,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(647,4,69,0,45,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(648,4,70,0,45,'no_selection'),(649,4,71,0,45,'no_selection'),(650,4,72,0,45,'no_selection'),(651,4,86,0,45,''),(652,4,90,0,45,''),(653,4,92,0,45,'container2'),(654,4,83,0,45,'untersetzer-eckig-ocker.html'),(655,4,56,0,46,'Untersetzer eckig lila'),(656,4,82,0,46,'untersetzer-eckig-lila'),(657,4,469,0,46,'2'),(658,4,496,0,46,''),(659,4,497,0,46,''),(660,4,67,0,46,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(661,4,69,0,46,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(662,4,70,0,46,'no_selection'),(663,4,71,0,46,'no_selection'),(664,4,72,0,46,'no_selection'),(665,4,86,0,46,''),(666,4,90,0,46,''),(667,4,92,0,46,'container2'),(668,4,83,0,46,'untersetzer-eckig-lila.html'),(669,4,56,0,47,'Untersetzer eckig schwarz'),(670,4,82,0,47,'untersetzer-eckig-schwarz'),(671,4,469,0,47,'2'),(672,4,496,0,47,''),(673,4,497,0,47,''),(674,4,67,0,47,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(675,4,69,0,47,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(676,4,70,0,47,'no_selection'),(677,4,71,0,47,'no_selection'),(678,4,72,0,47,'no_selection'),(679,4,86,0,47,''),(680,4,90,0,47,''),(681,4,92,0,47,'container2'),(682,4,83,0,47,'untersetzer-eckig-schwarz.html'),(683,4,56,0,48,'Untersetzer rund weiß'),(684,4,82,0,48,'untersetzer-eckig-weiss'),(685,4,469,0,48,'2'),(686,4,496,0,48,''),(687,4,497,0,48,''),(688,4,67,0,48,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(689,4,69,0,48,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(690,4,70,0,48,'no_selection'),(691,4,71,0,48,'no_selection'),(692,4,72,0,48,'no_selection'),(693,4,86,0,48,''),(694,4,90,0,48,''),(695,4,92,0,48,'container2'),(696,4,83,0,48,'untersetzer-eckig-weiss-2.html'),(697,4,56,0,49,'Untersetzer rund rubinrot'),(698,4,82,0,49,'untersetzer-rund-rubinrot'),(699,4,469,0,49,'2'),(700,4,496,0,49,''),(701,4,497,0,49,''),(702,4,67,0,49,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(703,4,69,0,49,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(704,4,70,0,49,'/0/1/0112-004g.jpg'),(705,4,71,0,49,'/0/1/0112-004.jpg'),(706,4,72,0,49,'/0/1/0112-004.jpg'),(707,4,86,0,49,''),(708,4,90,0,49,''),(709,4,92,0,49,'container2'),(710,4,83,0,49,'untersetzer-rund-rubinrot.html'),(711,4,56,0,50,'Untersetzer rund orange'),(712,4,82,0,50,'untersetzer-rund-orange'),(713,4,469,0,50,'2'),(714,4,496,0,50,''),(715,4,497,0,50,''),(716,4,67,0,50,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(717,4,69,0,50,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(718,4,70,0,50,'/0/1/0112-003g.jpg'),(719,4,71,0,50,'/0/1/0112-003.jpg'),(720,4,72,0,50,'/0/1/0112-003g.jpg'),(721,4,86,0,50,''),(722,4,90,0,50,''),(723,4,92,0,50,'container2'),(724,4,83,0,50,'untersetzer-rund-orange.html'),(725,4,56,0,51,'Untersetzer rund anthrazit'),(726,4,82,0,51,'untersetzer-eckig-anthrazit'),(727,4,469,0,51,'2'),(728,4,496,0,51,''),(729,4,497,0,51,''),(730,4,67,0,51,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(731,4,69,0,51,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(732,4,70,0,51,'/0/1/0112-002g.jpg'),(733,4,71,0,51,'/0/1/0112-002.jpg'),(734,4,72,0,51,'/0/1/0112-002.jpg'),(735,4,86,0,51,''),(736,4,90,0,51,''),(737,4,92,0,51,'container2'),(738,4,83,0,51,'untersetzer-eckig-anthrazit-1.html'),(739,4,56,0,52,'Untersetzer rund pistazie'),(740,4,82,0,52,'untersetzer-rund-pistazie'),(741,4,469,0,52,'2'),(742,4,496,0,52,''),(743,4,497,0,52,''),(744,4,67,0,52,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(745,4,69,0,52,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(746,4,70,0,52,'/0/5/0529-014_p_e.jpg'),(747,4,71,0,52,'/0/5/0529-014_p_e.jpg'),(748,4,72,0,52,'/0/5/0529-014_p_e.jpg'),(749,4,86,0,52,''),(750,4,90,0,52,''),(751,4,92,0,52,'container2'),(752,4,83,0,52,'untersetzer-rund-pistazie.html'),(753,4,56,0,53,'Untersetzer rund bordeaux'),(754,4,82,0,53,'untersetzer-eckig-bordeaux'),(755,4,469,0,53,'2'),(756,4,496,0,53,''),(757,4,497,0,53,''),(758,4,67,0,53,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(759,4,69,0,53,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(760,4,70,0,53,'/0/5/0529-012_bord_e.jpg'),(761,4,71,0,53,'/0/5/0529-012_bord_e.jpg'),(762,4,72,0,53,'/0/5/0529-012_bord_e.jpg'),(763,4,86,0,53,''),(764,4,90,0,53,''),(765,4,92,0,53,'container2'),(766,4,83,0,53,'untersetzer-eckig-bordeaux-1.html'),(767,4,56,0,54,'Untersetzer rund hellrot'),(768,4,82,0,54,'untersetzer-eckig-hellrot'),(769,4,469,0,54,'2'),(770,4,496,0,54,''),(771,4,497,0,54,''),(772,4,67,0,54,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(773,4,69,0,54,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(774,4,70,0,54,'/0/5/0529-027_hellr_e.jpg'),(775,4,71,0,54,'/0/5/0529-013_hellr_e.jpg'),(776,4,72,0,54,'/0/5/0529-013_hellr_e.jpg'),(777,4,86,0,54,''),(778,4,90,0,54,''),(779,4,92,0,54,'container2'),(780,4,83,0,54,'untersetzer-eckig-hellrot-1.html'),(781,4,56,0,55,'Untersetzer rund pink'),(782,4,82,0,55,'untersetzer-eckig-pink'),(783,4,469,0,55,'2'),(784,4,496,0,55,''),(785,4,497,0,55,''),(786,4,67,0,55,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(787,4,69,0,55,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(788,4,70,0,55,'/0/5/0529-016_pink_e.jpg'),(789,4,71,0,55,'/0/5/0529-016_pink_e.jpg'),(790,4,72,0,55,'/0/5/0529-016_pink_e.jpg'),(791,4,86,0,55,''),(792,4,90,0,55,''),(793,4,92,0,55,'container2'),(794,4,83,0,55,'untersetzer-eckig-pink-1.html'),(795,4,56,0,56,'Untersetzer rund gelb'),(796,4,82,0,56,'untersetzer-eckig-gelb'),(797,4,469,0,56,'2'),(798,4,496,0,56,''),(799,4,497,0,56,''),(800,4,67,0,56,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(801,4,69,0,56,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(802,4,70,0,56,'/0/5/0529-015_gelb_e.jpg'),(803,4,71,0,56,'/0/5/0529-015_gelb_e.jpg'),(804,4,72,0,56,'/0/5/0529-015_gelb_e.jpg'),(805,4,86,0,56,''),(806,4,90,0,56,''),(807,4,92,0,56,'container2'),(808,4,83,0,56,'untersetzer-eckig-gelb-1.html'),(809,4,56,0,57,'Untersetzer rund schoko'),(810,4,82,0,57,'untersetzer-eckig-schoko'),(811,4,469,0,57,'2'),(812,4,496,0,57,''),(813,4,497,0,57,''),(814,4,67,0,57,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(815,4,69,0,57,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(816,4,70,0,57,'no_selection'),(817,4,71,0,57,'no_selection'),(818,4,72,0,57,'no_selection'),(819,4,86,0,57,''),(820,4,90,0,57,''),(821,4,92,0,57,'container2'),(822,4,83,0,57,'untersetzer-eckig-schoko-1.html'),(823,4,56,0,58,'Untersetzer rund ocker'),(824,4,82,0,58,'untersetzer-rund-ocker'),(825,4,469,0,58,'2'),(826,4,496,0,58,''),(827,4,497,0,58,''),(828,4,67,0,58,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(829,4,69,0,58,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(830,4,70,0,58,'no_selection'),(831,4,71,0,58,'no_selection'),(832,4,72,0,58,'no_selection'),(833,4,86,0,58,''),(834,4,90,0,58,''),(835,4,92,0,58,'container2'),(836,4,83,0,58,'untersetzer-rund-ocker.html'),(837,4,56,0,59,'Untersetzer rund lila'),(838,4,82,0,59,'untersetzer-rund-lila'),(839,4,469,0,59,'2'),(840,4,496,0,59,''),(841,4,497,0,59,''),(842,4,67,0,59,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(843,4,69,0,59,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(844,4,70,0,59,'no_selection'),(845,4,71,0,59,'no_selection'),(846,4,72,0,59,'no_selection'),(847,4,86,0,59,''),(848,4,90,0,59,''),(849,4,92,0,59,'container2'),(850,4,83,0,59,'untersetzer-rund-lila.html'),(851,4,56,0,60,'Untersetzer rund schwarz'),(852,4,82,0,60,'untersetzer-rund-schwarz'),(853,4,469,0,60,'2'),(854,4,496,0,60,''),(855,4,497,0,60,''),(856,4,67,0,60,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(857,4,69,0,60,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(858,4,70,0,60,'no_selection'),(859,4,71,0,60,'no_selection'),(860,4,72,0,60,'no_selection'),(861,4,86,0,60,''),(862,4,90,0,60,''),(863,4,92,0,60,'container2'),(864,4,83,0,60,'untersetzer-rund-schwarz.html'),(865,4,56,0,61,'Untersetzer rund weiß'),(866,4,82,0,61,'untersetzer-rund-weiss'),(867,4,469,0,61,'2'),(868,4,496,0,61,''),(869,4,497,0,61,''),(870,4,67,0,61,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(871,4,69,0,61,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(872,4,70,0,61,'/0/6/0610-019.jpg'),(873,4,71,0,61,'/0/6/0610-019.jpg'),(874,4,72,0,61,'/0/6/0610-019.jpg'),(875,4,86,0,61,''),(876,4,90,0,61,''),(877,4,92,0,61,'container2'),(878,4,83,0,61,'untersetzer-rund-weiss.html'),(879,4,56,0,62,'Untersetzer rund rubinrot'),(880,4,82,0,62,'untersetzer-rund-rubinrot'),(881,4,469,0,62,'2'),(882,4,496,0,62,''),(883,4,497,0,62,''),(884,4,67,0,62,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(885,4,69,0,62,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(886,4,70,0,62,'/0/6/0610-012_rubinrot_e.jpg'),(887,4,71,0,62,'/0/6/0610-012_rubinrot_e.jpg'),(888,4,72,0,62,'/0/6/0610-012_rubinrot_e.jpg'),(889,4,86,0,62,''),(890,4,90,0,62,''),(891,4,92,0,62,'container2'),(892,4,83,0,62,'untersetzer-rund-rubinrot-1.html'),(893,4,56,0,63,'Untersetzer rund orange'),(894,4,82,0,63,'untersetzer-rund-orange'),(895,4,469,0,63,'2'),(896,4,496,0,63,''),(897,4,497,0,63,''),(898,4,67,0,63,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(899,4,69,0,63,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(900,4,70,0,63,'/0/6/0610-013_orange_e.jpg'),(901,4,71,0,63,'/0/6/0610-013_orange_e.jpg'),(902,4,72,0,63,'no_selection'),(903,4,86,0,63,''),(904,4,90,0,63,''),(905,4,92,0,63,'container2'),(906,4,83,0,63,'untersetzer-rund-orange-1.html'),(907,4,56,0,64,'Untersetzer rund anthrazit'),(908,4,82,0,64,'untersetzer-rund-anthrazit'),(909,4,469,0,64,'2'),(910,4,496,0,64,''),(911,4,497,0,64,''),(912,4,67,0,64,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(913,4,69,0,64,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(914,4,70,0,64,'/0/6/0610-011_anthrazit_e.jpg'),(915,4,71,0,64,'/0/6/0610-011_anthrazit_e.jpg'),(916,4,72,0,64,'/0/6/0610-011_anthrazit_e.jpg'),(917,4,86,0,64,''),(918,4,90,0,64,''),(919,4,92,0,64,'container2'),(920,4,83,0,64,'untersetzer-rund-anthrazit.html'),(921,4,56,0,65,'Untersetzer rund pistazie'),(922,4,82,0,65,'untersetzer-rund-pistazie'),(923,4,469,0,65,'2'),(924,4,496,0,65,''),(925,4,497,0,65,''),(926,4,67,0,65,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(927,4,69,0,65,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(928,4,70,0,65,'/0/6/0610-017_pistazie_e.jpg'),(929,4,71,0,65,'/0/6/0610-017_pistazie_e.jpg'),(930,4,72,0,65,'/0/6/0610-017_pistazie_e.jpg'),(931,4,86,0,65,''),(932,4,90,0,65,''),(933,4,92,0,65,'container2'),(934,4,83,0,65,'untersetzer-rund-pistazie-1.html'),(935,4,56,0,66,'Untersetzer rund bordeaux'),(936,4,82,0,66,'untersetzer-rund-bordeaux'),(937,4,469,0,66,'2'),(938,4,496,0,66,''),(939,4,497,0,66,''),(940,4,67,0,66,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(941,4,69,0,66,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(942,4,70,0,66,'/0/6/0610-015_bordeaux_e.jpg'),(943,4,71,0,66,'/0/6/0610-015_bordeaux_e.jpg'),(944,4,72,0,66,'/0/6/0610-015_bordeaux_e.jpg'),(945,4,86,0,66,''),(946,4,90,0,66,''),(947,4,92,0,66,'container2'),(948,4,83,0,66,'untersetzer-rund-bordeaux.html'),(949,4,56,0,67,'Untersetzer rund hellrot'),(950,4,82,0,67,'untersetzer-rund-hellrot'),(951,4,469,0,67,'2'),(952,4,496,0,67,''),(953,4,497,0,67,''),(954,4,67,0,67,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(955,4,69,0,67,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(956,4,70,0,67,'no_selection'),(957,4,71,0,67,'no_selection'),(958,4,72,0,67,'no_selection'),(959,4,86,0,67,''),(960,4,90,0,67,''),(961,4,92,0,67,'container2'),(962,4,83,0,67,'untersetzer-rund-hellrot.html'),(963,4,56,0,68,'Untersetzer rund pink'),(964,4,82,0,68,'untersetzer-rund-pink'),(965,4,469,0,68,'2'),(966,4,496,0,68,''),(967,4,497,0,68,''),(968,4,67,0,68,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(969,4,69,0,68,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(970,4,70,0,68,'/0/6/0610-014_pink_e.jpg'),(971,4,71,0,68,'/0/6/0610-014_pink_e.jpg'),(972,4,72,0,68,'/0/6/0610-014_pink_e.jpg'),(973,4,86,0,68,''),(974,4,90,0,68,''),(975,4,92,0,68,'container2'),(976,4,83,0,68,'untersetzer-rund-pink.html'),(977,4,56,0,69,'Untersetzer rund gelb'),(978,4,82,0,69,'untersetzer-rund-gelb'),(979,4,469,0,69,'2'),(980,4,496,0,69,''),(981,4,497,0,69,''),(982,4,67,0,69,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(983,4,69,0,69,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(984,4,70,0,69,'/0/6/0610-018_gelb_e.jpg'),(985,4,71,0,69,'/0/6/0610-018_gelb_e.jpg'),(986,4,72,0,69,'/0/6/0610-018_gelb_e.jpg'),(987,4,86,0,69,''),(988,4,90,0,69,''),(989,4,92,0,69,'container2'),(990,4,83,0,69,'untersetzer-rund-gelb.html'),(991,4,56,0,70,'Untersetzer rund schoko'),(992,4,82,0,70,'untersetzer-rund-schoko'),(993,4,469,0,70,'2'),(994,4,496,0,70,''),(995,4,497,0,70,''),(996,4,67,0,70,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(997,4,69,0,70,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(998,4,70,0,70,'no_selection'),(999,4,71,0,70,'no_selection'),(1000,4,72,0,70,'no_selection'),(1001,4,86,0,70,''),(1002,4,90,0,70,''),(1003,4,92,0,70,'container2'),(1004,4,83,0,70,'untersetzer-rund-schoko.html'),(1005,4,56,0,71,'Untersetzer rund ocker'),(1006,4,82,0,71,'untersetzer-rund-ocker'),(1007,4,469,0,71,'2'),(1008,4,496,0,71,''),(1009,4,497,0,71,''),(1010,4,67,0,71,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(1011,4,69,0,71,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1012,4,70,0,71,'no_selection'),(1013,4,71,0,71,'no_selection'),(1014,4,72,0,71,'no_selection'),(1015,4,86,0,71,''),(1016,4,90,0,71,''),(1017,4,92,0,71,'container2'),(1018,4,83,0,71,'untersetzer-rund-ocker-1.html'),(1019,4,56,0,72,'Untersetzer rund lila'),(1020,4,82,0,72,'untersetzer-rund-lila'),(1021,4,469,0,72,'2'),(1022,4,496,0,72,''),(1023,4,497,0,72,''),(1024,4,67,0,72,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(1025,4,69,0,72,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1026,4,70,0,72,'no_selection'),(1027,4,71,0,72,'no_selection'),(1028,4,72,0,72,'no_selection'),(1029,4,86,0,72,''),(1030,4,90,0,72,''),(1031,4,92,0,72,'container2'),(1032,4,83,0,72,'untersetzer-rund-lila-1.html'),(1033,4,56,0,73,'Untersetzer rund schwarz'),(1034,4,82,0,73,'untersetzer-rund-schwarz'),(1035,4,469,0,73,'2'),(1036,4,496,0,73,''),(1037,4,497,0,73,''),(1038,4,67,0,73,'Untersetzer, Wollfilz Untersetzer, Filzuntersetzer'),(1039,4,69,0,73,'Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1040,4,70,0,73,'no_selection'),(1041,4,71,0,73,'no_selection'),(1042,4,72,0,73,'no_selection'),(1043,4,86,0,73,''),(1044,4,90,0,73,''),(1045,4,92,0,73,'container2'),(1046,4,83,0,73,'untersetzer-rund-schwarz-1.html'),(1047,4,56,0,74,'Stäbchentasche rubinrot '),(1048,4,82,0,74,'staebchentasche-rubinrot'),(1049,4,469,0,74,'2'),(1050,4,496,0,74,''),(1051,4,497,0,74,''),(1052,4,67,0,74,'Stäbchentasche, asiatisches essen, '),(1053,4,69,0,74,'Stäbchentasche, Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1054,4,70,0,74,'/0/9/0929x111_rr_eshop.gif'),(1055,4,71,0,74,'/0/9/0929x111_rr_eshop.gif'),(1056,4,72,0,74,'/0/9/0929x111_rr_eshop.gif'),(1057,4,86,0,74,''),(1058,4,90,0,74,''),(1059,4,92,0,74,'container2'),(1060,4,83,0,74,'staebchentasche-rubinrot.html'),(1061,4,56,0,75,'Stäbchentasche orange'),(1062,4,82,0,75,'staebchentasche-orange'),(1063,4,469,0,75,'2'),(1064,4,496,0,75,''),(1065,4,497,0,75,''),(1066,4,67,0,75,'Stäbchentasche, asiatisches essen, '),(1067,4,69,0,75,'Stäbchentasche, Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1068,4,70,0,75,'/0/9/0929-111_orang_eshop.gif'),(1069,4,71,0,75,'/0/9/0929-111_orang_eshop.gif'),(1070,4,72,0,75,'/0/9/0929-111_orang_eshop.gif'),(1071,4,86,0,75,''),(1072,4,90,0,75,''),(1073,4,92,0,75,'container2'),(1074,4,83,0,75,'staebchentasche-orange.html'),(1075,4,56,0,76,'Stäbchentasche anthrazit'),(1076,4,82,0,76,'staebchentasche-anthrazit'),(1077,4,469,0,76,'2'),(1078,4,496,0,76,''),(1079,4,497,0,76,''),(1080,4,67,0,76,'Stäbchentasche, asiatisches essen, '),(1081,4,69,0,76,'Stäbchentasche, Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1082,4,70,0,76,'/0/9/0929-112_anthra_eshop_1.gif'),(1083,4,71,0,76,'/0/9/0929-112_anthra_eshop_1.gif'),(1084,4,72,0,76,'/0/9/0929-112_anthra_eshop_1.gif'),(1085,4,86,0,76,''),(1086,4,90,0,76,''),(1087,4,92,0,76,'container2'),(1088,4,83,0,76,'staebchentasche-anthrazit.html'),(1089,4,56,0,77,'Stäbchentasche hellblau'),(1090,4,82,0,77,'staebchentasche-hellblau'),(1091,4,469,0,77,'2'),(1092,4,496,0,77,''),(1093,4,497,0,77,''),(1094,4,67,0,77,'Stäbchentasche, asiatisches essen, '),(1095,4,69,0,77,'Stäbchentasche, Designuntersetzer, Glasuntersetzer, Wollfilz, Wollfilz-Untersetzer,'),(1099,4,86,0,77,''),(1100,4,90,0,77,''),(1101,4,92,0,77,'container2'),(1102,4,83,0,77,'staebchentasche-hellblau.html'),(1137,4,56,0,80,'zweifarbige Tischset orange-rubinrot'),(1138,4,82,0,80,'zweifarbige-tischset-orange-rubinrot'),(1139,4,469,0,80,'2'),(1140,4,496,0,80,''),(1141,4,497,0,80,''),(1142,4,67,0,80,'zweifarbige Tischset, Wollfilz, Tischdekoration'),(1143,4,69,0,80,'Wolfilz, Tischset, Untersetzer, Filz'),(1144,4,70,0,80,'/0/9/0929-040_or_rr_eshop.gif'),(1145,4,71,0,80,'/0/9/0929-040t_or_rr_eshop.gif'),(1146,4,72,0,80,'/0/9/0929-040t_or_rr_eshop.gif'),(1147,4,86,0,80,''),(1148,4,90,0,80,''),(1149,4,92,0,80,'container2'),(1150,4,83,0,80,'zweifarbige-tischset-orange-rubinrot.html'),(1151,4,56,0,81,'zweifarbige Tischset anthrazit-rubinrot'),(1152,4,82,0,81,'zweifarbige-tischset-anthrazit-rubinrot'),(1153,4,469,0,81,'2'),(1154,4,496,0,81,''),(1155,4,497,0,81,''),(1156,4,67,0,81,'zweifarbige Tischset, Wollfilz, Tischdekoration'),(1157,4,69,0,81,'Wolfilz, Tischset, Untersetzer, Filz'),(1158,4,70,0,81,'/0/9/0929-038_anthra_rr_eshop.gif'),(1159,4,71,0,81,'/0/9/0929-038t_anthra_rr_eshop.gif'),(1160,4,72,0,81,'/0/9/0929-038t_anthra_rr_eshop.gif'),(1161,4,86,0,81,''),(1162,4,90,0,81,''),(1163,4,92,0,81,'container2'),(1164,4,83,0,81,'zweifarbige-tischset-anthrazit-rubinrot.html'),(1165,4,56,0,82,'zweifarbige Tischset rubinrot-anthrazit'),(1166,4,82,0,82,'zweifarbige-tischset-rubinrot-anthrazit'),(1167,4,469,0,82,'2'),(1168,4,496,0,82,''),(1169,4,497,0,82,''),(1170,4,67,0,82,'zweifarbige Tischset, Wollfilz, Tischdekoration'),(1171,4,69,0,82,'Wolfilz, Tischset, Untersetzer, Filz'),(1172,4,70,0,82,'/0/1/0105-001_rr_anthr_eshop.gif'),(1173,4,71,0,82,'/0/1/0105-001t_rr_anthra_eshop.gif'),(1174,4,72,0,82,'/0/1/0105-001t_rr_anthra_eshop.gif'),(1175,4,86,0,82,''),(1176,4,90,0,82,''),(1177,4,92,0,82,'container2'),(1178,4,83,0,82,'zweifarbige-tischset-rubinrot-anthrazit.html'),(1179,4,56,0,83,'zweifarbige Tischset schwarz-anthrazit'),(1180,4,82,0,83,'zweifarbige-tischset-schwarz-anthrazit'),(1181,4,469,0,83,'2'),(1182,4,496,0,83,''),(1183,4,497,0,83,''),(1184,4,67,0,83,'zweifarbige Tischset, Wollfilz, Tischdekoration, Filz'),(1185,4,69,0,83,'Wolfilz, Tischset, Untersetzer, Filz'),(1186,4,70,0,83,'/0/4/0419-005_schwarz_anthrazit__760.jpg'),(1187,4,71,0,83,'/0/4/0419-005_schwarz_anthrazit__760.jpg'),(1188,4,72,0,83,'/0/4/0419-005_schwarz_anthrazit__760.jpg'),(1189,4,86,0,83,''),(1190,4,90,0,83,''),(1191,4,92,0,83,'container2'),(1192,4,83,0,83,'zweifarbige-tischset-schwarz-anthrazit.html'),(1193,4,56,0,84,'zweifarbige Tischset anthrazit-schwarz'),(1194,4,82,0,84,'zweifarbige-tischset-anthrazit-schwarz'),(1195,4,469,0,84,'2'),(1196,4,496,0,84,''),(1197,4,497,0,84,''),(1198,4,67,0,84,'zweifarbige Tischset, Wollfilz, Tischdekoration'),(1199,4,69,0,84,'Wolfilz, Tischset, Untersetzer, Filz'),(1200,4,70,0,84,'/d/s/dsc_0216_anthrazit_schwarz_760p.jpg'),(1201,4,71,0,84,'/d/s/dsc_0216_anthrazit_schwarz_760p.jpg'),(1202,4,72,0,84,'/d/s/dsc_0216_anthrazit_schwarz_760p.jpg'),(1203,4,86,0,84,''),(1204,4,90,0,84,''),(1205,4,92,0,84,'container2'),(1206,4,83,0,84,'zweifarbige-tischset-anthrazit-schwarz.html'),(1221,4,56,0,86,'Serviettenring weiß'),(1222,4,82,0,86,'serviettenring-weiss'),(1223,4,469,0,86,'2'),(1224,4,496,0,86,''),(1225,4,497,0,86,''),(1226,4,67,0,86,'Serviettenringe, Serviette, Wollfilz'),(1227,4,69,0,86,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1231,4,86,0,86,''),(1232,4,90,0,86,''),(1233,4,92,0,86,'container2'),(1234,4,83,0,86,'serviettenring-weiss.html'),(1249,4,56,0,88,'Serviettenring rubinrot'),(1250,4,82,0,88,'serviettenring-rubinrot'),(1251,4,469,0,88,'2'),(1252,4,496,0,88,''),(1253,4,497,0,88,''),(1254,4,67,0,88,'Serviettenringe, Serviette, Wollfilz'),(1255,4,69,0,88,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1256,4,70,0,88,'/0/9/0929-115sr_rr_eshop.gif'),(1257,4,71,0,88,'/0/8/0827-022_eshop.gif'),(1258,4,72,0,88,'/0/8/0827-022_eshop.gif'),(1259,4,86,0,88,''),(1260,4,90,0,88,''),(1261,4,92,0,88,'container2'),(1262,4,83,0,88,'serviettenring-rubinrot.html'),(1277,4,56,0,90,'Serviettenring orange'),(1278,4,82,0,90,'serviettenring-orange'),(1279,4,469,0,90,'2'),(1280,4,496,0,90,''),(1281,4,497,0,90,''),(1282,4,67,0,90,'Serviettenringe, Serviette, Wollfilz'),(1283,4,69,0,90,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1284,4,70,0,90,'/0/9/0929-117_sr_orange_eshop.gif'),(1285,4,71,0,90,'/0/8/0827-019_eshop.gif'),(1286,4,72,0,90,'/0/9/0929-257_sr_orang_eshop.gif'),(1287,4,86,0,90,''),(1288,4,90,0,90,''),(1289,4,92,0,90,'container2'),(1290,4,83,0,90,'serviettenring-orange.html'),(1291,4,56,0,91,'Serviettenring anthrazit'),(1292,4,82,0,91,'serviettenring-anthrazit'),(1293,4,469,0,91,'2'),(1294,4,496,0,91,''),(1295,4,497,0,91,''),(1296,4,67,0,91,'Serviettenringe, Serviette, Wollfilz'),(1297,4,69,0,91,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1298,4,70,0,91,'/0/9/0929-263_sr_anthra_eshop.gif'),(1299,4,71,0,91,'/0/8/0827-017_eshop.gif'),(1300,4,72,0,91,'/0/8/0827-017_eshop.gif'),(1301,4,86,0,91,''),(1302,4,90,0,91,''),(1303,4,92,0,91,'container2'),(1304,4,83,0,91,'serviettenring-anthrazit.html'),(1319,4,56,0,93,'Serviettenring pistazie'),(1320,4,82,0,93,'serviettenring-pistazie'),(1321,4,469,0,93,'2'),(1322,4,496,0,93,''),(1323,4,497,0,93,''),(1324,4,67,0,93,'Serviettenringe, Serviette, Wollfilz'),(1325,4,69,0,93,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1326,4,70,0,93,'/0/5/0529-011_sr_pist_eshop.gif'),(1327,4,71,0,93,'/0/8/0827-018_eshop.gif'),(1328,4,72,0,93,'/0/8/0827-018_eshop.gif'),(1329,4,86,0,93,''),(1330,4,90,0,93,''),(1331,4,92,0,93,'container2'),(1332,4,83,0,93,'serviettenring-pistazie.html'),(1333,4,56,0,94,'Serviettenring bordeaux'),(1334,4,82,0,94,'serviettenring-bordeaux'),(1335,4,469,0,94,'2'),(1336,4,496,0,94,''),(1337,4,497,0,94,''),(1338,4,67,0,94,'Serviettenringe, Serviette, Wollfilz'),(1339,4,69,0,94,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1340,4,70,0,94,'no_selection'),(1341,4,71,0,94,'/0/8/0827-025_eshop.gif'),(1342,4,72,0,94,'/0/8/0827-025_eshop.gif'),(1343,4,86,0,94,''),(1344,4,90,0,94,''),(1345,4,92,0,94,'container2'),(1346,4,83,0,94,'serviettenring-bordeaux.html'),(1347,4,56,0,95,'Serviettenring hellrot'),(1348,4,82,0,95,'serviettenring-hellrot'),(1349,4,469,0,95,'2'),(1350,4,496,0,95,''),(1351,4,497,0,95,''),(1352,4,67,0,95,'Serviettenringe, Serviette, Wollfilz'),(1353,4,69,0,95,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1354,4,70,0,95,'/0/9/0929-264_sr_rr_eshop.gif'),(1355,4,71,0,95,'/0/8/0827-020_eshop.gif'),(1356,4,72,0,95,'/0/8/0827-020_eshop.gif'),(1357,4,86,0,95,''),(1358,4,90,0,95,''),(1359,4,92,0,95,'container2'),(1360,4,83,0,95,'serviettenring-hellrot.html'),(1361,4,56,0,96,'Serviettenring pink'),(1362,4,82,0,96,'serviettenring-pink'),(1363,4,469,0,96,'2'),(1364,4,496,0,96,''),(1365,4,497,0,96,''),(1366,4,67,0,96,'Serviettenringe, Serviette, Wollfilz'),(1367,4,69,0,96,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1368,4,70,0,96,'/0/8/0827-021_eshop.gif'),(1369,4,71,0,96,'/0/8/0827-021_eshop.gif'),(1370,4,72,0,96,'/0/8/0827-021_eshop.gif'),(1371,4,86,0,96,''),(1372,4,90,0,96,''),(1373,4,92,0,96,'container2'),(1374,4,83,0,96,'serviettenring-pink.html'),(1375,4,56,0,97,'Serviettenring gelb'),(1376,4,82,0,97,'serviettenring-gelb'),(1377,4,469,0,97,'2'),(1378,4,496,0,97,''),(1379,4,497,0,97,''),(1380,4,67,0,97,'Serviettenringe, Serviette, Wollfilz'),(1381,4,69,0,97,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1382,4,70,0,97,'/0/5/0529-010_sr_gelb_eshop.gif'),(1383,4,71,0,97,'/0/8/0827-024_eshop.gif'),(1384,4,72,0,97,'/0/8/0827-024_eshop.gif'),(1385,4,86,0,97,''),(1386,4,90,0,97,''),(1387,4,92,0,97,'container2'),(1388,4,83,0,97,'serviettenring-gelb.html'),(1389,4,56,0,98,'Serviettenring ocker'),(1390,4,82,0,98,'serviettenring-ocker'),(1391,4,469,0,98,'2'),(1392,4,496,0,98,''),(1393,4,497,0,98,''),(1394,4,67,0,98,'Serviettenringe, Serviette, Wollfilz'),(1395,4,69,0,98,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1396,4,70,0,98,'no_selection'),(1397,4,71,0,98,'no_selection'),(1398,4,72,0,98,'no_selection'),(1399,4,86,0,98,''),(1400,4,90,0,98,''),(1401,4,92,0,98,'container2'),(1402,4,83,0,98,'serviettenring-ocker.html'),(1403,4,56,0,99,'Serviettenring schoko'),(1404,4,82,0,99,'serviettenring-schoko'),(1405,4,469,0,99,'2'),(1406,4,496,0,99,''),(1407,4,497,0,99,''),(1408,4,67,0,99,'Serviettenringe, Serviette, Wollfilz'),(1409,4,69,0,99,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1410,4,70,0,99,'no_selection'),(1411,4,71,0,99,'no_selection'),(1412,4,72,0,99,'no_selection'),(1413,4,86,0,99,''),(1414,4,90,0,99,''),(1415,4,92,0,99,'container2'),(1416,4,83,0,99,'serviettenring-schoko.html'),(1417,4,56,0,100,'Serviettenring lila'),(1418,4,82,0,100,'serviettenring-lila'),(1419,4,469,0,100,'2'),(1420,4,496,0,100,''),(1421,4,497,0,100,''),(1422,4,67,0,100,'Serviettenringe, Serviette, Wollfilz'),(1423,4,69,0,100,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1424,4,70,0,100,'no_selection'),(1425,4,71,0,100,'no_selection'),(1426,4,72,0,100,'no_selection'),(1427,4,86,0,100,''),(1428,4,90,0,100,''),(1429,4,92,0,100,'container2'),(1430,4,83,0,100,'serviettenring-lila.html'),(1431,4,56,0,101,'Serviettenring schwarz'),(1432,4,82,0,101,'serviettenring-schwarz'),(1433,4,469,0,101,'2'),(1434,4,496,0,101,''),(1435,4,497,0,101,''),(1436,4,67,0,101,'Serviettenringe, Serviette, Wollfilz'),(1437,4,69,0,101,'Serviettenringe, Serviette, festliches essen, Tischdekoration'),(1438,4,70,0,101,'no_selection'),(1439,4,71,0,101,'no_selection'),(1440,4,72,0,101,'no_selection'),(1441,4,86,0,101,''),(1442,4,90,0,101,''),(1443,4,92,0,101,'container2'),(1444,4,83,0,101,'serviettenring-schwarz.html'),(1445,4,95,0,82,''),(1446,4,96,0,82,''),(1447,4,97,0,82,''),(1448,4,95,0,81,''),(1449,4,96,0,81,''),(1450,4,97,0,81,''),(1451,4,95,0,80,''),(1452,4,96,0,80,''),(1453,4,97,0,80,''),(1454,4,56,0,102,'Zweifarbiges Tischset rubinrot-orange'),(1455,4,82,0,102,'zweifarbige-tischset-rubinrot-orange'),(1456,4,469,0,102,'2'),(1457,4,496,0,102,''),(1458,4,497,0,102,''),(1459,4,67,0,102,'zweifarbige Tischset, Wollfilz, Tischdekoration'),(1460,4,69,0,102,'Wolfilz, Tischset, Untersetzer, Filz'),(1464,4,86,0,102,''),(1465,4,90,0,102,''),(1466,4,92,0,102,'container2'),(1467,4,83,0,102,'zweifarbige-tischset-rubinrot-orange.html'),(1468,4,95,0,102,''),(1469,4,96,0,102,''),(1470,4,97,0,102,''),(1471,4,95,0,30,''),(1472,4,96,0,30,''),(1473,4,97,0,30,''),(1474,4,95,0,26,''),(1475,4,96,0,26,''),(1476,4,97,0,26,''),(1477,4,95,0,27,''),(1478,4,96,0,27,''),(1479,4,97,0,27,''),(1480,4,95,0,29,''),(1481,4,96,0,29,''),(1482,4,97,0,29,''),(1483,4,95,0,28,''),(1484,4,96,0,28,''),(1485,4,95,0,22,'Tischset weiß (Preis ohne Deko)'),(1486,4,96,0,22,'Tischset weiß (Preis ohne Deko)'),(1487,4,97,0,22,'Tischset weiß'),(1488,4,95,0,17,'Bestecktasche gelb'),(1489,4,96,0,17,'Bestecktasche gelb (Preis ohne Besteck)'),(1490,4,97,0,17,'Bestecktasche gelb (Preis ohne Besteck)'),(1491,4,95,0,12,''),(1492,4,96,0,12,''),(1493,4,97,0,12,''),(1494,4,95,0,13,''),(1495,4,96,0,13,''),(1496,4,97,0,13,''),(1497,4,95,0,14,''),(1498,4,96,0,14,''),(1499,4,97,0,14,''),(1500,4,95,0,15,''),(1501,4,96,0,15,''),(1502,4,97,0,15,''),(1503,4,95,0,16,''),(1504,4,96,0,16,''),(1505,4,97,0,16,''),(1506,4,70,0,14,'/0/5/0524-006b_hr_eshop_1.gif'),(1507,4,71,0,14,'/0/5/0524-006b_hr_eshop_1.gif'),(1508,4,72,0,14,'/0/5/0524-006b_hr_eshop_1.gif'),(1509,4,95,0,86,''),(1510,4,96,0,86,''),(1511,4,97,0,86,''),(1512,4,70,0,86,'/0/8/0827-023_eshop.gif'),(1513,4,71,0,86,'/0/8/0827-023_eshop.gif'),(1514,4,72,0,86,'/0/8/0827-023_eshop.gif'),(1515,4,95,0,88,''),(1516,4,96,0,88,''),(1517,4,97,0,88,''),(1518,4,95,0,90,''),(1519,4,96,0,90,'Serviettenring /Tropfenfänger (ohne Deko)'),(1520,4,97,0,90,''),(1521,4,95,0,91,''),(1522,4,96,0,91,''),(1523,4,97,0,91,''),(1524,4,96,0,94,''),(1525,4,97,0,94,''),(1526,4,95,0,95,''),(1527,4,96,0,95,''),(1528,4,97,0,95,''),(1529,4,96,0,96,''),(1530,4,97,0,96,''),(1531,4,95,0,96,''),(1532,4,95,0,97,''),(1533,4,96,0,97,'Servietenring (ohne Deko)'),(1534,4,97,0,97,'Servietenring (ohne Deko)'),(1535,4,95,0,93,''),(1536,4,96,0,93,''),(1537,4,97,0,93,''),(1538,4,95,0,77,''),(1539,4,96,0,77,''),(1540,4,97,0,77,''),(1541,4,95,0,75,''),(1542,4,96,0,75,''),(1543,4,97,0,75,''),(1544,4,95,0,74,''),(1545,4,96,0,74,''),(1546,4,97,0,74,''),(1547,4,96,0,43,'Untersetzer gelb (ohne Deko)'),(1548,4,97,0,43,'Untersetzer gelb (ohne Deko)'),(1549,4,95,0,43,'Untersetzer gelb (ohne Deko)'),(1550,4,95,0,42,''),(1551,4,96,0,42,''),(1552,4,97,0,42,''),(1553,4,95,0,76,''),(1554,4,96,0,76,''),(1555,4,97,0,76,''),(1556,4,95,0,37,''),(1557,4,96,0,37,'Untersetzer anthrazit (ohne Deko)'),(1558,4,97,0,37,'Untersetzer anthrazit (ohne Deko)'),(1559,4,95,0,38,'Untersetzer orange eckig'),(1560,4,96,0,38,'Untersetzer orange eckig (ohne Deko)'),(1561,4,97,0,38,'Untersetzer orange eckig (ohne Deko)'),(1562,4,95,0,39,'Untersetzer eckig pistazie (ohne Deko)'),(1563,4,97,0,39,'Untersetzer eckig pistazie '),(1564,4,96,0,36,''),(1565,4,97,0,36,''),(1566,4,56,0,103,'Kerzenplatte mit Filz orange'),(1567,4,82,0,103,'kerzenplatte-mit-filz-orange'),(1568,4,469,0,103,'2'),(1569,4,496,0,103,''),(1570,4,497,0,103,''),(1571,4,67,0,103,'Kerzen, kerzenplatte'),(1572,4,69,0,103,''),(1573,4,70,0,103,'/0/2/0203-087_eshop.gif'),(1574,4,71,0,103,'/0/2/0203-087_eshop.gif'),(1575,4,72,0,103,'/0/2/0203-087_eshop.gif'),(1576,4,86,0,103,''),(1577,4,90,0,103,''),(1578,4,92,0,103,'container2'),(1579,4,95,0,103,'Vierkerzenplatte kolonial orange '),(1580,4,96,0,103,'Vierkerzenplatte kolonial orange '),(1581,4,97,0,103,'Vierkerzenplatte kolonial orange '),(1582,4,83,0,103,'kerzenplatte-mit-filz-orange.html'),(1583,4,56,0,104,'Kerzenplatte mit Filz anthrazit'),(1584,4,82,0,104,'kerzenplatte-mit-filz-anthrazit'),(1585,4,469,0,104,'2'),(1586,4,496,0,104,''),(1587,4,497,0,104,''),(1588,4,67,0,104,'Kerzen, kerzenplatte'),(1589,4,69,0,104,''),(1590,4,70,0,104,'/0/2/0203-097_eshop.gif'),(1591,4,71,0,104,'/0/2/0203-097_eshop.gif'),(1592,4,72,0,104,'/0/2/0203-097_eshop.gif'),(1593,4,86,0,104,''),(1594,4,90,0,104,''),(1595,4,92,0,104,'container2'),(1596,4,95,0,104,'Vierkerzenplatte kolonial anthrazit'),(1597,4,96,0,104,'Vierkerzenplatte kolonial anthrazit'),(1598,4,97,0,104,'Vierkerzenplatte kolonial anthrazit'),(1599,4,83,0,104,'kerzenplatte-mit-filz-anthrazit.html'),(1600,4,56,0,105,'Kerzenplatte mit Filz weiß'),(1601,4,82,0,105,'kerzenplatte-mit-filz-weiss'),(1602,4,469,0,105,'2'),(1603,4,496,0,105,''),(1604,4,497,0,105,''),(1605,4,67,0,105,'Kerzen, kerzenplatte'),(1606,4,69,0,105,''),(1607,4,70,0,105,'no_selection'),(1608,4,71,0,105,'/0/2/0203-094_eshop.gif'),(1609,4,72,0,105,'/0/2/0203-094_eshop.gif'),(1610,4,86,0,105,''),(1611,4,90,0,105,''),(1612,4,92,0,105,'container2'),(1613,4,95,0,105,'/'),(1614,4,96,0,105,''),(1615,4,97,0,105,''),(1616,4,83,0,105,'kerzenplatte-mit-filz-weiss.html'),(1617,4,56,0,106,'Kerzenplatte mit Filz weiß'),(1618,4,82,0,106,'kerzenplatte-mit-filz-weiss'),(1619,4,469,0,106,'2'),(1620,4,496,0,106,''),(1621,4,497,0,106,''),(1622,4,67,0,106,'Kerzen, kerzenplatte'),(1623,4,69,0,106,''),(1624,4,70,0,106,'/0/2/0203-084_eshop.gif'),(1625,4,71,0,106,'/0/2/0203-084_eshop.gif'),(1626,4,72,0,106,'/0/2/0203-084_eshop.gif'),(1627,4,86,0,106,''),(1628,4,90,0,106,''),(1629,4,92,0,106,'container2'),(1630,4,95,0,106,''),(1631,4,96,0,106,''),(1632,4,97,0,106,''),(1633,4,83,0,106,'kerzenplatte-mit-filz-weiss-1.html'),(1634,4,56,0,107,'Kerzenplatte mit Filz orange'),(1635,4,82,0,107,'kerzenplatte-mit-filz-orange'),(1636,4,469,0,107,'2'),(1637,4,496,0,107,''),(1638,4,497,0,107,''),(1639,4,67,0,107,'Kerzen, Kerzenplatte, Kerzen'),(1640,4,69,0,107,'Buche, Kerzen Platte, Kerzenplatte'),(1641,4,70,0,107,'/0/2/0203-082_eshop.gif'),(1642,4,71,0,107,'/0/2/0203-082_eshop.gif'),(1643,4,72,0,107,'/0/2/0203-082_eshop.gif'),(1644,4,86,0,107,''),(1645,4,90,0,107,''),(1646,4,92,0,107,'container2'),(1647,4,95,0,107,''),(1648,4,96,0,107,''),(1649,4,97,0,107,''),(1650,4,83,0,107,'kerzenplatte-mit-filz-orange-1.html'),(1651,4,56,0,108,'Kerzenplatte mit Filz anthrazit'),(1652,4,82,0,108,'kerzenplatte-mit-filz-orange'),(1653,4,469,0,108,'2'),(1654,4,496,0,108,''),(1655,4,497,0,108,''),(1656,4,67,0,108,'Kerzen, Kerzenplatte, Kerzen'),(1657,4,69,0,108,'Buche, Kerzen Platte, Kerzenplatte'),(1658,4,70,0,108,'/0/2/0203-074_eshop_2.gif'),(1659,4,71,0,108,'/0/2/0203-074_eshop_2.gif'),(1660,4,72,0,108,'/0/2/0203-074_eshop_2.gif'),(1661,4,86,0,108,''),(1662,4,90,0,108,''),(1663,4,92,0,108,'container2'),(1664,4,95,0,108,''),(1665,4,96,0,108,''),(1666,4,97,0,108,''),(1667,4,83,0,108,'kerzenplatte-mit-filz-orange-2.html'),(1668,4,56,0,109,'Einkerzenplatte mit Filz anthrazit buche'),(1669,4,82,0,109,'kerzenplatte-mit-filz-anthrazit'),(1670,4,469,0,109,'2'),(1671,4,496,0,109,''),(1672,4,497,0,109,''),(1673,4,67,0,109,'Kerzen, Kerzenplatte, Kerzen'),(1674,4,69,0,109,'Buche, Kerzen Platte, Kerzenplatte'),(1675,4,70,0,109,'/0/2/0203-052_eshop.gif'),(1676,4,71,0,109,'/0/2/0203-052_eshop.gif'),(1677,4,72,0,109,'/0/2/0203-052_eshop.gif'),(1678,4,86,0,109,''),(1679,4,90,0,109,''),(1680,4,92,0,109,'container2'),(1681,4,95,0,109,''),(1682,4,96,0,109,''),(1683,4,97,0,109,''),(1684,4,83,0,109,'kerzenplatte-mit-filz-anthrazit-1.html'),(1685,4,56,0,110,'Einkerzenplatte mit Filz anthrazit kolonial'),(1686,4,82,0,110,'kerzenplatte-mit-filz-anthrazit'),(1687,4,469,0,110,'2'),(1688,4,496,0,110,''),(1689,4,497,0,110,''),(1690,4,67,0,110,'Kerzen, Kerzenplatte, Kerzen'),(1691,4,69,0,110,'Buche, Kerzen Platte, Kerzenplatte'),(1692,4,70,0,110,'/0/2/0203-068_eshop.gif'),(1693,4,71,0,110,'/0/2/0203-068_eshop.gif'),(1694,4,72,0,110,'/0/2/0203-068_eshop.gif'),(1695,4,86,0,110,''),(1696,4,90,0,110,''),(1697,4,92,0,110,'container2'),(1698,4,95,0,110,''),(1699,4,96,0,110,''),(1700,4,97,0,110,''),(1701,4,83,0,110,'kerzenplatte-mit-filz-anthrazit-2.html'),(1702,4,56,0,111,'Serviettentasche/Schmucktasche'),(1703,4,82,0,111,'serviettentasche-schmucktasche'),(1704,4,469,0,111,'2'),(1705,4,496,0,111,''),(1706,4,497,0,111,''),(1707,4,67,0,111,''),(1708,4,69,0,111,''),(1709,4,70,0,111,'/0/1/0105-002_eshop.gif'),(1710,4,71,0,111,'/0/1/0105-002_eshop.gif'),(1711,4,72,0,111,'/0/1/0105-002_eshop.gif'),(1712,4,86,0,111,''),(1713,4,90,0,111,''),(1714,4,92,0,111,'container2'),(1715,4,95,0,111,''),(1716,4,96,0,111,''),(1717,4,97,0,111,''),(1718,4,83,0,111,'serviettentasche-schmucktasche.html'),(1719,4,56,0,112,'Serviettentasche/Schmucktasche'),(1720,4,82,0,112,'serviettentasche-schmucktasche'),(1721,4,469,0,112,'2'),(1722,4,496,0,112,''),(1723,4,497,0,112,''),(1724,4,67,0,112,''),(1725,4,69,0,112,''),(1726,4,70,0,112,'/0/1/0105-003_eshop.gif'),(1727,4,71,0,112,'/0/1/0105-003_eshop.gif'),(1728,4,72,0,112,'/0/1/0105-003_eshop.gif'),(1729,4,86,0,112,''),(1730,4,90,0,112,''),(1731,4,92,0,112,'container2'),(1732,4,95,0,112,''),(1733,4,96,0,112,''),(1734,4,97,0,112,''),(1735,4,83,0,112,'serviettentasche-schmucktasche-1.html'),(1736,4,56,0,113,'Serviettentasche/Schmucktasche'),(1737,4,82,0,113,'serviettentasche-schmucktasche'),(1738,4,469,0,113,'2'),(1739,4,496,0,113,''),(1740,4,497,0,113,''),(1741,4,67,0,113,''),(1742,4,69,0,113,''),(1743,4,70,0,113,'/0/1/0105-005_eshop.gif'),(1744,4,71,0,113,'/0/1/0105-005_eshop.gif'),(1745,4,72,0,113,'/0/1/0105-005_eshop.gif'),(1746,4,86,0,113,''),(1747,4,90,0,113,''),(1748,4,92,0,113,'container2'),(1749,4,95,0,113,''),(1750,4,96,0,113,''),(1751,4,97,0,113,''),(1752,4,83,0,113,'serviettentasche-schmucktasche-2.html'),(1753,4,56,0,114,'Serviettentasche/Schmucktasche'),(1754,4,82,0,114,'serviettentasche-schmucktasche'),(1755,4,469,0,114,'2'),(1756,4,496,0,114,''),(1757,4,497,0,114,''),(1758,4,67,0,114,''),(1759,4,69,0,114,''),(1760,4,70,0,114,'/0/1/0105-006_eshop.gif'),(1761,4,71,0,114,'/0/1/0105-006_eshop.gif'),(1762,4,72,0,114,'/0/1/0105-006_eshop.gif'),(1763,4,86,0,114,''),(1764,4,90,0,114,''),(1765,4,92,0,114,'container2'),(1766,4,95,0,114,''),(1767,4,96,0,114,''),(1768,4,97,0,114,''),(1769,4,83,0,114,'serviettentasche-schmucktasche-3.html'),(1770,4,56,0,115,'Shopper pink'),(1771,4,82,0,115,'shopper-pink'),(1772,4,469,0,115,'2'),(1773,4,496,0,115,''),(1774,4,497,0,115,''),(1775,4,67,0,115,'shopper, Damentasche'),(1776,4,69,0,115,''),(1777,4,70,0,115,'/s/h/shopper_pink_eshop.jpg'),(1778,4,71,0,115,'/s/h/shopper_pink_eshop.jpg'),(1779,4,72,0,115,'/s/h/shopper_pink_eshop.jpg'),(1780,4,86,0,115,''),(1781,4,90,0,115,''),(1782,4,92,0,115,'container2'),(1783,4,95,0,115,''),(1784,4,96,0,115,''),(1785,4,97,0,115,''),(1786,4,83,0,115,'shopper-pink.html'),(1787,4,56,0,116,'Shopper hellrot'),(1788,4,82,0,116,'shopper-hellrot'),(1789,4,469,0,116,'2'),(1790,4,496,0,116,''),(1791,4,497,0,116,''),(1792,4,67,0,116,'shopper, Damentasche'),(1793,4,69,0,116,''),(1794,4,70,0,116,'/d/s/dsc_0163_eshop_2_1.jpg'),(1795,4,71,0,116,'/d/s/dsc_0163_eshop_2_1.jpg'),(1796,4,72,0,116,'/d/s/dsc_0163_eshop_2_1.jpg'),(1797,4,86,0,116,''),(1798,4,90,0,116,''),(1799,4,92,0,116,'container2'),(1800,4,95,0,116,''),(1801,4,96,0,116,''),(1802,4,97,0,116,''),(1803,4,83,0,116,'shopper-hellrot.html'),(1804,4,56,0,117,'Shopper schwarz'),(1805,4,82,0,117,'shopper-schwarz'),(1806,4,469,0,117,'2'),(1807,4,496,0,117,''),(1808,4,497,0,117,''),(1809,4,67,0,117,'shopper, Damentasche'),(1810,4,69,0,117,''),(1811,4,70,0,117,'/d/s/dsc_0213_schwarz_shopper_eshop.jpg'),(1812,4,71,0,117,'/d/s/dsc_0213_schwarz_shopper_eshop.jpg'),(1813,4,72,0,117,'/d/s/dsc_0213_schwarz_shopper_eshop.jpg'),(1814,4,86,0,117,''),(1815,4,90,0,117,''),(1816,4,92,0,117,'container2'),(1817,4,95,0,117,''),(1818,4,96,0,117,''),(1819,4,97,0,117,''),(1820,4,83,0,117,'shopper-schwarz.html'),(1821,4,56,0,118,'Shopper anthrazit'),(1822,4,82,0,118,'shopper-anthrazit'),(1823,4,469,0,118,'2'),(1824,4,496,0,118,''),(1825,4,497,0,118,''),(1826,4,67,0,118,'shopper, Damentasche'),(1827,4,69,0,118,''),(1828,4,70,0,118,'/d/s/dsc_0220_anthrazit_shopper_eshop.jpg'),(1829,4,71,0,118,'/d/s/dsc_0220_anthrazit_shopper_eshop.jpg'),(1830,4,72,0,118,'/d/s/dsc_0220_anthrazit_shopper_eshop.jpg'),(1831,4,86,0,118,''),(1832,4,90,0,118,''),(1833,4,92,0,118,'container2'),(1834,4,95,0,118,''),(1835,4,96,0,118,''),(1836,4,97,0,118,''),(1837,4,83,0,118,'shopper-anthrazit.html'),(1838,4,56,0,119,'Shopper pistazie'),(1839,4,82,0,119,'shopper-pistazie'),(1840,4,469,0,119,'2'),(1841,4,496,0,119,''),(1842,4,497,0,119,''),(1843,4,67,0,119,'shopper, Damentasche'),(1844,4,69,0,119,''),(1845,4,70,0,119,'/d/s/dsc_0221_pistazie_shopper_eshop.jpg'),(1846,4,71,0,119,'/d/s/dsc_0221_pistazie_shopper_eshop.jpg'),(1847,4,72,0,119,'/d/s/dsc_0221_pistazie_shopper_eshop.jpg'),(1848,4,86,0,119,''),(1849,4,90,0,119,''),(1850,4,92,0,119,'container2'),(1851,4,95,0,119,''),(1852,4,96,0,119,''),(1853,4,97,0,119,''),(1854,4,83,0,119,'shopper-pistazie.html'),(1855,4,56,0,120,'Shopper bordeaux'),(1856,4,82,0,120,'shopper-bordeaux'),(1857,4,469,0,120,'2'),(1858,4,496,0,120,''),(1859,4,497,0,120,''),(1860,4,67,0,120,'shopper, Damentasche'),(1861,4,69,0,120,''),(1862,4,70,0,120,'/d/s/dsc_0223_bordeaux_shopper_eshop.jpg'),(1863,4,71,0,120,'/d/s/dsc_0223_bordeaux_shopper_eshop.jpg'),(1864,4,72,0,120,'/d/s/dsc_0223_bordeaux_shopper_eshop.jpg'),(1865,4,86,0,120,''),(1866,4,90,0,120,''),(1867,4,92,0,120,'container2'),(1868,4,95,0,120,''),(1869,4,96,0,120,''),(1870,4,97,0,120,''),(1871,4,83,0,120,'shopper-bordeaux.html'),(1872,4,56,0,121,'Shopper gelb'),(1873,4,82,0,121,'shopper-gelb'),(1874,4,469,0,121,'2'),(1875,4,496,0,121,''),(1876,4,497,0,121,''),(1877,4,67,0,121,'shopper, Damentasche'),(1878,4,69,0,121,''),(1879,4,70,0,121,'/s/h/shopper_gelb_eshop.jpg'),(1880,4,71,0,121,'/s/h/shopper_gelb_eshop.jpg'),(1881,4,72,0,121,'/s/h/shopper_gelb_eshop.jpg'),(1882,4,86,0,121,''),(1883,4,90,0,121,''),(1884,4,92,0,121,'container2'),(1885,4,95,0,121,''),(1886,4,96,0,121,''),(1887,4,97,0,121,''),(1888,4,83,0,121,'shopper-gelb.html'),(1889,4,56,0,122,'Shopper lila'),(1890,4,82,0,122,'shopper-lila'),(1891,4,469,0,122,'2'),(1892,4,496,0,122,''),(1893,4,497,0,122,''),(1894,4,67,0,122,'shopper, Damentasche'),(1895,4,69,0,122,''),(1896,4,70,0,122,'/d/s/dsc_0160_shopper_lila_eshop.jpg'),(1897,4,71,0,122,'/d/s/dsc_0160_shopper_lila_eshop.jpg'),(1898,4,72,0,122,'/d/s/dsc_0160_shopper_lila_eshop.jpg'),(1899,4,86,0,122,''),(1900,4,90,0,122,''),(1901,4,92,0,122,'container2'),(1902,4,95,0,122,''),(1903,4,96,0,122,''),(1904,4,97,0,122,''),(1905,4,83,0,122,'shopper-lila.html'),(1906,4,56,0,123,'Chianti DOCG Poderj-Caravggio '),(1907,4,82,0,123,'chianti-docg-poderj-caravggio'),(1908,4,469,0,123,'2'),(1909,4,496,0,123,''),(1910,4,497,0,123,''),(1911,4,67,0,123,'Wein aus Italien'),(1912,4,69,0,123,''),(1913,4,70,0,123,'no_selection'),(1914,4,71,0,123,'no_selection'),(1915,4,72,0,123,'no_selection'),(1916,4,86,0,123,''),(1917,4,90,0,123,''),(1918,4,92,0,123,'container2'),(1919,4,83,0,123,'chianti-docg-poderj-caravggio.html'),(1920,4,56,0,124,'Handy Load Station orange'),(1921,4,82,0,124,'handy-load-station-orange'),(1922,4,469,0,124,'2'),(1923,4,496,0,124,''),(1924,4,497,0,124,''),(1925,4,67,0,124,''),(1926,4,69,0,124,''),(1927,4,70,0,124,'/h/l/hls-orange2.jpg'),(1928,4,71,0,124,'/h/l/hls-orange2.jpg'),(1929,4,72,0,124,'/h/l/hls-orange2.jpg'),(1930,4,86,0,124,''),(1931,4,90,0,124,''),(1932,4,92,0,124,'container2'),(1933,4,95,0,124,''),(1934,4,96,0,124,''),(1935,4,97,0,124,''),(1936,4,83,0,124,'handy-load-station-orange.html'),(1937,4,56,0,125,'Handy Load Station weiß'),(1938,4,82,0,125,'handy-load-station-weiss'),(1939,4,469,0,125,'2'),(1940,4,496,0,125,''),(1941,4,497,0,125,''),(1942,4,67,0,125,''),(1943,4,69,0,125,''),(1944,4,70,0,125,'/f/i/file.jpg'),(1945,4,71,0,125,'/f/i/file.jpg'),(1946,4,72,0,125,'/f/i/file.jpg'),(1947,4,86,0,125,''),(1948,4,90,0,125,''),(1949,4,92,0,125,'container2'),(1950,4,95,0,125,''),(1951,4,96,0,125,''),(1952,4,97,0,125,''),(1953,4,83,0,125,'handy-load-station-weiss.html'),(1954,4,56,0,126,'Handy Load Station schoko'),(1955,4,82,0,126,'handy-load-station-schoko'),(1956,4,469,0,126,'2'),(1957,4,496,0,126,''),(1958,4,497,0,126,''),(1959,4,67,0,126,''),(1960,4,69,0,126,''),(1961,4,70,0,126,'no_selection'),(1962,4,71,0,126,'/h/l/hls-schoko1.jpg'),(1963,4,72,0,126,'/h/l/hls-schoko1.jpg'),(1964,4,86,0,126,''),(1965,4,90,0,126,''),(1966,4,92,0,126,'container2'),(1967,4,95,0,126,'/'),(1968,4,96,0,126,''),(1969,4,97,0,126,''),(1970,4,83,0,126,'handy-load-station-schoko.html'),(1971,4,56,0,127,'Handy Load Station anthrazit'),(1972,4,82,0,127,'handy-load-station-anthrazit'),(1973,4,469,0,127,'2'),(1974,4,496,0,127,''),(1975,4,497,0,127,''),(1976,4,67,0,127,''),(1977,4,69,0,127,''),(1978,4,70,0,127,'/h/l/hls-anthrazit-os.jpg'),(1979,4,71,0,127,'/h/l/hls-anthrazit-os.jpg'),(1980,4,72,0,127,'/h/l/hls-anthrazit-os.jpg'),(1981,4,86,0,127,''),(1982,4,90,0,127,''),(1983,4,92,0,127,'container2'),(1984,4,95,0,127,''),(1985,4,96,0,127,''),(1986,4,97,0,127,''),(1987,4,83,0,127,'handy-load-station-anthrazit.html'),(1988,4,56,0,128,'Handy Load Station pink'),(1989,4,82,0,128,'handy-load-station-pink'),(1990,4,469,0,128,'2'),(1991,4,496,0,128,''),(1992,4,497,0,128,''),(1993,4,67,0,128,''),(1994,4,69,0,128,''),(1995,4,70,0,128,'/h/l/hls-pink-os.jpg'),(1996,4,71,0,128,'/h/l/hls-pink-os.jpg'),(1997,4,72,0,128,'/h/l/hls-pink-os.jpg'),(1998,4,86,0,128,''),(1999,4,90,0,128,''),(2000,4,92,0,128,'container2'),(2001,4,95,0,128,''),(2002,4,96,0,128,''),(2003,4,97,0,128,''),(2004,4,83,0,128,'handy-load-station-pink.html'),(2005,4,56,0,129,'Handy Load Station hellrot'),(2006,4,82,0,129,'handy-load-station-hellrot'),(2007,4,469,0,129,'2'),(2008,4,496,0,129,''),(2009,4,497,0,129,''),(2010,4,67,0,129,''),(2011,4,69,0,129,''),(2012,4,70,0,129,'/h/l/hls-hellrot_os.jpg'),(2013,4,71,0,129,'/h/l/hls-hellrot_os.jpg'),(2014,4,72,0,129,'/h/l/hls-hellrot_os.jpg'),(2015,4,86,0,129,''),(2016,4,90,0,129,''),(2017,4,92,0,129,'container2'),(2018,4,95,0,129,''),(2019,4,96,0,129,''),(2020,4,97,0,129,''),(2021,4,83,0,129,'handy-load-station-hellrot.html'),(2022,4,56,0,130,'Handy Load Station lila'),(2023,4,82,0,130,'handy-load-station-lila'),(2024,4,469,0,130,'2'),(2025,4,496,0,130,''),(2026,4,497,0,130,''),(2027,4,67,0,130,'Handytasche, Tasche, Mobiles Telefon, tasche'),(2028,4,69,0,130,''),(2029,4,70,0,130,'/h/l/hls-lila-os.jpg'),(2030,4,71,0,130,'/h/l/hls-lila-os.jpg'),(2031,4,72,0,130,'/h/l/hls-lila-os.jpg'),(2032,4,86,0,130,''),(2033,4,90,0,130,''),(2034,4,92,0,130,'container2'),(2035,4,95,0,130,''),(2036,4,96,0,130,''),(2037,4,97,0,130,''),(2038,4,83,0,130,'handy-load-station-lila.html'),(2039,4,56,0,131,'Handy Load Station schwarz'),(2040,4,82,0,131,'handy-load-station-schwarz'),(2041,4,469,0,131,'2'),(2042,4,496,0,131,''),(2043,4,497,0,131,''),(2044,4,67,0,131,''),(2045,4,69,0,131,''),(2046,4,70,0,131,'/h/l/hls-schwarz-os.jpg'),(2047,4,71,0,131,'/h/l/hls-schwarz-os.jpg'),(2048,4,72,0,131,'no_selection'),(2049,4,86,0,131,''),(2050,4,90,0,131,''),(2051,4,92,0,131,'container2'),(2052,4,95,0,131,''),(2053,4,96,0,131,''),(2054,4,97,0,131,'/'),(2055,4,83,0,131,'handy-load-station-schwarz.html'),(2056,4,56,0,132,'Handy Load Station pistazie'),(2057,4,82,0,132,'handy-load-station-pistazie'),(2058,4,469,0,132,'2'),(2059,4,496,0,132,''),(2060,4,497,0,132,''),(2061,4,67,0,132,'Handy Ladestation'),(2062,4,69,0,132,'Ladestation, Filz'),(2063,4,70,0,132,'/h/l/hls-pistazie-os.jpg'),(2064,4,71,0,132,'/h/l/hls-pistazie-os.jpg'),(2065,4,72,0,132,'/h/l/hls-pistazie-os.jpg'),(2066,4,86,0,132,''),(2067,4,90,0,132,''),(2068,4,92,0,132,'container2'),(2069,4,95,0,132,''),(2070,4,96,0,132,''),(2071,4,97,0,132,''),(2072,4,83,0,132,'handy-load-station-pistazie.html'),(2073,4,95,0,83,''),(2074,4,96,0,83,''),(2075,4,97,0,83,''),(2076,4,95,0,84,''),(2077,4,96,0,84,''),(2078,4,97,0,84,''),(2079,4,95,0,24,''),(2080,4,96,0,24,''),(2081,4,97,0,24,''),(2082,4,95,0,7,''),(2083,4,96,0,7,''),(2084,4,97,0,7,''),(2085,4,70,0,102,'/0/9/0929-041t_rr_or_eshop.gif'),(2086,4,71,0,102,'/0/9/0929-041t_rr_or_eshop.gif'),(2087,4,72,0,102,'/0/9/0929-041t_rr_or_eshop.gif'),(2102,4,56,0,134,'Tischläufer anthrazit'),(2103,4,82,0,134,'tischlaufer-anthrazit'),(2104,4,469,0,134,'2'),(2105,4,496,0,134,''),(2106,4,497,0,134,''),(2107,4,67,0,134,'Tischläufer'),(2108,4,69,0,134,'Tischläufer'),(2109,4,70,0,134,'/0/5/0518-015.jpg'),(2110,4,71,0,134,'/0/5/0518-015.jpg'),(2111,4,72,0,134,'/0/5/0518-015.jpg'),(2112,4,86,0,134,''),(2113,4,90,0,134,''),(2114,4,92,0,134,'container2'),(2115,4,83,0,134,'tischlaufer-anthrazit.html'),(2116,4,95,0,134,''),(2117,4,96,0,134,''),(2118,4,97,0,134,''),(2119,4,56,0,135,'Tischläufer rubinrot'),(2120,4,82,0,135,'tischlaufer-rubinrot'),(2121,4,469,0,135,'2'),(2122,4,496,0,135,''),(2123,4,497,0,135,''),(2124,4,67,0,135,'Tischläufer'),(2125,4,69,0,135,'Tischläufer rubinrot'),(2126,4,70,0,135,'/0/5/0518-016.jpg'),(2127,4,71,0,135,'/0/5/0518-016.jpg'),(2128,4,72,0,135,'/0/5/0518-016.jpg'),(2129,4,86,0,135,''),(2130,4,90,0,135,''),(2131,4,92,0,135,'container2'),(2132,4,83,0,135,'tischlaufer-rubinrot-1.html'),(2133,4,95,0,135,''),(2134,4,96,0,135,''),(2135,4,97,0,135,''),(2136,4,56,0,136,'Tischläufer rubinrot'),(2137,4,82,0,136,'tischlaufer-rubinrot'),(2138,4,469,0,136,'2'),(2139,4,496,0,136,''),(2140,4,497,0,136,''),(2141,4,67,0,136,'Tischläufer'),(2142,4,69,0,136,'Tischläufer rubinrot'),(2143,4,70,0,136,'no_selection'),(2144,4,71,0,136,'no_selection'),(2145,4,72,0,136,'no_selection'),(2146,4,86,0,136,''),(2147,4,90,0,136,''),(2148,4,92,0,136,'container2'),(2149,4,83,0,136,'tischlaufer-rubinrot.html'),(2150,4,95,0,136,'/'),(2151,4,96,0,136,'/'),(2152,4,97,0,136,'/'),(2153,4,56,0,137,'Tischläufer orange'),(2154,4,82,0,137,'tischlaufer-orange'),(2155,4,469,0,137,'2'),(2156,4,496,0,137,''),(2157,4,497,0,137,''),(2158,4,67,0,137,'Tischläufer'),(2159,4,69,0,137,'Tischläufer orange'),(2160,4,70,0,137,'/0/5/0518-014.jpg'),(2161,4,71,0,137,'/0/5/0518-014.jpg'),(2162,4,72,0,137,'/0/5/0518-014.jpg'),(2163,4,86,0,137,''),(2164,4,90,0,137,''),(2165,4,92,0,137,'container2'),(2166,4,83,0,137,'tischlaufer-orange.html'),(2167,4,95,0,137,''),(2168,4,96,0,137,''),(2169,4,97,0,137,''),(2170,4,95,0,51,''),(2171,4,96,0,51,''),(2172,4,97,0,51,''),(2173,4,95,0,49,''),(2174,4,96,0,49,''),(2175,4,95,0,50,''),(2176,4,96,0,50,''),(2177,4,97,0,50,''),(2178,4,95,0,52,''),(2179,4,96,0,52,''),(2180,4,97,0,52,''),(2181,4,95,0,53,''),(2182,4,96,0,53,''),(2183,4,97,0,53,''),(2184,4,95,0,54,''),(2185,4,96,0,54,''),(2186,4,97,0,54,''),(2187,4,95,0,55,''),(2188,4,96,0,55,''),(2189,4,97,0,55,''),(2190,4,95,0,56,''),(2191,4,96,0,56,''),(2192,4,97,0,56,''),(2193,4,95,0,35,''),(2194,4,96,0,35,''),(2195,4,97,0,35,''),(2196,4,96,0,39,'Untersetzer eckig pistazie (ohne Deko)'),(2197,4,95,0,40,''),(2198,4,96,0,40,''),(2199,4,97,0,40,''),(2200,4,95,0,41,''),(2201,4,97,0,41,''),(2202,4,96,0,41,''),(2203,4,97,0,49,''),(2204,4,95,0,63,''),(2205,4,96,0,63,''),(2206,4,95,0,64,''),(2207,4,96,0,64,''),(2208,4,97,0,64,''),(2209,4,95,0,65,''),(2210,4,96,0,65,''),(2211,4,97,0,65,''),(2212,4,95,0,68,''),(2213,4,96,0,68,''),(2214,4,97,0,68,''),(2215,4,95,0,69,''),(2216,4,96,0,69,''),(2217,4,97,0,69,''),(2218,4,95,0,66,''),(2219,4,96,0,66,''),(2220,4,97,0,66,''),(2221,4,95,0,62,''),(2222,4,96,0,62,''),(2223,4,97,0,62,''),(2224,4,95,0,61,''),(2225,4,96,0,61,''),(2226,4,97,0,61,''),(2227,4,56,0,138,'Schale Vitreous frostpink'),(2228,4,82,0,138,'glas-schale'),(2229,4,469,0,138,'2'),(2230,4,496,0,138,''),(2231,4,497,0,138,''),(2232,4,67,0,138,'Glasschale'),(2233,4,69,0,138,'Glasschale, '),(2234,4,70,0,138,'/g/l/glasschale_frostpink_400x400_.jpg'),(2235,4,71,0,138,'/g/l/glasschale_frostpink_400x400_.jpg'),(2236,4,72,0,138,'/g/l/glasschale_frostpink_400x400_.jpg'),(2237,4,86,0,138,''),(2238,4,90,0,138,''),(2239,4,92,0,138,'container2'),(2240,4,95,0,138,''),(2241,4,96,0,138,''),(2242,4,97,0,138,''),(2243,4,83,0,138,'glas-schale.html'),(2244,4,56,0,139,'Schale Vitreous frostwhite'),(2245,4,82,0,139,'glas-schale'),(2246,4,469,0,139,'2'),(2247,4,496,0,139,''),(2248,4,497,0,139,''),(2249,4,67,0,139,'Glasschale frostwhite'),(2250,4,69,0,139,'Glasschale, '),(2251,4,70,0,139,'/g/l/glasschale_frostwhite_400x400_2.jpg'),(2252,4,71,0,139,'/g/l/glasschale_frostwhite_400x400_2.jpg'),(2253,4,72,0,139,'/g/l/glasschale_frostwhite_400x400_2.jpg'),(2254,4,86,0,139,''),(2255,4,90,0,139,''),(2256,4,92,0,139,'container2'),(2257,4,95,0,139,''),(2258,4,96,0,139,''),(2259,4,97,0,139,''),(2260,4,83,0,139,'glas-schale-1.html'),(2261,4,56,0,140,'Schale Vitreous frostturq'),(2262,4,82,0,140,'glas-schale'),(2263,4,469,0,140,'2'),(2264,4,496,0,140,''),(2265,4,497,0,140,''),(2266,4,67,0,140,'Glasschale frostturq'),(2267,4,69,0,140,'Glasschale, '),(2271,4,86,0,140,''),(2272,4,90,0,140,''),(2273,4,92,0,140,'container2'),(2274,4,95,0,140,''),(2275,4,96,0,140,''),(2276,4,97,0,140,''),(2277,4,83,0,140,'glas-schale-2.html'),(2278,4,56,0,141,'Schale Vitreous frostgreen'),(2279,4,82,0,141,'glas-schale'),(2280,4,469,0,141,'2'),(2281,4,496,0,141,''),(2282,4,497,0,141,''),(2283,4,67,0,141,'Glasschale frostturq'),(2284,4,69,0,141,'Glasschale, '),(2285,4,70,0,141,'/f/i/file_2_4.jpg'),(2286,4,71,0,141,'/f/i/file_2_4.jpg'),(2287,4,72,0,141,'/f/i/file_2_4.jpg'),(2288,4,86,0,141,''),(2289,4,90,0,141,''),(2290,4,92,0,141,'container2'),(2291,4,95,0,141,''),(2292,4,96,0,141,''),(2293,4,97,0,141,''),(2294,4,83,0,141,'glas-schale-3.html'),(2295,4,56,0,142,'Topf Vitreous, Einzelpreis'),(2296,4,82,0,142,'topf-vitreous-einzelpreis'),(2297,4,469,0,142,'2'),(2298,4,496,0,142,''),(2299,4,497,0,142,''),(2300,4,67,0,142,''),(2301,4,69,0,142,''),(2305,4,86,0,142,''),(2306,4,90,0,142,''),(2307,4,92,0,142,'container2'),(2308,4,96,0,142,''),(2309,4,97,0,142,''),(2310,4,83,0,142,'topf-vitreous-einzelpreis.html'),(2311,4,95,0,142,''),(2312,4,56,0,143,'Topf Vitreous, frostwhite'),(2313,4,82,0,143,'topf-vitreous'),(2314,4,469,0,143,'2'),(2315,4,496,0,143,''),(2316,4,497,0,143,''),(2317,4,67,0,143,''),(2318,4,69,0,143,''),(2319,4,70,0,143,'/f/i/file_2_3.jpg'),(2320,4,71,0,143,'/f/i/file_2_3.jpg'),(2321,4,72,0,143,'/f/i/file_2_3.jpg'),(2322,4,86,0,143,''),(2323,4,90,0,143,''),(2324,4,92,0,143,'container2'),(2325,4,96,0,143,''),(2326,4,97,0,143,''),(2327,4,83,0,143,'topf-vitreous.html'),(2328,4,95,0,143,''),(2329,4,56,0,144,'Topf Vitreous, frostpink'),(2330,4,82,0,144,'topf-vitreous-pink'),(2331,4,469,0,144,'2'),(2332,4,496,0,144,''),(2333,4,497,0,144,''),(2334,4,67,0,144,''),(2335,4,69,0,144,''),(2336,4,70,0,144,'/f/i/file_2_1.jpg'),(2337,4,71,0,144,'/f/i/file_2_1.jpg'),(2338,4,72,0,144,'/f/i/file_2_1.jpg'),(2339,4,86,0,144,''),(2340,4,90,0,144,''),(2341,4,92,0,144,'container2'),(2342,4,96,0,144,''),(2343,4,97,0,144,''),(2344,4,83,0,144,'topf-vitreous-pink.html'),(2345,4,95,0,144,''),(2346,4,56,0,145,'Topf Vitreous, frostturq'),(2347,4,82,0,145,'topf-vitreous-pink'),(2348,4,469,0,145,'2'),(2349,4,496,0,145,''),(2350,4,497,0,145,''),(2351,4,67,0,145,''),(2352,4,69,0,145,''),(2353,4,70,0,145,'/f/i/file_2_2.jpg'),(2354,4,71,0,145,'/f/i/file_2_2.jpg'),(2355,4,72,0,145,'/f/i/file_2_2.jpg'),(2356,4,86,0,145,''),(2357,4,90,0,145,''),(2358,4,92,0,145,'container2'),(2359,4,96,0,145,''),(2360,4,97,0,145,''),(2361,4,83,0,145,'topf-vitreous-pink-1.html'),(2362,4,95,0,145,''),(2363,4,56,0,146,'Topf Vitreous, frostgreen'),(2364,4,82,0,146,'topf-vitreous-pink'),(2365,4,469,0,146,'2'),(2366,4,496,0,146,''),(2367,4,497,0,146,''),(2368,4,67,0,146,''),(2369,4,69,0,146,''),(2370,4,70,0,146,'/f/i/file_9.jpg'),(2371,4,71,0,146,'/f/i/file_9.jpg'),(2372,4,72,0,146,'/f/i/file_9.jpg'),(2373,4,86,0,146,''),(2374,4,90,0,146,''),(2375,4,92,0,146,'container2'),(2376,4,96,0,146,''),(2377,4,97,0,146,''),(2378,4,83,0,146,'topf-vitreous-pink-2.html'),(2379,4,95,0,146,''),(2380,4,70,0,142,'/f/i/file_1_1.jpg'),(2381,4,71,0,142,'/f/i/file_1_1.jpg'),(2382,4,72,0,142,'/f/i/file_1_1.jpg'),(2383,4,70,0,140,'/g/l/glasschale_frostturq_400x400__1_1.jpg'),(2384,4,71,0,140,'/g/l/glasschale_frostturq_400x400__1_1.jpg'),(2385,4,72,0,140,'/g/l/glasschale_frostturq_400x400__1_1.jpg'),(2386,4,56,0,147,'Schlüsselband anthrazit'),(2387,4,82,0,147,'schlusselband-anthrazit'),(2388,4,469,0,147,'2'),(2389,4,496,0,147,''),(2390,4,497,0,147,''),(2391,4,67,0,147,'schlüsselband'),(2392,4,69,0,147,'Schlüssel, Schlüsselband, Filzgestickt'),(2395,4,72,0,147,'/f/i/file_2_7.jpg'),(2396,4,86,0,147,''),(2397,4,90,0,147,''),(2398,4,92,0,147,'container2'),(2399,4,95,0,147,''),(2400,4,96,0,147,''),(2401,4,97,0,147,''),(2402,4,83,0,147,'schlusselband-anthrazit.html'),(2403,4,70,0,147,'/f/i/file_2_7.jpg'),(2404,4,71,0,147,'/f/i/file_2_7.jpg'),(2405,4,56,0,148,'Schlüsselband anthrazit'),(2406,4,82,0,148,'schlusselband-oanthrazit'),(2407,4,469,0,148,'2'),(2408,4,496,0,148,''),(2409,4,497,0,148,''),(2410,4,67,0,148,'schlüsselband'),(2411,4,69,0,148,'Schlüssel, Schlüsselband, Filzgestickt'),(2412,4,72,0,148,'/b/e/be_my_angle_anthrazit_600x200.jpg'),(2413,4,86,0,148,''),(2414,4,90,0,148,''),(2415,4,92,0,148,'container2'),(2416,4,95,0,148,''),(2417,4,96,0,148,''),(2418,4,97,0,148,''),(2419,4,83,0,148,'schlusselband-oanthrazit.html'),(2420,4,70,0,148,'/b/e/be_my_angle_anthrazit_600x200.jpg'),(2421,4,71,0,148,'/b/e/be_my_angle_anthrazit_600x200.jpg'),(2422,4,56,0,149,'Schlüsselband orange'),(2423,4,82,0,149,'schlusselband-orange'),(2424,4,469,0,149,'2'),(2425,4,496,0,149,''),(2426,4,497,0,149,''),(2427,4,67,0,149,'schlüsselband'),(2428,4,69,0,149,'Schlüssel, Schlüsselband, Filzgestickt'),(2429,4,72,0,149,'/f/i/file_2_9.jpg'),(2430,4,86,0,149,''),(2431,4,90,0,149,''),(2432,4,92,0,149,'container2'),(2433,4,95,0,149,''),(2434,4,96,0,149,''),(2435,4,97,0,149,''),(2436,4,83,0,149,'schlusselband-orange.html'),(2437,4,70,0,149,'/f/i/file_2_9.jpg'),(2438,4,71,0,149,'/f/i/file_2_9.jpg'),(2439,4,56,0,150,'Schlüsselband MR. PERFECT, gestickt'),(2440,4,82,0,150,'schlusselband-hellrot'),(2441,4,469,0,150,'2'),(2442,4,496,0,150,''),(2443,4,497,0,150,''),(2444,4,67,0,150,'schlüsselband'),(2445,4,69,0,150,'Schlüssel, Schlüsselband, Filzgestickt'),(2446,4,72,0,150,'/m/r/mr_perfect_600x200_orange.jpg'),(2447,4,86,0,150,''),(2448,4,90,0,150,''),(2449,4,92,0,150,'container2'),(2450,4,95,0,150,''),(2451,4,96,0,150,''),(2452,4,97,0,150,''),(2453,4,83,0,150,'schlusselband-hellrot.html'),(2454,4,70,0,150,'/m/r/mr_perfect_600x200_orange.jpg'),(2455,4,71,0,150,'/m/r/mr_perfect_600x200_orange.jpg'),(2456,4,56,0,151,'Schlüsselband SMILE, gestickt'),(2457,4,82,0,151,'schlusselband-rubinrot'),(2458,4,469,0,151,'2'),(2459,4,496,0,151,''),(2460,4,497,0,151,''),(2461,4,67,0,151,'schlüsselband'),(2462,4,69,0,151,'Schlüssel, Schlüsselband, Filzgestickt'),(2463,4,72,0,151,'/s/m/smile_600x200_rubinrot.jpg'),(2464,4,86,0,151,''),(2465,4,90,0,151,''),(2466,4,92,0,151,'container2'),(2467,4,95,0,151,''),(2468,4,96,0,151,''),(2469,4,97,0,151,''),(2470,4,83,0,151,'schlusselband-rubinrot.html'),(2471,4,70,0,151,'/s/m/smile_600x200_rubinrot.jpg'),(2472,4,71,0,151,'/s/m/smile_600x200_rubinrot.jpg'),(2473,4,56,0,152,'Schlüsselband BE MY ANGEL, gestickt'),(2474,4,82,0,152,'schlusselband-rubinrot'),(2475,4,469,0,152,'2'),(2476,4,496,0,152,''),(2477,4,497,0,152,''),(2478,4,67,0,152,'schlüsselband'),(2479,4,69,0,152,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2480,4,72,0,152,'/b/e/be_my_angel_600x200_rubinrot.jpg'),(2481,4,86,0,152,''),(2482,4,90,0,152,''),(2483,4,92,0,152,'container2'),(2484,4,95,0,152,''),(2485,4,96,0,152,''),(2486,4,97,0,152,''),(2487,4,83,0,152,'schlusselband-rubinrot-1.html'),(2488,4,70,0,152,'/b/e/be_my_angel_600x200_rubinrot.jpg'),(2489,4,71,0,152,'/b/e/be_my_angel_600x200_rubinrot.jpg'),(2490,4,56,0,153,'Schlüsselband BE MY ANGEL, gestickt, lila'),(2491,4,82,0,153,'schlusselband-lila'),(2492,4,469,0,153,'2'),(2493,4,496,0,153,''),(2494,4,497,0,153,''),(2495,4,67,0,153,'schlüsselband'),(2496,4,69,0,153,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2497,4,72,0,153,'/f/i/file_2_10.jpg'),(2498,4,86,0,153,''),(2499,4,90,0,153,''),(2500,4,92,0,153,'container2'),(2501,4,95,0,153,''),(2502,4,96,0,153,''),(2503,4,97,0,153,''),(2504,4,83,0,153,'schlusselband-lila.html'),(2505,4,70,0,153,'/f/i/file_2_10.jpg'),(2506,4,71,0,153,'/f/i/file_2_10.jpg'),(2507,4,56,0,154,'Schlüsselband MR. PERFECT, gestickt, lila'),(2508,4,82,0,154,'schlusselband-lila'),(2509,4,469,0,154,'2'),(2510,4,496,0,154,''),(2511,4,497,0,154,''),(2512,4,67,0,154,'schlüsselband'),(2513,4,69,0,154,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2514,4,72,0,154,'/f/i/file_2_11.jpg'),(2515,4,86,0,154,''),(2516,4,90,0,154,''),(2517,4,92,0,154,'container2'),(2518,4,95,0,154,''),(2519,4,96,0,154,''),(2520,4,97,0,154,''),(2521,4,83,0,154,'schlusselband-lila-1.html'),(2522,4,70,0,154,'/f/i/file_2_11.jpg'),(2523,4,71,0,154,'/f/i/file_2_11.jpg'),(2524,4,56,0,155,'Schlüsselband Be My Angel, pink'),(2525,4,82,0,155,'schlusselband-pink'),(2526,4,469,0,155,'2'),(2527,4,496,0,155,''),(2528,4,497,0,155,''),(2529,4,67,0,155,'schlüsselband lila'),(2530,4,69,0,155,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2531,4,72,0,155,'/f/i/file_2_13.jpg'),(2532,4,86,0,155,''),(2533,4,90,0,155,''),(2534,4,92,0,155,'container2'),(2535,4,95,0,155,''),(2536,4,96,0,155,''),(2537,4,97,0,155,''),(2538,4,83,0,155,'schlusselband-pink.html'),(2539,4,70,0,155,'/f/i/file_2_13.jpg'),(2540,4,71,0,155,'/f/i/file_2_13.jpg'),(2541,4,56,0,156,'Schlüsselband Mr. Perfect, pink'),(2542,4,82,0,156,'schlusselband-pink'),(2543,4,469,0,156,'2'),(2544,4,496,0,156,''),(2545,4,497,0,156,''),(2546,4,67,0,156,'schlüsselband lila'),(2547,4,69,0,156,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2548,4,72,0,156,'/f/i/file_2_14.jpg'),(2549,4,86,0,156,''),(2550,4,90,0,156,''),(2551,4,92,0,156,'container2'),(2552,4,95,0,156,''),(2553,4,96,0,156,''),(2554,4,97,0,156,''),(2555,4,83,0,156,'schlusselband-pink-1.html'),(2556,4,70,0,156,'/f/i/file_2_14.jpg'),(2557,4,71,0,156,'/f/i/file_2_14.jpg'),(2558,4,56,0,157,'Schlüsselband Auf Wolke 7, hellrot'),(2559,4,82,0,157,'schlusselband-hellrot'),(2560,4,469,0,157,'2'),(2561,4,496,0,157,''),(2562,4,497,0,157,''),(2563,4,67,0,157,'schlüsselband lila'),(2564,4,69,0,157,'Schlüssel, Schlüsselband, Filzgestickt, Me My Angel'),(2565,4,72,0,157,'/f/i/file_2_15.jpg'),(2566,4,86,0,157,''),(2567,4,90,0,157,''),(2568,4,92,0,157,'container2'),(2569,4,95,0,157,''),(2570,4,96,0,157,''),(2571,4,97,0,157,''),(2572,4,83,0,157,'schlusselband-hellrot-1.html'),(2573,4,70,0,157,'/f/i/file_2_15.jpg'),(2574,4,71,0,157,'/f/i/file_2_15.jpg'),(2575,4,56,0,158,'Halskette '),(2576,4,82,0,158,'halskette'),(2577,4,469,0,158,'2'),(2578,4,496,0,158,''),(2579,4,497,0,158,''),(2580,4,67,0,158,'Halskette'),(2581,4,69,0,158,'Kette, Schmuck, '),(2582,4,70,0,158,'/1/0/1095_kette.jpg'),(2583,4,71,0,158,'/1/0/1095_kette.jpg'),(2584,4,72,0,158,'/1/0/1095_kette.jpg'),(2585,4,86,0,158,''),(2586,4,90,0,158,''),(2587,4,92,0,158,'container2'),(2588,4,83,0,158,'halskette.html'),(2589,4,95,0,158,''),(2590,4,96,0,158,''),(2591,4,97,0,158,''),(2592,4,56,0,159,'Brillen-Etui, schwarz'),(2593,4,82,0,159,'brillen-etui'),(2594,4,469,0,159,'2'),(2595,4,496,0,159,''),(2596,4,497,0,159,''),(2597,4,67,0,159,'Brillenetui'),(2598,4,69,0,159,'Brillenetui'),(2599,4,70,0,159,'/b/e/be-schwarz.jpg'),(2600,4,71,0,159,'/b/e/be-schwarz.jpg'),(2601,4,72,0,159,'/b/e/be-schwarz.jpg'),(2602,4,86,0,159,''),(2603,4,90,0,159,''),(2604,4,92,0,159,'container2'),(2605,4,95,0,159,''),(2606,4,96,0,159,''),(2607,4,97,0,159,''),(2608,4,83,0,159,'brillen-etui.html'),(2609,4,70,0,77,'no_selection'),(2610,4,71,0,77,'no_selection'),(2611,4,72,0,77,'no_selection'); /*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_flat_1` -- DROP TABLE IF EXISTS `catalog_product_flat_1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_flat_1` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `type_id` varchar(32) NOT NULL default 'simple', `sku` varchar(64) default NULL, `weight` decimal(12,4) default NULL, `url_path` varchar(255) default NULL, `category_ids` text, `has_options` smallint(6) NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `enable_googlecheckout` tinyint(1) default NULL, `links_purchased_separately` int(11) default NULL, `links_title` varchar(255) default NULL, `name` varchar(255) default NULL, `short_description` text, `price` decimal(12,4) default NULL, `special_price` decimal(12,4) default NULL, `special_from_date` datetime default NULL, `special_to_date` datetime default NULL, `small_image` varchar(255) default NULL, `thumbnail` varchar(255) default NULL, `news_from_date` datetime default NULL, `news_to_date` datetime default NULL, `tax_class_id` int(11) default NULL, `url_key` varchar(255) default NULL, `required_options` tinyint(3) unsigned NOT NULL default '0', `image_label` varchar(255) default NULL, `small_image_label` varchar(255) default NULL, `thumbnail_label` varchar(255) default NULL, `price_type` int(11) default NULL, `weight_type` int(11) default NULL, `price_view` int(11) default NULL, `shipment_type` int(11) default NULL, `ugiftcert_amount_config` text, `display_price_group_0` decimal(12,4) default NULL, `display_price_group_1` decimal(12,4) default NULL, `display_price_group_2` decimal(12,4) default NULL, `display_price_group_3` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_TYPE_ID` (`type_id`), KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`), KEY `IDX_NAME` (`name`), KEY `IDX_PRICE` (`price`), KEY `IDX_DISPLAY_PRICE_GROUP_0` (`display_price_group_0`), KEY `IDX_DISPLAY_PRICE_GROUP_1` (`display_price_group_1`), KEY `IDX_DISPLAY_PRICE_GROUP_2` (`display_price_group_2`), KEY `IDX_DISPLAY_PRICE_GROUP_3` (`display_price_group_3`), CONSTRAINT `FK_CATALOG_PRODUCT_FLAT_1_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=160 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_flat_1` -- LOCK TABLES `catalog_product_flat_1` WRITE; /*!40000 ALTER TABLE `catalog_product_flat_1` DISABLE KEYS */; INSERT INTO `catalog_product_flat_1` VALUES (7,4,'simple','106666','60.0000','tagebuch.html','10,42,57',1,'2009-11-02 15:05:30','2010-09-11 08:03:55',1,NULL,NULL,'Tagebuch','Tagebuch pink/pistazie','19.8000',NULL,NULL,NULL,'/0/5/0524-028.jpg','/0/5/0524-028.jpg',NULL,NULL,0,'tagebuch',1,'','','',NULL,NULL,NULL,NULL,NULL,'19.8000','19.8000','19.8000','19.8000'),(9,4,'simple','1070-02','50.0000','bestecktasche-rubinrot.html','38',0,'2009-11-13 20:56:14','2010-10-18 20:45:53',1,NULL,NULL,'Bestecktasche rubinrot','Bestecktasche aus Wollfilz','12.2000',NULL,NULL,NULL,'/0/9/0929-058b_rr.jpg','/0/9/0929-058b_rr.jpg',NULL,NULL,0,'bestecktasche-rubinrot',0,'Bestecktasche rubinrot (Preis ohne Besteck)','Bestecktasche rubinrot (Preis ohne Besteck)','Bestecktasche rubinrot (Preis ohne Besteck)',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(11,4,'simple','1070-04','60.0000','bestecktasche-anthrazit.html','20,38',0,'2009-11-13 21:39:18','2010-10-18 20:45:34',1,NULL,NULL,'Bestecktasche anthrazit','Bestecktasche anthrazit (Preis ohne Besteck)','12.2000',NULL,NULL,NULL,'/0/9/0929-059b_anth_1.jpg','/0/9/0929-059b_anth_1.jpg',NULL,NULL,0,'bestecktasche-anthrazit',0,'Bestecktasche anthrazit','Bestecktasche anthrazit (Preis ohne besteck)','Bestecktasche anthrazit (Preis ohne besteck)',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(12,4,'simple','1070-03','60.0000','bestecktasche-orange.html','38',0,'2009-11-13 21:52:18','2010-10-18 20:45:14',1,NULL,NULL,'Bestecktasche orange','bestecktasche orange','12.2000',NULL,NULL,NULL,'/0/9/0929-056b_orang_eshop.gif','/0/9/0929-056b_orang_eshop.gif',NULL,NULL,0,'bestecktasche-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(13,4,'simple','1070-05','60.0000','bestecktasche-pistazie.html','38',0,'2009-11-15 22:30:56','2010-10-18 20:45:00',1,NULL,NULL,'Bestecktasche pistazie','Bestecktasche pistazie','12.2000',NULL,NULL,NULL,'/0/5/0524-007b_pist_.gif','/0/5/0524-007b_pist_.gif',NULL,NULL,0,'bestecktasche-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(14,4,'simple','1070-07','60.0000','bestecktasche-hellrot.html','38',0,'2009-11-15 22:35:39','2010-10-18 20:44:43',1,NULL,NULL,'Bestecktasche hellrot','Bestecktasche hellrot','12.2000',NULL,NULL,NULL,'/0/5/0524-006b_hr_eshop_1.gif','/0/5/0524-006b_hr_eshop_1.gif',NULL,NULL,0,'bestecktasche-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(15,4,'simple','1070-01','60.0000','bestecktasche-weiss.html','38',0,'2009-11-15 22:38:58','2010-10-18 20:44:26',1,NULL,NULL,'Bestecktasche weiß','Betsecktasche weiß','12.2000',NULL,NULL,NULL,'/0/5/0524-009b_weis_eshop.gif','/0/5/0524-009b_weis_eshop.gif',NULL,NULL,0,'bestecktasche-weiss',0,'','','',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(16,4,'simple','1070-06','60.0000','bestecktasche-bordeaux.html','38',0,'2009-11-15 22:42:47','2010-10-18 20:44:07',1,NULL,NULL,'Bestecktasche bordeaux','Bestecktasche aus Wollfilz, schöner wohnen, gedeckter Tisch, Wollfilz','12.2000',NULL,NULL,NULL,'/0/5/0524-005b_bord_eshop.gif','/b/o/bordeaux_neu__.jpg',NULL,NULL,0,'bestecktasche-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(17,4,'simple','1070-09','60.0000','bestecktasche-gelb.html','38',0,'2009-11-15 22:46:26','2010-10-18 20:43:49',1,NULL,NULL,'Bestecktasche gelb','Betsecktasche gelb','12.2000',NULL,NULL,NULL,'/0/5/0524-008b_glb_eshop.gif','/0/5/0524-008b_glb_eshop.gif',NULL,NULL,0,'bestecktasche-gelb',0,'Bestecktasche gelb','Bestecktasche gelb (Preis ohne Besteck)','Bestecktasche gelb (Preis ohne Besteck)',NULL,NULL,NULL,NULL,NULL,'12.2000','12.2000','12.2000','12.2000'),(22,4,'simple','1010-01','70.0000','tischset-weiss.html','24,25',0,'2009-11-15 23:41:58','2010-05-08 05:52:48',1,NULL,NULL,'Tischset weiß','Tischset einfarbig weiß (ohne Teller)','13.7000',NULL,NULL,NULL,'/0/5/0524-003t_weiss_eshop.gif','/0/5/0524-003_weiss_eshop.gif',NULL,NULL,0,'tischset-weiss',0,'Tischset weiß (Preis ohne Deko)','Tischset weiß (Preis ohne Deko)','Tischset weiß',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(23,4,'simple','1010-02','70.0000','tischset-rubinrot.html','25,30',0,'2009-11-15 23:46:49','2010-09-15 12:52:31',0,NULL,NULL,'Tischset rubinrot','Tischset rubinrot (ohne Deko)\r\n','13.7000',NULL,NULL,NULL,'/0/9/0929-037t_rr.jpg','/0/9/0929-037t_rr.jpg',NULL,NULL,0,'tischset-rubinrot',0,'Tischset rubinrot','Tischset rubinrot (ohne Deko)','Tischset rubinrot (ohne Deko)',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(24,4,'simple','1010-04','70.0000','tischset-anthrazit.html','25',0,'2009-11-16 18:12:39','2010-09-15 12:54:36',1,NULL,NULL,'Tischset anthrazit','Tischset anthrazit (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/9/0929-039t_anthrazit.jpg','/0/9/0929-039t_anthrazit.jpg',NULL,NULL,0,'tischset-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(25,4,'simple','1010-03','70.0000','tischset-orange.html','25',0,'2009-11-16 18:56:55','2010-09-15 12:54:59',1,NULL,NULL,'Tischset orange','Tischset orange (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/9/0929-036t_orang.jpg','/0/9/0929-036t_orang.jpg',NULL,NULL,0,'tischset-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(26,4,'simple','1010-05','70.0000','tischset-pistazie.html','20,25',0,'2009-11-16 19:07:57','2010-09-15 12:55:16',1,NULL,NULL,'Tischset pistazie','Tischset pistazie (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/5/0529-004pist_eshop.gif','/0/5/0529-004pist_eshop.gif',NULL,NULL,0,'tischset-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(27,4,'simple','1010-06','70.0000','tischset-bordeaux.html','25',0,'2009-11-16 19:12:24','2010-09-15 12:55:38',1,NULL,NULL,'Tischset bordeaux','Tischset bordeaux (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/5/0524-002t_eshop.gif','/0/5/0524-002t_eshop.gif',NULL,NULL,0,'tischset-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(28,4,'simple','1010-07','70.0000','tischset-hellrot.html','25',0,'2009-11-16 19:18:07','2010-09-15 12:56:34',1,NULL,NULL,'Tischset hellrot','Tischset hellrot (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/5/0529-001t_eshop.gif','no_selection',NULL,NULL,0,'tischset-hellrot',0,'','',NULL,NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(29,4,'simple','1010-08','70.0000','tischset-pink.html','25',0,'2009-11-16 19:22:50','2010-09-15 12:58:01',1,NULL,NULL,'Tischset pink','Tischset pink (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/5/0529-002t_eshop.gif','/0/5/0529-002t_eshop.gif',NULL,NULL,0,'tischset-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(30,4,'simple','1010-09','70.0000','tischset-gelb.html','25',0,'2009-11-16 19:28:12','2010-09-15 13:01:56',1,NULL,NULL,'Tischset gelb','Tischset gelb (ohne Deko)','13.7000',NULL,NULL,NULL,'/0/5/0529-003glb_eshop.gif','/0/5/0529-003glb_eshop.gif',NULL,NULL,0,'tischset-gelb',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.7000','13.7000','13.7000','13.7000'),(35,4,'simple','1050-01','20.0000','untersetzer-eckig-weiss.html','34',0,'2009-11-16 20:10:50','2010-10-18 20:26:15',1,NULL,NULL,'Untersetzer eckig weiß','Untersetzer eckig weiß (ohne Deko)','3.2000',NULL,NULL,NULL,'/u/s/us-eckig-natur-g.jpg','/u/s/us-eckig-natur-g.jpg',NULL,NULL,0,'untersetzer-eckig-weiss',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(36,4,'simple','1050-02','70.0000','untersetzer-eckig-weiss-1.html','34',0,'2009-11-16 20:12:29','2010-10-18 20:26:33',1,NULL,NULL,'Untersetzer eckig rubinrot','Untersetzer eckig rubinrot \r\n(ohne Deko)','3.2000',NULL,NULL,NULL,'/0/9/0929-086g_rr_eshop.gif','/0/9/0929-086g_rr_eshop.gif',NULL,NULL,0,'untersetzer-eckig-weiss',0,NULL,'','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(37,4,'simple','1050-04','1.0000','untersetzer-eckig-anthrazit.html','33,34',0,'2009-11-16 20:16:38','2010-10-18 20:26:54',1,NULL,NULL,'Untersetzer eckig anthrazit','Untersetzer eckig anthrazit\r\n(ohne Deko)','3.2000',NULL,NULL,NULL,'/0/9/0929-087g_anth_eshop.gif','/0/9/0929-087g_anth_eshop.gif',NULL,NULL,0,'untersetzer-eckig-anthrazit',0,'','Untersetzer anthrazit (ohne Deko)','Untersetzer anthrazit (ohne Deko)',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(38,4,'simple','1050-03','1.0000','untersetzer-eckig-orange.html','20,34',0,'2009-11-16 20:19:23','2010-10-18 20:27:11',1,NULL,NULL,'Untersetzer eckig orange','Untersetzer orange (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/9/0929-084g_orang_eshop.gif','/0/9/0929-084g_orang_eshop.gif',NULL,NULL,0,'untersetzer-eckig-orange',0,'Untersetzer orange eckig','Untersetzer orange eckig (ohne Deko)','Untersetzer orange eckig (ohne Deko)',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(39,4,'simple','1050-05','1.0000','untersetzer-eckig-pistazie.html','34',0,'2009-11-16 20:21:15','2010-10-18 20:27:27',1,NULL,NULL,'Untersetzer eckig pistazie','Untersetzer pistazie\r\n(ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-005g_eshop.gif','/0/5/0529-005_pist_eshop.gif',NULL,NULL,0,'untersetzer-eckig-pistazie',0,'Untersetzer eckig pistazie (ohne Deko)','Untersetzer eckig pistazie (ohne Deko)','Untersetzer eckig pistazie ',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(40,4,'simple','1050-06','1.0000','untersetzer-eckig-bordeaux.html','34',0,'2009-11-16 20:22:22','2010-10-18 20:27:46',1,NULL,NULL,'Untersetzer eckig bordeaux','Untersetzer (ohne Deko)','3.2000',NULL,NULL,NULL,'/u/s/us-eckig-weinrot-g.jpg','/u/s/us-eckig-weinrot-g.jpg',NULL,NULL,0,'untersetzer-eckig-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(41,4,'simple','1050-07','1.0000','untersetzer-eckig-hellrot.html','34',0,'2009-11-16 20:24:18','2010-10-18 20:28:04',1,NULL,NULL,'Untersetzer eckig hellrot','Untersetzer hellrot (ohne Deko)','3.2000',NULL,NULL,NULL,'/u/s/us-eckig-hellrot-g.jpg','/u/s/us-eckig-hellrot.jpg',NULL,NULL,0,'untersetzer-eckig-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(42,4,'simple','1050-08','1.0000','untersetzer-eckig-pink.html','34',0,'2009-11-16 20:25:26','2010-10-18 20:28:23',1,NULL,NULL,'Untersetzer eckig pink','Untersetzer pink (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-007g-2_eshop.gif','/0/5/0529-007g-2_eshop.gif',NULL,NULL,0,'untersetzer-eckig-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(43,4,'simple','1050-09','1.0000','untersetzer-eckig-gelb.html','34',0,'2009-11-16 20:26:40','2010-10-18 20:28:40',1,NULL,NULL,'Untersetzer eckig gelb','Untersetzer gelb (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-006g_eshop.gif','/0/5/0529-006g_eshop.gif',NULL,NULL,0,'untersetzer-eckig-gelb',0,'Untersetzer gelb (ohne Deko)','Untersetzer gelb (ohne Deko)','Untersetzer gelb (ohne Deko)',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(49,4,'simple','1060-02','1.0000','untersetzer-rund-rubinrot.html','35,59',0,'2009-11-16 20:38:26','2010-10-18 20:23:58',1,NULL,NULL,'Untersetzer rund rubinrot','Untersetzer rund rubinrot (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/1/0112-004.jpg','/0/1/0112-004.jpg',NULL,NULL,0,'untersetzer-rund-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(50,4,'simple','1060-03','1.0000','untersetzer-rund-orange.html','35,59',0,'2009-11-16 20:39:49','2010-10-18 20:23:32',1,NULL,NULL,'Untersetzer rund orange','Untersetzer rund orange (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/1/0112-003.jpg','/0/1/0112-003g.jpg',NULL,NULL,0,'untersetzer-rund-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(51,4,'simple','1060-04','1.0000','untersetzer-eckig-anthrazit-1.html','33,35,59',0,'2009-11-16 20:40:37','2010-10-18 20:23:01',1,NULL,NULL,'Untersetzer rund anthrazit','Untersetzer rund anthrazit (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/1/0112-002.jpg','/0/1/0112-002.jpg',NULL,NULL,0,'untersetzer-eckig-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(52,4,'simple','1060-05','1.0000','untersetzer-rund-pistazie.html','35,59',0,'2009-11-16 20:41:30','2010-10-18 20:22:30',1,NULL,NULL,'Untersetzer rund pistazie','Untersetzer rund pistazie (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-014_p_e.jpg','/0/5/0529-014_p_e.jpg',NULL,NULL,0,'untersetzer-rund-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(53,4,'simple','1060-06','1.0000','untersetzer-eckig-bordeaux-1.html','35,59',0,'2009-11-16 20:42:41','2010-10-18 20:21:28',1,NULL,NULL,'Untersetzer rund bordeaux','Untersetzer rund bordeaux (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-012_bord_e.jpg','/0/5/0529-012_bord_e.jpg',NULL,NULL,0,'untersetzer-eckig-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(54,4,'simple','1060-07','1.0000','untersetzer-eckig-hellrot-1.html','35,59',0,'2009-11-16 20:43:30','2010-10-18 20:17:37',1,NULL,NULL,'Untersetzer rund hellrot','Untersetzer rund hellrot(ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-013_hellr_e.jpg','/0/5/0529-013_hellr_e.jpg',NULL,NULL,0,'untersetzer-eckig-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(55,4,'simple','1060-08','1.0000','untersetzer-eckig-pink-1.html','35,59',0,'2009-11-16 20:44:16','2010-10-18 20:18:12',1,NULL,NULL,'Untersetzer rund pink','Untersetzer rund pink (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-016_pink_e.jpg','/0/5/0529-016_pink_e.jpg',NULL,NULL,0,'untersetzer-eckig-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(56,4,'simple','1060-09','1.0000','untersetzer-eckig-gelb-1.html','35,59',0,'2009-11-16 20:45:13','2010-10-18 20:18:41',1,NULL,NULL,'Untersetzer rund gelb','Untersetzer rund gelb (ohne Deko)','3.2000',NULL,NULL,NULL,'/0/5/0529-015_gelb_e.jpg','/0/5/0529-015_gelb_e.jpg',NULL,NULL,0,'untersetzer-eckig-gelb',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.2000','3.2000','3.2000','3.2000'),(62,4,'simple','1061-02','1.0000','untersetzer-rund-rubinrot-1.html','36',0,'2009-11-16 20:52:41','2010-10-18 20:14:56',1,NULL,NULL,'Untersetzer rund rubinrot','Untersetzer rund rubinrot (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-012_rubinrot_e.jpg','/0/6/0610-012_rubinrot_e.jpg',NULL,NULL,0,'untersetzer-rund-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(63,4,'simple','1061-03','1.0000','untersetzer-rund-orange-1.html','36',0,'2009-11-16 20:54:02','2010-10-18 20:13:32',1,NULL,NULL,'Untersetzer rund orange','Untersetzer rund orange (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-013_orange_e.jpg','no_selection',NULL,NULL,0,'untersetzer-rund-orange',0,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(64,4,'simple','1061-04','1.0000','untersetzer-rund-anthrazit.html','36',0,'2009-11-16 20:54:57','2010-10-18 20:12:57',1,NULL,NULL,'Untersetzer rund anthrazit','Untersetzer rund anthrazit (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-011_anthrazit_e.jpg','/0/6/0610-011_anthrazit_e.jpg',NULL,NULL,0,'untersetzer-rund-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(65,4,'simple','1061-05','1.0000','untersetzer-rund-pistazie-1.html','36',0,'2009-11-16 21:10:21','2010-10-18 20:09:36',1,NULL,NULL,'Untersetzer rund pistazie','Untersetzer rund pistazie (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-017_pistazie_e.jpg','/0/6/0610-017_pistazie_e.jpg',NULL,NULL,0,'untersetzer-rund-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(66,4,'simple','1061-06','1.0000','untersetzer-rund-bordeaux.html','36',0,'2009-11-16 21:11:20','2010-10-18 20:08:59',1,NULL,NULL,'Untersetzer rund bordeaux','Untersetzer rund bordeaux (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-015_bordeaux_e.jpg','/0/6/0610-015_bordeaux_e.jpg',NULL,NULL,0,'untersetzer-rund-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(68,4,'simple','1061-08','1.0000','untersetzer-rund-pink.html','36',0,'2009-11-16 21:13:09','2010-10-18 20:11:52',1,NULL,NULL,'Untersetzer rund pink','Untersetzer rund pink (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-014_pink_e.jpg','/0/6/0610-014_pink_e.jpg',NULL,NULL,0,'untersetzer-rund-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(69,4,'simple','1061-09','1.0000','untersetzer-rund-gelb.html','36',0,'2009-11-16 21:14:41','2010-10-18 20:11:31',1,NULL,NULL,'Untersetzer rund gelb','Untersetzer rund gelb (ohne Deko)','2.9000',NULL,NULL,NULL,'/0/6/0610-018_gelb_e.jpg','/0/6/0610-018_gelb_e.jpg',NULL,NULL,0,'untersetzer-rund-gelb',0,'','','',NULL,NULL,NULL,NULL,NULL,'2.9000','2.9000','2.9000','2.9000'),(74,4,'simple','1080-02','10.0000','staebchentasche-rubinrot.html','39',0,'2009-11-16 21:22:28','2010-05-16 21:21:27',1,NULL,NULL,'Stäbchentasche rubinrot ','Stäbchentasche rubinrot (Preis mit Stäbchen)','7.2000',NULL,NULL,NULL,'/0/9/0929x111_rr_eshop.gif','/0/9/0929x111_rr_eshop.gif',NULL,NULL,0,'staebchentasche-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'7.2000','7.2000','7.2000','7.2000'),(75,4,'simple','1080-03','10.0000','staebchentasche-orange.html','39',0,'2009-11-16 21:26:14','2010-10-18 20:36:13',1,NULL,NULL,'Stäbchentasche orange','Stäbchentasche orange (Preis mit Stäbchen)','7.2000',NULL,NULL,NULL,'/0/9/0929-111_orang_eshop.gif','/0/9/0929-111_orang_eshop.gif',NULL,NULL,0,'staebchentasche-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'7.2000','7.2000','7.2000','7.2000'),(76,4,'simple','1080-04','10.0000','staebchentasche-anthrazit.html','20,39',0,'2009-11-16 21:27:26','2009-11-21 06:14:28',1,NULL,NULL,'Stäbchentasche anthrazit','Stäbchentasche anthrazit (Preis mit Stäbchen)','7.2000',NULL,NULL,NULL,'/0/9/0929-112_anthra_eshop_1.gif','/0/9/0929-112_anthra_eshop_1.gif',NULL,NULL,0,'staebchentasche-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'7.2000','7.2000','7.2000','7.2000'),(77,4,'simple','1080-10','10.0000','staebchentasche-hellblau.html','39',0,'2009-11-16 21:28:39','2010-10-18 20:36:31',1,NULL,NULL,'Stäbchentasche hellblau','Stäbchentasche hellblau (Preis mit Stäbchen)','7.2000',NULL,NULL,NULL,'no_selection','no_selection',NULL,NULL,0,'staebchentasche-hellblau',0,'','','',NULL,NULL,NULL,NULL,NULL,'7.2000','7.2000','7.2000','7.2000'),(80,4,'simple','1020-16','40.0000','zweifarbige-tischset-orange-rubinrot.html','26',0,'2009-11-17 06:39:29','2010-09-15 12:53:54',1,NULL,NULL,'zweifarbige Tischset orange-rubinrot','zweifarbige Tischset \r\norange-rubinrot\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/0/9/0929-040t_or_rr_eshop.gif','/0/9/0929-040t_or_rr_eshop.gif',NULL,NULL,0,'zweifarbige-tischset-orange-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(81,4,'simple','1020-15','40.0000','zweifarbige-tischset-anthrazit-rubinrot.html','26',0,'2009-11-17 06:39:58','2010-09-15 12:54:14',1,NULL,NULL,'zweifarbige Tischset anthrazit-rubinrot','zweifarbige Tischset \r\nanthrazit-rubinrot\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/0/9/0929-038t_anthra_rr_eshop.gif','/0/9/0929-038t_anthra_rr_eshop.gif',NULL,NULL,0,'zweifarbige-tischset-anthrazit-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(82,4,'simple','1020-17','40.0000','zweifarbige-tischset-rubinrot-anthrazit.html','26',0,'2009-11-17 06:47:58','2010-09-15 12:53:35',1,NULL,NULL,'zweifarbige Tischset rubinrot-anthrazit','zweifarbige Tischset \r\nrubinrot-anthrazit\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/0/1/0105-001t_rr_anthra_eshop.gif','/0/1/0105-001t_rr_anthra_eshop.gif',NULL,NULL,0,'zweifarbige-tischset-rubinrot-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(83,4,'simple','1020-18','40.0000','zweifarbige-tischset-schwarz-anthrazit.html','26',0,'2009-11-17 06:49:29','2010-09-15 12:53:04',1,NULL,NULL,'zweifarbige Tischset schwarz-anthrazit','zweifarbige Tischset \r\nschwarz-anthrazit\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/0/4/0419-005_schwarz_anthrazit__760.jpg','/0/4/0419-005_schwarz_anthrazit__760.jpg',NULL,NULL,0,'zweifarbige-tischset-schwarz-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(84,4,'simple','1020-19','40.0000','zweifarbige-tischset-anthrazit-schwarz.html','26',0,'2009-11-17 06:50:43','2010-09-15 12:53:18',1,NULL,NULL,'zweifarbige Tischset anthrazit-schwarz','zweifarbige Tischset \r\nanthrazit-schwarz\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/d/s/dsc_0216_anthrazit_schwarz_760p.jpg','/d/s/dsc_0216_anthrazit_schwarz_760p.jpg',NULL,NULL,0,'zweifarbige-tischset-anthrazit-schwarz',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(86,4,'simple','1090-01','10.0000','serviettenring-weiss.html','40',0,'2009-11-17 12:16:45','2009-11-21 06:10:18',1,NULL,NULL,'Serviettenring weiß','Serviettenring weiß\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-023_eshop.gif','/0/8/0827-023_eshop.gif',NULL,NULL,0,'serviettenring-weiss',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(88,4,'simple','1090-02','10.0000','serviettenring-rubinrot.html','20,40',0,'2009-11-17 12:16:58','2009-11-20 20:16:52',1,NULL,NULL,'Serviettenring rubinrot','Serviettenring rubinrot\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-022_eshop.gif','/0/8/0827-022_eshop.gif',NULL,NULL,0,'serviettenring-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(90,4,'simple','1090-03','10.0000','serviettenring-orange.html','40',0,'2009-11-17 12:20:23','2009-11-20 20:53:45',1,NULL,NULL,'Serviettenring orange','Serviettenring orange\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-019_eshop.gif','/0/9/0929-257_sr_orang_eshop.gif',NULL,NULL,0,'serviettenring-orange',0,'','Serviettenring /Tropfenfänger (ohne Deko)','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(91,4,'simple','1090-04','10.0000','serviettenring-anthrazit.html','40',0,'2009-11-17 12:23:07','2009-11-20 20:39:47',1,NULL,NULL,'Serviettenring anthrazit','Serviettenring anthrazit\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-017_eshop.gif','/0/8/0827-017_eshop.gif',NULL,NULL,0,'serviettenring-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(93,4,'simple','1090-05','10.0000','serviettenring-pistazie.html','20,40',0,'2009-11-17 12:27:01','2010-05-05 20:38:07',1,NULL,NULL,'Serviettenring pistazie','Serviettenring pistazie\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-018_eshop.gif','/0/8/0827-018_eshop.gif',NULL,NULL,0,'serviettenring-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(94,4,'simple','1090-06','10.0000','serviettenring-bordeaux.html','40',0,'2009-11-17 12:28:39','2009-11-20 20:45:09',1,NULL,NULL,'Serviettenring bordeaux','Serviettenring bordeaux\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-025_eshop.gif','/0/8/0827-025_eshop.gif',NULL,NULL,0,'serviettenring-bordeaux',0,NULL,'','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(95,4,'simple','1090-07','10.0000','serviettenring-hellrot.html','40',0,'2009-11-17 12:30:11','2009-11-20 20:46:37',1,NULL,NULL,'Serviettenring hellrot','Serviettenring hellrot\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-020_eshop.gif','/0/8/0827-020_eshop.gif',NULL,NULL,0,'serviettenring-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(96,4,'simple','1090-08','10.0000','serviettenring-pink.html','40',0,'2009-11-17 12:31:49','2009-11-20 20:48:07',1,NULL,NULL,'Serviettenring pink','Serviettenring pink\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-021_eshop.gif','/0/8/0827-021_eshop.gif',NULL,NULL,0,'serviettenring-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(97,4,'simple','1090-09','10.0000','serviettenring-gelb.html','40',0,'2009-11-17 12:38:09','2009-11-20 20:49:43',1,NULL,NULL,'Serviettenring gelb','Serviettenring gelb\r\n(ohne Deko)','3.5000',NULL,NULL,NULL,'/0/8/0827-024_eshop.gif','/0/8/0827-024_eshop.gif',NULL,NULL,0,'serviettenring-gelb',0,'','Servietenring (ohne Deko)','Servietenring (ohne Deko)',NULL,NULL,NULL,NULL,NULL,'3.5000','3.5000','3.5000','3.5000'),(102,4,'simple','1020-14','40.0000','zweifarbige-tischset-rubinrot-orange.html','20,24,26,30',0,'2009-11-18 20:55:15','2010-09-15 12:52:44',1,NULL,NULL,'Zweifarbiges Tischset rubinrot-orange','Zweifarbiges Tischset \r\nrubinrot-orange\r\n(ohne Deko)','14.9000',NULL,NULL,NULL,'/0/9/0929-041t_rr_or_eshop.gif','/0/9/0929-041t_rr_or_eshop.gif',NULL,NULL,0,'zweifarbige-tischset-rubinrot-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'14.9000','14.9000','14.9000','14.9000'),(106,4,'simple','850-01','5.0000','kerzenplatte-mit-filz-weiss-1.html','20,64',0,'2009-11-21 06:54:16','2010-09-11 21:04:12',1,NULL,NULL,'Kerzenplatte mit Filz weiß','Vierkerzenplatte buche','9.8000',NULL,NULL,NULL,'/0/2/0203-084_eshop.gif','/0/2/0203-084_eshop.gif',NULL,NULL,0,'kerzenplatte-mit-filz-weiss',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(107,4,'simple','850-03','5.0000','kerzenplatte-mit-filz-orange-1.html','20,64',0,'2009-11-21 06:57:17','2010-09-15 12:37:36',1,NULL,NULL,'Kerzenplatte mit Filz orange','Vierkerzenplatte buche','9.8000',NULL,NULL,NULL,'/0/2/0203-082_eshop.gif','/0/2/0203-082_eshop.gif',NULL,NULL,0,'kerzenplatte-mit-filz-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(108,4,'simple','850-04','5.0000','kerzenplatte-mit-filz-orange-2.html','64',0,'2009-11-21 06:59:40','2010-09-15 12:37:13',1,NULL,NULL,'Kerzenplatte mit Filz anthrazit','Vierkerzenplatte buche','9.8000',NULL,NULL,NULL,'/0/2/0203-074_eshop_2.gif','/0/2/0203-074_eshop_2.gif',NULL,NULL,0,'kerzenplatte-mit-filz-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(110,4,'simple','860-02','5.0000','kerzenplatte-mit-filz-anthrazit-2.html','64',0,'2009-11-21 07:10:52','2010-09-13 12:57:51',1,NULL,NULL,'Einkerzenplatte mit Filz anthrazit kolonial','Einkerzenzenplatte kolonial','9.8000',NULL,NULL,NULL,'/0/2/0203-068_eshop.gif','/0/2/0203-068_eshop.gif',NULL,NULL,0,'kerzenplatte-mit-filz-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(111,4,'simple','1000-01','5.0000','serviettentasche-schmucktasche.html','20,49,60',0,'2009-11-21 07:23:08','2010-05-08 06:01:24',1,NULL,NULL,'Serviettentasche/Schmucktasche','Serviettentasche/Schmucktasche ','15.9000',NULL,NULL,NULL,'/0/1/0105-002_eshop.gif','/0/1/0105-002_eshop.gif',NULL,NULL,2,'serviettentasche-schmucktasche',0,'','','',NULL,NULL,NULL,NULL,NULL,'15.9000','15.9000','15.9000','15.9000'),(112,4,'simple','1000-02','5.0000','serviettentasche-schmucktasche-1.html','9,20,49',0,'2009-11-21 07:25:52','2010-05-08 05:59:32',1,NULL,NULL,'Serviettentasche/Schmucktasche','Serviettentasche/Schmucktasche ','15.9000',NULL,NULL,NULL,'/0/1/0105-003_eshop.gif','/0/1/0105-003_eshop.gif',NULL,NULL,2,'serviettentasche-schmucktasche',0,'','','',NULL,NULL,NULL,NULL,NULL,'15.9000','15.9000','15.9000','15.9000'),(113,4,'simple','1000-03','5.0000','serviettentasche-schmucktasche-2.html','9,49',0,'2009-11-21 07:27:25','2010-05-08 05:59:00',1,NULL,NULL,'Serviettentasche/Schmucktasche','Serviettentasche/Schmucktasche ','15.9000',NULL,NULL,NULL,'/0/1/0105-005_eshop.gif','/0/1/0105-005_eshop.gif',NULL,NULL,2,'serviettentasche-schmucktasche',0,'','','',NULL,NULL,NULL,NULL,NULL,'15.9000','15.9000','15.9000','15.9000'),(114,4,'simple','1000-04','5.0000','serviettentasche-schmucktasche-3.html','49,60',0,'2009-11-21 07:29:46','2009-11-21 22:10:39',1,NULL,NULL,'Serviettentasche/Schmucktasche','Serviettentasche/Schmucktasche ','15.9000',NULL,NULL,NULL,'/0/1/0105-006_eshop.gif','/0/1/0105-006_eshop.gif',NULL,NULL,2,'serviettentasche-schmucktasche',0,'','','',NULL,NULL,NULL,NULL,NULL,'15.9000','15.9000','15.9000','15.9000'),(115,4,'simple','6000-08','1.0000','shopper-pink.html','15',0,'2009-11-21 21:15:36','2010-04-27 05:50:36',1,NULL,NULL,'Shopper pink','Shopper in Pink','75.0000',NULL,NULL,NULL,'/s/h/shopper_pink_eshop.jpg','/s/h/shopper_pink_eshop.jpg',NULL,NULL,2,'shopper-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(116,4,'simple','6000-07','1.0000','shopper-hellrot.html','15,51,55',0,'2009-11-21 21:38:11','2010-05-05 13:08:00',1,NULL,NULL,'Shopper hellrot','Shopper in hellrot','75.0000',NULL,NULL,NULL,'/d/s/dsc_0163_eshop_2_1.jpg','/d/s/dsc_0163_eshop_2_1.jpg',NULL,NULL,2,'shopper-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(117,4,'simple','6000-13','1.0000','shopper-schwarz.html','15',0,'2009-11-21 21:44:18','2010-04-27 05:49:53',1,NULL,NULL,'Shopper schwarz','Shopper in schwarz','75.0000',NULL,NULL,NULL,'/d/s/dsc_0213_schwarz_shopper_eshop.jpg','/d/s/dsc_0213_schwarz_shopper_eshop.jpg',NULL,NULL,2,'shopper-schwarz',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(118,4,'simple','6000-04','1.0000','shopper-anthrazit.html','15',0,'2009-11-21 21:48:42','2010-04-27 05:49:30',1,NULL,NULL,'Shopper anthrazit','Shopper in anthrazit','75.0000',NULL,NULL,NULL,'/d/s/dsc_0220_anthrazit_shopper_eshop.jpg','/d/s/dsc_0220_anthrazit_shopper_eshop.jpg',NULL,NULL,2,'shopper-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(119,4,'simple','6000-05','1.0000','shopper-pistazie.html','15',0,'2009-11-21 21:52:31','2010-04-27 05:49:06',1,NULL,NULL,'Shopper pistazie','Shopper in pistazie','75.0000',NULL,NULL,NULL,'/d/s/dsc_0221_pistazie_shopper_eshop.jpg','/d/s/dsc_0221_pistazie_shopper_eshop.jpg',NULL,NULL,2,'shopper-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(120,4,'simple','6000-06','1.0000','shopper-bordeaux.html','15,51,55',0,'2009-11-21 21:57:12','2010-05-05 13:07:00',1,NULL,NULL,'Shopper bordeaux','Shopper in bordeaux','75.0000',NULL,NULL,NULL,'/d/s/dsc_0223_bordeaux_shopper_eshop.jpg','/d/s/dsc_0223_bordeaux_shopper_eshop.jpg',NULL,NULL,2,'shopper-bordeaux',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(121,4,'simple','6000-09','1.0000','shopper-gelb.html','15',0,'2009-11-21 22:02:50','2010-04-27 05:48:25',1,NULL,NULL,'Shopper gelb','Shopper in gelb','75.0000',NULL,NULL,NULL,'/s/h/shopper_gelb_eshop.jpg','/s/h/shopper_gelb_eshop.jpg',NULL,NULL,2,'shopper-gelb',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(122,4,'simple','6000-16','1.0000','shopper-lila.html','15,55',0,'2009-11-22 16:35:41','2010-05-05 13:05:28',1,NULL,NULL,'Shopper lila','Shopper in lila','75.0000',NULL,NULL,NULL,'/d/s/dsc_0160_shopper_lila_eshop.jpg','/d/s/dsc_0160_shopper_lila_eshop.jpg',NULL,NULL,2,'shopper-lila',0,'','','',NULL,NULL,NULL,NULL,NULL,'75.0000','75.0000','75.0000','75.0000'),(123,4,'simple','555-01','5.0000','chianti-docg-poderj-caravggio.html','11',0,'2009-11-23 08:57:57','2009-12-01 10:12:14',1,NULL,NULL,'Chianti DOCG Poderj-Caravggio ','Chianti DOCG Poderj-Caravggio 2003 Chiant\r\nmit Tropfenfänger','9.0000',NULL,NULL,NULL,'no_selection','no_selection',NULL,NULL,2,'chianti-docg-poderj-caravggio',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'9.0000','9.0000','9.0000','9.0000'),(124,4,'simple','5000-02','5.0000','handy-load-station-orange.html','50',0,'2009-11-29 06:44:30','2010-09-11 20:44:15',1,NULL,NULL,'Handy Load Station orange','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-orange2.jpg','/h/l/hls-orange2.jpg',NULL,NULL,2,'handy-load-station-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(125,4,'simple','5000-01','5.0000','handy-load-station-weiss.html','50',0,'2009-11-29 06:51:41','2010-09-11 20:44:55',1,NULL,NULL,'Handy Load Station weiß','Handy Lade Station','13.0000',NULL,NULL,NULL,'/f/i/file.jpg','/f/i/file.jpg',NULL,NULL,2,'handy-load-station-weiss',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(126,4,'simple','5000-14','5.0000','handy-load-station-schoko.html','50',0,'2009-11-29 06:53:56','2009-12-05 08:22:57',1,NULL,NULL,'Handy Load Station schoko','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-schoko1.jpg','/h/l/hls-schoko1.jpg',NULL,NULL,2,'handy-load-station-schoko',0,'/','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(127,4,'simple','5000-04','5.0000','handy-load-station-anthrazit.html','50',0,'2009-12-05 08:23:08','2010-09-11 20:45:29',1,NULL,NULL,'Handy Load Station anthrazit','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-anthrazit-os.jpg','/h/l/hls-anthrazit-os.jpg',NULL,NULL,2,'handy-load-station-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(128,4,'simple','5000-08','5.0000','handy-load-station-pink.html','50',0,'2009-12-05 08:31:07','2009-12-05 08:32:36',1,NULL,NULL,'Handy Load Station pink','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-pink-os.jpg','/h/l/hls-pink-os.jpg',NULL,NULL,2,'handy-load-station-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(129,4,'simple','5000-07','5.0000','handy-load-station-hellrot.html','50',0,'2009-12-05 08:32:40','2009-12-05 08:35:50',1,NULL,NULL,'Handy Load Station hellrot','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-hellrot_os.jpg','/h/l/hls-hellrot_os.jpg',NULL,NULL,2,'handy-load-station-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(130,4,'simple','5000-16','5.0000','handy-load-station-lila.html','50',0,'2009-12-05 08:36:00','2010-05-18 19:35:11',1,NULL,NULL,'Handy Load Station lila','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-lila-os.jpg','/h/l/hls-lila-os.jpg',NULL,NULL,2,'handy-load-station-lila',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(131,4,'simple','5000-13','5.0000','handy-load-station-schwarz.html','50',0,'2009-12-05 08:37:47','2009-12-05 08:38:44',1,NULL,NULL,'Handy Load Station schwarz','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-schwarz-os.jpg','no_selection',NULL,NULL,2,'handy-load-station-schwarz',0,'','','/',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(132,4,'simple','5000-05','5.0000','handy-load-station-pistazie.html','50',0,'2009-12-05 08:41:17','2010-08-06 11:38:07',1,NULL,NULL,'Handy Load Station pistazie','Handy Lade Station','13.0000',NULL,NULL,NULL,'/h/l/hls-pistazie-os.jpg','/h/l/hls-pistazie-os.jpg',NULL,NULL,2,'handy-load-station-pistazie',0,'','','',NULL,NULL,NULL,NULL,NULL,'13.0000','13.0000','13.0000','13.0000'),(134,4,'simple','1100-04','50000.0000','tischlaufer-anthrazit.html','41',0,'2010-05-11 20:28:20','2010-08-06 12:25:01',1,NULL,NULL,'Tischläufer anthrazit','Tischläufer','55.0000',NULL,NULL,NULL,'/0/5/0518-015.jpg','/0/5/0518-015.jpg',NULL,NULL,0,'tischlaufer-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'55.0000','55.0000','55.0000','55.0000'),(135,4,'simple','1100-02','50000.0000','tischlaufer-rubinrot-1.html','41',0,'2010-05-11 20:32:06','2010-08-06 12:23:52',1,NULL,NULL,'Tischläufer rubinrot','Tischläufer','55.0000',NULL,NULL,NULL,'/0/5/0518-016.jpg','/0/5/0518-016.jpg',NULL,NULL,0,'tischlaufer-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'55.0000','55.0000','55.0000','55.0000'),(137,4,'simple','1100-03','50000.0000','tischlaufer-orange.html','41',0,'2010-05-11 20:38:44','2010-08-16 13:51:28',1,NULL,NULL,'Tischläufer orange','Tischläufer','55.0000',NULL,'2010-08-06 00:00:00',NULL,'/0/5/0518-014.jpg','/0/5/0518-014.jpg',NULL,NULL,0,'tischlaufer-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'55.0000','55.0000','55.0000','55.0000'),(138,4,'simple','10001','1000.0000','glas-schale.html','3,10,63',0,'2010-09-10 19:56:27','2010-09-11 21:10:20',1,NULL,NULL,'Schale Vitreous frostpink','Schale Vitreous','29.0000',NULL,NULL,NULL,'/g/l/glasschale_frostpink_400x400_.jpg','/g/l/glasschale_frostpink_400x400_.jpg',NULL,NULL,0,'glas-schale',0,'','','',NULL,NULL,NULL,NULL,NULL,'29.0000','29.0000','29.0000','29.0000'),(140,4,'simple','10003','1000.0000','glas-schale-2.html','3,10,63',0,'2010-09-10 20:46:46','2010-09-11 21:12:59',1,NULL,NULL,'Schale Vitreous frostturq','Schale Vitreous ','29.0000',NULL,NULL,NULL,'/g/l/glasschale_frostturq_400x400__1_1.jpg','/g/l/glasschale_frostturq_400x400__1_1.jpg',NULL,NULL,0,'glas-schale',0,'','','',NULL,NULL,NULL,NULL,NULL,'29.0000','29.0000','29.0000','29.0000'),(141,4,'simple','10004','1000.0000','glas-schale-3.html','3,63',0,'2010-09-10 20:50:28','2010-09-11 21:09:13',1,NULL,NULL,'Schale Vitreous frostgreen','Schale Vitreous ','29.0000',NULL,NULL,NULL,'/f/i/file_2_4.jpg','/f/i/file_2_4.jpg',NULL,NULL,0,'glas-schale',0,'','','',NULL,NULL,NULL,NULL,NULL,'29.0000','29.0000','29.0000','29.0000'),(142,4,'simple','2000','100.0000','topf-vitreous-einzelpreis.html','10',0,'2010-09-10 21:18:07','2010-09-11 20:54:53',1,NULL,NULL,'Topf Vitreous, Einzelpreis','Topf Vitreous','11.8000',NULL,NULL,NULL,'/f/i/file_1_1.jpg','/f/i/file_1_1.jpg',NULL,NULL,0,'topf-vitreous-einzelpreis',0,'','','',NULL,NULL,NULL,NULL,NULL,'11.8000','11.8000','11.8000','11.8000'),(143,4,'simple','20001','100.0000','topf-vitreous.html','3,63',0,'2010-09-10 21:30:09','2010-09-11 20:54:22',1,NULL,NULL,'Topf Vitreous, frostwhite','Topf Vitreous','11.8000',NULL,NULL,NULL,'/f/i/file_2_3.jpg','/f/i/file_2_3.jpg',NULL,NULL,0,'topf-vitreous',0,'','','',NULL,NULL,NULL,NULL,NULL,'11.8000','11.8000','11.8000','11.8000'),(144,4,'simple','20003','100.0000','topf-vitreous-pink.html','3,63',0,'2010-09-11 06:23:55','2010-09-11 20:53:56',1,NULL,NULL,'Topf Vitreous, frostpink','Topf Vitreous','11.8000',NULL,NULL,NULL,'/f/i/file_2_1.jpg','/f/i/file_2_1.jpg',NULL,NULL,0,'topf-vitreous-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'11.8000','11.8000','11.8000','11.8000'),(145,4,'simple','20002','100.0000','topf-vitreous-pink-1.html','3,63',0,'2010-09-11 06:33:35','2010-09-11 21:12:19',1,NULL,NULL,'Topf Vitreous, frostturq','Topf Vitreous','11.8000',NULL,NULL,NULL,'/f/i/file_2_2.jpg','/f/i/file_2_2.jpg',NULL,NULL,0,'topf-vitreous-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'11.8000','11.8000','11.8000','11.8000'),(146,4,'simple','2004','100.0000','topf-vitreous-pink-2.html','3,63',0,'2010-09-11 06:45:11','2010-09-11 20:52:46',1,NULL,NULL,'Topf Vitreous, frostgreen','Topf Vitreous','11.8000',NULL,NULL,NULL,'/f/i/file_9.jpg','/f/i/file_9.jpg',NULL,NULL,0,'topf-vitreous-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'11.8000','11.8000','11.8000','11.8000'),(147,4,'simple','100004','100.0000','schlusselband-anthrazit.html','10',0,'2010-09-11 21:25:10','2010-09-12 04:52:31',1,NULL,NULL,'Schlüsselband anthrazit','Auf Wolke 7, anthrazit','9.8000',NULL,NULL,NULL,'/f/i/file_2_7.jpg','/f/i/file_2_7.jpg',NULL,NULL,0,'schlusselband-anthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(148,4,'simple','100005','100.0000','schlusselband-oanthrazit.html','10',0,'2010-09-12 04:53:59','2010-09-12 05:07:15',1,NULL,NULL,'Schlüsselband anthrazit','Schlüsselband, anthrazit, gestickt','9.8000',NULL,NULL,NULL,'/b/e/be_my_angle_anthrazit_600x200.jpg','/b/e/be_my_angle_anthrazit_600x200.jpg',NULL,NULL,0,'schlusselband-oanthrazit',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(149,4,'simple','100003','100.0000','schlusselband-orange.html','10',0,'2010-09-12 05:08:37','2010-09-12 05:16:10',1,NULL,NULL,'Schlüsselband orange','Schlüsselband, orange, gestickt','9.8000',NULL,NULL,NULL,'/f/i/file_2_9.jpg','/f/i/file_2_9.jpg',NULL,NULL,0,'schlusselband-orange',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(150,4,'simple','100006','100.0000','schlusselband-hellrot.html','10',0,'2010-09-12 05:12:43','2010-09-12 05:20:06',1,NULL,NULL,'Schlüsselband MR. PERFECT, gestickt','Schlüsselband, hellrot, MR. PERFECT','9.8000',NULL,NULL,NULL,'/m/r/mr_perfect_600x200_orange.jpg','/m/r/mr_perfect_600x200_orange.jpg',NULL,NULL,0,'schlusselband-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(151,4,'simple','100007','100.0000','schlusselband-rubinrot.html','10',0,'2010-09-12 05:20:14','2010-09-12 05:26:09',1,NULL,NULL,'Schlüsselband SMILE, gestickt','Schlüsselband, rubinrot, SMILE','9.8000',NULL,NULL,NULL,'/s/m/smile_600x200_rubinrot.jpg','/s/m/smile_600x200_rubinrot.jpg',NULL,NULL,0,'schlusselband-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(152,4,'simple','100008','100.0000','schlusselband-rubinrot-1.html','10',0,'2010-09-12 05:30:15','2010-09-12 05:31:51',1,NULL,NULL,'Schlüsselband BE MY ANGEL, gestickt','Schlüsselband, rubinrot, BE MY ANGEL','9.8000',NULL,NULL,NULL,'/b/e/be_my_angel_600x200_rubinrot.jpg','/b/e/be_my_angel_600x200_rubinrot.jpg',NULL,NULL,0,'schlusselband-rubinrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(153,4,'simple','100009','100.0000','schlusselband-lila.html','10',0,'2010-09-12 05:36:58','2010-09-12 05:38:31',1,NULL,NULL,'Schlüsselband BE MY ANGEL, gestickt, lila','Schlüsselband, lila, BE MY ANGEL','9.8000',NULL,NULL,NULL,'/f/i/file_2_10.jpg','/f/i/file_2_10.jpg',NULL,NULL,0,'schlusselband-lila',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(154,4,'simple','100010','100.0000','schlusselband-lila-1.html','10',0,'2010-09-12 05:42:24','2010-09-12 05:44:08',1,NULL,NULL,'Schlüsselband MR. PERFECT, gestickt, lila','Schlüsselband, lila, MR. PERFECT','9.8000',NULL,NULL,NULL,'/f/i/file_2_11.jpg','/f/i/file_2_11.jpg',NULL,NULL,0,'schlusselband-lila',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(155,4,'simple','100012','100.0000','schlusselband-pink.html','10',0,'2010-09-12 05:47:14','2010-09-12 05:53:59',1,NULL,NULL,'Schlüsselband Be My Angel, pink','Schlüsselband, pink, BE MY ANGEL','9.8000',NULL,NULL,NULL,'/f/i/file_2_13.jpg','/f/i/file_2_13.jpg',NULL,NULL,0,'schlusselband-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(156,4,'simple','100013','100.0000','schlusselband-pink-1.html','10',0,'2010-09-12 05:59:33','2010-09-12 06:01:53',1,NULL,NULL,'Schlüsselband Mr. Perfect, pink','Schlüsselband, pink, Mr. Perfect','9.8000',NULL,NULL,NULL,'/f/i/file_2_14.jpg','/f/i/file_2_14.jpg',NULL,NULL,0,'schlusselband-pink',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(157,4,'simple','100014','100.0000','schlusselband-hellrot-1.html','10',0,'2010-09-12 06:06:29','2010-09-12 06:08:10',1,NULL,NULL,'Schlüsselband Auf Wolke 7, hellrot','Schlüsselband, hellrot, Auf Wolke 7','9.8000',NULL,NULL,NULL,'/f/i/file_2_15.jpg','/f/i/file_2_15.jpg',NULL,NULL,0,'schlusselband-hellrot',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'),(159,4,'simple','8500-13','50.0000','brillen-etui.html','9,10',0,'2010-10-07 21:35:31','2010-10-09 04:53:10',1,NULL,NULL,'Brillen-Etui, schwarz','Brillenetui','9.8000',NULL,NULL,NULL,'/b/e/be-schwarz.jpg','/b/e/be-schwarz.jpg',NULL,NULL,0,'brillen-etui',0,'','','',NULL,NULL,NULL,NULL,NULL,'9.8000','9.8000','9.8000','9.8000'); /*!40000 ALTER TABLE `catalog_product_flat_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link` -- DROP TABLE IF EXISTS `catalog_product_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link` ( `link_id` int(11) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `linked_product_id` int(10) unsigned NOT NULL default '0', `link_type_id` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), KEY `FK_LINK_PRODUCT` (`product_id`), KEY `FK_LINKED_PRODUCT` (`linked_product_id`), KEY `FK_PRODUCT_LINK_TYPE` (`link_type_id`), CONSTRAINT `FK_PRODUCT_LINK_LINKED_PRODUCT` FOREIGN KEY (`linked_product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_PRODUCT_LINK_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_PRODUCT_LINK_TYPE` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Related products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link` -- LOCK TABLES `catalog_product_link` WRITE; /*!40000 ALTER TABLE `catalog_product_link` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link_attribute` -- DROP TABLE IF EXISTS `catalog_product_link_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute` ( `product_link_attribute_id` smallint(6) unsigned NOT NULL auto_increment, `link_type_id` tinyint(3) unsigned NOT NULL default '0', `product_link_attribute_code` varchar(32) NOT NULL default '', `data_type` varchar(32) NOT NULL default '', PRIMARY KEY (`product_link_attribute_id`), KEY `FK_ATTRIBUTE_PRODUCT_LINK_TYPE` (`link_type_id`), CONSTRAINT `FK_ATTRIBUTE_PRODUCT_LINK_TYPE` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Attributes for product link'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link_attribute` -- LOCK TABLES `catalog_product_link_attribute` WRITE; /*!40000 ALTER TABLE `catalog_product_link_attribute` DISABLE KEYS */; INSERT INTO `catalog_product_link_attribute` VALUES (1,2,'qty','decimal'),(2,1,'position','int'),(3,4,'position','int'),(4,5,'position','int'),(6,1,'qty','decimal'),(7,3,'position','int'),(8,3,'qty','decimal'); /*!40000 ALTER TABLE `catalog_product_link_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link_attribute_decimal` -- DROP TABLE IF EXISTS `catalog_product_link_attribute_decimal`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_decimal` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned default NULL, `link_id` int(11) unsigned default NULL, `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), KEY `FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_DECIMAL_LINK` (`link_id`), CONSTRAINT `FK_DECIMAL_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Decimal attributes values'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link_attribute_decimal` -- LOCK TABLES `catalog_product_link_attribute_decimal` WRITE; /*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link_attribute_int` -- DROP TABLE IF EXISTS `catalog_product_link_attribute_int`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_int` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned default NULL, `link_id` int(11) unsigned default NULL, `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), KEY `FK_INT_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_INT_PRODUCT_LINK` (`link_id`), CONSTRAINT `FK_INT_PRODUCT_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE, CONSTRAINT `FK_INT_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link_attribute_int` -- LOCK TABLES `catalog_product_link_attribute_int` WRITE; /*!40000 ALTER TABLE `catalog_product_link_attribute_int` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_link_attribute_int` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link_attribute_varchar` -- DROP TABLE IF EXISTS `catalog_product_link_attribute_varchar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_varchar` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned NOT NULL default '0', `link_id` int(11) unsigned default NULL, `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), KEY `FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_VARCHAR_LINK` (`link_id`), CONSTRAINT `FK_VARCHAR_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Varchar attributes values'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link_attribute_varchar` -- LOCK TABLES `catalog_product_link_attribute_varchar` WRITE; /*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_link_type` -- DROP TABLE IF EXISTS `catalog_product_link_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_type` ( `link_type_id` tinyint(3) unsigned NOT NULL auto_increment, `code` varchar(32) NOT NULL default '', PRIMARY KEY (`link_type_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Types of product link(Related, superproduct, bundles)'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_link_type` -- LOCK TABLES `catalog_product_link_type` WRITE; /*!40000 ALTER TABLE `catalog_product_link_type` DISABLE KEYS */; INSERT INTO `catalog_product_link_type` VALUES (1,'relation'),(2,'bundle'),(3,'super'),(4,'up_sell'),(5,'cross_sell'); /*!40000 ALTER TABLE `catalog_product_link_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option` -- DROP TABLE IF EXISTS `catalog_product_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `type` varchar(50) NOT NULL default '', `is_require` tinyint(1) NOT NULL default '1', `sku` varchar(64) NOT NULL default '', `max_characters` int(10) unsigned default NULL, `file_extension` varchar(50) default NULL, `image_size_x` smallint(5) unsigned NOT NULL, `image_size_y` smallint(5) unsigned NOT NULL, `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`option_id`), KEY `CATALOG_PRODUCT_OPTION_PRODUCT` (`product_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option` -- LOCK TABLES `catalog_product_option` WRITE; /*!40000 ALTER TABLE `catalog_product_option` DISABLE KEYS */; INSERT INTO `catalog_product_option` VALUES (1,7,'checkbox',1,'',NULL,NULL,0,0,0),(2,7,'drop_down',1,'',NULL,NULL,0,0,1); /*!40000 ALTER TABLE `catalog_product_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option_price` -- DROP TABLE IF EXISTS `catalog_product_option_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_price` ( `option_price_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', `price_type` enum('fixed','percent') NOT NULL default 'fixed', PRIMARY KEY (`option_price_id`), KEY `CATALOG_PRODUCT_OPTION_PRICE_OPTION` (`option_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`), KEY `IDX_CATALOG_PRODUCT_OPTION_PRICE_SI_OI` (`store_id`,`option_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRICE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRICE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option_price` -- LOCK TABLES `catalog_product_option_price` WRITE; /*!40000 ALTER TABLE `catalog_product_option_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_option_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option_title` -- DROP TABLE IF EXISTS `catalog_product_option_title`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_title` ( `option_title_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`option_title_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_OPTION` (`option_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`), KEY `IDX_CATALOG_PRODUCT_OPTION_TITLE_SI_OI` (`store_id`,`option_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TITLE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option_title` -- LOCK TABLES `catalog_product_option_title` WRITE; /*!40000 ALTER TABLE `catalog_product_option_title` DISABLE KEYS */; INSERT INTO `catalog_product_option_title` VALUES (1,1,0,'Als Geschenk verpacken'),(2,2,0,'Farbauswahl'); /*!40000 ALTER TABLE `catalog_product_option_title` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option_type_price` -- DROP TABLE IF EXISTS `catalog_product_option_type_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_price` ( `option_type_price_id` int(10) unsigned NOT NULL auto_increment, `option_type_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', `price_type` enum('fixed','percent') NOT NULL default 'fixed', PRIMARY KEY (`option_type_price_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION_TYPE` (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE` (`store_id`), KEY `IDX_CATALOG_PRODUCT_OPTION_TYPE_PRICE_SI_OTI` (`store_id`,`option_type_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option_type_price` -- LOCK TABLES `catalog_product_option_type_price` WRITE; /*!40000 ALTER TABLE `catalog_product_option_type_price` DISABLE KEYS */; INSERT INTO `catalog_product_option_type_price` VALUES (1,1,0,'3.0000','fixed'),(2,2,0,'0.0000','fixed'),(3,3,0,'0.0000','fixed'),(4,4,0,'0.0000','fixed'); /*!40000 ALTER TABLE `catalog_product_option_type_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option_type_title` -- DROP TABLE IF EXISTS `catalog_product_option_type_title`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_title` ( `option_type_title_id` int(10) unsigned NOT NULL auto_increment, `option_type_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`option_type_title_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION` (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE` (`store_id`), KEY `IDX_CATALOG_PRODUCT_OPTION_TYPE_TITLE_SI_OTI` (`store_id`,`option_type_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option_type_title` -- LOCK TABLES `catalog_product_option_type_title` WRITE; /*!40000 ALTER TABLE `catalog_product_option_type_title` DISABLE KEYS */; INSERT INTO `catalog_product_option_type_title` VALUES (1,1,0,'Geschenkverpackung'),(2,2,0,'Blau'),(3,3,0,'Weiß'),(4,4,0,'Robinrot'); /*!40000 ALTER TABLE `catalog_product_option_type_title` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_option_type_value` -- DROP TABLE IF EXISTS `catalog_product_option_type_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_value` ( `option_type_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `sku` varchar(64) NOT NULL default '', `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION` (`option_id`), CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_option_type_value` -- LOCK TABLES `catalog_product_option_type_value` WRITE; /*!40000 ALTER TABLE `catalog_product_option_type_value` DISABLE KEYS */; INSERT INTO `catalog_product_option_type_value` VALUES (1,1,'',0),(2,2,'',0),(3,2,'',1),(4,2,'',2); /*!40000 ALTER TABLE `catalog_product_option_type_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_attribute` -- DROP TABLE IF EXISTS `catalog_product_super_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute` ( `product_super_attribute_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `position` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`product_super_attribute_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT` (`product_id`), CONSTRAINT `FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_super_attribute` -- LOCK TABLES `catalog_product_super_attribute` WRITE; /*!40000 ALTER TABLE `catalog_product_super_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_super_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_attribute_label` -- DROP TABLE IF EXISTS `catalog_product_super_attribute_label`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute_label` ( `value_id` int(10) unsigned NOT NULL auto_increment, `product_super_attribute_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_LABEL` (`product_super_attribute_id`), KEY `IDX_CATALOG_PRODUCT_SUPER_ATTRIBUTE_STORE_PSAI_SI` (`product_super_attribute_id`,`store_id`), CONSTRAINT `FK_SUPER_PRODUCT_ATTRIBUTE_LABEL` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_super_attribute_label` -- LOCK TABLES `catalog_product_super_attribute_label` WRITE; /*!40000 ALTER TABLE `catalog_product_super_attribute_label` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_super_attribute_label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_attribute_pricing` -- DROP TABLE IF EXISTS `catalog_product_super_attribute_pricing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute_pricing` ( `value_id` int(10) unsigned NOT NULL auto_increment, `product_super_attribute_id` int(10) unsigned NOT NULL default '0', `value_index` varchar(255) NOT NULL default '', `is_percent` tinyint(1) unsigned default '0', `pricing_value` decimal(10,4) default NULL, `website_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`value_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRICING` (`product_super_attribute_id`), KEY `FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE` (`website_id`), CONSTRAINT `FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_SUPER_PRODUCT_ATTRIBUTE_PRICING` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_super_attribute_pricing` -- LOCK TABLES `catalog_product_super_attribute_pricing` WRITE; /*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_link` -- DROP TABLE IF EXISTS `catalog_product_super_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_link` ( `link_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), KEY `FK_SUPER_PRODUCT_LINK_PARENT` (`parent_id`), KEY `FK_catalog_product_super_link` (`product_id`), CONSTRAINT `FK_SUPER_PRODUCT_LINK_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_SUPER_PRODUCT_LINK_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_super_link` -- LOCK TABLES `catalog_product_super_link` WRITE; /*!40000 ALTER TABLE `catalog_product_super_link` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_super_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_website` -- DROP TABLE IF EXISTS `catalog_product_website`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_website` ( `product_id` int(10) unsigned NOT NULL auto_increment, `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`), KEY `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` (`website_id`), CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOG_WEBSITE_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=160 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_website` -- LOCK TABLES `catalog_product_website` WRITE; /*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */; INSERT INTO `catalog_product_website` VALUES (7,1),(9,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(80,1),(81,1),(82,1),(83,1),(84,1),(86,1),(88,1),(90,1),(91,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1); /*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation` -- DROP TABLE IF EXISTS `catalogindex_aggregation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation` ( `aggregation_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL, `created_at` datetime NOT NULL, `key` varchar(255) default NULL, `data` mediumtext, PRIMARY KEY (`aggregation_id`), UNIQUE KEY `IDX_STORE_KEY` (`store_id`,`key`), CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=776 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation` -- LOCK TABLES `catalogindex_aggregation` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation` DISABLE KEYS */; INSERT INTO `catalogindex_aggregation` VALUES (758,1,'2010-10-10 02:15:44','STORE_1_CAT_9_CUSTGROUP_0_SET_IDS','a:1:{i:0;s:1:\"4\";}'),(759,1,'2010-10-10 02:15:44','STORE_1_CAT_9_CUSTGROUP_0_PRICES_GRP_0_CURR_EUR_LOC_DE__*__3','a:3:{i:0;a:3:{s:5:\"label\";s:74:\"0,00 € - 10,00 €\";s:5:\"value\";s:4:\"1,10\";s:5:\"count\";s:1:\"1\";}i:1;a:3:{s:5:\"label\";s:75:\"10,00 € - 20,00 €\";s:5:\"value\";s:4:\"2,10\";s:5:\"count\";s:2:\"14\";}i:2;a:3:{s:5:\"label\";s:75:\"70,00 € - 80,00 €\";s:5:\"value\";s:4:\"8,10\";s:5:\"count\";s:1:\"8\";}}'),(760,1,'2010-10-10 02:15:44','STORE_1_CAT_9_CUSTGROUP_0_manufacturer','a:0:{}'),(761,1,'2010-10-10 02:15:44','STORE_1_CAT_9_CUSTGROUP_0_color','a:0:{}'),(762,1,'2010-11-15 22:32:41','STORE_1_CAT_3_CUSTGROUP_0_SET_IDS','a:1:{i:0;s:1:\"4\";}'),(763,1,'2010-11-15 22:32:41','STORE_1_CAT_3_CUSTGROUP_0_PRICES_GRP_0_CURR_EUR_LOC_DE__*__3','a:3:{i:0;a:3:{s:5:\"label\";s:74:\"0,00 € - 10,00 €\";s:5:\"value\";s:4:\"1,10\";s:5:\"count\";s:1:\"4\";}i:1;a:3:{s:5:\"label\";s:75:\"10,00 € - 20,00 €\";s:5:\"value\";s:4:\"2,10\";s:5:\"count\";s:1:\"4\";}i:2;a:3:{s:5:\"label\";s:75:\"20,00 € - 30,00 €\";s:5:\"value\";s:4:\"3,10\";s:5:\"count\";s:1:\"3\";}}'),(764,1,'2010-11-15 22:32:41','STORE_1_CAT_3_CUSTGROUP_0_manufacturer','a:0:{}'),(765,1,'2010-11-15 22:32:41','STORE_1_CAT_3_CUSTGROUP_0_color','a:0:{}'),(766,1,'2010-11-22 01:35:02','STORE_1_CAT_9_CUSTGROUP_0_price_8,10_manufacturer','a:0:{}'),(767,1,'2010-11-22 01:35:02','STORE_1_CAT_9_CUSTGROUP_0_price_8,10_color','a:0:{}'),(768,1,'2010-11-22 01:36:56','STORE_1_CAT_3_CUSTGROUP_0_price_2,10_manufacturer','a:0:{}'),(769,1,'2010-11-22 01:36:56','STORE_1_CAT_3_CUSTGROUP_0_price_2,10_color','a:0:{}'),(770,1,'2010-11-22 01:37:19','STORE_1_CAT_9_CUSTGROUP_0_price_2,10_manufacturer','a:0:{}'),(771,1,'2010-11-22 01:37:19','STORE_1_CAT_9_CUSTGROUP_0_price_2,10_color','a:0:{}'),(772,1,'2010-11-22 01:46:33','STORE_1_CAT_3_CUSTGROUP_0_price_1,10_manufacturer','a:0:{}'),(773,1,'2010-11-22 01:46:33','STORE_1_CAT_3_CUSTGROUP_0_price_1,10_color','a:0:{}'),(774,1,'2010-12-01 11:05:59','STORE_1_CAT_9_CUSTGROUP_0_PRICES_GRP_0_CURR_EUR_LOC_DE_0_*__3','a:3:{i:0;a:3:{s:5:\"label\";s:74:\"0,00 € - 10,00 €\";s:5:\"value\";s:4:\"1,10\";s:5:\"count\";s:1:\"1\";}i:1;a:3:{s:5:\"label\";s:75:\"10,00 € - 20,00 €\";s:5:\"value\";s:4:\"2,10\";s:5:\"count\";s:2:\"14\";}i:2;a:3:{s:5:\"label\";s:75:\"70,00 € - 80,00 €\";s:5:\"value\";s:4:\"8,10\";s:5:\"count\";s:1:\"8\";}}'),(775,1,'2010-12-01 11:07:02','STORE_1_CAT_3_CUSTGROUP_0_PRICES_GRP_0_CURR_EUR_LOC_DE_0_*__3','a:3:{i:0;a:3:{s:5:\"label\";s:74:\"0,00 € - 10,00 €\";s:5:\"value\";s:4:\"1,10\";s:5:\"count\";s:1:\"4\";}i:1;a:3:{s:5:\"label\";s:75:\"10,00 € - 20,00 €\";s:5:\"value\";s:4:\"2,10\";s:5:\"count\";s:1:\"4\";}i:2;a:3:{s:5:\"label\";s:75:\"20,00 € - 30,00 €\";s:5:\"value\";s:4:\"3,10\";s:5:\"count\";s:1:\"3\";}}'); /*!40000 ALTER TABLE `catalogindex_aggregation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation_tag` -- DROP TABLE IF EXISTS `catalogindex_aggregation_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `tag_code` varchar(255) NOT NULL, PRIMARY KEY (`tag_id`), UNIQUE KEY `IDX_CODE` (`tag_code`) ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation_tag` -- LOCK TABLES `catalogindex_aggregation_tag` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation_tag` DISABLE KEYS */; INSERT INTO `catalogindex_aggregation_tag` VALUES (9,'catalog_category'),(2,'catalog_category1'),(15,'catalog_category10'),(16,'catalog_category11'),(17,'catalog_category12'),(18,'catalog_category13'),(19,'catalog_category14'),(20,'catalog_category15'),(21,'catalog_category16'),(22,'catalog_category17'),(23,'catalog_category18'),(24,'catalog_category19'),(7,'catalog_category2'),(25,'catalog_category20'),(26,'catalog_category21'),(27,'catalog_category22'),(28,'catalog_category23'),(30,'catalog_category24'),(31,'catalog_category25'),(32,'catalog_category26'),(33,'catalog_category27'),(34,'catalog_category28'),(35,'catalog_category29'),(3,'catalog_category3'),(36,'catalog_category30'),(37,'catalog_category31'),(38,'catalog_category32'),(39,'catalog_category33'),(40,'catalog_category34'),(41,'catalog_category35'),(42,'catalog_category36'),(43,'catalog_category37'),(44,'catalog_category38'),(45,'catalog_category39'),(5,'catalog_category4'),(46,'catalog_category40'),(47,'catalog_category41'),(48,'catalog_category42'),(49,'catalog_category43'),(50,'catalog_category44'),(51,'catalog_category45'),(52,'catalog_category46'),(53,'catalog_category47'),(54,'catalog_category48'),(55,'catalog_category49'),(6,'catalog_category5'),(56,'catalog_category50'),(57,'catalog_category51'),(58,'catalog_category52'),(59,'catalog_category53'),(60,'catalog_category54'),(61,'catalog_category55'),(62,'catalog_category56'),(63,'catalog_category57'),(64,'catalog_category58'),(65,'catalog_category59'),(8,'catalog_category6'),(66,'catalog_category60'),(67,'catalog_category61'),(68,'catalog_category62'),(69,'catalog_category63'),(70,'catalog_category64'),(71,'catalog_category65'),(10,'catalog_category7'),(13,'catalog_category8'),(14,'catalog_category9'),(29,'EAV_ATTRIBUTE498'),(11,'EAV_ATTRIBUTE66'),(12,'EAV_ATTRIBUTE76'),(1,'PRODUCT_PRICE'),(4,'SEARCH_QUERY'); /*!40000 ALTER TABLE `catalogindex_aggregation_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation_to_tag` -- DROP TABLE IF EXISTS `catalogindex_aggregation_to_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation_to_tag` ( `aggregation_id` int(10) unsigned NOT NULL, `tag_id` int(10) unsigned NOT NULL, UNIQUE KEY `IDX_AGGREGATION_TAG` (`aggregation_id`,`tag_id`), KEY `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` (`tag_id`), CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_AGGREGATION` FOREIGN KEY (`aggregation_id`) REFERENCES `catalogindex_aggregation` (`aggregation_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` FOREIGN KEY (`tag_id`) REFERENCES `catalogindex_aggregation_tag` (`tag_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation_to_tag` -- LOCK TABLES `catalogindex_aggregation_to_tag` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` DISABLE KEYS */; INSERT INTO `catalogindex_aggregation_to_tag` VALUES (759,1),(763,1),(774,1),(775,1),(762,3),(763,3),(764,3),(765,3),(768,3),(769,3),(772,3),(773,3),(775,3),(760,11),(764,11),(766,11),(768,11),(770,11),(772,11),(761,12),(765,12),(767,12),(769,12),(771,12),(773,12),(758,14),(759,14),(760,14),(761,14),(766,14),(767,14),(770,14),(771,14),(774,14); /*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_eav` -- DROP TABLE IF EXISTS `catalogindex_eav`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_eav` ( `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`store_id`,`entity_id`,`attribute_id`,`value`), KEY `IDX_VALUE` (`value`), KEY `FK_CATALOGINDEX_EAV_ENTITY` (`entity_id`), KEY `FK_CATALOGINDEX_EAV_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOGINDEX_EAV_STORE` (`store_id`), CONSTRAINT `FK_CATALOGINDEX_EAV_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINDEX_EAV_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINDEX_EAV_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_eav` -- LOCK TABLES `catalogindex_eav` WRITE; /*!40000 ALTER TABLE `catalogindex_eav` DISABLE KEYS */; INSERT INTO `catalogindex_eav` VALUES (1,7,81,0),(1,9,81,0),(1,11,81,0),(1,12,81,0),(1,13,81,0),(1,14,81,0),(1,15,81,0),(1,16,81,0),(1,17,81,0),(1,22,81,0),(1,23,81,0),(1,24,81,0),(1,25,81,0),(1,26,81,0),(1,27,81,0),(1,28,81,0),(1,29,81,0),(1,30,81,0),(1,35,81,0),(1,36,81,0),(1,37,81,0),(1,38,81,0),(1,39,81,0),(1,40,81,0),(1,41,81,0),(1,42,81,0),(1,43,81,0),(1,49,81,0),(1,50,81,0),(1,51,81,0),(1,52,81,0),(1,53,81,0),(1,54,81,0),(1,55,81,0),(1,56,81,0),(1,62,81,0),(1,63,81,0),(1,64,81,0),(1,65,81,0),(1,66,81,0),(1,68,81,0),(1,69,81,0),(1,74,81,0),(1,75,81,0),(1,76,81,0),(1,77,81,0),(1,80,81,0),(1,81,81,0),(1,82,81,0),(1,83,81,0),(1,84,81,0),(1,86,81,0),(1,88,81,0),(1,90,81,0),(1,91,81,0),(1,93,81,0),(1,94,81,0),(1,95,81,0),(1,96,81,0),(1,97,81,0),(1,102,81,0),(1,106,81,0),(1,107,81,0),(1,108,81,0),(1,110,81,0),(1,111,81,2),(1,112,81,2),(1,113,81,2),(1,114,81,2),(1,115,81,2),(1,116,81,2),(1,117,81,2),(1,118,81,2),(1,119,81,2),(1,120,81,2),(1,121,81,2),(1,122,81,2),(1,123,81,2),(1,124,81,2),(1,125,81,2),(1,126,81,2),(1,127,81,2),(1,128,81,2),(1,129,81,2),(1,130,81,2),(1,131,81,2),(1,132,81,2),(1,134,81,0),(1,135,81,0),(1,137,81,0),(1,138,81,0),(1,140,81,0),(1,141,81,0),(1,142,81,0),(1,143,81,0),(1,144,81,0),(1,145,81,0),(1,146,81,0),(1,147,81,0),(1,148,81,0),(1,149,81,0),(1,150,81,0),(1,151,81,0),(1,152,81,0),(1,153,81,0),(1,154,81,0),(1,155,81,0),(1,156,81,0),(1,157,81,0),(1,159,81,0); /*!40000 ALTER TABLE `catalogindex_eav` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_minimal_price` -- DROP TABLE IF EXISTS `catalogindex_minimal_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_minimal_price` ( `index_id` int(10) unsigned NOT NULL auto_increment, `entity_id` int(10) unsigned NOT NULL default '0', `customer_group_id` smallint(3) unsigned NOT NULL default '0', `qty` decimal(12,4) unsigned NOT NULL default '0.0000', `value` decimal(12,4) NOT NULL default '0.0000', `tax_class_id` smallint(6) NOT NULL default '0', `website_id` smallint(5) unsigned default NULL, PRIMARY KEY (`index_id`), KEY `IDX_VALUE` (`value`), KEY `IDX_QTY` (`qty`), KEY `FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP` (`customer_group_id`), KEY `FK_CI_MINIMAL_PRICE_WEBSITE_ID` (`website_id`), KEY `IDX_FULL` (`entity_id`,`qty`,`customer_group_id`,`value`,`website_id`), CONSTRAINT `FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINDEX_MINIMAL_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CI_MINIMAL_PRICE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_minimal_price` -- LOCK TABLES `catalogindex_minimal_price` WRITE; /*!40000 ALTER TABLE `catalogindex_minimal_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_minimal_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_price` -- DROP TABLE IF EXISTS `catalogindex_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_price` ( `entity_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `customer_group_id` smallint(3) unsigned NOT NULL default '0', `qty` decimal(12,4) unsigned NOT NULL default '0.0000', `value` decimal(12,4) NOT NULL default '0.0000', `tax_class_id` smallint(6) NOT NULL default '0', `website_id` smallint(5) unsigned default NULL, KEY `IDX_VALUE` (`value`), KEY `IDX_QTY` (`qty`), KEY `FK_CATALOGINDEX_PRICE_ENTITY` (`entity_id`), KEY `FK_CATALOGINDEX_PRICE_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOGINDEX_PRICE_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_RANGE_VALUE` (`entity_id`,`attribute_id`,`customer_group_id`,`value`), KEY `FK_CI_PRICE_WEBSITE_ID` (`website_id`), KEY `IDX_FULL` (`entity_id`,`attribute_id`,`customer_group_id`,`value`,`website_id`), CONSTRAINT `FK_CATALOGINDEX_PRICE_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINDEX_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CI_PRICE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_price` -- LOCK TABLES `catalogindex_price` WRITE; /*!40000 ALTER TABLE `catalogindex_price` DISABLE KEYS */; INSERT INTO `catalogindex_price` VALUES (7,60,0,'0.0000','19.8000',0,1),(7,60,1,'0.0000','19.8000',0,1),(7,60,2,'0.0000','19.8000',0,1),(7,60,3,'0.0000','19.8000',0,1),(22,60,0,'0.0000','13.7000',0,1),(22,60,1,'0.0000','13.7000',0,1),(22,60,2,'0.0000','13.7000',0,1),(22,60,3,'0.0000','13.7000',0,1),(23,60,0,'0.0000','13.7000',0,1),(23,60,1,'0.0000','13.7000',0,1),(23,60,2,'0.0000','13.7000',0,1),(23,60,3,'0.0000','13.7000',0,1),(24,60,0,'0.0000','13.7000',0,1),(24,60,1,'0.0000','13.7000',0,1),(24,60,2,'0.0000','13.7000',0,1),(24,60,3,'0.0000','13.7000',0,1),(25,60,0,'0.0000','13.7000',0,1),(25,60,1,'0.0000','13.7000',0,1),(25,60,2,'0.0000','13.7000',0,1),(25,60,3,'0.0000','13.7000',0,1),(26,60,0,'0.0000','13.7000',0,1),(26,60,1,'0.0000','13.7000',0,1),(26,60,2,'0.0000','13.7000',0,1),(26,60,3,'0.0000','13.7000',0,1),(27,60,0,'0.0000','13.7000',0,1),(27,60,1,'0.0000','13.7000',0,1),(27,60,2,'0.0000','13.7000',0,1),(27,60,3,'0.0000','13.7000',0,1),(28,60,0,'0.0000','13.7000',0,1),(28,60,1,'0.0000','13.7000',0,1),(28,60,2,'0.0000','13.7000',0,1),(28,60,3,'0.0000','13.7000',0,1),(29,60,0,'0.0000','13.7000',0,1),(29,60,1,'0.0000','13.7000',0,1),(29,60,2,'0.0000','13.7000',0,1),(29,60,3,'0.0000','13.7000',0,1),(30,60,0,'0.0000','13.7000',0,1),(30,60,1,'0.0000','13.7000',0,1),(30,60,2,'0.0000','13.7000',0,1),(30,60,3,'0.0000','13.7000',0,1),(74,60,0,'0.0000','7.2000',0,1),(74,60,1,'0.0000','7.2000',0,1),(74,60,2,'0.0000','7.2000',0,1),(74,60,3,'0.0000','7.2000',0,1),(76,60,0,'0.0000','7.2000',0,1),(76,60,1,'0.0000','7.2000',0,1),(76,60,2,'0.0000','7.2000',0,1),(76,60,3,'0.0000','7.2000',0,1),(80,60,0,'0.0000','14.9000',0,1),(80,60,1,'0.0000','14.9000',0,1),(80,60,2,'0.0000','14.9000',0,1),(80,60,3,'0.0000','14.9000',0,1),(81,60,0,'0.0000','14.9000',0,1),(81,60,1,'0.0000','14.9000',0,1),(81,60,2,'0.0000','14.9000',0,1),(81,60,3,'0.0000','14.9000',0,1),(82,60,0,'0.0000','14.9000',0,1),(82,60,1,'0.0000','14.9000',0,1),(82,60,2,'0.0000','14.9000',0,1),(82,60,3,'0.0000','14.9000',0,1),(83,60,0,'0.0000','14.9000',0,1),(83,60,1,'0.0000','14.9000',0,1),(83,60,2,'0.0000','14.9000',0,1),(83,60,3,'0.0000','14.9000',0,1),(84,60,0,'0.0000','14.9000',0,1),(84,60,1,'0.0000','14.9000',0,1),(84,60,2,'0.0000','14.9000',0,1),(84,60,3,'0.0000','14.9000',0,1),(86,60,0,'0.0000','3.5000',0,1),(86,60,1,'0.0000','3.5000',0,1),(86,60,2,'0.0000','3.5000',0,1),(86,60,3,'0.0000','3.5000',0,1),(88,60,0,'0.0000','3.5000',0,1),(88,60,1,'0.0000','3.5000',0,1),(88,60,2,'0.0000','3.5000',0,1),(88,60,3,'0.0000','3.5000',0,1),(90,60,0,'0.0000','3.5000',0,1),(90,60,1,'0.0000','3.5000',0,1),(90,60,2,'0.0000','3.5000',0,1),(90,60,3,'0.0000','3.5000',0,1),(91,60,0,'0.0000','3.5000',0,1),(91,60,1,'0.0000','3.5000',0,1),(91,60,2,'0.0000','3.5000',0,1),(91,60,3,'0.0000','3.5000',0,1),(93,60,0,'0.0000','3.5000',0,1),(93,60,1,'0.0000','3.5000',0,1),(93,60,2,'0.0000','3.5000',0,1),(93,60,3,'0.0000','3.5000',0,1),(94,60,0,'0.0000','3.5000',0,1),(94,60,1,'0.0000','3.5000',0,1),(94,60,2,'0.0000','3.5000',0,1),(94,60,3,'0.0000','3.5000',0,1),(95,60,0,'0.0000','3.5000',0,1),(95,60,1,'0.0000','3.5000',0,1),(95,60,2,'0.0000','3.5000',0,1),(95,60,3,'0.0000','3.5000',0,1),(96,60,0,'0.0000','3.5000',0,1),(96,60,1,'0.0000','3.5000',0,1),(96,60,2,'0.0000','3.5000',0,1),(96,60,3,'0.0000','3.5000',0,1),(97,60,0,'0.0000','3.5000',0,1),(97,60,1,'0.0000','3.5000',0,1),(97,60,2,'0.0000','3.5000',0,1),(97,60,3,'0.0000','3.5000',0,1),(102,60,0,'0.0000','14.9000',0,1),(102,60,1,'0.0000','14.9000',0,1),(102,60,2,'0.0000','14.9000',0,1),(102,60,3,'0.0000','14.9000',0,1),(106,60,0,'0.0000','9.8000',0,1),(106,60,1,'0.0000','9.8000',0,1),(106,60,2,'0.0000','9.8000',0,1),(106,60,3,'0.0000','9.8000',0,1),(107,60,0,'0.0000','9.8000',0,1),(107,60,1,'0.0000','9.8000',0,1),(107,60,2,'0.0000','9.8000',0,1),(107,60,3,'0.0000','9.8000',0,1),(108,60,0,'0.0000','9.8000',0,1),(108,60,1,'0.0000','9.8000',0,1),(108,60,2,'0.0000','9.8000',0,1),(108,60,3,'0.0000','9.8000',0,1),(110,60,0,'0.0000','9.8000',0,1),(110,60,1,'0.0000','9.8000',0,1),(110,60,2,'0.0000','9.8000',0,1),(110,60,3,'0.0000','9.8000',0,1),(111,60,0,'0.0000','15.9000',2,1),(111,60,1,'0.0000','15.9000',2,1),(111,60,2,'0.0000','15.9000',2,1),(111,60,3,'0.0000','15.9000',2,1),(112,60,0,'0.0000','15.9000',2,1),(112,60,1,'0.0000','15.9000',2,1),(112,60,2,'0.0000','15.9000',2,1),(112,60,3,'0.0000','15.9000',2,1),(113,60,0,'0.0000','15.9000',2,1),(113,60,1,'0.0000','15.9000',2,1),(113,60,2,'0.0000','15.9000',2,1),(113,60,3,'0.0000','15.9000',2,1),(114,60,0,'0.0000','15.9000',2,1),(114,60,1,'0.0000','15.9000',2,1),(114,60,2,'0.0000','15.9000',2,1),(114,60,3,'0.0000','15.9000',2,1),(115,60,0,'0.0000','75.0000',2,1),(115,60,1,'0.0000','75.0000',2,1),(115,60,2,'0.0000','75.0000',2,1),(115,60,3,'0.0000','75.0000',2,1),(116,60,0,'0.0000','75.0000',2,1),(116,60,1,'0.0000','75.0000',2,1),(116,60,2,'0.0000','75.0000',2,1),(116,60,3,'0.0000','75.0000',2,1),(117,60,0,'0.0000','75.0000',2,1),(117,60,1,'0.0000','75.0000',2,1),(117,60,2,'0.0000','75.0000',2,1),(117,60,3,'0.0000','75.0000',2,1),(118,60,0,'0.0000','75.0000',2,1),(118,60,1,'0.0000','75.0000',2,1),(118,60,2,'0.0000','75.0000',2,1),(118,60,3,'0.0000','75.0000',2,1),(119,60,0,'0.0000','75.0000',2,1),(119,60,1,'0.0000','75.0000',2,1),(119,60,2,'0.0000','75.0000',2,1),(119,60,3,'0.0000','75.0000',2,1),(120,60,0,'0.0000','75.0000',2,1),(120,60,1,'0.0000','75.0000',2,1),(120,60,2,'0.0000','75.0000',2,1),(120,60,3,'0.0000','75.0000',2,1),(121,60,0,'0.0000','75.0000',2,1),(121,60,1,'0.0000','75.0000',2,1),(121,60,2,'0.0000','75.0000',2,1),(121,60,3,'0.0000','75.0000',2,1),(122,60,0,'0.0000','75.0000',2,1),(122,60,1,'0.0000','75.0000',2,1),(122,60,2,'0.0000','75.0000',2,1),(122,60,3,'0.0000','75.0000',2,1),(123,60,0,'0.0000','9.0000',2,1),(123,60,1,'0.0000','9.0000',2,1),(123,60,2,'0.0000','9.0000',2,1),(123,60,3,'0.0000','9.0000',2,1),(124,60,0,'0.0000','13.0000',2,1),(124,60,1,'0.0000','13.0000',2,1),(124,60,2,'0.0000','13.0000',2,1),(124,60,3,'0.0000','13.0000',2,1),(125,60,0,'0.0000','13.0000',2,1),(125,60,1,'0.0000','13.0000',2,1),(125,60,2,'0.0000','13.0000',2,1),(125,60,3,'0.0000','13.0000',2,1),(126,60,0,'0.0000','13.0000',2,1),(126,60,1,'0.0000','13.0000',2,1),(126,60,2,'0.0000','13.0000',2,1),(126,60,3,'0.0000','13.0000',2,1),(127,60,0,'0.0000','13.0000',2,1),(127,60,1,'0.0000','13.0000',2,1),(127,60,2,'0.0000','13.0000',2,1),(127,60,3,'0.0000','13.0000',2,1),(128,60,0,'0.0000','13.0000',2,1),(128,60,1,'0.0000','13.0000',2,1),(128,60,2,'0.0000','13.0000',2,1),(128,60,3,'0.0000','13.0000',2,1),(129,60,0,'0.0000','13.0000',2,1),(129,60,1,'0.0000','13.0000',2,1),(129,60,2,'0.0000','13.0000',2,1),(129,60,3,'0.0000','13.0000',2,1),(130,60,0,'0.0000','13.0000',2,1),(130,60,1,'0.0000','13.0000',2,1),(130,60,2,'0.0000','13.0000',2,1),(130,60,3,'0.0000','13.0000',2,1),(131,60,0,'0.0000','13.0000',2,1),(131,60,1,'0.0000','13.0000',2,1),(131,60,2,'0.0000','13.0000',2,1),(131,60,3,'0.0000','13.0000',2,1),(132,60,0,'0.0000','13.0000',2,1),(132,60,1,'0.0000','13.0000',2,1),(132,60,2,'0.0000','13.0000',2,1),(132,60,3,'0.0000','13.0000',2,1),(134,60,0,'0.0000','55.0000',0,1),(134,60,1,'0.0000','55.0000',0,1),(134,60,2,'0.0000','55.0000',0,1),(134,60,3,'0.0000','55.0000',0,1),(135,60,0,'0.0000','55.0000',0,1),(135,60,1,'0.0000','55.0000',0,1),(135,60,2,'0.0000','55.0000',0,1),(135,60,3,'0.0000','55.0000',0,1),(137,60,0,'0.0000','55.0000',0,1),(137,60,1,'0.0000','55.0000',0,1),(137,60,2,'0.0000','55.0000',0,1),(137,60,3,'0.0000','55.0000',0,1),(138,60,0,'0.0000','29.0000',0,1),(138,60,1,'0.0000','29.0000',0,1),(138,60,2,'0.0000','29.0000',0,1),(138,60,3,'0.0000','29.0000',0,1),(140,60,0,'0.0000','29.0000',0,1),(140,60,1,'0.0000','29.0000',0,1),(140,60,2,'0.0000','29.0000',0,1),(140,60,3,'0.0000','29.0000',0,1),(141,60,0,'0.0000','29.0000',0,1),(141,60,1,'0.0000','29.0000',0,1),(141,60,2,'0.0000','29.0000',0,1),(141,60,3,'0.0000','29.0000',0,1),(142,60,0,'0.0000','11.8000',0,1),(142,60,1,'0.0000','11.8000',0,1),(142,60,2,'0.0000','11.8000',0,1),(142,60,3,'0.0000','11.8000',0,1),(143,60,0,'0.0000','11.8000',0,1),(143,60,1,'0.0000','11.8000',0,1),(143,60,2,'0.0000','11.8000',0,1),(143,60,3,'0.0000','11.8000',0,1),(144,60,0,'0.0000','11.8000',0,1),(144,60,1,'0.0000','11.8000',0,1),(144,60,2,'0.0000','11.8000',0,1),(144,60,3,'0.0000','11.8000',0,1),(145,60,0,'0.0000','11.8000',0,1),(145,60,1,'0.0000','11.8000',0,1),(145,60,2,'0.0000','11.8000',0,1),(145,60,3,'0.0000','11.8000',0,1),(146,60,0,'0.0000','11.8000',0,1),(146,60,1,'0.0000','11.8000',0,1),(146,60,2,'0.0000','11.8000',0,1),(146,60,3,'0.0000','11.8000',0,1),(147,60,0,'0.0000','9.8000',0,1),(147,60,1,'0.0000','9.8000',0,1),(147,60,2,'0.0000','9.8000',0,1),(147,60,3,'0.0000','9.8000',0,1),(148,60,0,'0.0000','9.8000',0,1),(148,60,1,'0.0000','9.8000',0,1),(148,60,2,'0.0000','9.8000',0,1),(148,60,3,'0.0000','9.8000',0,1),(149,60,0,'0.0000','9.8000',0,1),(149,60,1,'0.0000','9.8000',0,1),(149,60,2,'0.0000','9.8000',0,1),(149,60,3,'0.0000','9.8000',0,1),(150,60,0,'0.0000','9.8000',0,1),(150,60,1,'0.0000','9.8000',0,1),(150,60,2,'0.0000','9.8000',0,1),(150,60,3,'0.0000','9.8000',0,1),(151,60,0,'0.0000','9.8000',0,1),(151,60,1,'0.0000','9.8000',0,1),(151,60,2,'0.0000','9.8000',0,1),(151,60,3,'0.0000','9.8000',0,1),(152,60,0,'0.0000','9.8000',0,1),(152,60,1,'0.0000','9.8000',0,1),(152,60,2,'0.0000','9.8000',0,1),(152,60,3,'0.0000','9.8000',0,1),(153,60,0,'0.0000','9.8000',0,1),(153,60,1,'0.0000','9.8000',0,1),(153,60,2,'0.0000','9.8000',0,1),(153,60,3,'0.0000','9.8000',0,1),(154,60,0,'0.0000','9.8000',0,1),(154,60,1,'0.0000','9.8000',0,1),(154,60,2,'0.0000','9.8000',0,1),(154,60,3,'0.0000','9.8000',0,1),(155,60,0,'0.0000','9.8000',0,1),(155,60,1,'0.0000','9.8000',0,1),(155,60,2,'0.0000','9.8000',0,1),(155,60,3,'0.0000','9.8000',0,1),(156,60,0,'0.0000','9.8000',0,1),(156,60,1,'0.0000','9.8000',0,1),(156,60,2,'0.0000','9.8000',0,1),(156,60,3,'0.0000','9.8000',0,1),(157,60,0,'0.0000','9.8000',0,1),(157,60,1,'0.0000','9.8000',0,1),(157,60,2,'0.0000','9.8000',0,1),(157,60,3,'0.0000','9.8000',0,1),(159,60,0,'0.0000','9.8000',0,1),(159,60,1,'0.0000','9.8000',0,1),(159,60,2,'0.0000','9.8000',0,1),(159,60,3,'0.0000','9.8000',0,1),(66,60,0,'0.0000','2.9000',0,1),(66,60,1,'0.0000','2.9000',0,1),(66,60,2,'0.0000','2.9000',0,1),(66,60,3,'0.0000','2.9000',0,1),(65,60,0,'0.0000','2.9000',0,1),(65,60,1,'0.0000','2.9000',0,1),(65,60,2,'0.0000','2.9000',0,1),(65,60,3,'0.0000','2.9000',0,1),(69,60,0,'0.0000','2.9000',0,1),(69,60,1,'0.0000','2.9000',0,1),(69,60,2,'0.0000','2.9000',0,1),(69,60,3,'0.0000','2.9000',0,1),(68,60,0,'0.0000','2.9000',0,1),(68,60,1,'0.0000','2.9000',0,1),(68,60,2,'0.0000','2.9000',0,1),(68,60,3,'0.0000','2.9000',0,1),(64,60,0,'0.0000','2.9000',0,1),(64,60,1,'0.0000','2.9000',0,1),(64,60,2,'0.0000','2.9000',0,1),(64,60,3,'0.0000','2.9000',0,1),(63,60,0,'0.0000','2.9000',0,1),(63,60,1,'0.0000','2.9000',0,1),(63,60,2,'0.0000','2.9000',0,1),(63,60,3,'0.0000','2.9000',0,1),(62,60,0,'0.0000','2.9000',0,1),(62,60,1,'0.0000','2.9000',0,1),(62,60,2,'0.0000','2.9000',0,1),(62,60,3,'0.0000','2.9000',0,1),(54,60,0,'0.0000','3.2000',0,1),(54,60,1,'0.0000','3.2000',0,1),(54,60,2,'0.0000','3.2000',0,1),(54,60,3,'0.0000','3.2000',0,1),(55,60,0,'0.0000','3.2000',0,1),(55,60,1,'0.0000','3.2000',0,1),(55,60,2,'0.0000','3.2000',0,1),(55,60,3,'0.0000','3.2000',0,1),(56,60,0,'0.0000','3.2000',0,1),(56,60,1,'0.0000','3.2000',0,1),(56,60,2,'0.0000','3.2000',0,1),(56,60,3,'0.0000','3.2000',0,1),(53,60,0,'0.0000','3.2000',0,1),(53,60,1,'0.0000','3.2000',0,1),(53,60,2,'0.0000','3.2000',0,1),(53,60,3,'0.0000','3.2000',0,1),(52,60,0,'0.0000','3.2000',0,1),(52,60,1,'0.0000','3.2000',0,1),(52,60,2,'0.0000','3.2000',0,1),(52,60,3,'0.0000','3.2000',0,1),(51,60,0,'0.0000','3.2000',0,1),(51,60,1,'0.0000','3.2000',0,1),(51,60,2,'0.0000','3.2000',0,1),(51,60,3,'0.0000','3.2000',0,1),(50,60,0,'0.0000','3.2000',0,1),(50,60,1,'0.0000','3.2000',0,1),(50,60,2,'0.0000','3.2000',0,1),(50,60,3,'0.0000','3.2000',0,1),(49,60,0,'0.0000','3.2000',0,1),(49,60,1,'0.0000','3.2000',0,1),(49,60,2,'0.0000','3.2000',0,1),(49,60,3,'0.0000','3.2000',0,1),(35,60,0,'0.0000','3.2000',0,1),(35,60,1,'0.0000','3.2000',0,1),(35,60,2,'0.0000','3.2000',0,1),(35,60,3,'0.0000','3.2000',0,1),(36,60,0,'0.0000','3.2000',0,1),(36,60,1,'0.0000','3.2000',0,1),(36,60,2,'0.0000','3.2000',0,1),(36,60,3,'0.0000','3.2000',0,1),(37,60,0,'0.0000','3.2000',0,1),(37,60,1,'0.0000','3.2000',0,1),(37,60,2,'0.0000','3.2000',0,1),(37,60,3,'0.0000','3.2000',0,1),(38,60,0,'0.0000','3.2000',0,1),(38,60,1,'0.0000','3.2000',0,1),(38,60,2,'0.0000','3.2000',0,1),(38,60,3,'0.0000','3.2000',0,1),(39,60,0,'0.0000','3.2000',0,1),(39,60,1,'0.0000','3.2000',0,1),(39,60,2,'0.0000','3.2000',0,1),(39,60,3,'0.0000','3.2000',0,1),(40,60,0,'0.0000','3.2000',0,1),(40,60,1,'0.0000','3.2000',0,1),(40,60,2,'0.0000','3.2000',0,1),(40,60,3,'0.0000','3.2000',0,1),(41,60,0,'0.0000','3.2000',0,1),(41,60,1,'0.0000','3.2000',0,1),(41,60,2,'0.0000','3.2000',0,1),(41,60,3,'0.0000','3.2000',0,1),(42,60,0,'0.0000','3.2000',0,1),(42,60,1,'0.0000','3.2000',0,1),(42,60,2,'0.0000','3.2000',0,1),(42,60,3,'0.0000','3.2000',0,1),(43,60,0,'0.0000','3.2000',0,1),(43,60,1,'0.0000','3.2000',0,1),(43,60,2,'0.0000','3.2000',0,1),(43,60,3,'0.0000','3.2000',0,1),(75,60,0,'0.0000','7.2000',0,1),(75,60,1,'0.0000','7.2000',0,1),(75,60,2,'0.0000','7.2000',0,1),(75,60,3,'0.0000','7.2000',0,1),(77,60,0,'0.0000','7.2000',0,1),(77,60,1,'0.0000','7.2000',0,1),(77,60,2,'0.0000','7.2000',0,1),(77,60,3,'0.0000','7.2000',0,1),(17,60,0,'0.0000','12.2000',0,1),(17,60,1,'0.0000','12.2000',0,1),(17,60,2,'0.0000','12.2000',0,1),(17,60,3,'0.0000','12.2000',0,1),(16,60,0,'0.0000','12.2000',0,1),(16,60,1,'0.0000','12.2000',0,1),(16,60,2,'0.0000','12.2000',0,1),(16,60,3,'0.0000','12.2000',0,1),(15,60,0,'0.0000','12.2000',0,1),(15,60,1,'0.0000','12.2000',0,1),(15,60,2,'0.0000','12.2000',0,1),(15,60,3,'0.0000','12.2000',0,1),(14,60,0,'0.0000','12.2000',0,1),(14,60,1,'0.0000','12.2000',0,1),(14,60,2,'0.0000','12.2000',0,1),(14,60,3,'0.0000','12.2000',0,1),(13,60,0,'0.0000','12.2000',0,1),(13,60,1,'0.0000','12.2000',0,1),(13,60,2,'0.0000','12.2000',0,1),(13,60,3,'0.0000','12.2000',0,1),(12,60,0,'0.0000','12.2000',0,1),(12,60,1,'0.0000','12.2000',0,1),(12,60,2,'0.0000','12.2000',0,1),(12,60,3,'0.0000','12.2000',0,1),(11,60,0,'0.0000','12.2000',0,1),(11,60,1,'0.0000','12.2000',0,1),(11,60,2,'0.0000','12.2000',0,1),(11,60,3,'0.0000','12.2000',0,1),(9,60,0,'0.0000','12.2000',0,1),(9,60,1,'0.0000','12.2000',0,1),(9,60,2,'0.0000','12.2000',0,1),(9,60,3,'0.0000','12.2000',0,1); /*!40000 ALTER TABLE `catalogindex_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock` -- DROP TABLE IF EXISTS `cataloginventory_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock` ( `stock_id` smallint(4) unsigned NOT NULL auto_increment, `stock_name` varchar(255) NOT NULL default '', PRIMARY KEY (`stock_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Catalog inventory Stocks list'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cataloginventory_stock` -- LOCK TABLES `cataloginventory_stock` WRITE; /*!40000 ALTER TABLE `cataloginventory_stock` DISABLE KEYS */; INSERT INTO `cataloginventory_stock` VALUES (1,'Default'); /*!40000 ALTER TABLE `cataloginventory_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock_item` -- DROP TABLE IF EXISTS `cataloginventory_stock_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_item` ( `item_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `stock_id` smallint(4) unsigned NOT NULL default '0', `qty` decimal(12,4) NOT NULL default '0.0000', `min_qty` decimal(12,4) NOT NULL default '0.0000', `use_config_min_qty` tinyint(1) unsigned NOT NULL default '1', `is_qty_decimal` tinyint(1) unsigned NOT NULL default '0', `backorders` tinyint(3) unsigned NOT NULL default '0', `use_config_backorders` tinyint(1) unsigned NOT NULL default '1', `min_sale_qty` decimal(12,4) NOT NULL default '1.0000', `use_config_min_sale_qty` tinyint(1) unsigned NOT NULL default '1', `max_sale_qty` decimal(12,4) NOT NULL default '0.0000', `use_config_max_sale_qty` tinyint(1) unsigned NOT NULL default '1', `is_in_stock` tinyint(1) unsigned NOT NULL default '0', `low_stock_date` datetime default NULL, `notify_stock_qty` decimal(12,4) default NULL, `use_config_notify_stock_qty` tinyint(1) unsigned NOT NULL default '1', `manage_stock` tinyint(1) unsigned NOT NULL default '0', `use_config_manage_stock` tinyint(1) unsigned NOT NULL default '1', `stock_status_changed_automatically` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`item_id`), UNIQUE KEY `IDX_STOCK_PRODUCT` (`product_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT` (`product_id`), KEY `FK_CATALOGINVENTORY_STOCK_ITEM_STOCK` (`stock_id`), CONSTRAINT `FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINVENTORY_STOCK_ITEM_STOCK` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=160 DEFAULT CHARSET=utf8 COMMENT='Inventory Stock Item Data'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cataloginventory_stock_item` -- LOCK TABLES `cataloginventory_stock_item` WRITE; /*!40000 ALTER TABLE `cataloginventory_stock_item` DISABLE KEYS */; INSERT INTO `cataloginventory_stock_item` VALUES (7,7,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 08:03:57',NULL,1,1,1,1),(9,9,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:45:54',NULL,1,0,1,1),(11,11,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:45:35',NULL,1,0,1,1),(12,12,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:45:15',NULL,1,0,1,1),(13,13,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:45:00',NULL,1,0,1,1),(14,14,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:44:44',NULL,1,0,1,1),(15,15,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:44:27',NULL,1,0,1,1),(16,16,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:44:07',NULL,1,0,1,1),(17,17,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:43:50',NULL,1,0,1,1),(18,18,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:43:32',NULL,1,0,1,1),(19,19,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:43:17',NULL,1,0,1,1),(20,20,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:42:58',NULL,1,0,1,1),(21,21,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:42:43',NULL,1,0,1,1),(22,22,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-08 05:52:49',NULL,1,0,1,1),(23,23,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:52:32',NULL,1,0,1,1),(24,24,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:54:37',NULL,1,0,1,1),(25,25,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:55:00',NULL,1,0,1,1),(26,26,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:55:17',NULL,1,0,1,1),(27,27,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:55:39',NULL,1,0,1,1),(28,28,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:56:35',NULL,1,0,1,1),(29,29,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:58:02',NULL,1,0,1,1),(30,30,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 13:01:57',NULL,1,0,1,1),(31,31,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:39:01',NULL,1,0,1,1),(32,32,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:38:12',NULL,1,0,1,1),(33,33,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:37:35',NULL,1,0,1,1),(34,34,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:37:53',NULL,1,0,1,1),(35,35,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:26:15',NULL,1,0,1,1),(36,36,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:26:33',NULL,1,0,1,1),(37,37,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:26:55',NULL,1,0,1,1),(38,38,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:27:12',NULL,1,0,1,1),(39,39,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:27:29',NULL,1,0,1,1),(40,40,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:27:47',NULL,1,0,1,1),(41,41,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:28:05',NULL,1,0,1,1),(42,42,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:28:24',NULL,1,0,1,1),(43,43,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:28:41',NULL,1,0,1,1),(44,44,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:29:20',NULL,1,0,1,1),(45,45,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:29:48',NULL,1,0,1,1),(46,46,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:30:33',NULL,1,0,1,1),(47,47,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:25:37',NULL,1,0,1,1),(48,48,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:24:26',NULL,1,0,1,1),(49,49,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:23:59',NULL,1,0,1,1),(50,50,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:23:33',NULL,1,0,1,1),(51,51,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:23:02',NULL,1,0,1,1),(52,52,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:22:31',NULL,1,0,1,1),(53,53,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:21:29',NULL,1,0,1,1),(54,54,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:17:38',NULL,1,0,1,1),(55,55,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:18:13',NULL,1,0,1,1),(56,56,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:18:42',NULL,1,0,1,1),(57,57,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:19:12',NULL,1,0,1,1),(58,58,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:19:45',NULL,1,0,1,1),(59,59,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:20:19',NULL,1,0,1,1),(60,60,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:34:58',NULL,1,0,1,1),(61,61,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:33:49',NULL,1,0,1,1),(62,62,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:14:56',NULL,1,0,1,1),(63,63,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:13:33',NULL,1,0,1,1),(64,64,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:12:58',NULL,1,0,1,1),(65,65,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:09:36',NULL,1,0,1,1),(66,66,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:09:00',NULL,1,0,1,1),(67,67,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:32:59',NULL,1,0,1,1),(68,68,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:11:53',NULL,1,0,1,1),(69,69,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:11:32',NULL,1,0,1,1),(70,70,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:32:15',NULL,1,0,1,1),(71,71,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:31:59',NULL,1,0,1,1),(72,72,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:31:44',NULL,1,0,1,1),(73,73,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:31:27',NULL,1,0,1,1),(74,74,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-16 21:21:28',NULL,1,0,1,1),(75,75,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:36:14',NULL,1,0,1,1),(76,76,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-21 06:14:29',NULL,1,0,1,1),(77,77,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:36:32',NULL,1,0,1,1),(80,80,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:53:55',NULL,1,0,1,1),(81,81,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:54:15',NULL,1,0,1,1),(82,82,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:53:36',NULL,1,0,1,1),(83,83,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:53:05',NULL,1,0,1,1),(84,84,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:53:19',NULL,1,0,1,1),(86,86,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-21 06:10:19',NULL,1,0,1,1),(88,88,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:16:52',NULL,1,0,1,1),(90,90,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:53:45',NULL,1,0,1,1),(91,91,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:39:48',NULL,1,0,1,1),(93,93,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-05 20:38:08',NULL,1,0,1,1),(94,94,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:45:10',NULL,1,0,1,1),(95,95,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:46:37',NULL,1,0,1,1),(96,96,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:48:07',NULL,1,0,1,1),(97,97,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-20 20:49:44',NULL,1,0,1,1),(98,98,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:40:47',NULL,1,0,1,1),(99,99,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:40:29',NULL,1,0,1,1),(100,100,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:40:12',NULL,1,0,1,1),(101,101,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-18 20:41:55',NULL,1,0,1,1),(102,102,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:52:45',NULL,1,0,1,1),(103,103,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:06:23',NULL,1,0,1,1),(104,104,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:06:38',NULL,1,0,1,1),(105,105,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:07:21',NULL,1,0,1,1),(106,106,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:04:13',NULL,1,0,1,1),(107,107,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:37:37',NULL,1,0,1,1),(108,108,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-15 12:37:14',NULL,1,0,1,1),(109,109,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:05:22',NULL,1,0,1,1),(110,110,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-13 12:57:52',NULL,1,0,1,1),(111,111,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-08 06:01:25',NULL,1,0,1,1),(112,112,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-08 05:59:33',NULL,1,0,1,1),(113,113,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-08 05:59:01',NULL,1,0,1,1),(114,114,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-11-21 22:10:40',NULL,1,0,1,1),(115,115,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-27 05:50:36',NULL,1,0,1,1),(116,116,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-05 13:08:01',NULL,1,0,1,1),(117,117,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-27 05:49:54',NULL,1,0,1,1),(118,118,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-27 05:49:31',NULL,1,0,1,1),(119,119,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-27 05:49:07',NULL,1,0,1,1),(120,120,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-05 13:07:01',NULL,1,0,1,1),(121,121,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-27 05:48:26',NULL,1,0,1,1),(122,122,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-05 13:05:29',NULL,1,0,1,1),(123,123,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-12-01 10:12:15',NULL,1,0,1,1),(124,124,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:44:16',NULL,1,0,1,1),(125,125,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:44:56',NULL,1,0,1,1),(126,126,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-12-05 08:22:58',NULL,1,0,1,1),(127,127,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:45:30',NULL,1,0,1,1),(128,128,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-12-05 08:32:37',NULL,1,0,1,1),(129,129,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-12-05 08:35:51',NULL,1,0,1,1),(130,130,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-05-18 19:35:13',NULL,1,0,1,1),(131,131,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-12-05 08:38:45',NULL,1,0,1,1),(132,132,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-08-06 11:38:09',NULL,1,0,1,1),(134,134,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-08-06 12:25:02',NULL,1,0,1,1),(135,135,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-08-06 12:23:54',NULL,1,0,1,1),(136,136,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-08-06 12:22:56',NULL,1,0,1,1),(137,137,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-08-16 13:51:29',NULL,1,0,1,1),(138,138,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:10:21',NULL,1,0,1,1),(139,139,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-11-15 16:47:23',NULL,1,0,1,1),(140,140,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:13:00',NULL,1,0,1,1),(141,141,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:09:14',NULL,1,0,1,1),(142,142,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:54:54',NULL,1,0,1,1),(143,143,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:54:23',NULL,1,0,1,1),(144,144,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:53:57',NULL,1,0,1,1),(145,145,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 21:12:20',NULL,1,0,1,1),(146,146,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-11 20:52:47',NULL,1,0,1,1),(147,147,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 04:52:32',NULL,1,0,1,1),(148,148,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:07:17',NULL,1,0,1,1),(149,149,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:16:11',NULL,1,0,1,1),(150,150,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:20:07',NULL,1,0,1,1),(151,151,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:26:10',NULL,1,0,1,1),(152,152,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:31:52',NULL,1,0,1,1),(153,153,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:38:32',NULL,1,0,1,1),(154,154,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:44:09',NULL,1,0,1,1),(155,155,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 05:54:00',NULL,1,0,1,1),(156,156,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 06:01:54',NULL,1,0,1,1),(157,157,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-12 06:08:12',NULL,1,0,1,1),(158,158,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-09-20 19:42:23',NULL,1,0,1,1),(159,159,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-10-09 04:53:11',NULL,1,0,1,1); /*!40000 ALTER TABLE `cataloginventory_stock_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock_status` -- DROP TABLE IF EXISTS `cataloginventory_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_status` ( `product_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `stock_id` smallint(4) unsigned NOT NULL, `qty` decimal(12,4) NOT NULL default '0.0000', `stock_status` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`), CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cataloginventory_stock_status` -- LOCK TABLES `cataloginventory_stock_status` WRITE; /*!40000 ALTER TABLE `cataloginventory_stock_status` DISABLE KEYS */; INSERT INTO `cataloginventory_stock_status` VALUES (7,1,1,'0.0000',1),(9,1,1,'0.0000',1),(11,1,1,'0.0000',1),(12,1,1,'0.0000',1),(13,1,1,'0.0000',1),(14,1,1,'0.0000',1),(15,1,1,'0.0000',1),(16,1,1,'0.0000',1),(17,1,1,'0.0000',1),(18,1,1,'0.0000',1),(19,1,1,'0.0000',1),(20,1,1,'0.0000',1),(21,1,1,'0.0000',1),(22,1,1,'0.0000',1),(23,1,1,'0.0000',1),(24,1,1,'0.0000',1),(25,1,1,'0.0000',1),(26,1,1,'0.0000',1),(27,1,1,'0.0000',1),(28,1,1,'0.0000',1),(29,1,1,'0.0000',1),(30,1,1,'0.0000',1),(31,1,1,'0.0000',1),(32,1,1,'0.0000',1),(33,1,1,'0.0000',1),(34,1,1,'0.0000',1),(35,1,1,'0.0000',1),(36,1,1,'0.0000',1),(37,1,1,'0.0000',1),(38,1,1,'0.0000',1),(39,1,1,'0.0000',1),(40,1,1,'0.0000',1),(41,1,1,'0.0000',1),(42,1,1,'0.0000',1),(43,1,1,'0.0000',1),(44,1,1,'0.0000',1),(45,1,1,'0.0000',1),(46,1,1,'0.0000',1),(47,1,1,'0.0000',1),(48,1,1,'0.0000',1),(49,1,1,'0.0000',1),(50,1,1,'0.0000',1),(51,1,1,'0.0000',1),(52,1,1,'0.0000',1),(53,1,1,'0.0000',1),(54,1,1,'0.0000',1),(55,1,1,'0.0000',1),(56,1,1,'0.0000',1),(57,1,1,'0.0000',1),(58,1,1,'0.0000',1),(59,1,1,'0.0000',1),(60,1,1,'0.0000',1),(61,1,1,'0.0000',1),(62,1,1,'0.0000',1),(63,1,1,'0.0000',1),(64,1,1,'0.0000',1),(65,1,1,'0.0000',1),(66,1,1,'0.0000',1),(67,1,1,'0.0000',1),(68,1,1,'0.0000',1),(69,1,1,'0.0000',1),(70,1,1,'0.0000',1),(71,1,1,'0.0000',1),(72,1,1,'0.0000',1),(73,1,1,'0.0000',1),(74,1,1,'0.0000',1),(75,1,1,'0.0000',1),(76,1,1,'0.0000',1),(77,1,1,'0.0000',1),(80,1,1,'0.0000',1),(81,1,1,'0.0000',1),(82,1,1,'0.0000',1),(83,1,1,'0.0000',1),(84,1,1,'0.0000',1),(86,1,1,'0.0000',1),(88,1,1,'0.0000',1),(90,1,1,'0.0000',1),(91,1,1,'0.0000',1),(93,1,1,'0.0000',1),(94,1,1,'0.0000',1),(95,1,1,'0.0000',1),(96,1,1,'0.0000',1),(97,1,1,'0.0000',1),(98,1,1,'0.0000',1),(99,1,1,'0.0000',1),(100,1,1,'0.0000',1),(101,1,1,'0.0000',1),(102,1,1,'0.0000',1),(103,1,1,'0.0000',1),(104,1,1,'0.0000',1),(105,1,1,'0.0000',1),(106,1,1,'0.0000',1),(107,1,1,'0.0000',1),(108,1,1,'0.0000',1),(109,1,1,'0.0000',1),(110,1,1,'0.0000',1),(111,1,1,'0.0000',1),(112,1,1,'0.0000',1),(113,1,1,'0.0000',1),(114,1,1,'0.0000',1),(115,1,1,'0.0000',1),(116,1,1,'0.0000',1),(117,1,1,'0.0000',1),(118,1,1,'0.0000',1),(119,1,1,'0.0000',1),(120,1,1,'0.0000',1),(121,1,1,'0.0000',1),(122,1,1,'0.0000',1),(123,1,1,'0.0000',1),(124,1,1,'0.0000',1),(125,1,1,'0.0000',1),(126,1,1,'0.0000',1),(127,1,1,'0.0000',1),(128,1,1,'0.0000',1),(129,1,1,'0.0000',1),(130,1,1,'0.0000',1),(131,1,1,'0.0000',1),(132,1,1,'0.0000',1),(134,1,1,'0.0000',1),(135,1,1,'0.0000',1),(136,1,1,'0.0000',1),(137,1,1,'0.0000',1),(138,1,1,'0.0000',1),(139,1,1,'0.0000',1),(140,1,1,'0.0000',1),(141,1,1,'0.0000',1),(142,1,1,'0.0000',1),(143,1,1,'0.0000',1),(144,1,1,'0.0000',1),(145,1,1,'0.0000',1),(146,1,1,'0.0000',1),(147,1,1,'0.0000',1),(148,1,1,'0.0000',1),(149,1,1,'0.0000',1),(150,1,1,'0.0000',1),(151,1,1,'0.0000',1),(152,1,1,'0.0000',1),(153,1,1,'0.0000',1),(154,1,1,'0.0000',1),(155,1,1,'0.0000',1),(156,1,1,'0.0000',1),(157,1,1,'0.0000',1),(158,1,1,'0.0000',1),(159,1,1,'0.0000',1); /*!40000 ALTER TABLE `cataloginventory_stock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogrule` -- DROP TABLE IF EXISTS `catalogrule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `from_date` date default NULL, `to_date` date default NULL, `customer_group_ids` varchar(255) NOT NULL default '', `is_active` tinyint(1) NOT NULL default '0', `conditions_serialized` mediumtext NOT NULL, `actions_serialized` mediumtext NOT NULL, `stop_rules_processing` tinyint(1) NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '0', `simple_action` varchar(32) NOT NULL, `discount_amount` decimal(12,4) NOT NULL, `website_ids` text, PRIMARY KEY (`rule_id`), KEY `sort_order` (`is_active`,`sort_order`,`to_date`,`from_date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogrule` -- LOCK TABLES `catalogrule` WRITE; /*!40000 ALTER TABLE `catalogrule` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogrule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogrule_affected_product` -- DROP TABLE IF EXISTS `catalogrule_affected_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_affected_product` ( `product_id` int(10) unsigned NOT NULL, PRIMARY KEY (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogrule_affected_product` -- LOCK TABLES `catalogrule_affected_product` WRITE; /*!40000 ALTER TABLE `catalogrule_affected_product` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogrule_affected_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogrule_product` -- DROP TABLE IF EXISTS `catalogrule_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_product` ( `rule_product_id` int(10) unsigned NOT NULL auto_increment, `rule_id` int(10) unsigned NOT NULL default '0', `from_time` int(10) unsigned NOT NULL default '0', `to_time` int(10) unsigned NOT NULL default '0', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `action_operator` enum('to_fixed','to_percent','by_fixed','by_percent') NOT NULL default 'to_fixed', `action_amount` decimal(12,4) NOT NULL default '0.0000', `action_stop` tinyint(1) NOT NULL default '0', `sort_order` int(10) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`rule_product_id`), UNIQUE KEY `sort_order` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`sort_order`), KEY `FK_catalogrule_product_rule` (`rule_id`), KEY `FK_catalogrule_product_customergroup` (`customer_group_id`), KEY `FK_catalogrule_product_website` (`website_id`), KEY `FK_CATALOGRULE_PRODUCT_PRODUCT` (`product_id`), CONSTRAINT `FK_catalogrule_product_customergroup` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGRULE_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_catalogrule_product_rule` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_catalogrule_product_website` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogrule_product` -- LOCK TABLES `catalogrule_product` WRITE; /*!40000 ALTER TABLE `catalogrule_product` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogrule_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogrule_product_price` -- DROP TABLE IF EXISTS `catalogrule_product_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_product_price` ( `rule_product_price_id` int(10) unsigned NOT NULL auto_increment, `rule_date` date NOT NULL default '0000-00-00', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `rule_price` decimal(12,4) NOT NULL default '0.0000', `website_id` smallint(5) unsigned NOT NULL, `latest_start_date` date default NULL, `earliest_end_date` date default NULL, PRIMARY KEY (`rule_product_price_id`), UNIQUE KEY `rule_date` (`rule_date`,`website_id`,`customer_group_id`,`product_id`), KEY `FK_catalogrule_product_price_customergroup` (`customer_group_id`), KEY `FK_catalogrule_product_price_website` (`website_id`), KEY `FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT` (`product_id`), CONSTRAINT `FK_catalogrule_product_price_customergroup` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_catalogrule_product_price_website` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogrule_product_price` -- LOCK TABLES `catalogrule_product_price` WRITE; /*!40000 ALTER TABLE `catalogrule_product_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogrule_product_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogsearch_fulltext` -- DROP TABLE IF EXISTS `catalogsearch_fulltext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_fulltext` ( `product_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `data_index` longtext NOT NULL, PRIMARY KEY (`product_id`,`store_id`), FULLTEXT KEY `data_index` (`data_index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_fulltext` -- LOCK TABLES `catalogsearch_fulltext` WRITE; /*!40000 ALTER TABLE `catalogsearch_fulltext` DISABLE KEYS */; INSERT INTO `catalogsearch_fulltext` VALUES (159,1,'8500-13 Aktiviert keine Brillen-Etui, schwarz Klassisches Brillenetui, in dem Sie Ihre Brille sicher aufbewahren können. Maße: ca. 17,5 cm x 8,5 cm Farbe schwarz Brillenetui'),(157,1,'100014 Aktiviert keine Schlüsselband Auf Wolke 7, hellrot Trendiges Schlüsselband gestickt Auf Wolke 7 Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, hellrot, Auf Wolke 7'),(156,1,'100013 Aktiviert keine Schlüsselband Mr. Perfect, pink Trendiges Schlüsselband gestickt Mr. Perfect Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, pink, Mr. Perfect'),(119,1,'6000-05 Aktiviert Mehrwertsteuer Shopper pistazie Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in pistazie'),(120,1,'6000-06 Aktiviert Mehrwertsteuer Shopper bordeaux Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in bordeaux'),(121,1,'6000-09 Aktiviert Mehrwertsteuer Shopper gelb Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in gelb'),(155,1,'100012 Aktiviert keine Schlüsselband Be My Angel, pink Trendiges Schlüsselband gestickt BE MY ANGEL Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, pink, BE MY ANGEL'),(150,1,'100006 Aktiviert keine Schlüsselband MR. PERFECT, gestickt Trendiges Schlüsselband gestickt MR. PERFECT Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, hellrot, MR. PERFECT'),(151,1,'100007 Aktiviert keine Schlüsselband SMILE, gestickt Trendiges Schlüsselband gestickt SMILE Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, rubinrot, SMILE'),(154,1,'100010 Aktiviert keine Schlüsselband MR. PERFECT, gestickt, lila Trendiges Schlüsselband gestickt MR. PERFECT Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, lila, MR. PERFECT'),(153,1,'100009 Aktiviert keine Schlüsselband BE MY ANGEL, gestickt, lila Trendiges Schlüsselband gestickt BE MY ANGEL Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, lila, BE MY ANGEL'),(152,1,'100008 Aktiviert keine Schlüsselband BE MY ANGEL, gestickt Trendiges Schlüsselband gestickt BE MY ANGEL Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, rubinrot, BE MY ANGEL'),(148,1,'100005 Aktiviert keine Schlüsselband anthrazit Trendiges Schlüsselband gestickt BE MY ANGEL. Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, anthrazit, gestickt'),(149,1,'100003 Aktiviert keine Schlüsselband orange Trendiges Schlüsselband gestickt SMILE. Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Schlüsselband, orange, gestickt'),(147,1,'100004 Aktiviert keine Schlüsselband anthrazit Trendiges Schlüsselband gestickt mit dem Spruch Auf Wolke 7. Maße: Band: ca 14,5 x 3 cm Schlüsselring Durchmesser 3,5 cm Auf Wolke 7, anthrazit'),(141,1,'10004 Aktiviert keine Schale Vitreous frostgreen Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht. Maße: Höhe: ca. 12 cm Durchmesser: ca. 27,5 cm Farbe: frostgreen Schale Vitreous'),(117,1,'6000-13 Aktiviert Mehrwertsteuer Shopper schwarz Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in schwarz'),(118,1,'6000-04 Aktiviert Mehrwertsteuer Shopper anthrazit Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. . Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in anthrazit'),(115,1,'6000-08 Aktiviert Mehrwertsteuer Shopper pink Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in Pink'),(116,1,'6000-07 Aktiviert Mehrwertsteuer Shopper hellrot Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca.38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 99 cm Shopper in hellrot'),(49,1,'1060-02 Aktiviert keine Untersetzer rund rubinrot Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3mm Maßangaben sind ca Angaben. Untersetzer rund rubinrot (ohne Deko)'),(50,1,'1060-03 Aktiviert keine Untersetzer rund orange Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3mm Maßangaben sind ca Angaben. Untersetzer rund orange (ohne Deko)'),(51,1,'1060-04 Aktiviert keine Untersetzer rund anthrazit Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund anthrazit (ohne Deko)'),(52,1,'1060-05 Aktiviert keine Untersetzer rund pistazie Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3mm Maßangaben sind ca Angaben. Untersetzer rund pistazie (ohne Deko)'),(53,1,'1060-06 Aktiviert keine Untersetzer rund bordeaux Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3mm Maßangaben sind ca Angaben. Untersetzer rund bordeaux (ohne Deko)'),(54,1,'1060-07 Aktiviert keine Untersetzer rund hellrot Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund hellrot(ohne Deko)'),(55,1,'1060-08 Aktiviert keine Untersetzer rund pink Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund pink (ohne Deko)'),(56,1,'1060-09 Aktiviert keine Untersetzer rund gelb Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Maßangaben sind ca Angaben. Untersetzer rund gelb (ohne Deko)'),(62,1,'1061-02 Aktiviert keine Untersetzer rund rubinrot Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund rubinrot (ohne Deko)'),(63,1,'1061-03 Aktiviert keine Untersetzer rund orange Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund orange (ohne Deko)'),(64,1,'1061-04 Aktiviert keine Untersetzer rund anthrazit Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund anthrazit (ohne Deko)'),(65,1,'1061-05 Aktiviert keine Untersetzer rund pistazie Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund pistazie (ohne Deko)'),(66,1,'1061-06 Aktiviert keine Untersetzer rund bordeaux Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund bordeaux (ohne Deko)'),(68,1,'1061-08 Aktiviert keine Untersetzer rund pink Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund pink (ohne Deko)'),(69,1,'1061-09 Aktiviert keine Untersetzer rund gelb Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. Durchmesser ca. 12 cm Stärke 3 mm Maßangaben sind ca Angaben. Untersetzer rund gelb (ohne Deko)'),(74,1,'1080-02 Aktiviert keine Stäbchentasche rubinrot Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. Die Seiten der Tasche ist mit einem aparten Stich genäht. Die Bambus Stäbchen werden mitgeliefert. 29 x 4 cm Maßangaben sind ca Angaben. Stäbchentasche rubinrot (Preis mit Stäbchen)'),(75,1,'1080-03 Aktiviert keine Stäbchentasche orange Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. Die Seiten der Tasche ist mit einem aparten Stich genäht. Die Bambus Stäbchen werden mitgeliefert. 29 x 4 cm Maßangaben sind ca Angaben. Stäbchentasche orange (Preis mit Stäbchen)'),(7,1,'106666 Aktiviert keine Tagebuch weitere Farben auf Anfrage erhältlich Tagebuch pink/pistazie Als Geschenk verpacken Farbauswahl Geschenkverpackung Blau Weiß Robinrot'),(30,1,'1010-09 Aktiviert keine Tischset gelb Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset gelb (ohne Deko)'),(140,1,'10003 Aktiviert keine Schale Vitreous frostturq Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht. Maße: Höhe: ca. 12 cm Durchmesser: ca. 27,5 cm Farbe: frosttuq Schale Vitreous'),(138,1,'10001 Aktiviert keine Schale Vitreous frostpink Eine edle Glasschale, eine perfekte Ergänzung zu Ihrer individuellen Dekoration, die Ihren persönlichen Stil unterstreicht. Maße: Höhe: ca. 12 cm Durchmesser: ca. 27,5 cm Farbe: frospink Schale Vitreous'),(135,1,'1100-02 Aktiviert keine Tischläufer rubinrot Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen. Mit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent. Sie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend. Der Tischläufer hat die Größe 40 x 140 cm Tischläufer'),(137,1,'1100-03 Aktiviert keine Tischläufer orange Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen. Mit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent. Sie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend. Der Tischläufer hat die Größe 40 x 140 cm Tischläufer'),(134,1,'1100-04 Aktiviert keine Tischläufer anthrazit Mit einem kleinen Aufwand können Sie mit Tischläufern einen großen Effekt erzielen. Mit einem passenden Tischläufer zaubern Sie auch in einem sachlichen Ambiente einen heimeligen Akzent. Sie können ganz unterschiedlich eingesetzt werden. Ob in der Mitte des Tischs oder üppig überhängend. Tischläufer'),(25,1,'1010-03 Aktiviert keine Tischset orange Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset orange (ohne Deko)'),(26,1,'1010-05 Aktiviert keine Tischset pistazie Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset pistazie (ohne Deko)'),(27,1,'1010-06 Aktiviert keine Tischset bordeaux Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset bordeaux (ohne Deko)'),(28,1,'1010-07 Aktiviert keine Tischset hellrot Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset hellrot (ohne Deko)'),(29,1,'1010-08 Aktiviert keine Tischset pink Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset pink (ohne Deko)'),(14,1,'1070-07 Aktiviert keine Bestecktasche hellrot Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Bestecktasche hellrot'),(15,1,'1070-01 Aktiviert keine Bestecktasche weiß Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Betsecktasche weiß'),(16,1,'1070-06 Aktiviert keine Bestecktasche bordeaux Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Bestecktasche aus Wollfilz, schöner wohnen, gedeckter Tisch, Wollfilz'),(17,1,'1070-09 Aktiviert keine Bestecktasche gelb Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Betsecktasche gelb'),(22,1,'1010-01 Aktiviert keine Tischset weiß Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset einfarbig weiß (ohne Teller)'),(23,1,'1010-02 Aktiviert keine Tischset rubinrot Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset rubinrot (ohne Deko)'),(24,1,'1010-04 Aktiviert keine Tischset anthrazit Unser Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Tischset anthrazit (ohne Deko)'),(130,1,'5000-16 Aktiviert Mehrwertsteuer Handy Load Station lila Handy Load Station Handy Lade Station'),(131,1,'5000-13 Aktiviert Mehrwertsteuer Handy Load Station schwarz Handy Load Station Handy Lade Station'),(132,1,'5000-05 Aktiviert Mehrwertsteuer Handy Load Station pistazie Handy Load Station Handy Lade Station'),(128,1,'5000-08 Aktiviert Mehrwertsteuer Handy Load Station pink Handy Load Station Handy Lade Station'),(129,1,'5000-07 Aktiviert Mehrwertsteuer Handy Load Station hellrot Handy Load Station Handy Lade Station'),(125,1,'5000-01 Aktiviert Mehrwertsteuer Handy Load Station weiß Handy Lade Station Handy Lade Station'),(126,1,'5000-14 Aktiviert Mehrwertsteuer Handy Load Station schoko Handy Lade Station Handy Lade Station'),(127,1,'5000-04 Aktiviert Mehrwertsteuer Handy Load Station anthrazit Handy Load Station Handy Lade Station'),(124,1,'5000-02 Aktiviert Mehrwertsteuer Handy Load Station orange Handy Lade Station Handy Lade Station'),(77,1,'1080-10 Aktiviert keine Stäbchentasche hellblau Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. Die Seiten der Tasche ist mit einem aparten Stich genäht. Die Bambus Stäbchen werden mitgeliefert. 29 x 4 cm Maßangaben sind ca Angaben. Stäbchentasche hellblau (Preis mit Stäbchen)'),(80,1,'1020-16 Aktiviert keine zweifarbige Tischset orange-rubinrot Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm zweifarbige Tischset orange-rubinrot (ohne Deko)'),(81,1,'1020-15 Aktiviert keine zweifarbige Tischset anthrazit-rubinrot Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm zweifarbige Tischset anthrazit-rubinrot (ohne Deko)'),(82,1,'1020-17 Aktiviert keine zweifarbige Tischset rubinrot-anthrazit Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm zweifarbige Tischset rubinrot-anthrazit (ohne Deko)'),(83,1,'1020-18 Aktiviert keine zweifarbige Tischset schwarz-anthrazit Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm zweifarbige Tischset schwarz-anthrazit (ohne Deko)'),(84,1,'1020-19 Aktiviert keine zweifarbige Tischset anthrazit-schwarz Die zweifarbige - Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm zweifarbige Tischset anthrazit-schwarz (ohne Deko)'),(86,1,'1090-01 Aktiviert keine Serviettenring weiß Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring weiß (ohne Deko)'),(88,1,'1090-02 Aktiviert keine Serviettenring rubinrot Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring rubinrot (ohne Deko)'),(90,1,'1090-03 Aktiviert keine Serviettenring orange Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring orange (ohne Deko)'),(91,1,'1090-04 Aktiviert keine Serviettenring anthrazit Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring anthrazit (ohne Deko)'),(93,1,'1090-05 Aktiviert keine Serviettenring pistazie Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring pistazie (ohne Deko)'),(94,1,'1090-06 Aktiviert keine Serviettenring bordeaux Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring bordeaux (ohne Deko)'),(95,1,'1090-07 Aktiviert keine Serviettenring hellrot Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring hellrot (ohne Deko)'),(96,1,'1090-08 Aktiviert keine Serviettenring pink Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring pink (ohne Deko)'),(97,1,'1090-09 Aktiviert keine Serviettenring gelb Der Serviettenring aus Wollfilz besticht durch ihre Eleganz und Schlichtheit. Verwendung findet der Serviettenring auch als Tropfenfänger Ihrer Weinflasche. 27 x 3 cm Maßangaben sind ca Angaben. Änderungen die dem technischen Fortschritt dienen, vorbehalten Serviettenring gelb (ohne Deko)'),(102,1,'1020-14 Aktiviert keine Zweifarbiges Tischset rubinrot-orange Das zweifarbige Tischset aus Wollfilz ist die Grundausstattung Ihres perfekt gedeckten Tisches. Die Seiten des Sets sind mit einem aparten Stich abgenäht. 40 x 30 cm Zweifarbiges Tischset rubinrot-orange (ohne Deko)'),(106,1,'850-01 Aktiviert keine Kerzenplatte mit Filz weiß Kerzenplatte buche Vierkerzenplatte buche'),(107,1,'850-03 Aktiviert keine Kerzenplatte mit Filz orange Kerzenplatte buche Vierkerzenplatte buche'),(108,1,'850-04 Aktiviert keine Kerzenplatte mit Filz anthrazit Kerzenplatte buche Vierkerzenplatte buche'),(110,1,'860-02 Aktiviert keine Einkerzenplatte mit Filz anthrazit kolonial Kerzenplatte kolonialstyle Einkerzenzenplatte kolonial'),(111,1,'1000-01 Aktiviert Mehrwertsteuer Serviettentasche/Schmucktasche Serviettentasche/Schmucktasche rubinrot-blau mit edelm Stickmuster Serviettentasche/Schmucktasche'),(112,1,'1000-02 Aktiviert Mehrwertsteuer Serviettentasche/Schmucktasche Serviettentasche/Schmucktasche anthrazit-orange mit edelm Stickmuster Serviettentasche/Schmucktasche'),(113,1,'1000-03 Aktiviert Mehrwertsteuer Serviettentasche/Schmucktasche Serviettentasche/Schmucktasche rubinrot-orange mit edelm Stickmuster Serviettentasche/Schmucktasche'),(35,1,'1050-01 Aktiviert keine Untersetzer eckig weiß Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer eckig weiß (ohne Deko)'),(36,1,'1050-02 Aktiviert keine Untersetzer eckig rubinrot Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer eckig rubinrot (ohne Deko)'),(37,1,'1050-04 Aktiviert keine Untersetzer eckig anthrazit Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer eckig anthrazit (ohne Deko)'),(38,1,'1050-03 Aktiviert keine Untersetzer eckig orange Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer orange (ohne Deko)'),(39,1,'1050-05 Aktiviert keine Untersetzer eckig pistazie Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer pistazie (ohne Deko)'),(40,1,'1050-06 Aktiviert keine Untersetzer eckig bordeaux Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer (ohne Deko)'),(41,1,'1050-07 Aktiviert keine Untersetzer eckig hellrot Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer hellrot (ohne Deko)'),(42,1,'1050-08 Aktiviert keine Untersetzer eckig pink Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer pink (ohne Deko)'),(43,1,'1050-09 Aktiviert keine Untersetzer eckig gelb Unser Untersetzer aus Wollfilz ist vielseitig einsetzbar. Als Ergänzung zu unserem Tischset oder aber einfach wenn Sie ein gepflegtes Glas Wein trinken. 11 x 11 cm Maßangaben sind ca Angaben. Untersetzer gelb (ohne Deko)'),(123,1,'555-01 Aktiviert Mehrwertsteuer Chianti DOCG Poderj-Caravggio Chianti DOCG Poderj-Caravggio 2003 Chianti \"I Poderj\" 2003-DOCG-Denominazione di Origine controllata e garantita. Produktiongebiet: Die Trauben stammen aus den Chianti Anbaugebiet. Rebsorte: 80/90% Sangiovese 5/10%Trebbiano Malvasia 5/10%Cannaiolo. Weinbereitungsverfahren: Nach der alten Chianti-Traditiion wird der Wein vor Jahresende dem Verfahren des \"Governo alla Toscana\" unterzogen. Das Heisst der Wird eine nochmalige langsame Gärung ausgesetzt. Organoletptische Merkmale: Farbe: Rubinrot Bukett: Weinig, charakteristisch. Gescmack: Trocken, mit viel Stoff, elegant Alkoholgehalt:12% 0.75 Liter Empfehlenswert zu Hauptmahlzeiten. Besonders gut ist der Wein zu Fleischgerichten geeignet. Trinktemperatur:18 bis 20°C Chianti DOCG Poderj-Caravggio 2003 Chiant mit Tropfenfänger'),(122,1,'6000-16 Aktiviert Mehrwertsteuer Shopper lila Unsere Shopper ist ein Stück Lebensqualität, die Sie sehen und fühlen können. Gut geeignet auch für Ihren Businessauftritt. Der Reißverschluss eröffnet den Blick ins Innenleben: Eine Innentasche und Bodenverstärkung. Außen ist dieser Shopper noch mit einer Außentasche versehen. Maße ca. 38 cm x10 cm x 35 cm Die Riemenlänge ist ca. 89 cm Shopper in lila'),(114,1,'1000-04 Aktiviert Mehrwertsteuer Serviettentasche/Schmucktasche Serviettentasche/Schmucktasche orange-rubinrot mit edelm Stickmuster Serviettentasche/Schmucktasche'),(76,1,'1080-04 Aktiviert keine Stäbchentasche anthrazit Die ideale Ergänzung zu einem gepflegten asiatischen Essen mit guten Freunden. Die Seiten der Tasche ist mit einem aparten Stich genäht. Die Bambus Stäbchen werden mitgeliefert. 29 x 4 cm Maßangaben sind ca Angaben. Stäbchentasche anthrazit (Preis mit Stäbchen)'),(13,1,'1070-05 Aktiviert keine Bestecktasche pistazie Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Bestecktasche pistazie'),(12,1,'1070-03 Aktiviert keine Bestecktasche orange Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm bestecktasche orange'),(9,1,'1070-02 Aktiviert keine Bestecktasche rubinrot Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. Maße: 24 x 13 cm Bestecktasche aus Wollfilz'),(11,1,'1070-04 Aktiviert keine Bestecktasche anthrazit Unsere Bestecktasche aus Wollfilz ist ein Muß und eine ausgefallene Ergänzung für Ihren perfekt gedeckten Tisch. Ihre Gäste werden staunen. Die Seiten der Tasche sind mit einem aparten Stich genäht. 24 x 13 cm Bestecktasche anthrazit (Preis ohne Besteck)'); /*!40000 ALTER TABLE `catalogsearch_fulltext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogsearch_query` -- DROP TABLE IF EXISTS `catalogsearch_query`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_query` ( `query_id` int(10) unsigned NOT NULL auto_increment, `query_text` varchar(255) NOT NULL default '', `num_results` int(10) unsigned NOT NULL default '0', `popularity` int(10) unsigned NOT NULL default '0', `redirect` varchar(255) NOT NULL default '', `synonim_for` varchar(255) NOT NULL default '', `store_id` smallint(5) unsigned NOT NULL, `display_in_terms` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) default '1', `is_processed` tinyint(1) default '0', `updated_at` datetime NOT NULL, PRIMARY KEY (`query_id`), KEY `FK_CATALOGSEARCH_QUERY_STORE` (`store_id`), KEY `IDX_SEARCH_QUERY` (`query_text`,`store_id`,`popularity`), CONSTRAINT `FK_CATALOGSEARCH_QUERY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_query` -- LOCK TABLES `catalogsearch_query` WRITE; /*!40000 ALTER TABLE `catalogsearch_query` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogsearch_query` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogsearch_result` -- DROP TABLE IF EXISTS `catalogsearch_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_result` ( `query_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `relevance` decimal(6,4) NOT NULL default '0.0000', PRIMARY KEY (`query_id`,`product_id`), KEY `IDX_QUERY` (`query_id`), KEY `IDX_PRODUCT` (`product_id`), KEY `IDX_RELEVANCE` (`query_id`,`relevance`), CONSTRAINT `FK_CATALOGSEARCH_RESULT_CATALOG_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CATALOGSEARCH_RESULT_QUERY` FOREIGN KEY (`query_id`) REFERENCES `catalogsearch_query` (`query_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_result` -- LOCK TABLES `catalogsearch_result` WRITE; /*!40000 ALTER TABLE `catalogsearch_result` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogsearch_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkout_agreement` -- DROP TABLE IF EXISTS `checkout_agreement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `checkout_agreement` ( `agreement_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `content` text NOT NULL, `content_height` varchar(25) default NULL, `checkbox_text` text NOT NULL, `is_active` tinyint(4) NOT NULL default '0', `is_html` tinyint(4) NOT NULL default '0', PRIMARY KEY (`agreement_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `checkout_agreement` -- LOCK TABLES `checkout_agreement` WRITE; /*!40000 ALTER TABLE `checkout_agreement` DISABLE KEYS */; INSERT INTO `checkout_agreement` VALUES (3,'Widerrufsrecht','Nach den gesetzlichen Regelungen in §§ 355 bis 359 BGB steht Ihnen im geschäftlichen Verkehr mit shop & friends GmbH ein Widerrufsrecht zu. Hierbei müssen Sie wie folgt vorgehen:\r\n\r\nZunächst müssen Sie Ihr Widerrufsrecht in Textform oder durch Rücksendung der Ware ausüben. Das vorgenannte Widerrufsrecht steht Ihnen zwei Wochen lang zu. Die Frist beginnt mit Eingang der Ware bei Ihnen, wenn wir unseren gesetzlichen Informationspflichten nach der Verordnung über Informationspflichten nach Bürgerlichem Recht bis zu diesem Zeitpunkt nachgekommen sind. Sie haben die Frist eingehalten, wenn sie Ihren Widerruf oder die Ware rechtzeitig, also bis zum Ablauf der zwei Wochen absenden. Die Rücksendung der Waren als Widerrufserklärung oder in Folge des Widerrufs erfolgt dann bei Inlandslieferungen auf unsere Kosten und Gefahr, wobei wir davon ausgehen, dass Sie eine übliche Form der Rücksendung wie etwa das Standardpostpaket o.ä. wählen. Bei allem Verständnis für die Belange des Verbraucherschutzes bitten wir Sie höflich auf die unfreie Rücksendung von Waren zu verzichten. Wir erstatten Ihnen Ihre Versandkosten im Rahmen der geltenden gesetzlichen Bestimmungen. Bei einem Warenwert von über Euro 500 vereinbaren Sie bitte nach Möglichkeit mit unserem Kundenservice die Abholung der Ware. Nur bei einem Warenwert bis zu 40 EUR erfolgt die Rücksendung auf Ihre Kosten und auch nur dann, wenn die von uns gelieferte Ware der von Ihnen bestellten Ware entspricht.\r\n\r\nBitte achten Sie darauf, dass die zur Rücklieferung vorgesehene Ware vollständig (samt aller Zubehörteile, Handbücher, Gebrauchsanleitungen etc.) und originalverpackt, einschließlich geeigneter Außenverpackung, in jedem Fall aber in einer geeigneten Transportverpackung zurückgesandt wird. Für den kostenfreien Rückversand nehmen Sie bitte Kontakt mit uns auf.\r\n\r\nSchließlich möchten wir ausdrücklich darauf hinweisen, dass Sie Wertersatz für die durch bestimmungsgemäße Ingebrauchnahme eingetretene Verschlechterung der bei uns bestellten Waren leisten müssen und wir dürfen Ihnen empfehlen, gewissenhaft Ihre Entscheidung zur Ingebrauchnahme der bei uns bestellten Waren zu treffen, wenn Sie unsicher sind, ob Sie die Waren behalten möchten. Sie haben sicherlich Verständnis dafür, dass eine schon benutzte Ware an andere Kunden häufig nur mit Abschlag veräußert werden kann. Eine Verpflichtung zum Wertersatz besteht nicht bei original verpackter Ware, die nicht in Gebrauch genommen wurde. Es bleibt Ihnen dennoch unbenommen, die bei uns erworbenen Waren zu prüfen.','','Widerrufsrecht akzeptieren',1,0); /*!40000 ALTER TABLE `checkout_agreement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkout_agreement_store` -- DROP TABLE IF EXISTS `checkout_agreement_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `checkout_agreement_store` ( `agreement_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, UNIQUE KEY `agreement_id` (`agreement_id`,`store_id`), KEY `FK_CHECKOUT_AGREEMENT_STORE` (`store_id`), CONSTRAINT `FK_CHECKOUT_AGREEMENT` FOREIGN KEY (`agreement_id`) REFERENCES `checkout_agreement` (`agreement_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CHECKOUT_AGREEMENT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `checkout_agreement_store` -- LOCK TABLES `checkout_agreement_store` WRITE; /*!40000 ALTER TABLE `checkout_agreement_store` DISABLE KEYS */; INSERT INTO `checkout_agreement_store` VALUES (3,1); /*!40000 ALTER TABLE `checkout_agreement_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms_block` -- DROP TABLE IF EXISTS `cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_block` ( `block_id` smallint(6) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `identifier` varchar(255) NOT NULL default '', `content` text, `creation_time` datetime default NULL, `update_time` datetime default NULL, `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`block_id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='CMS Blocks'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cms_block` -- LOCK TABLES `cms_block` WRITE; /*!40000 ALTER TABLE `cms_block` DISABLE KEYS */; INSERT INTO `cms_block` VALUES (5,'Footer Links','footer_links','','2009-09-02 17:32:46','2009-09-02 17:32:46',1),(6,'Service Links','servicelinks','
Service Links
\r\n','2009-11-05 21:32:28','2009-11-11 23:28:22',1),(7,'Öffnungszeiten','opentime','
Versandkosten
\r\n
Versandkoste pro Bestellung betragen 5,90 €. \r\n
Ab einer Bestellung von 80,- € liefern wir versandkostenfrei.
\r\n
\r\n
\r\n
\r\n
Besuchen Sie uns im Design-Shop
\r\n
Donnerstag von 10:00 - 12:00 Uhr
\r\n
Freitag von 10:00 - 12:00 Uhr
\r\n
und nach Terminvereinbarung
\r\n\r\n
\r\n
Anschrift:
\r\n
Schwanenweg 17
\r\n
33335 Gütersloh
\r\n
05241 / 99 83 83 8
\r\n
info@shopandfriends.de
\r\n
\r\n','2009-11-05 21:53:04','2010-09-01 06:26:54',1),(8,'topimage_wohnaccessoires','topimage_wohnaccessoires','','2009-12-03 08:58:55','2009-12-03 08:58:58',0),(9,'topimage_modeaccessoires','topimage_modeaccessoires','','2009-12-03 08:59:27','2009-12-03 08:59:30',0),(10,'topimage_gourmet','topimage_gourmet','','2009-12-03 09:00:05','2009-12-03 09:00:19',0),(11,'topimage_specials','topimage_specials','','2009-12-03 09:00:36','2009-12-03 09:00:36',0),(12,'topimage_wollfilzdesign','topimage_wollfilzdesign','','2009-12-03 09:01:00','2009-12-03 09:01:03',0),(13,'Topimage Tischläufer','Tischlaeufer',': \"[Tischläufer]\" ','2010-07-04 16:21:35','2010-07-04 16:21:35',0); /*!40000 ALTER TABLE `cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms_block_store` -- DROP TABLE IF EXISTS `cms_block_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_block_store` ( `block_id` smallint(6) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`block_id`,`store_id`), KEY `FK_CMS_BLOCK_STORE_STORE` (`store_id`), CONSTRAINT `FK_CMS_BLOCK_STORE_BLOCK` FOREIGN KEY (`block_id`) REFERENCES `cms_block` (`block_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FK_CMS_BLOCK_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Blocks to Stores'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cms_block_store` -- LOCK TABLES `cms_block_store` WRITE; /*!40000 ALTER TABLE `cms_block_store` DISABLE KEYS */; INSERT INTO `cms_block_store` VALUES (5,0),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1); /*!40000 ALTER TABLE `cms_block_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms_page` -- DROP TABLE IF EXISTS `cms_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_page` ( `page_id` smallint(6) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `root_template` varchar(255) NOT NULL default '', `meta_keywords` text NOT NULL, `meta_description` text NOT NULL, `identifier` varchar(100) NOT NULL default '', `content` text, `creation_time` datetime default NULL, `update_time` datetime default NULL, `is_active` tinyint(1) NOT NULL default '1', `sort_order` tinyint(4) NOT NULL default '0', `layout_update_xml` text, `custom_theme` varchar(100) default NULL, `custom_theme_from` date default NULL, `custom_theme_to` date default NULL, PRIMARY KEY (`page_id`), KEY `identifier` (`identifier`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='CMS pages'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cms_page` -- LOCK TABLES `cms_page` WRITE; /*!40000 ALTER TABLE `cms_page` DISABLE KEYS */; INSERT INTO `cms_page` VALUES (1,'Seite nicht gefunden','two_columns_left','Page keywords','Page description','no-route','

Whoops, our bad...

\r\n
\r\n
The page you requested was not found, and we have a fine guess why.
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
What can you do?
\r\n
Have no fear, help is near! There are many ways you can get back on track with Magento Demo Store.
\r\n
\r\n

\r\n

','2007-06-20 18:38:32','2009-10-13 23:27:10',1,0,'','default/shopandfriends',NULL,NULL),(2,'Startseite','two_columns_left','','','home','\r\n
\"aktion\"
\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n
\r\nWir lieben es natürlich und wir lieben es schön. Das ist unsere Motivation, in unserem Shop \r\nganz besondere Artikel für Sie zusammen zu stellen - für die schönen Momente in Ihrem Leben und \r\num schöne Momente (schön) zu gestalten. Für Sie haben wir ein großes Sortiment an ausgewählten \r\nProdukten aus natürlichem Wollfilz in modernem Design kreiert, das wir ständig um Ihre Lieblingsfarben und \r\num neue Artikel erweitern. Für Sie haben wir uns in der ganzen Welt auf die Suche begeben, natürliche Produkte \r\nzu finden, die Sie unter dem Motto \"Schön für mich!\" genießen können. Auch das leibliche Wohl kommt \r\nnicht zu kurz. Lassen Sie sich überraschen.\r\n
\r\n
\r\nWir wünschen Ihnen viel Vergnügen beim Stöbern in unserem Shop.\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n
 
\r\n\r\n
 
\r\n\r\n
 
\r\n\r\n\r\n
\r\nEvents

und Veranstaltungen

\r\n
\r\n
Kunden Service

Teilen Sie uns Ihre Meinung mit!
\r\n
\r\n\r\n Wollfilzpflege

So pflegen Sie Ihren Wollfilz.\r\n
\r\n\r\n\r\n\r\n
 
\r\n\r\n
 
\r\n\r\n
 
\r\n\r\n
\r\n
','2007-08-23 10:03:25','2010-05-27 16:07:59',1,0,'','default/shopandfriends',NULL,NULL),(3,'shop&friends Unternehmen','two_columns_left','','','shopandfriends.html','
\r\n

Über Uns

\r\n
\r\n
\r\n

Shop & friends ist noch ein recht junges Unternehmen. In den letzten Jahren haben wir mit viel Leidenschaft und Kreativität eine interessante Kollektion im aktuellen Design rund um das Natur-und Trendprodukt Wollfilz entwickelt. Shop & friends möchte auch die anspruchvollsten Wünsche Ihrer Kunden erfüllen.

\r\n\r\nWas spricht für shop & friends und seine Filz-Kollektion?\r\n\r\nUnsere Dekoideen mit den hochwertigen Filzprodukten für den Tischbereich bestechen durch ihre Eleganz und Schlichtheit. Die vielen Gestaltungsmöglichkeiten, ob Tischläufer, Tisch-Set, Untersetzer oder Bestecktasche oder das kombinieren und variieren mit der breiten Palette ausgewählter Farben, bieten eine perfekte Tischdekoration und eine ideale Ergänzung zu einem gepflegten Essen. Ein hervorzuhebendes Merkmal unserer Produktausstattung ist das Umketteln, also die mit einem aparten Stich abgenähten Seiten der einzelnen Filzprodukte, was optisch eine gewisse Anmutung und Wertigkeit zum Ausdruck bringt. Neben dieser handwerklichen Besonderheit ist es uns wichtig, die qualitätsorientierte Auswahl der komplett in Deutschland hergestellten Rohstoffware Wollfilz selber vorzunehmen und zu verarbeiten, um so die Kollektion individuell und zeitgemäß ausgestalten zu können.\r\nShop & friends stellt hohe Ansprüche an die Qualität und Funktionalität seiner Filzprodukte. Der Wollfilz ist ein „nachwachsender“ Rohstoff, er ist atmungsaktiv, luftdurchlässig, elastisch, hautfreundlich und durch seinen natürlichen Fettgehalt schmutzabweisend. Die Pflege bei hartnäckigen Flecken ist einfach zu handhaben.\r\n\r\nNatürlich bietet Filz neben der Kollektion für den Tisch- und Wohnbereich eine Fülle weiterer \r\nAlternativen. Hier bieten wir Accessoires für die großen Festtage im Jahr und andere Anlässe (Geschenke, Firmenpräsente) an. Komplettiert wird unser Programm durch Dekoartikel, Notiz-/Tagebücher, Etuis, kleine Portemonnaies, Schalen etc..\r\n
\r\nMit viel Liebe zum traditionellen und modernen Naturmaterial Filz und mit großer Sorgfalt bei der Kreation und Fertigung unserer Kollektion, möchten wir die individuellen Ansprüche Ihrer \r\nKunden erfüllen. Mit unserem Katalog möchten wir uns als Partner empfehlen. Das Credo von shop & friends : „Wie aus einem Esstisch eine perfekt gedeckte Tafel wird“.\r\n
\r\n

\r\n

Bettina Kaspari
Some important guy

\r\n','2007-08-30 14:01:18','2009-11-09 21:26:53',1,0,'','default/shopandfriends',NULL,NULL),(4,'Kundenservice','two_columns_left','','','kundenservice.html','
\r\n

Kundenservice

\r\n
\r\n\r\n
\r\n
Shipping & Delivery
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Privacy & Security
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Returns & Replacements
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Ordering
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Payment, Pricing & Promotions
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Viewing Orders
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Updating Account Information
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
','2007-08-30 14:02:20','2009-11-05 21:31:18',1,0,'','default/shopandfriends',NULL,NULL),(5,'Cookies anschlaten','two_columns_left','','','enable-cookies','
\r\n \r\n
\r\n ','2009-09-02 15:32:48','2009-11-05 21:19:05',1,0,'','default/shopandfriends',NULL,NULL),(6,'Impressum','two_columns_left','','','impressum.html','

Impressum

\r\n\r\n
\r\n
\r\n Anbieter:\r\n
\r\n shop & friends GmbH \r\n
\r\n\r\n
\r\n
\r\n Firmensitz:\r\n
\r\n Mandelbaumweg 33
\r\n 33335 Gütersloh
\r\n Deutschland \r\n
\r\n\r\n
\r\n
\r\n Geschäftsführer:\r\n
\r\n Bettina Kaspari\r\n
\r\n\r\n
\r\n
\r\n Verantwortlich für den Inhalt:\r\n
\r\n Bettina Kaspari\r\n
\r\n\r\n
\r\n
\r\n E-Mail:\r\n
\r\n info@shopandfriends.de\r\n
\r\n\r\n
\r\n
\r\n URL:\r\n
\r\n www.shopandfriends.de\r\n
\r\n\r\n
\r\n
\r\n Handelsregister:\r\n
\r\n HRB 6949 \r\n
\r\n\r