/*!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 */;
DROP TABLE IF EXISTS `wplc_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wplc_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0',
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

INSERT INTO `wplc_wc_product_meta_lookup` VALUES (82,'',0,0,20.0000,20.0000,0,2,'instock',0,0.00,3,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (83,'5',0,0,20.0000,20.0000,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (84,'',0,0,49.9500,49.9500,0,-1,'outofstock',0,0.00,2,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (85,'',0,0,39.9500,39.9500,0,1,'instock',0,0.00,3,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (86,'',0,0,39.9500,39.9500,0,0,'outofstock',0,0.00,3,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (87,'',0,0,39.9500,39.9500,0,0,'outofstock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (88,'',0,0,29.9500,29.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (89,'',0,0,29.9500,29.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (90,'',0,0,39.9500,39.9500,0,5,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (91,'',0,0,39.9500,39.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (92,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (93,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (94,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (95,'',0,0,44.9500,44.9500,0,1,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (96,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (97,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (98,'',0,0,44.9500,44.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (99,'',0,0,39.9500,39.9500,0,2,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (100,'',0,0,29.9500,29.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (101,'',0,0,29.9500,29.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (102,'',0,0,29.9500,29.9500,0,5,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (103,'',0,0,29.9500,29.9500,0,5,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (104,'',0,0,29.9500,29.9500,0,5,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (105,'',0,0,29.9500,29.9500,0,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (106,'DUB-J1BX5',0,0,19.9500,19.9500,1,5,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (107,'DUB-HET44',0,0,19.9500,19.9500,1,4,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (108,'DUB-HUY1F',0,0,19.9500,19.9500,1,3,'instock',0,0.00,2,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (109,'',0,0,29.9500,29.9500,0,0,'outofstock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (458,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (809,'DUB-9MVD8',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,6,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (810,'DUB-9OLUE',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,6,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (811,'DUB-UQ196',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,6,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (854,'DUB-JLM6B',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1105,'DUB-1V4OO',0,0,5.0000,5.0000,0,NULL,'instock',0,0.00,1,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1615,'DUB-N4Z96',0,0,5.0000,5.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1618,'DUB-R5R6Q',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1622,'DUB-IA1NO',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1630,'DUB-9579I',0,0,35.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1633,'DUB-L65G7',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1645,'DUB-3ZMPN',0,0,35.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1647,'DUB-JUTZW',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1649,'DUB-C64R8',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1651,'DUB-G215H',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1865,'DUB-N4Z96-01',0,0,5.0000,5.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1881,'DUB-9579I-01',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1882,'DUB-3ZMPN-01',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1883,'DUB-L65G7-15',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1892,'DUB-L65G7-13',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1893,'DUB-L65G7-14',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1905,'DUB-R5R6Q-01',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1906,'DUB-IA1NO-01',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1907,'DUB-L65G7-12',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1908,'DUB-L65G7-11',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1909,'DUB-L65G7-09',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1913,'DUB-L65G7-04',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1914,'DUB-L65G7-06',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1915,'DUB-L65G7-07',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1916,'DUB-L65G7-08',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (1917,'DUB-L65G7-05',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2103,'DUB-C64R8-01',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2248,'DUB-JUTZW-01',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2249,'DUB-JUTZW-02',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2252,'DUB-N4Z96-1',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2340,'DUB-G215H-01',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2341,'DUB-G215H-02',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2342,'DUB-G215H-03',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2343,'DUB-G215H-04',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2365,'DUB-3ZMPN-1',0,0,35.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2368,'DUB-L65G7-1',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2374,'DUB-L65G7-1-02',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2375,'DUB-L65G7-1-03',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2384,'DUB-N4Z96-1-1',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2386,'DUB-N4Z96-1-1-07',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2387,'DUB-N4Z96-1-1-08',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2388,'DUB-N4Z96-1-1-09',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2390,'DUB-N4Z96-1-1-10',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2501,'DUB-L65G7-1-01',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2505,'DUB-N4Z96-1-1-04',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2507,'DUB-N4Z96-1-1-05',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2761,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2770,'DUB-L65G7-02',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2771,'DUB-L65G7-03',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2792,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2796,'DUB-L65G7-01',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2870,'DUB-N4Z96-1-1-06',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2871,'DUB-N4Z96-1-1-02',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2873,'DUB-N4Z96-1-1-03',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2942,'DUB-N2H16',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2971,'DUB-N2H16-1',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2972,'DUB-N2H16-1-01',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2973,'DUB-N2H16-1-02',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2974,'DUB-N2H16-1-03',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2975,'DUB-N2H16-1-04',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2976,'DUB-N2H16-1-05',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2977,'DUB-N2H16-1-06',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2978,'DUB-N2H16-1-07',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2979,'DUB-N2H16-1-08',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2980,'DUB-N2H16-1-09',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2981,'DUB-N2H16-1-10',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2982,'DUB-N2H16-1-12',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2983,'DUB-N2H16-1-13',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2984,'DUB-N2H16-1-14',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2985,'',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (2999,'DUB-N2H16-1-1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3014,'DUB-N2H16-1-1-01',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3015,'DUB-N2H16-1-1-02',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3016,'DUB-N2H16-1-1-03',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3017,'DUB-N2H16-1-1-04',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3018,'DUB-N2H16-1-1-05',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3056,'DUB-N4Z96-1-1-01',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3317,'DUB-N2H16-01',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3318,'DUB-N2H16-02',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3319,'DUB-N2H16-03',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3320,'DUB-N2H16-04',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3321,'DUB-N2H16-05',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3322,'DUB-N2H16-06',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3323,'DUB-N2H16-07',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3324,'DUB-N2H16-08',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3325,'DUB-N2H16-09',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3326,'DUB-N2H16-10',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3327,'DUB-N2H16-11',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3838,'DUB-B38ZA',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3842,'DUB-B38ZA-01',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3853,'DUB-PKI2P',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (3860,'DUB-PKI2P-01',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7174,'DUB-SW5B8',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7222,'DUB-22G5M',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7246,'DUB-12491',0,0,6.0000,6.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7255,'DUB-1584U',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7256,'DUB-ZP1PN',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7267,'DUB-128H1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (7268,'DUB-SOG5J',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8320,'DUB-7F75S',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8693,'DUB-QRDDG',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8696,'DUB-FOWLC',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8698,'DUB-CVGWL',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8981,'DUB-C64R8-1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8982,'DUB-L65G7-1-1',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8983,'DUB-L65G7-1-01-1',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8984,'DUB-L65G7-1-02-1',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (8985,'DUB-L65G7-1-03-1',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10303,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10304,'',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10309,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10310,'DUB-9579I-02',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10311,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10314,'DUB-3ZMPN-1-03',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10315,'DUB-3ZMPN-1-02',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
INSERT INTO `wplc_wc_product_meta_lookup` VALUES (10316,'DUB-3ZMPN-1-01',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

