Files
old-experiments/backend/db/backup.sql
2018-06-20 18:28:39 +02:00

1081 lines
799 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- MySQL dump 10.13 Distrib 5.7.22, for Linux (x86_64)
--
-- Host: localhost Database: wordpress
-- ------------------------------------------------------
-- Server version 5.7.22-0ubuntu18.04.1
/*!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 `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-06-11 07:30:53','2018-06-11 07:30:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(2,76,'WooCommerce','','','','2018-06-12 10:48:10','2018-06-12 10:48:10','Order status changed from Pending payment to Completed.',0,'post-trashed','WooCommerce','order_note',0,0),(3,77,'WooCommerce','','','','2018-06-12 11:32:45','2018-06-12 11:32:45','Order status changed from Pending payment to Completed.',0,'post-trashed','WooCommerce','order_note',0,0),(4,78,'WooCommerce','','','','2018-06-12 11:34:24','2018-06-12 11:34:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(5,79,'WooCommerce','','','','2018-06-12 11:36:38','2018-06-12 11:36:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(6,80,'WooCommerce','','','','2018-06-12 11:37:11','2018-06-12 11:37:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(7,81,'WooCommerce','','','','2018-06-12 11:37:47','2018-06-12 11:37:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(8,82,'WooCommerce','','','','2018-06-12 11:38:07','2018-06-12 11:38:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9,83,'WooCommerce','','','','2018-06-12 11:39:38','2018-06-12 11:39:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(10,84,'WooCommerce','','','','2018-06-12 11:39:40','2018-06-12 11:39:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(11,85,'WooCommerce','','','','2018-06-12 11:39:40','2018-06-12 11:39:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(12,86,'WooCommerce','','','','2018-06-12 11:39:42','2018-06-12 11:39:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(13,87,'WooCommerce','','','','2018-06-12 11:39:44','2018-06-12 11:39:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(14,88,'WooCommerce','','','','2018-06-12 11:39:46','2018-06-12 11:39:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(15,89,'WooCommerce','','','','2018-06-12 11:39:47','2018-06-12 11:39:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(16,90,'WooCommerce','','','','2018-06-12 11:39:49','2018-06-12 11:39:49','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(17,91,'WooCommerce','','','','2018-06-12 11:39:52','2018-06-12 11:39:52','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(18,92,'WooCommerce','','','','2018-06-12 11:39:53','2018-06-12 11:39:53','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(19,93,'WooCommerce','','','','2018-06-12 11:39:54','2018-06-12 11:39:54','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(20,94,'WooCommerce','','','','2018-06-12 11:39:55','2018-06-12 11:39:55','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(21,95,'WooCommerce','','','','2018-06-12 11:39:57','2018-06-12 11:39:57','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(22,96,'WooCommerce','','','','2018-06-12 11:39:58','2018-06-12 11:39:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(23,97,'WooCommerce','','','','2018-06-12 11:39:59','2018-06-12 11:39:59','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(24,98,'WooCommerce','','','','2018-06-12 11:40:04','2018-06-12 11:40:04','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(25,99,'WooCommerce','','','','2018-06-12 11:40:46','2018-06-12 11:40:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(26,100,'WooCommerce','','','','2018-06-12 11:41:09','2018-06-12 11:41:09','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(27,101,'WooCommerce','','','','2018-06-12 11:41:12','2018-06-12 11:41:12','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(28,102,'WooCommerce','','','','2018-06-12 11:41:14','2018-06-12 11:41:14','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(29,103,'WooCommerce','','','','2018-06-12 11:41:42','2018-06-12 11:41:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(30,104,'WooCommerce','','','','2018-06-12 11:41:44','2018-06-12 11:41:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(31,105,'WooCommerce','','','','2018-06-13 08:30:14','2018-06-13 08:30:14','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(32,106,'WooCommerce','','','','2018-06-13 11:57:11','2018-06-13 11:57:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(33,107,'WooCommerce','','','','2018-06-13 11:59:31','2018-06-13 11:59:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(34,108,'WooCommerce','','','','2018-06-13 11:59:32','2018-06-13 11:59:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(35,109,'WooCommerce','','','','2018-06-13 11:59:32','2018-06-13 11:59:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(36,110,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(37,111,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(38,112,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(39,113,'WooCommerce','','','','2018-06-13 11:59:33','2018-06-13 11:59:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(40,114,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(41,115,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(42,116,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(43,117,'WooCommerce','','','','2018-06-13 11:59:34','2018-06-13 11:59:34','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(44,118,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(45,119,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(46,120,'WooCommerce','','','','2018-06-13 11:59:35','2018-06-13 11:59:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(47,121,'WooCommerce','','','','2018-06-13 11:59:37','2018-06-13 11:59:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(48,122,'WooCommerce','','','','2018-06-13 11:59:37','2018-06-13 11:59:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(49,123,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(50,124,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(51,125,'WooCommerce','','','','2018-06-13 11:59:38','2018-06-13 11:59:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(52,126,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(53,127,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(54,128,'WooCommerce','','','','2018-06-13 11:59:39','2018-06-13 11:59:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(55,129,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(56,130,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(57,131,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(58,132,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(59,133,'WooCommerce','','','','2018-06-13 11:59:40','2018-06-13 11:59:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(60,134,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(61,135,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(62,136,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(63,137,'WooCommerce','','','','2018-06-13 11:59:41','2018-06-13 11:59:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(64,138,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(65,139,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(66,140,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(67,141,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(68,142,'WooCommerce','','','','2018-06-13 11:59:42','2018-06-13 11:59:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(69,143,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(70,144,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(71,145,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(72,146,'WooCommerce','','','','2018-06-13 11:59:43','2018-06-13 11:59:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(73,147,'WooCommerce','','','','2018-06-13 11:59:44','2018-06-13 11:59:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(74,148,'WooCommerce','','','','2018-06-13 11:59:44','2018-06-13 11:59:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(75,149,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(76,150,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(77,151,'WooCommerce','','','','2018-06-13 11:59:45','2018-06-13 11:59:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(78,152,'WooCommerce','','','','2018-06-13 12:41:39','2018-06-13 12:41:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(79,153,'WooCommerce','','','','2018-06-13 12:43:01','2018-06-13 12:43:01','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(80,154,'WooCommerce','','','','2018-06-13 12:43:14','2018-06-13 12:43:14','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(81,155,'WooCommerce','','','','2018-06-13 12:43:20','2018-06-13 12:43:20','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(82,156,'WooCommerce','','','','2018-06-13 12:43:24','2018-06-13 12:43:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(83,157,'WooCommerce','','','','2018-06-13 12:43:27','2018-06-13 12:43:27','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(84,158,'WooCommerce','','','','2018-06-13 12:43:28','2018-06-13 12:43:28','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(85,159,'WooCommerce','','','','2018-06-13 12:43:29','2018-06-13 12:43:29','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(86,160,'WooCommerce','','','','2018-06-13 12:43:31','2018-06-13 12:43:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(87,161,'WooCommerce','','','','2018-06-13 12:43:32','2018-06-13 12:43:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(88,162,'WooCommerce','','','','2018-06-13 13:08:31','2018-06-13 13:08:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(89,163,'WooCommerce','','','','2018-06-13 13:09:33','2018-06-13 13:09:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(90,363,'WooCommerce','','','','2018-06-20 10:13:31','2018-06-20 10:13:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(91,364,'WooCommerce','','','','2018-06-20 12:46:00','2018-06-20 12:46:00','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(92,365,'WooCommerce','','','','2018-06-20 12:51:06','2018-06-20 12:51:06','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(93,366,'WooCommerce','','','','2018-06-20 13:26:29','2018-06-20 13:26:29','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(94,367,'WooCommerce','','','','2018-06-20 13:27:07','2018-06-20 13:27:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(95,368,'WooCommerce','','','','2018-06-20 13:31:24','2018-06-20 13:31:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(96,369,'WooCommerce','','','','2018-06-20 13:37:47','2018-06-20 13:37:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_failed_jobs`
--
DROP TABLE IF EXISTS `wp_failed_jobs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_failed_jobs` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`failed_at` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_failed_jobs`
--
LOCK TABLES `wp_failed_jobs` WRITE;
/*!40000 ALTER TABLE `wp_failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fed_menu`
--
DROP TABLE IF EXISTS `wp_fed_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fed_menu` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`menu_slug` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`menu_order` bigint(20) NOT NULL,
`menu_image_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `menu_slug` (`menu_slug`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fed_menu`
--
LOCK TABLES `wp_fed_menu` WRITE;
/*!40000 ALTER TABLE `wp_fed_menu` DISABLE KEYS */;
INSERT INTO `wp_fed_menu` VALUES (1,'profile','Profile',3,'fa fa-user','Enable','no','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','');
/*!40000 ALTER TABLE `wp_fed_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fed_post`
--
DROP TABLE IF EXISTS `wp_fed_post`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fed_post` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_order` bigint(20) NOT NULL,
`is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false',
`input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no',
`tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `input_meta` (`input_meta`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fed_post`
--
LOCK TABLES `wp_fed_post` WRITE;
/*!40000 ALTER TABLE `wp_fed_post` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fed_post` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fed_user_profile`
--
DROP TABLE IF EXISTS `wp_fed_user_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fed_user_profile` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_order` bigint(20) NOT NULL,
`show_register` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable',
`show_dashboard` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable',
`show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Enable',
`is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false',
`input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no',
`tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
`menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'profile',
`extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `input_meta` (`input_meta`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fed_user_profile`
--
LOCK TABLES `wp_fed_user_profile` WRITE;
/*!40000 ALTER TABLE `wp_fed_user_profile` DISABLE KEYS */;
INSERT INTO `wp_fed_user_profile` VALUES (1,'user_login','User Name',5,'Enable','Enable','Disable','true','single_line','User Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(2,'user_pass','Password',9,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(3,'confirmation_password','Confirmation Password',11,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(4,'user_email','Email Address',12,'Enable','Enable','Disable','true','email','Email Address','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(5,'user_nicename','Nicename',14,'Disable','Disable','Enable','false','single_line','Nicename','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(6,'display_name','Display Name',17,'Disable','Disable','Enable','false','single_line','Display Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(7,'first_name','First Name',20,'Disable','Disable','Enable','false','single_line','First Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(8,'last_name','Last Name',23,'Disable','Disable','Enable','false','single_line','Last Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(9,'nickname','Nickname',17,'Disable','Disable','Enable','false','single_line','Nickname','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(10,'description','Description',17,'Disable','Disable','Enable','false','multi_line','Description','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(11,'show_admin_bar_front','Show admin bar on front page',17,'Disable','Disable','Disable','false','checkbox','','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile','');
/*!40000 ALTER TABLE `wp_fed_user_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailchimp_carts`
--
DROP TABLE IF EXISTS `wp_mailchimp_carts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailchimp_carts` (
`id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` int(11) DEFAULT NULL,
`cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailchimp_carts`
--
LOCK TABLES `wp_mailchimp_carts` WRITE;
/*!40000 ALTER TABLE `wp_mailchimp_carts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailchimp_carts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=1171 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://localhost','yes'),(2,'home','http://localhost','yes'),(3,'blogname','WooC','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','duplingnedim@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:157:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:14:\"basic-auth.php\";i:1;s:48:\"capability-manager-enhanced/capsman-enhanced.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:4;s:33:\"multiple-roles/multiple-roles.php\";i:5;s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";i:6;s:45:\"woocommerce-services/woocommerce-services.php\";i:7;s:27:\"woocommerce/woocommerce.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:57:\"/var/www/wordpress/wp-content/themes/storefront/style.css\";i:1;s:64:\"/var/www/wordpress/wp-content/themes/storefront/content-none.php\";i:2;s:68:\"/var/www/wordpress/wp-content/themes/storefront/content-homepage.php\";i:4;s:0:\"\";}','no'),(40,'template','storefront','yes'),(41,'stylesheet','storefront','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:43:\"my-custom-functions/my-custom-functions.php\";s:26:\"spacexchimp_p001_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'initial_db_version','38590','yes'),(93,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"manage_capabilities\";b:1;s:14:\"do_the_broking\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"broker\";a:2:{s:4:\"name\";s:6:\"Broker\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}s:15:\"commercial_lead\";a:2:{s:4:\"name\";s:15:\"Commercial Lead\";s:12:\"capabilities\";a:0:{}}s:8:\"supplier\";a:2:{s:4:\"name\";s:8:\"Supplier\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(94,'fresh_site','1','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:13:{i:1529512253;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1529513434;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1529513949;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1529514130;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1529523053;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1529539200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1529566278;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1529567511;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1529578749;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1529578759;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1529589549;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1530576000;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(111,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1528703429;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1529484273;s:15:\"version_checked\";s:5:\"4.9.6\";s:12:\"translations\";a:0:{}}','no'),(125,'can_compress_scripts','0','no'),(140,'recently_activated','a:2:{s:43:\"my-custom-functions/my-custom-functions.php\";i:1529325603;s:41:\"frontend-dashboard/frontend-dashboard.php\";i:1528970018;}','yes'),(147,'woocommerce_store_address','Bhills 1','yes'),(148,'woocommerce_store_address_2','','yes'),(149,'woocommerce_store_city','Beverly Hills','yes'),(150,'woocommerce_default_country','US:CA','yes'),(151,'woocommerce_store_postcode','90210','yes'),(152,'woocommerce_allowed_countries','all','yes'),(153,'woocommerce_all_except_countries','','yes'),(154,'woocommerce_specific_allowed_countries','','yes'),(155,'woocommerce_ship_to_countries','','yes'),(156,'woocommerce_specific_ship_to_countries','','yes'),(157,'woocommerce_default_customer_address','geolocation','yes'),(158,'woocommerce_calc_taxes','yes','yes'),(159,'woocommerce_enable_coupons','yes','yes'),(160,'woocommerce_calc_discounts_sequentially','no','no'),(161,'woocommerce_currency','USD','yes'),(162,'woocommerce_currency_pos','left','yes'),(163,'woocommerce_price_thousand_sep',',','yes'),(164,'woocommerce_price_decimal_sep','.','yes'),(165,'woocommerce_price_num_decimals','2','yes'),(166,'woocommerce_shop_page_id','5','yes'),(167,'woocommerce_cart_redirect_after_add','no','yes'),(168,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(169,'woocommerce_weight_unit','kg','yes'),(170,'woocommerce_dimension_unit','cm','yes'),(171,'woocommerce_enable_reviews','yes','yes'),(172,'woocommerce_review_rating_verification_label','yes','no'),(173,'woocommerce_review_rating_verification_required','no','no'),(174,'woocommerce_enable_review_rating','yes','yes'),(175,'woocommerce_review_rating_required','yes','no'),(176,'woocommerce_manage_stock','yes','yes'),(177,'woocommerce_hold_stock_minutes','60','no'),(178,'woocommerce_notify_low_stock','yes','no'),(179,'woocommerce_notify_no_stock','yes','no'),(180,'woocommerce_stock_email_recipient','duplingnedim@gmail.com','no'),(181,'woocommerce_notify_low_stock_amount','2','no'),(182,'woocommerce_notify_no_stock_amount','0','yes'),(183,'woocommerce_hide_out_of_stock_items','no','yes'),(184,'woocommerce_stock_format','','yes'),(185,'woocommerce_file_download_method','force','no'),(186,'woocommerce_downloads_require_login','no','no'),(187,'woocommerce_downloads_grant_access_after_payment','yes','no'),(188,'woocommerce_prices_include_tax','no','yes'),(189,'woocommerce_tax_based_on','shipping','yes'),(190,'woocommerce_shipping_tax_class','inherit','yes'),(191,'woocommerce_tax_round_at_subtotal','no','yes'),(192,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(193,'woocommerce_tax_display_shop','excl','yes'),(194,'woocommerce_tax_display_cart','excl','yes'),(195,'woocommerce_price_display_suffix','','yes'),(196,'woocommerce_tax_total_display','itemized','no'),(197,'woocommerce_enable_shipping_calc','yes','no'),(198,'woocommerce_shipping_cost_requires_address','no','yes'),(199,'woocommerce_ship_to_destination','billing','no'),(200,'woocommerce_shipping_debug_mode','no','yes'),(201,'woocommerce_enable_guest_checkout','yes','no'),(202,'woocommerce_enable_checkout_login_reminder','no','no'),(203,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(204,'woocommerce_enable_myaccount_registration','no','no'),(205,'woocommerce_registration_generate_username','yes','no'),(206,'woocommerce_registration_generate_password','yes','no'),(207,'woocommerce_erasure_request_removes_order_data','no','no'),(208,'woocommerce_erasure_request_removes_download_data','no','no'),(209,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(210,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(211,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(212,'woocommerce_trash_pending_orders','','no'),(213,'woocommerce_trash_failed_orders','','no'),(214,'woocommerce_trash_cancelled_orders','','no'),(215,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(216,'woocommerce_email_from_name','WooC','no'),(217,'woocommerce_email_from_address','duplingnedim@gmail.com','no'),(218,'woocommerce_email_header_image','','no'),(219,'woocommerce_email_footer_text','{site_title}','no'),(220,'woocommerce_email_base_color','#96588a','no'),(221,'woocommerce_email_background_color','#f7f7f7','no'),(222,'woocommerce_email_body_background_color','#ffffff','no'),(223,'woocommerce_email_text_color','#3c3c3c','no'),(224,'woocommerce_cart_page_id','6','yes'),(225,'woocommerce_checkout_page_id','7','yes'),(226,'woocommerce_myaccount_page_id','8','yes'),(227,'woocommerce_terms_page_id','','no'),(228,'woocommerce_force_ssl_checkout','no','yes'),(229,'woocommerce_unforce_ssl_checkout','no','yes'),(230,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(231,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(232,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(233,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(234,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(235,'woocommerce_myaccount_orders_endpoint','orders','yes'),(236,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(237,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(238,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(239,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(240,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(241,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(242,'woocommerce_logout_endpoint','customer-logout','yes'),(243,'woocommerce_api_enabled','yes','yes'),(244,'woocommerce_single_image_width','600','yes'),(245,'woocommerce_thumbnail_image_width','300','yes'),(246,'woocommerce_checkout_highlight_required_fields','yes','yes'),(247,'woocommerce_demo_store','no','no'),(248,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(249,'current_theme_supports_woocommerce','yes','yes'),(250,'woocommerce_queue_flush_rewrite_rules','no','yes'),(251,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(253,'default_product_cat','15','yes'),(258,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(259,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(260,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(267,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(269,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(278,'woocommerce_meta_box_errors','a:0:{}','yes'),(291,'woocommerce_product_type','both','yes'),(292,'woocommerce_allow_tracking','no','yes'),(293,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(294,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(295,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(296,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(297,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(298,'_transient_shipping-transient-version','1528703397','yes'),(299,'woocommerce_setup_automated_taxes','1','yes'),(309,'current_theme','Storefront','yes'),(310,'theme_mods_storefront','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(311,'theme_switched','','yes'),(312,'storefront_nux_fresh_site','0','yes'),(313,'woocommerce_catalog_rows','4','yes'),(314,'woocommerce_catalog_columns','3','yes'),(315,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(319,'jetpack_activated','1','yes'),(322,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(323,'jetpack_sync_settings_disable','0','yes'),(324,'_transient_timeout_jetpack_file_data_6.2.1','1531817696','no'),(325,'_transient_jetpack_file_data_6.2.1','a:57:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your sites CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your sites performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(326,'jetpack_available_modules','a:1:{s:5:\"6.2.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(327,'jetpack_options','a:4:{s:7:\"version\";s:16:\"6.2.1:1528703434\";s:11:\"old_version\";s:16:\"6.2.1:1528703434\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(328,'jetpack_testimonial','0','yes'),(329,'do_activate','0','yes'),(335,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1529484275;s:7:\"checked\";a:4:{s:10:\"storefront\";s:5:\"2.3.2\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(339,'jetpack_tos_agreed','1','yes'),(340,'mailchimp_woocommerce_version','2.1.7','no'),(341,'mailchimp-woocommerce','a:0:{}','yes'),(343,'mailchimp-woocommerce-store_id','5b1e29d050ee7','yes'),(344,'jetpack_secrets','a:1:{s:18:\"jetpack_register_1\";a:3:{s:8:\"secret_1\";s:32:\"7bCOBRU6ovn9G6U6PC10qqe0cgzbQXAG\";s:8:\"secret_2\";s:32:\"ZYU6c9oktXoZoeSEjpselSykpFpl9YHB\";s:3:\"exp\";i:1528704040;}}','no'),(345,'wc_connect_options','a:1:{s:12:\"tos_accepted\";b:1;}','yes'),(347,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(348,'storefront_nux_dismissed','1','yes'),(349,'storefront_nux_guided_tour','1','yes'),(353,'_transient_product_query-transient-version','1528969325','yes'),(355,'product_cat_children','a:0:{}','yes'),(358,'_transient_product-transient-version','1528969325','yes'),(365,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(366,'woocommerce_setup_jetpack_opted_in','1','yes'),(381,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(382,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(388,'_transient_orders-transient-version','1529501867','yes'),(569,'_transient_timeout_wc_shipping_method_count_1_1528703397','1531470568','no'),(570,'_transient_wc_shipping_method_count_1_1528703397','2','no'),(603,'capsman_version','','yes'),(605,'pp_customized_roles','a:1:{s:6:\"broker\";O:8:\"stdClass\":2:{s:4:\"caps\";a:1:{s:14:\"do_the_broking\";i:1;}s:7:\"plugins\";a:0:{}}}','no'),(788,'_site_transient_timeout_browser_fcf9f700615c94559ffe3206a839a5f2','1529568236','no'),(789,'_site_transient_browser_fcf9f700615c94559ffe3206a839a5f2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(924,'_transient_timeout_wc_product_loop52b31528969325','1531561325','no'),(925,'_transient_wc_product_loop52b31528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:360;i:1;i:359;i:2;i:358;i:3;i:357;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(926,'_transient_timeout_wc_product_loopec531528969325','1531561325','no'),(927,'_transient_wc_product_loopec531528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:356;i:1;i:355;i:2;i:354;i:3;i:352;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(928,'_transient_timeout_wc_product_loop51e01528969325','1531561326','no'),(929,'_transient_wc_product_loop51e01528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:73;i:1;i:349;i:2;i:350;i:3;i:351;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(930,'_transient_timeout_wc_products_onsale','1531561326','no'),(931,'_transient_wc_products_onsale','a:0:{}','no'),(932,'_transient_timeout_wc_product_loop5e671528969325','1531561326','no'),(933,'_transient_wc_product_loop5e671528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:360;i:1;i:359;i:2;i:358;i:3;i:357;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(934,'_transient_timeout_wc_product_loop8e8f1528969325','1531561326','no'),(935,'_transient_wc_product_loop8e8f1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:4:{i:0;i:73;i:1;i:353;i:2;i:354;i:3;i:355;}s:5:\"total\";i:4;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(939,'fed_plugin_version','1.2.14','yes'),(940,'fed_admin_login','a:1:{s:8:\"register\";a:3:{s:4:\"name\";s:9:\"User Role\";s:8:\"position\";i:999;s:4:\"role\";a:0:{}}}','yes'),(941,'fed_admin_settings_post','a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}','yes'),(942,'fed_admin_settings_upl','a:1:{s:8:\"settings\";a:3:{s:26:\"fed_upl_change_profile_pic\";s:0:\"\";s:20:\"fed_upl_disable_desc\";s:2:\"no\";s:22:\"fed_upl_no_recent_post\";s:1:\"5\";}}','yes'),(943,'fed_cp_admin_settings','a:1:{s:4:\"post\";a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}}','yes'),(951,'_transient_timeout_wc_featured_products','1531567839','no'),(952,'_transient_wc_featured_products','a:0:{}','no'),(953,'_transient_timeout_wc_product_loop040c1528969325','1531567839','no'),(954,'_transient_wc_product_loop040c1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:1:{i:0;i:73;}s:5:\"total\";i:1;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:2;s:12:\"current_page\";i:1;}','no'),(955,'_transient_timeout_wc_product_loopa47f1528969325','1531567839','no'),(956,'_transient_wc_product_loopa47f1528969325','O:8:\"stdClass\":5:{s:3:\"ids\";a:1:{i:0;i:73;}s:5:\"total\";i:1;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:4;s:12:\"current_page\";i:1;}','no'),(962,'_transient_timeout_external_ip_address_::1','1529916853','no'),(963,'_transient_external_ip_address_::1','109.175.79.98','no'),(971,'_transient_timeout_external_ip_address_127.0.0.1','1529916858','no'),(972,'_transient_external_ip_address_127.0.0.1','109.175.79.98','no'),(978,'_transient_timeout_jetpack_https_test_message','1529571692','no'),(979,'_transient_jetpack_https_test_message','','no'),(984,'_transient_timeout_wc_low_stock_count','1531904123','no'),(985,'_transient_wc_low_stock_count','0','no'),(986,'_transient_timeout_wc_outofstock_count','1531904123','no'),(987,'_transient_wc_outofstock_count','0','no'),(1010,'_transient_timeout_plugin_slugs','1529572791','no'),(1011,'_transient_plugin_slugs','a:8:{i:0;s:48:\"capability-manager-enhanced/capsman-enhanced.php\";i:1;s:19:\"jetpack/jetpack.php\";i:2;s:14:\"basic-auth.php\";i:3;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:4;s:33:\"multiple-roles/multiple-roles.php\";i:5;s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:45:\"woocommerce-services/woocommerce-services.php\";}','no'),(1016,'spacexchimp_p001_service_info','a:4:{s:7:\"upgrade\";s:4:\"0001\";s:7:\"version\";s:4:\"4.19\";s:11:\"old_version\";s:1:\"0\";s:15:\"activation_date\";i:1529325532;}','yes'),(1079,'woocommerce_version','3.4.2','yes'),(1080,'woocommerce_db_version','3.4.2','yes'),(1096,'_transient_timeout_wc_term_counts','1532011366','no'),(1097,'_transient_wc_term_counts','a:4:{i:16;s:1:\"0\";i:17;s:1:\"0\";i:18;s:1:\"0\";i:15;s:1:\"1\";}','no'),(1109,'_transient_timeout__woocommerce_helper_updates','1529524932','no'),(1110,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1529481732;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(1113,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1529494447','no'),(1114,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4468;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2835;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2563;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2437;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1875;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1660;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1651;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1457;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1397;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1391;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1389;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1319;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1284;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1218;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1111;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1064;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1026;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1024;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:902;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:881;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:829;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:804;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:803;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:718;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:692;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:692;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:686;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:675;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:663;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:660;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:652;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:640;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:640;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:640;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:611;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:609;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:606;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:601;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:596;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:589;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:567;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:550;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:542;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:538;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:527;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:522;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:510;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:510;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:503;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:502;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:494;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:486;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:483;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:482;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:473;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:473;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:458;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:456;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:446;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:437;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:433;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:431;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:421;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:417;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:415;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:413;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:409;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:405;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:398;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:388;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:386;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:369;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:363;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:362;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:360;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:358;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:354;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:348;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:347;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:347;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:344;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:342;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:341;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:335;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:332;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:332;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:326;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:319;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:308;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:305;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:305;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:302;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:301;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:301;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:300;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:298;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:297;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:294;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:293;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:286;}}','no'),(1115,'_site_transient_timeout_theme_roots','1529486060','no'),(1116,'_site_transient_theme_roots','a:4:{s:10:\"storefront\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1119,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1529484290;s:7:\"checked\";a:10:{s:48:\"capability-manager-enhanced/capsman-enhanced.php\";s:5:\"1.5.8\";s:41:\"frontend-dashboard/frontend-dashboard.php\";s:6:\"1.2.14\";s:9:\"hello.php\";s:3:\"1.7\";s:19:\"jetpack/jetpack.php\";s:5:\"6.2.1\";s:14:\"basic-auth.php\";s:3:\"0.1\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:5:\"2.1.7\";s:33:\"multiple-roles/multiple-roles.php\";s:5:\"1.2.0\";s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";s:3:\"0.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.4.2\";s:45:\"woocommerce-services/woocommerce-services.php\";s:6:\"1.14.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:48:\"capability-manager-enhanced/capsman-enhanced.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/capability-manager-enhanced\";s:4:\"slug\";s:27:\"capability-manager-enhanced\";s:6:\"plugin\";s:48:\"capability-manager-enhanced/capsman-enhanced.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/capability-manager-enhanced/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/capability-manager-enhanced.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:78:\"https://s.w.org/plugins/geopattern-icon/capability-manager-enhanced_ffffff.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/capability-manager-enhanced/assets/banner-1544x500.png?rev=776273\";s:2:\"1x\";s:81:\"https://ps.w.org/capability-manager-enhanced/assets/banner-772x250.png?rev=776273\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"frontend-dashboard/frontend-dashboard.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/frontend-dashboard\";s:4:\"slug\";s:18:\"frontend-dashboard\";s:6:\"plugin\";s:41:\"frontend-dashboard/frontend-dashboard.php\";s:11:\"new_version\";s:6:\"1.2.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/frontend-dashboard/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/frontend-dashboard.1.2.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/frontend-dashboard/assets/icon-256x256.png?rev=1772053\";s:2:\"1x\";s:71:\"https://ps.w.org/frontend-dashboard/assets/icon-128x128.png?rev=1772053\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/frontend-dashboard/assets/banner-1544x500.jpg?rev=1710979\";s:2:\"1x\";s:73:\"https://ps.w.org/frontend-dashboard/assets/banner-772x250.jpg?rev=1710979\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.6.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/mailchimp-for-woocommerce\";s:4:\"slug\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/mailchimp-for-woocommerce.2.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";s:2:\"1x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-1544x500.png?rev=1557817\";s:2:\"1x\";s:80:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-772x250.jpg?rev=1557817\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"multiple-roles/multiple-roles.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/multiple-roles\";s:4:\"slug\";s:14:\"multiple-roles\";s:6:\"plugin\";s:33:\"multiple-roles/multiple-roles.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/multiple-roles/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/multiple-roles.1.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/multiple-roles_182732.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/multiple-roles/assets/banner-772x250.png?rev=1111103\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=1586175\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=1586175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=1598183\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=1598183\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(1121,'_transient_timeout_jetpack_https_test','1529571692','no'),(1122,'_transient_jetpack_https_test','1','no'),(1127,'_transient_timeout_wc_addons_sections','1530091904','no'),(1128,'_transient_wc_addons_sections','a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:9:\"_featured\";s:5:\"label\";s:8:\"Featured\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:4:\"_all\";s:5:\"label\";s:3:\"All\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:7:\"bundles\";s:5:\"label\";s:7:\"Bundles\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"product-extensions\";s:5:\"label\";s:12:\"Enhancements\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"marketing-extensions\";s:5:\"label\";s:9:\"Marketing\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"payment-gateways\";s:5:\"label\";s:8:\"Payments\";}i:6;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"product-type\";s:5:\"label\";s:12:\"Product Type\";}i:7;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"shipping-methods\";s:5:\"label\";s:8:\"Shipping\";}i:8;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"operations\";s:5:\"label\";s:16:\"Store Management\";}}','no'),(1129,'_transient_timeout_wc_addons_featured','1530091904','no'),(1130,'_transient_wc_addons_featured','O:8:\"stdClass\":1:{s:8:\"sections\";a:11:{i:0;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:50:\"Take your store beyond the typical - sell anything\";s:11:\"description\";s:81:\"From services to content, there\'s no limit to what you can sell with WooCommerce.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:139:\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Subscriptions\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/subscriptions-icon@2x.png\";s:11:\"description\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:6:\"button\";s:10:\"From: $199\";s:6:\"plugin\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:134:\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:8:\"Bookings\";s:5:\"image\";s:66:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/bookings-icon@2x.png\";s:11:\"description\";s:76:\"Allow customers to book appointments for services without leaving your site.\";s:6:\"button\";s:10:\"From: $249\";s:6:\"plugin\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:137:\"https://woocommerce.com/products/woocommerce-memberships/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:11:\"Memberships\";s:5:\"image\";s:69:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/memberships-icon@2x.png\";s:11:\"description\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-bundles/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Bundles\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:50:\"Offer customizable bundles and assembled products.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:132:\"https://woocommerce.com/products/composite-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:18:\"Composite Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:59:\"Create and offer product kits with configurable components.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:65:\"woocommerce-composite-products/woocommerce-composite-products.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-vendors/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Vendors\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:47:\"Turn your store into a multi-vendor marketplace\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:59:\"woocommerce-product-vendors/woocommerce-product-vendors.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:132:\"https://woocommerce.com/products/groups-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:22:\"Groups for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:94:\"Sell memberships using the free &#039;Groups&#039; plugin, Groups integration and WooCommerce.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:41:\"groups-woocommerce/groups-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:136:\"https://woocommerce.com/products/woocommerce-pre-orders/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:22:\"WooCommerce Pre-Orders\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:60:\"Allow customers to order products before they are available.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:49:\"woocommerce-pre-orders/woocommerce-pre-orders.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:130:\"https://woocommerce.com/products/chained-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Chained Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:69:\"Create and sell pre-configured product bundles and discounted combos.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-chained-products/woocommerce-chained-products.php\";}}}i:1;O:8:\"stdClass\":1:{s:6:\"module\";s:16:\"wcs_banner_block\";}i:2;O:8:\"stdClass\":2:{s:6:\"module\";s:12:\"column_start\";s:9:\"container\";s:22:\"column_container_start\";}i:3;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:46:\"Improve the main features of your online store\";s:11:\"description\";s:71:\"Sell more by helping customers find the products and options they want.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Product Add-ons\";s:5:\"image\";s:73:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-add-ons-icon@2x.png\";s:11:\"description\";s:82:\"Give your customers the option to customize their purchase or add personalization.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-addons/woocommerce-product-addons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:140:\"https://woocommerce.com/products/woocommerce-product-search/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:14:\"Product Search\";s:5:\"image\";s:72:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-search-icon@2x.png\";s:11:\"description\";s:67:\"Make sure customers find what they want when they search your site.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-search/woocommerce-product-search.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-checkout-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Checkout Add-ons\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/checkout-add-ons-icon@2x.png\";s:11:\"description\";s:89:\"Highlight relevant products, offers like free shipping and other upsells during checkout.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-checkout-add-ons/woocommerce-checkout-add-ons.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:147:\"https://woocommerce.com/products/woocommerce-checkout-field-editor/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:21:\"Checkout Field Editor\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:128:\"The checkout field editor provides you with an interface to add, edit and remove fields shown on your WooCommerce checkout page.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:71:\"woocommerce-checkout-field-editor/woocommerce-checkout-field-editor.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:138:\"https://woocommerce.com/products/woocommerce-social-login/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"WooCommerce Social Login\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:62:\"Enable Social Login for Seamless Checkout and Account Creation\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-social-login/woocommerce-social-login.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:135:\"https://woocommerce.com/products/woocommerce-wishlists/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:21:\"WooCommerce Wishlists\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:113:\"WooCommerce Wishlists allows guests and customers to create and add products to an unlimited number of Wishlists.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:47:\"woocommerce-wishlists/woocommerce-wishlists.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/cart-notices/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart Notices\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:73:\"Display dynamic, actionable messages to your customers as they check out.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:53:\"woocommerce-cart-notices/woocommerce-cart-notices.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/cart-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart Add-ons\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:109:\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-cart-add-ons/woocommerce-cart-add-ons.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:134:\"https://woocommerce.com/products/woocommerce-waitlist/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:20:\"WooCommerce Waitlist\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:117:\"With WooCommerce Waitlist customers can register for email notifications when out-of-stock products become available.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:45:\"woocommerce-waitlist/woocommerce-waitlist.php\";}}}i:4;O:8:\"stdClass\":5:{s:6:\"module\";s:17:\"small_light_block\";s:5:\"title\";s:34:\"Get the official WooCommerce theme\";s:11:\"description\";s:128:\"Storefront is the lean, flexible, and free theme, built by the people who make WooCommerce - everything you need to get started.\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/storefront-screen@2x.png\";s:7:\"buttons\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:44:\"/wp-admin/theme-install.php?theme=storefront\";s:4:\"text\";s:7:\"Install\";}i:1;O:8:\"stdClass\":2:{s:4:\"href\";s:115:\"https://woocommerce.com/storefront/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:4:\"text\";s:9:\"Read More\";}}}i:5;O:8:\"stdClass\":1:{s:6:\"module\";s:10:\"column_end\";}i:6;O:8:\"stdClass\":1:{s:6:\"module\";s:12:\"column_start\";}i:7;O:8:\"stdClass\":4:{s:6:\"module\";s:16:\"small_dark_block\";s:5:\"title\";s:20:\"Square + WooCommerce\";s:11:\"description\";s:176:\"Keep your WooCommerce and brick-and-mortar stores in sync. Use Square to take payments both online and offline, keep inventory updated between the two and sync product changes.\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:120:\"https://woocommerce.com/products/square/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:6:\"button\";s:5:\"Free!\";}}}i:8;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:19:\"Get deeper insights\";s:11:\"description\";s:58:\"Learn how your store is performing with enhanced reporting\";s:5:\"items\";a:8:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-google-analytics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Google Analytics\";s:5:\"image\";s:60:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/ga-icon@2x.png\";s:11:\"description\";s:93:\"Understand your customers and increase revenue with the worlds leading analytics platform.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:85:\"woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:138:\"https://woocommerce.com/products/woocommerce-cart-reports/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:12:\"Cart reports\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cart-reports-icon@2x.png\";s:11:\"description\";s:66:\"Get real-time reports on what customers are leaving in their cart.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-cart-reports/woocommerce-cart-reports.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:139:\"https://woocommerce.com/products/woocommerce-cost-of-goods/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Cost of Goods\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cost-of-goods-icon@2x.png\";s:11:\"description\";s:64:\"Easily track profit by including cost of goods in your reports.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:55:\"woocommerce-cost-of-goods/woocommerce-cost-of-goods.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:146:\"https://woocommerce.com/products/woocommerce-google-analytics-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:32:\"WooCommerce Google Analytics Pro\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:85:\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:69:\"woocommerce-google-analytics-pro/woocommerce-google-analytics-pro.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-customer-history/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:28:\"WooCommerce Customer History\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Observe how your customers use your store, keep a full purchase history log, and calculate the total customer lifetime value.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-customer-history/woocommerce-customer-history.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/kiss-metrics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:11:\"Kissmetrics\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:79:\"Easily add Kissmetrics event tracking to your WooCommerce store with one click.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:52:\"woocommerce-kiss-metrics/woocommerce-kissmetrics.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:122:\"https://woocommerce.com/products/mixpanel/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:8:\"Mixpanel\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:65:\"Add event tracking powered by Mixpanel to your WooCommerce store.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:45:\"woocommerce-mixpanel/woocommerce-mixpanel.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:144:\"https://woocommerce.com/products/woocommerce-sales-report-email/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:30:\"WooCommerce Sales Report Email\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:107:\"Receive emails daily, weekly or monthly with meaningful information about how your products are performing.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:65:\"woocommerce-sales-report-email/woocommerce-sales-report-email.php\";}}}i:9;O:8:\"stdClass\":2:{s:6:\"module\";s:10:\"column_end\";s:9:\"container\";s:20:\"column_container_end\";}i:10;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:40:\"Promote your products and increase sales\";s:11:\"description\";s:77:\"From coupons to emails, these extensions can power up your marketing efforts.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:127:\"https://woocommerce.com/products/smart-coupons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:13:\"Smart Coupons\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/smart-coupons-icon@2x.png\";s:11:\"description\";s:106:\"Enhance your coupon options - create gift certificates, store credit, coupons based on purchases and more.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:130:\"https://woocommerce.com/products/follow-up-emails/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:16:\"Follow Up Emails\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/follow-up-emails-icon@2x.png\";s:11:\"description\";s:140:\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:61:\"woocommerce-follow-up-emails/woocommerce-follow-up-emails.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:133:\"https://woocommerce.com/products/google-product-feed/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:19:\"Google Product Feed\";s:5:\"image\";s:77:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/google-product-feed-icon@2x.png\";s:11:\"description\";s:61:\"Let customers find you when shopping for products via Google.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:45:\"woocommerce-product-feeds/woocommerce-gpf.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/dynamic-pricing/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:15:\"Dynamic Pricing\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:48:\"Bulk discounts, role-based pricing and much more\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:59:\"woocommerce-dynamic-pricing/woocommerce-dynamic-pricing.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:144:\"https://woocommerce.com/products/woocommerce-points-and-rewards/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:30:\"WooCommerce Points and Rewards\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:102:\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/store-credit/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"WooCommerce Store Credit\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:152:\"Generate store credit coupons that enable customers to make multiple purchases until the total value specified is exhausted or the coupons life expires.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-store-credit/woocommerce-store-credit.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:122:\"https://woocommerce.com/products/facebook/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:24:\"Facebook for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:89:\"Get the Facebook for WooCommerce plugin for two powerful ways to help grow your business.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:137:\"https://woocommerce.com/products/newsletter-subscription/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:23:\"Newsletter Subscription\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:127:\"Allow customers to subscribe to your MailChimp or CampaignMonitor mailing list(s) via a widget or by opting in during checkout.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:63:\"woocommerce-subscribe-to-newsletter/subscribe-to-newsletter.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:142:\"https://woocommerce.com/products/woocommerce-email-customizer/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons&utm_content=featured\";s:5:\"title\";s:28:\"WooCommerce Email Customizer\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:61:\"woocommerce-email-customizer/woocommerce-email-customizer.php\";}}}}}','no'),(1135,'_transient_timeout_wc_order_363_needs_processing','1529576011','no'),(1136,'_transient_wc_order_363_needs_processing','0','no'),(1145,'_transient_timeout_wc_order_364_needs_processing','1529585160','no'),(1146,'_transient_wc_order_364_needs_processing','0','no'),(1148,'_transient_timeout_wc_order_365_needs_processing','1529585466','no'),(1149,'_transient_wc_order_365_needs_processing','0','no'),(1150,'_transient_timeout_wc_order_366_needs_processing','1529587589','no'),(1151,'_transient_wc_order_366_needs_processing','0','no'),(1152,'_transient_timeout_wc_order_367_needs_processing','1529587627','no'),(1153,'_transient_wc_order_367_needs_processing','0','no'),(1155,'_transient_timeout_wc_order_368_needs_processing','1529587884','no'),(1156,'_transient_wc_order_368_needs_processing','0','no'),(1157,'_transient_timeout_wc_order_369_needs_processing','1529588267','no'),(1158,'_transient_wc_order_369_needs_processing','0','no'),(1163,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(1169,'_transient_timeout_jetpack_idc_allowed','1529514745','no'),(1170,'_transient_jetpack_idc_allowed','1','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8186 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(960,73,'_wc_review_count','0'),(961,73,'_wc_rating_count','a:0:{}'),(962,73,'_wc_average_rating','0'),(963,73,'_edit_last','1'),(964,73,'_edit_lock','1528706139:1'),(965,73,'_sku',''),(966,73,'_regular_price','1'),(967,73,'_sale_price',''),(968,73,'_sale_price_dates_from',''),(969,73,'_sale_price_dates_to',''),(970,73,'total_sales','1'),(971,73,'_tax_status','taxable'),(972,73,'_tax_class',''),(973,73,'_manage_stock','no'),(974,73,'_backorders','no'),(975,73,'_sold_individually','no'),(976,73,'_weight',''),(977,73,'_length',''),(978,73,'_width',''),(979,73,'_height',''),(980,73,'_upsell_ids','a:0:{}'),(981,73,'_crosssell_ids','a:0:{}'),(982,73,'_purchase_note',''),(983,73,'_default_attributes','a:0:{}'),(984,73,'_virtual','no'),(985,73,'_downloadable','no'),(986,73,'_product_image_gallery',''),(987,73,'_download_limit','-1'),(988,73,'_download_expiry','-1'),(989,73,'_stock',NULL),(990,73,'_stock_status','instock'),(991,73,'_product_version','3.4.2'),(992,73,'_price','1'),(993,74,'_order_key',''),(994,74,'_customer_user','0'),(995,74,'_payment_method',''),(996,74,'_payment_method_title',''),(997,74,'_transaction_id',''),(998,74,'_customer_ip_address',''),(999,74,'_customer_user_agent',''),(1000,74,'_created_via',''),(1001,74,'_date_completed',''),(1002,74,'_completed_date',''),(1003,74,'_date_paid',''),(1004,74,'_paid_date',''),(1005,74,'_cart_hash',''),(1006,74,'_billing_first_name',''),(1007,74,'_billing_last_name',''),(1008,74,'_billing_company',''),(1009,74,'_billing_address_1',''),(1010,74,'_billing_address_2',''),(1011,74,'_billing_city',''),(1012,74,'_billing_state',''),(1013,74,'_billing_postcode',''),(1014,74,'_billing_country',''),(1015,74,'_billing_email',''),(1016,74,'_billing_phone',''),(1017,74,'_shipping_first_name',''),(1018,74,'_shipping_last_name',''),(1019,74,'_shipping_company',''),(1020,74,'_shipping_address_1',''),(1021,74,'_shipping_address_2',''),(1022,74,'_shipping_city',''),(1023,74,'_shipping_state',''),(1024,74,'_shipping_postcode',''),(1025,74,'_shipping_country',''),(1026,74,'_order_currency','USD'),(1027,74,'_cart_discount','0'),(1028,74,'_cart_discount_tax','0'),(1029,74,'_order_shipping','0'),(1030,74,'_order_shipping_tax','0'),(1031,74,'_order_tax','0'),(1032,74,'_order_total','1.00'),(1033,74,'_order_version','3.4.2'),(1034,74,'_prices_include_tax','no'),(1035,74,'_billing_address_index',' '),(1036,74,'_shipping_address_index',' '),(1037,75,'_edit_last','1'),(1038,75,'_order_key','wc_order_5b1e356491e4d'),(1039,75,'_customer_user','0'),(1040,75,'_payment_method',''),(1041,75,'_payment_method_title',''),(1042,75,'_transaction_id',''),(1043,75,'_customer_ip_address',''),(1044,75,'_customer_user_agent',''),(1045,75,'_created_via','admin'),(1046,75,'_date_completed',''),(1047,75,'_completed_date',''),(1048,75,'_date_paid',''),(1049,75,'_paid_date',''),(1050,75,'_cart_hash',''),(1051,75,'_billing_first_name',''),(1052,75,'_billing_last_name',''),(1053,75,'_billing_company',''),(1054,75,'_billing_address_1',''),(1055,75,'_billing_address_2',''),(1056,75,'_billing_city',''),(1057,75,'_billing_state',''),(1058,75,'_billing_postcode',''),(1059,75,'_billing_country',''),(1060,75,'_billing_email',''),(1061,75,'_billing_phone',''),(1062,75,'_shipping_first_name',''),(1063,75,'_shipping_last_name',''),(1064,75,'_shipping_company',''),(1065,75,'_shipping_address_1',''),(1066,75,'_shipping_address_2',''),(1067,75,'_shipping_city',''),(1068,75,'_shipping_state',''),(1069,75,'_shipping_postcode',''),(1070,75,'_shipping_country',''),(1071,75,'_order_currency','USD'),(1072,75,'_cart_discount','0'),(1073,75,'_cart_discount_tax','0'),(1074,75,'_order_shipping','0'),(1075,75,'_order_shipping_tax','0'),(1076,75,'_order_tax','0'),(1077,75,'_order_total','1.00'),(1078,75,'_order_version','3.4.2'),(1079,75,'_prices_include_tax','no'),(1080,75,'_billing_address_index',' '),(1081,75,'_shipping_address_index',' '),(1082,75,'_edit_lock','1528706265:1'),(1083,76,'_order_key','wc_order_5b1fa4e9ddedb'),(1084,76,'_customer_user','0'),(1085,76,'_payment_method','bacs'),(1086,76,'_payment_method_title','Direct Bank Transfer'),(1087,76,'_transaction_id',''),(1088,76,'_customer_ip_address',''),(1089,76,'_customer_user_agent',''),(1090,76,'_created_via','rest-api'),(1091,76,'_date_completed','1528800490'),(1092,76,'_completed_date','2018-06-12 10:48:10'),(1093,76,'_date_paid','1528800490'),(1094,76,'_paid_date','2018-06-12 10:48:10'),(1095,76,'_cart_hash',''),(1096,76,'_billing_first_name','John'),(1097,76,'_billing_last_name','Doe'),(1098,76,'_billing_company',''),(1099,76,'_billing_address_1','969 Market'),(1100,76,'_billing_address_2',''),(1101,76,'_billing_city','San Francisco'),(1102,76,'_billing_state','CA'),(1103,76,'_billing_postcode','94103'),(1104,76,'_billing_country','US'),(1105,76,'_billing_email','john.doe@example.com'),(1106,76,'_billing_phone','(555) 555-5555'),(1107,76,'_shipping_first_name','John'),(1108,76,'_shipping_last_name','Doe'),(1109,76,'_shipping_company',''),(1110,76,'_shipping_address_1','969 Market'),(1111,76,'_shipping_address_2',''),(1112,76,'_shipping_city','San Francisco'),(1113,76,'_shipping_state','CA'),(1114,76,'_shipping_postcode','94103'),(1115,76,'_shipping_country','US'),(1116,76,'_order_currency','USD'),(1117,76,'_cart_discount','0'),(1118,76,'_cart_discount_tax','0'),(1119,76,'_order_shipping','0'),(1120,76,'_order_shipping_tax','0'),(1121,76,'_order_tax','0'),(1122,76,'_order_total','0.00'),(1123,76,'_order_version','3.4.2'),(1124,76,'_prices_include_tax','no'),(1125,76,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1126,76,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1127,76,'_download_permissions_granted','yes'),(1128,76,'_recorded_sales','yes'),(1129,76,'_recorded_coupon_usage_counts','yes'),(1130,76,'_order_stock_reduced','yes'),(1131,76,'_edit_lock','1528802808:1'),(1132,76,'_wp_trash_meta_status','wc-completed'),(1133,76,'_wp_trash_meta_time','1528802953'),(1134,76,'_wp_desired_post_slug','order-jun-12-2018-1048-am'),(1135,76,'_wp_trash_meta_comments_status','a:1:{i:2;s:1:\"1\";}'),(1136,77,'_order_key','wc_order_5b1faf5d7593c'),(1137,77,'_customer_user','0'),(1138,77,'_payment_method','bacs'),(1139,77,'_payment_method_title','Direct Bank Transfer'),(1140,77,'_transaction_id',''),(1141,77,'_customer_ip_address',''),(1142,77,'_customer_user_agent',''),(1143,77,'_created_via','rest-api'),(1144,77,'_date_completed','1528803165'),(1145,77,'_completed_date','2018-06-12 11:32:45'),(1146,77,'_date_paid','1528803165'),(1147,77,'_paid_date','2018-06-12 11:32:45'),(1148,77,'_cart_hash',''),(1149,77,'_billing_first_name','John'),(1150,77,'_billing_last_name','Doe'),(1151,77,'_billing_company',''),(1152,77,'_billing_address_1','969 Market'),(1153,77,'_billing_address_2',''),(1154,77,'_billing_city','San Francisco'),(1155,77,'_billing_state','CA'),(1156,77,'_billing_postcode','94103'),(1157,77,'_billing_country','US'),(1158,77,'_billing_email','john.doe@example.com'),(1159,77,'_billing_phone','(555) 555-5555'),(1160,77,'_shipping_first_name','John'),(1161,77,'_shipping_last_name','Doe'),(1162,77,'_shipping_company',''),(1163,77,'_shipping_address_1','969 Market'),(1164,77,'_shipping_address_2',''),(1165,77,'_shipping_city','San Francisco'),(1166,77,'_shipping_state','CA'),(1167,77,'_shipping_postcode','94103'),(1168,77,'_shipping_country','US'),(1169,77,'_order_currency','USD'),(1170,77,'_cart_discount','0'),(1171,77,'_cart_discount_tax','0'),(1172,77,'_order_shipping','0'),(1173,77,'_order_shipping_tax','0'),(1174,77,'_order_tax','0'),(1175,77,'_order_total','0.00'),(1176,77,'_order_version','3.4.2'),(1177,77,'_prices_include_tax','no'),(1178,77,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1179,77,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1180,77,'_download_permissions_granted','yes'),(1181,77,'_recorded_sales','yes'),(1182,77,'_recorded_coupon_usage_counts','yes'),(1183,77,'_order_stock_reduced','yes'),(1184,77,'_edit_lock','1528803094:1'),(1185,77,'_wp_trash_meta_status','wc-completed'),(1186,77,'_wp_trash_meta_time','1528803253'),(1187,77,'_wp_desired_post_slug','order-jun-12-2018-1132-am'),(1188,77,'_wp_trash_meta_comments_status','a:1:{i:3;s:1:\"1\";}'),(1189,78,'_order_key','wc_order_5b1fafbfccbbf'),(1190,78,'_customer_user','0'),(1191,78,'_payment_method','bacs'),(1192,78,'_payment_method_title','Direct Bank Transfer'),(1193,78,'_transaction_id',''),(1194,78,'_customer_ip_address',''),(1195,78,'_customer_user_agent',''),(1196,78,'_created_via','rest-api'),(1197,78,'_date_completed','1528803264'),(1198,78,'_completed_date','2018-06-12 11:34:24'),(1199,78,'_date_paid','1528803264'),(1200,78,'_paid_date','2018-06-12 11:34:24'),(1201,78,'_cart_hash',''),(1202,78,'_billing_first_name','John'),(1203,78,'_billing_last_name','Doe'),(1204,78,'_billing_company',''),(1205,78,'_billing_address_1','969 Market'),(1206,78,'_billing_address_2',''),(1207,78,'_billing_city','San Francisco'),(1208,78,'_billing_state','CA'),(1209,78,'_billing_postcode','94103'),(1210,78,'_billing_country','US'),(1211,78,'_billing_email','john.doe@example.com'),(1212,78,'_billing_phone','(555) 555-5555'),(1213,78,'_shipping_first_name','John'),(1214,78,'_shipping_last_name','Doe'),(1215,78,'_shipping_company',''),(1216,78,'_shipping_address_1','969 Market'),(1217,78,'_shipping_address_2',''),(1218,78,'_shipping_city','San Francisco'),(1219,78,'_shipping_state','CA'),(1220,78,'_shipping_postcode','94103'),(1221,78,'_shipping_country','US'),(1222,78,'_order_currency','USD'),(1223,78,'_cart_discount','0'),(1224,78,'_cart_discount_tax','0'),(1225,78,'_order_shipping','0'),(1226,78,'_order_shipping_tax','0'),(1227,78,'_order_tax','0'),(1228,78,'_order_total','0.00'),(1229,78,'_order_version','3.4.2'),(1230,78,'_prices_include_tax','no'),(1231,78,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1232,78,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1233,78,'_download_permissions_granted','yes'),(1234,78,'_recorded_sales','yes'),(1235,78,'_recorded_coupon_usage_counts','yes'),(1236,78,'_order_stock_reduced','yes'),(1237,79,'_order_key','wc_order_5b1fb046256c6'),(1238,79,'_customer_user','0'),(1239,79,'_payment_method','bacs'),(1240,79,'_payment_method_title','Direct Bank Transfer'),(1241,79,'_transaction_id',''),(1242,79,'_customer_ip_address',''),(1243,79,'_customer_user_agent',''),(1244,79,'_created_via','rest-api'),(1245,79,'_date_completed','1528803398'),(1246,79,'_completed_date','2018-06-12 11:36:38'),(1247,79,'_date_paid','1528803398'),(1248,79,'_paid_date','2018-06-12 11:36:38'),(1249,79,'_cart_hash',''),(1250,79,'_billing_first_name','John'),(1251,79,'_billing_last_name','Doe'),(1252,79,'_billing_company',''),(1253,79,'_billing_address_1','969 Market'),(1254,79,'_billing_address_2',''),(1255,79,'_billing_city','San Francisco'),(1256,79,'_billing_state','CA'),(1257,79,'_billing_postcode','94103'),(1258,79,'_billing_country','US'),(1259,79,'_billing_email','john.doe@example.com'),(1260,79,'_billing_phone','(555) 555-5555'),(1261,79,'_shipping_first_name','John'),(1262,79,'_shipping_last_name','Doe'),(1263,79,'_shipping_company',''),(1264,79,'_shipping_address_1','969 Market'),(1265,79,'_shipping_address_2',''),(1266,79,'_shipping_city','San Francisco'),(1267,79,'_shipping_state','CA'),(1268,79,'_shipping_postcode','94103'),(1269,79,'_shipping_country','US'),(1270,79,'_order_currency','USD'),(1271,79,'_cart_discount','0'),(1272,79,'_cart_discount_tax','0'),(1273,79,'_order_shipping','0'),(1274,79,'_order_shipping_tax','0'),(1275,79,'_order_tax','0'),(1276,79,'_order_total','0.00'),(1277,79,'_order_version','3.4.2'),(1278,79,'_prices_include_tax','no'),(1279,79,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1280,79,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1281,79,'_download_permissions_granted','yes'),(1282,79,'_recorded_sales','yes'),(1283,79,'_recorded_coupon_usage_counts','yes'),(1284,79,'_order_stock_reduced','yes'),(1285,80,'_order_key','wc_order_5b1fb066cdb56'),(1286,80,'_customer_user','0'),(1287,80,'_payment_method','bacs'),(1288,80,'_payment_method_title','Direct Bank Transfer'),(1289,80,'_transaction_id',''),(1290,80,'_customer_ip_address',''),(1291,80,'_customer_user_agent',''),(1292,80,'_created_via','rest-api'),(1293,80,'_date_completed','1528803431'),(1294,80,'_completed_date','2018-06-12 11:37:11'),(1295,80,'_date_paid','1528803431'),(1296,80,'_paid_date','2018-06-12 11:37:11'),(1297,80,'_cart_hash',''),(1298,80,'_billing_first_name','John'),(1299,80,'_billing_last_name','Doe'),(1300,80,'_billing_company',''),(1301,80,'_billing_address_1','969 Market'),(1302,80,'_billing_address_2',''),(1303,80,'_billing_city','San Francisco'),(1304,80,'_billing_state','CA'),(1305,80,'_billing_postcode','94103'),(1306,80,'_billing_country','US'),(1307,80,'_billing_email','john.doe@example.com'),(1308,80,'_billing_phone','(555) 555-5555'),(1309,80,'_shipping_first_name','John'),(1310,80,'_shipping_last_name','Doe'),(1311,80,'_shipping_company',''),(1312,80,'_shipping_address_1','969 Market'),(1313,80,'_shipping_address_2',''),(1314,80,'_shipping_city','San Francisco'),(1315,80,'_shipping_state','CA'),(1316,80,'_shipping_postcode','94103'),(1317,80,'_shipping_country','US'),(1318,80,'_order_currency','USD'),(1319,80,'_cart_discount','0'),(1320,80,'_cart_discount_tax','0'),(1321,80,'_order_shipping','0'),(1322,80,'_order_shipping_tax','0'),(1323,80,'_order_tax','0'),(1324,80,'_order_total','0.00'),(1325,80,'_order_version','3.4.2'),(1326,80,'_prices_include_tax','no'),(1327,80,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1328,80,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1329,80,'_download_permissions_granted','yes'),(1330,80,'_recorded_sales','yes'),(1331,80,'_recorded_coupon_usage_counts','yes'),(1332,80,'_order_stock_reduced','yes'),(1333,81,'_order_key','wc_order_5b1fb08ac0bf0'),(1334,81,'_customer_user','0'),(1335,81,'_payment_method','bacs'),(1336,81,'_payment_method_title','Direct Bank Transfer'),(1337,81,'_transaction_id',''),(1338,81,'_customer_ip_address',''),(1339,81,'_customer_user_agent',''),(1340,81,'_created_via','rest-api'),(1341,81,'_date_completed','1528803467'),(1342,81,'_completed_date','2018-06-12 11:37:47'),(1343,81,'_date_paid','1528803467'),(1344,81,'_paid_date','2018-06-12 11:37:47'),(1345,81,'_cart_hash',''),(1346,81,'_billing_first_name','John'),(1347,81,'_billing_last_name','Doe'),(1348,81,'_billing_company',''),(1349,81,'_billing_address_1','969 Market'),(1350,81,'_billing_address_2',''),(1351,81,'_billing_city','San Francisco'),(1352,81,'_billing_state','CA'),(1353,81,'_billing_postcode','94103'),(1354,81,'_billing_country','US'),(1355,81,'_billing_email','john.doe@example.com'),(1356,81,'_billing_phone','(555) 555-5555'),(1357,81,'_shipping_first_name','John'),(1358,81,'_shipping_last_name','Doe'),(1359,81,'_shipping_company',''),(1360,81,'_shipping_address_1','969 Market'),(1361,81,'_shipping_address_2',''),(1362,81,'_shipping_city','San Francisco'),(1363,81,'_shipping_state','CA'),(1364,81,'_shipping_postcode','94103'),(1365,81,'_shipping_country','US'),(1366,81,'_order_currency','USD'),(1367,81,'_cart_discount','0'),(1368,81,'_cart_discount_tax','0'),(1369,81,'_order_shipping','0'),(1370,81,'_order_shipping_tax','0'),(1371,81,'_order_tax','0'),(1372,81,'_order_total','0.00'),(1373,81,'_order_version','3.4.2'),(1374,81,'_prices_include_tax','no'),(1375,81,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1376,81,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1377,81,'_download_permissions_granted','yes'),(1378,81,'_recorded_sales','yes'),(1379,81,'_recorded_coupon_usage_counts','yes'),(1380,81,'_order_stock_reduced','yes'),(1381,82,'_order_key','wc_order_5b1fb09f6b71a'),(1382,82,'_customer_user','0'),(1383,82,'_payment_method','bacs'),(1384,82,'_payment_method_title','Direct Bank Transfer'),(1385,82,'_transaction_id',''),(1386,82,'_customer_ip_address',''),(1387,82,'_customer_user_agent',''),(1388,82,'_created_via','rest-api'),(1389,82,'_date_completed','1528803487'),(1390,82,'_completed_date','2018-06-12 11:38:07'),(1391,82,'_date_paid','1528803487'),(1392,82,'_paid_date','2018-06-12 11:38:07'),(1393,82,'_cart_hash',''),(1394,82,'_billing_first_name','John'),(1395,82,'_billing_last_name','Doe'),(1396,82,'_billing_company',''),(1397,82,'_billing_address_1','969 Market'),(1398,82,'_billing_address_2',''),(1399,82,'_billing_city','San Francisco'),(1400,82,'_billing_state','CA'),(1401,82,'_billing_postcode','94103'),(1402,82,'_billing_country','US'),(1403,82,'_billing_email','john.doe@example.com'),(1404,82,'_billing_phone','(555) 555-5555'),(1405,82,'_shipping_first_name','John'),(1406,82,'_shipping_last_name','Doe'),(1407,82,'_shipping_company',''),(1408,82,'_shipping_address_1','969 Market'),(1409,82,'_shipping_address_2',''),(1410,82,'_shipping_city','San Francisco'),(1411,82,'_shipping_state','CA'),(1412,82,'_shipping_postcode','94103'),(1413,82,'_shipping_country','US'),(1414,82,'_order_currency','USD'),(1415,82,'_cart_discount','0'),(1416,82,'_cart_discount_tax','0'),(1417,82,'_order_shipping','0'),(1418,82,'_order_shipping_tax','0'),(1419,82,'_order_tax','0'),(1420,82,'_order_total','0.00'),(1421,82,'_order_version','3.4.2'),(1422,82,'_prices_include_tax','no'),(1423,82,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1424,82,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1425,82,'_download_permissions_granted','yes'),(1426,82,'_recorded_sales','yes'),(1427,82,'_recorded_coupon_usage_counts','yes'),(1428,82,'_order_stock_reduced','yes'),(1429,83,'_order_key','wc_order_5b1fb0fa227fa'),(1430,83,'_customer_user','0'),(1431,83,'_payment_method','bacs'),(1432,83,'_payment_method_title','Direct Bank Transfer'),(1433,83,'_transaction_id',''),(1434,83,'_customer_ip_address',''),(1435,83,'_customer_user_agent',''),(1436,83,'_created_via','rest-api'),(1437,83,'_date_completed','1528803578'),(1438,83,'_completed_date','2018-06-12 11:39:38'),(1439,83,'_date_paid','1528803578'),(1440,83,'_paid_date','2018-06-12 11:39:38'),(1441,83,'_cart_hash',''),(1442,83,'_billing_first_name','John'),(1443,83,'_billing_last_name','Doe'),(1444,83,'_billing_company',''),(1445,83,'_billing_address_1','969 Market'),(1446,83,'_billing_address_2',''),(1447,83,'_billing_city','San Francisco'),(1448,83,'_billing_state','CA'),(1449,83,'_billing_postcode','94103'),(1450,83,'_billing_country','US'),(1451,83,'_billing_email','john.doe@example.com'),(1452,83,'_billing_phone','(555) 555-5555'),(1453,83,'_shipping_first_name','John'),(1454,83,'_shipping_last_name','Doe'),(1455,83,'_shipping_company',''),(1456,83,'_shipping_address_1','969 Market'),(1457,83,'_shipping_address_2',''),(1458,83,'_shipping_city','San Francisco'),(1459,83,'_shipping_state','CA'),(1460,83,'_shipping_postcode','94103'),(1461,83,'_shipping_country','US'),(1462,83,'_order_currency','USD'),(1463,83,'_cart_discount','0'),(1464,83,'_cart_discount_tax','0'),(1465,83,'_order_shipping','0'),(1466,83,'_order_shipping_tax','0'),(1467,83,'_order_tax','0'),(1468,83,'_order_total','0.00'),(1469,83,'_order_version','3.4.2'),(1470,83,'_prices_include_tax','no'),(1471,83,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1472,83,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1473,83,'_download_permissions_granted','yes'),(1474,83,'_recorded_sales','yes'),(1475,83,'_recorded_coupon_usage_counts','yes'),(1476,83,'_order_stock_reduced','yes'),(1477,84,'_order_key','wc_order_5b1fb0fc12c0c'),(1478,84,'_customer_user','0'),(1479,84,'_payment_method','bacs'),(1480,84,'_payment_method_title','Direct Bank Transfer'),(1481,84,'_transaction_id',''),(1482,84,'_customer_ip_address',''),(1483,84,'_customer_user_agent',''),(1484,84,'_created_via','rest-api'),(1485,84,'_date_completed','1528803580'),(1486,84,'_completed_date','2018-06-12 11:39:40'),(1487,84,'_date_paid','1528803580'),(1488,84,'_paid_date','2018-06-12 11:39:40'),(1489,84,'_cart_hash',''),(1490,84,'_billing_first_name','John'),(1491,84,'_billing_last_name','Doe'),(1492,84,'_billing_company',''),(1493,84,'_billing_address_1','969 Market'),(1494,84,'_billing_address_2',''),(1495,84,'_billing_city','San Francisco'),(1496,84,'_billing_state','CA'),(1497,84,'_billing_postcode','94103'),(1498,84,'_billing_country','US'),(1499,84,'_billing_email','john.doe@example.com'),(1500,84,'_billing_phone','(555) 555-5555'),(1501,84,'_shipping_first_name','John'),(1502,84,'_shipping_last_name','Doe'),(1503,84,'_shipping_company',''),(1504,84,'_shipping_address_1','969 Market'),(1505,84,'_shipping_address_2',''),(1506,84,'_shipping_city','San Francisco'),(1507,84,'_shipping_state','CA'),(1508,84,'_shipping_postcode','94103'),(1509,84,'_shipping_country','US'),(1510,84,'_order_currency','USD'),(1511,84,'_cart_discount','0'),(1512,84,'_cart_discount_tax','0'),(1513,84,'_order_shipping','0'),(1514,84,'_order_shipping_tax','0'),(1515,84,'_order_tax','0'),(1516,84,'_order_total','0.00'),(1517,84,'_order_version','3.4.2'),(1518,84,'_prices_include_tax','no'),(1519,84,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1520,84,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1521,84,'_download_permissions_granted','yes'),(1522,84,'_recorded_sales','yes'),(1523,84,'_recorded_coupon_usage_counts','yes'),(1524,84,'_order_stock_reduced','yes'),(1525,85,'_order_key','wc_order_5b1fb0fcb30d4'),(1526,85,'_customer_user','0'),(1527,85,'_payment_method','bacs'),(1528,85,'_payment_method_title','Direct Bank Transfer'),(1529,85,'_transaction_id',''),(1530,85,'_customer_ip_address',''),(1531,85,'_customer_user_agent',''),(1532,85,'_created_via','rest-api'),(1533,85,'_date_completed','1528803580'),(1534,85,'_completed_date','2018-06-12 11:39:40'),(1535,85,'_date_paid','1528803580'),(1536,85,'_paid_date','2018-06-12 11:39:40'),(1537,85,'_cart_hash',''),(1538,85,'_billing_first_name','John'),(1539,85,'_billing_last_name','Doe'),(1540,85,'_billing_company',''),(1541,85,'_billing_address_1','969 Market'),(1542,85,'_billing_address_2',''),(1543,85,'_billing_city','San Francisco'),(1544,85,'_billing_state','CA'),(1545,85,'_billing_postcode','94103'),(1546,85,'_billing_country','US'),(1547,85,'_billing_email','john.doe@example.com'),(1548,85,'_billing_phone','(555) 555-5555'),(1549,85,'_shipping_first_name','John'),(1550,85,'_shipping_last_name','Doe'),(1551,85,'_shipping_company',''),(1552,85,'_shipping_address_1','969 Market'),(1553,85,'_shipping_address_2',''),(1554,85,'_shipping_city','San Francisco'),(1555,85,'_shipping_state','CA'),(1556,85,'_shipping_postcode','94103'),(1557,85,'_shipping_country','US'),(1558,85,'_order_currency','USD'),(1559,85,'_cart_discount','0'),(1560,85,'_cart_discount_tax','0'),(1561,85,'_order_shipping','0'),(1562,85,'_order_shipping_tax','0'),(1563,85,'_order_tax','0'),(1564,85,'_order_total','0.00'),(1565,85,'_order_version','3.4.2'),(1566,85,'_prices_include_tax','no'),(1567,85,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1568,85,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1569,85,'_download_permissions_granted','yes'),(1570,85,'_recorded_sales','yes'),(1571,85,'_recorded_coupon_usage_counts','yes'),(1572,85,'_order_stock_reduced','yes'),(1573,86,'_order_key','wc_order_5b1fb0fea5987'),(1574,86,'_customer_user','0'),(1575,86,'_payment_method','bacs'),(1576,86,'_payment_method_title','Direct Bank Transfer'),(1577,86,'_transaction_id',''),(1578,86,'_customer_ip_address',''),(1579,86,'_customer_user_agent',''),(1580,86,'_created_via','rest-api'),(1581,86,'_date_completed','1528803582'),(1582,86,'_completed_date','2018-06-12 11:39:42'),(1583,86,'_date_paid','1528803582'),(1584,86,'_paid_date','2018-06-12 11:39:42'),(1585,86,'_cart_hash',''),(1586,86,'_billing_first_name','John'),(1587,86,'_billing_last_name','Doe'),(1588,86,'_billing_company',''),(1589,86,'_billing_address_1','969 Market'),(1590,86,'_billing_address_2',''),(1591,86,'_billing_city','San Francisco'),(1592,86,'_billing_state','CA'),(1593,86,'_billing_postcode','94103'),(1594,86,'_billing_country','US'),(1595,86,'_billing_email','john.doe@example.com'),(1596,86,'_billing_phone','(555) 555-5555'),(1597,86,'_shipping_first_name','John'),(1598,86,'_shipping_last_name','Doe'),(1599,86,'_shipping_company',''),(1600,86,'_shipping_address_1','969 Market'),(1601,86,'_shipping_address_2',''),(1602,86,'_shipping_city','San Francisco'),(1603,86,'_shipping_state','CA'),(1604,86,'_shipping_postcode','94103'),(1605,86,'_shipping_country','US'),(1606,86,'_order_currency','USD'),(1607,86,'_cart_discount','0'),(1608,86,'_cart_discount_tax','0'),(1609,86,'_order_shipping','0'),(1610,86,'_order_shipping_tax','0'),(1611,86,'_order_tax','0'),(1612,86,'_order_total','0.00'),(1613,86,'_order_version','3.4.2'),(1614,86,'_prices_include_tax','no'),(1615,86,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1616,86,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1617,86,'_download_permissions_granted','yes'),(1618,86,'_recorded_sales','yes'),(1619,86,'_recorded_coupon_usage_counts','yes'),(1620,86,'_order_stock_reduced','yes'),(1621,87,'_order_key','wc_order_5b1fb0ffd7048'),(1622,87,'_customer_user','0'),(1623,87,'_payment_method','bacs'),(1624,87,'_payment_method_title','Direct Bank Transfer'),(1625,87,'_transaction_id',''),(1626,87,'_customer_ip_address',''),(1627,87,'_customer_user_agent',''),(1628,87,'_created_via','rest-api'),(1629,87,'_date_completed','1528803584'),(1630,87,'_completed_date','2018-06-12 11:39:44'),(1631,87,'_date_paid','1528803584'),(1632,87,'_paid_date','2018-06-12 11:39:44'),(1633,87,'_cart_hash',''),(1634,87,'_billing_first_name','John'),(1635,87,'_billing_last_name','Doe'),(1636,87,'_billing_company',''),(1637,87,'_billing_address_1','969 Market'),(1638,87,'_billing_address_2',''),(1639,87,'_billing_city','San Francisco'),(1640,87,'_billing_state','CA'),(1641,87,'_billing_postcode','94103'),(1642,87,'_billing_country','US'),(1643,87,'_billing_email','john.doe@example.com'),(1644,87,'_billing_phone','(555) 555-5555'),(1645,87,'_shipping_first_name','John'),(1646,87,'_shipping_last_name','Doe'),(1647,87,'_shipping_company',''),(1648,87,'_shipping_address_1','969 Market'),(1649,87,'_shipping_address_2',''),(1650,87,'_shipping_city','San Francisco'),(1651,87,'_shipping_state','CA'),(1652,87,'_shipping_postcode','94103'),(1653,87,'_shipping_country','US'),(1654,87,'_order_currency','USD'),(1655,87,'_cart_discount','0'),(1656,87,'_cart_discount_tax','0'),(1657,87,'_order_shipping','0'),(1658,87,'_order_shipping_tax','0'),(1659,87,'_order_tax','0'),(1660,87,'_order_total','0.00'),(1661,87,'_order_version','3.4.2'),(1662,87,'_prices_include_tax','no'),(1663,87,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1664,87,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1665,87,'_download_permissions_granted','yes'),(1666,87,'_recorded_sales','yes'),(1667,87,'_recorded_coupon_usage_counts','yes'),(1668,87,'_order_stock_reduced','yes'),(1669,88,'_order_key','wc_order_5b1fb1024ccb6'),(1670,88,'_customer_user','0'),(1671,88,'_payment_method','bacs'),(1672,88,'_payment_method_title','Direct Bank Transfer'),(1673,88,'_transaction_id',''),(1674,88,'_customer_ip_address',''),(1675,88,'_customer_user_agent',''),(1676,88,'_created_via','rest-api'),(1677,88,'_date_completed','1528803586'),(1678,88,'_completed_date','2018-06-12 11:39:46'),(1679,88,'_date_paid','1528803586'),(1680,88,'_paid_date','2018-06-12 11:39:46'),(1681,88,'_cart_hash',''),(1682,88,'_billing_first_name','John'),(1683,88,'_billing_last_name','Doe'),(1684,88,'_billing_company',''),(1685,88,'_billing_address_1','969 Market'),(1686,88,'_billing_address_2',''),(1687,88,'_billing_city','San Francisco'),(1688,88,'_billing_state','CA'),(1689,88,'_billing_postcode','94103'),(1690,88,'_billing_country','US'),(1691,88,'_billing_email','john.doe@example.com'),(1692,88,'_billing_phone','(555) 555-5555'),(1693,88,'_shipping_first_name','John'),(1694,88,'_shipping_last_name','Doe'),(1695,88,'_shipping_company',''),(1696,88,'_shipping_address_1','969 Market'),(1697,88,'_shipping_address_2',''),(1698,88,'_shipping_city','San Francisco'),(1699,88,'_shipping_state','CA'),(1700,88,'_shipping_postcode','94103'),(1701,88,'_shipping_country','US'),(1702,88,'_order_currency','USD'),(1703,88,'_cart_discount','0'),(1704,88,'_cart_discount_tax','0'),(1705,88,'_order_shipping','0'),(1706,88,'_order_shipping_tax','0'),(1707,88,'_order_tax','0'),(1708,88,'_order_total','0.00'),(1709,88,'_order_version','3.4.2'),(1710,88,'_prices_include_tax','no'),(1711,88,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1712,88,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1713,88,'_download_permissions_granted','yes'),(1714,88,'_recorded_sales','yes'),(1715,88,'_recorded_coupon_usage_counts','yes'),(1716,88,'_order_stock_reduced','yes'),(1717,89,'_order_key','wc_order_5b1fb1035e271'),(1718,89,'_customer_user','0'),(1719,89,'_payment_method','bacs'),(1720,89,'_payment_method_title','Direct Bank Transfer'),(1721,89,'_transaction_id',''),(1722,89,'_customer_ip_address',''),(1723,89,'_customer_user_agent',''),(1724,89,'_created_via','rest-api'),(1725,89,'_date_completed','1528803587'),(1726,89,'_completed_date','2018-06-12 11:39:47'),(1727,89,'_date_paid','1528803587'),(1728,89,'_paid_date','2018-06-12 11:39:47'),(1729,89,'_cart_hash',''),(1730,89,'_billing_first_name','John'),(1731,89,'_billing_last_name','Doe'),(1732,89,'_billing_company',''),(1733,89,'_billing_address_1','969 Market'),(1734,89,'_billing_address_2',''),(1735,89,'_billing_city','San Francisco'),(1736,89,'_billing_state','CA'),(1737,89,'_billing_postcode','94103'),(1738,89,'_billing_country','US'),(1739,89,'_billing_email','john.doe@example.com'),(1740,89,'_billing_phone','(555) 555-5555'),(1741,89,'_shipping_first_name','John'),(1742,89,'_shipping_last_name','Doe'),(1743,89,'_shipping_company',''),(1744,89,'_shipping_address_1','969 Market'),(1745,89,'_shipping_address_2',''),(1746,89,'_shipping_city','San Francisco'),(1747,89,'_shipping_state','CA'),(1748,89,'_shipping_postcode','94103'),(1749,89,'_shipping_country','US'),(1750,89,'_order_currency','USD'),(1751,89,'_cart_discount','0'),(1752,89,'_cart_discount_tax','0'),(1753,89,'_order_shipping','0'),(1754,89,'_order_shipping_tax','0'),(1755,89,'_order_tax','0'),(1756,89,'_order_total','0.00'),(1757,89,'_order_version','3.4.2'),(1758,89,'_prices_include_tax','no'),(1759,89,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1760,89,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1761,89,'_download_permissions_granted','yes'),(1762,89,'_recorded_sales','yes'),(1763,89,'_recorded_coupon_usage_counts','yes'),(1764,89,'_order_stock_reduced','yes'),(1765,90,'_order_key','wc_order_5b1fb1053ca8e'),(1766,90,'_customer_user','0'),(1767,90,'_payment_method','bacs'),(1768,90,'_payment_method_title','Direct Bank Transfer'),(1769,90,'_transaction_id',''),(1770,90,'_customer_ip_address',''),(1771,90,'_customer_user_agent',''),(1772,90,'_created_via','rest-api'),(1773,90,'_date_completed','1528803589'),(1774,90,'_completed_date','2018-06-12 11:39:49'),(1775,90,'_date_paid','1528803589'),(1776,90,'_paid_date','2018-06-12 11:39:49'),(1777,90,'_cart_hash',''),(1778,90,'_billing_first_name','John'),(1779,90,'_billing_last_name','Doe'),(1780,90,'_billing_company',''),(1781,90,'_billing_address_1','969 Market'),(1782,90,'_billing_address_2',''),(1783,90,'_billing_city','San Francisco'),(1784,90,'_billing_state','CA'),(1785,90,'_billing_postcode','94103'),(1786,90,'_billing_country','US'),(1787,90,'_billing_email','john.doe@example.com'),(1788,90,'_billing_phone','(555) 555-5555'),(1789,90,'_shipping_first_name','John'),(1790,90,'_shipping_last_name','Doe'),(1791,90,'_shipping_company',''),(1792,90,'_shipping_address_1','969 Market'),(1793,90,'_shipping_address_2',''),(1794,90,'_shipping_city','San Francisco'),(1795,90,'_shipping_state','CA'),(1796,90,'_shipping_postcode','94103'),(1797,90,'_shipping_country','US'),(1798,90,'_order_currency','USD'),(1799,90,'_cart_discount','0'),(1800,90,'_cart_discount_tax','0'),(1801,90,'_order_shipping','0'),(1802,90,'_order_shipping_tax','0'),(1803,90,'_order_tax','0'),(1804,90,'_order_total','0.00'),(1805,90,'_order_version','3.4.2'),(1806,90,'_prices_include_tax','no'),(1807,90,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1808,90,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1809,90,'_download_permissions_granted','yes'),(1810,90,'_recorded_sales','yes'),(1811,90,'_recorded_coupon_usage_counts','yes'),(1812,90,'_order_stock_reduced','yes'),(1813,91,'_order_key','wc_order_5b1fb1085ab9b'),(1814,91,'_customer_user','0'),(1815,91,'_payment_method','bacs'),(1816,91,'_payment_method_title','Direct Bank Transfer'),(1817,91,'_transaction_id',''),(1818,91,'_customer_ip_address',''),(1819,91,'_customer_user_agent',''),(1820,91,'_created_via','rest-api'),(1821,91,'_date_completed','1528803592'),(1822,91,'_completed_date','2018-06-12 11:39:52'),(1823,91,'_date_paid','1528803592'),(1824,91,'_paid_date','2018-06-12 11:39:52'),(1825,91,'_cart_hash',''),(1826,91,'_billing_first_name','John'),(1827,91,'_billing_last_name','Doe'),(1828,91,'_billing_company',''),(1829,91,'_billing_address_1','969 Market'),(1830,91,'_billing_address_2',''),(1831,91,'_billing_city','San Francisco'),(1832,91,'_billing_state','CA'),(1833,91,'_billing_postcode','94103'),(1834,91,'_billing_country','US'),(1835,91,'_billing_email','john.doe@example.com'),(1836,91,'_billing_phone','(555) 555-5555'),(1837,91,'_shipping_first_name','John'),(1838,91,'_shipping_last_name','Doe'),(1839,91,'_shipping_company',''),(1840,91,'_shipping_address_1','969 Market'),(1841,91,'_shipping_address_2',''),(1842,91,'_shipping_city','San Francisco'),(1843,91,'_shipping_state','CA'),(1844,91,'_shipping_postcode','94103'),(1845,91,'_shipping_country','US'),(1846,91,'_order_currency','USD'),(1847,91,'_cart_discount','0'),(1848,91,'_cart_discount_tax','0'),(1849,91,'_order_shipping','0'),(1850,91,'_order_shipping_tax','0'),(1851,91,'_order_tax','0'),(1852,91,'_order_total','0.00'),(1853,91,'_order_version','3.4.2'),(1854,91,'_prices_include_tax','no'),(1855,91,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1856,91,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1857,91,'_download_permissions_granted','yes'),(1858,91,'_recorded_sales','yes'),(1859,91,'_recorded_coupon_usage_counts','yes'),(1860,91,'_order_stock_reduced','yes'),(1861,92,'_order_key','wc_order_5b1fb10982bb2'),(1862,92,'_customer_user','0'),(1863,92,'_payment_method','bacs'),(1864,92,'_payment_method_title','Direct Bank Transfer'),(1865,92,'_transaction_id',''),(1866,92,'_customer_ip_address',''),(1867,92,'_customer_user_agent',''),(1868,92,'_created_via','rest-api'),(1869,92,'_date_completed','1528803593'),(1870,92,'_completed_date','2018-06-12 11:39:53'),(1871,92,'_date_paid','1528803593'),(1872,92,'_paid_date','2018-06-12 11:39:53'),(1873,92,'_cart_hash',''),(1874,92,'_billing_first_name','John'),(1875,92,'_billing_last_name','Doe'),(1876,92,'_billing_company',''),(1877,92,'_billing_address_1','969 Market'),(1878,92,'_billing_address_2',''),(1879,92,'_billing_city','San Francisco'),(1880,92,'_billing_state','CA'),(1881,92,'_billing_postcode','94103'),(1882,92,'_billing_country','US'),(1883,92,'_billing_email','john.doe@example.com'),(1884,92,'_billing_phone','(555) 555-5555'),(1885,92,'_shipping_first_name','John'),(1886,92,'_shipping_last_name','Doe'),(1887,92,'_shipping_company',''),(1888,92,'_shipping_address_1','969 Market'),(1889,92,'_shipping_address_2',''),(1890,92,'_shipping_city','San Francisco'),(1891,92,'_shipping_state','CA'),(1892,92,'_shipping_postcode','94103'),(1893,92,'_shipping_country','US'),(1894,92,'_order_currency','USD'),(1895,92,'_cart_discount','0'),(1896,92,'_cart_discount_tax','0'),(1897,92,'_order_shipping','0'),(1898,92,'_order_shipping_tax','0'),(1899,92,'_order_tax','0'),(1900,92,'_order_total','0.00'),(1901,92,'_order_version','3.4.2'),(1902,92,'_prices_include_tax','no'),(1903,92,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1904,92,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1905,92,'_download_permissions_granted','yes'),(1906,92,'_recorded_sales','yes'),(1907,92,'_recorded_coupon_usage_counts','yes'),(1908,92,'_order_stock_reduced','yes'),(1909,93,'_order_key','wc_order_5b1fb10a26e45'),(1910,93,'_customer_user','0'),(1911,93,'_payment_method','bacs'),(1912,93,'_payment_method_title','Direct Bank Transfer'),(1913,93,'_transaction_id',''),(1914,93,'_customer_ip_address',''),(1915,93,'_customer_user_agent',''),(1916,93,'_created_via','rest-api'),(1917,93,'_date_completed','1528803594'),(1918,93,'_completed_date','2018-06-12 11:39:54'),(1919,93,'_date_paid','1528803594'),(1920,93,'_paid_date','2018-06-12 11:39:54'),(1921,93,'_cart_hash',''),(1922,93,'_billing_first_name','John'),(1923,93,'_billing_last_name','Doe'),(1924,93,'_billing_company',''),(1925,93,'_billing_address_1','969 Market'),(1926,93,'_billing_address_2',''),(1927,93,'_billing_city','San Francisco'),(1928,93,'_billing_state','CA'),(1929,93,'_billing_postcode','94103'),(1930,93,'_billing_country','US'),(1931,93,'_billing_email','john.doe@example.com'),(1932,93,'_billing_phone','(555) 555-5555'),(1933,93,'_shipping_first_name','John'),(1934,93,'_shipping_last_name','Doe'),(1935,93,'_shipping_company',''),(1936,93,'_shipping_address_1','969 Market'),(1937,93,'_shipping_address_2',''),(1938,93,'_shipping_city','San Francisco'),(1939,93,'_shipping_state','CA'),(1940,93,'_shipping_postcode','94103'),(1941,93,'_shipping_country','US'),(1942,93,'_order_currency','USD'),(1943,93,'_cart_discount','0'),(1944,93,'_cart_discount_tax','0'),(1945,93,'_order_shipping','0'),(1946,93,'_order_shipping_tax','0'),(1947,93,'_order_tax','0'),(1948,93,'_order_total','0.00'),(1949,93,'_order_version','3.4.2'),(1950,93,'_prices_include_tax','no'),(1951,93,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(1952,93,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(1953,93,'_download_permissions_granted','yes'),(1954,93,'_recorded_sales','yes'),(1955,93,'_recorded_coupon_usage_counts','yes'),(1956,93,'_order_stock_reduced','yes'),(1957,94,'_order_key','wc_order_5b1fb10ac5e9e'),(1958,94,'_customer_user','0'),(1959,94,'_payment_method','bacs'),(1960,94,'_payment_method_title','Direct Bank Transfer'),(1961,94,'_transaction_id',''),(1962,94,'_customer_ip_address',''),(1963,94,'_customer_user_agent',''),(1964,94,'_created_via','rest-api'),(1965,94,'_date_completed','1528803595'),(1966,94,'_completed_date','2018-06-12 11:39:55'),(1967,94,'_date_paid','1528803595'),(1968,94,'_paid_date','2018-06-12 11:39:55'),(1969,94,'_cart_hash',''),(1970,94,'_billing_first_name','John'),(1971,94,'_billing_last_name','Doe'),(1972,94,'_billing_company',''),(1973,94,'_billing_address_1','969 Market'),(1974,94,'_billing_address_2',''),(1975,94,'_billing_city','San Francisco'),(1976,94,'_billing_state','CA'),(1977,94,'_billing_postcode','94103'),(1978,94,'_billing_country','US'),(1979,94,'_billing_email','john.doe@example.com'),(1980,94,'_billing_phone','(555) 555-5555'),(1981,94,'_shipping_first_name','John'),(1982,94,'_shipping_last_name','Doe'),(1983,94,'_shipping_company',''),(1984,94,'_shipping_address_1','969 Market'),(1985,94,'_shipping_address_2',''),(1986,94,'_shipping_city','San Francisco'),(1987,94,'_shipping_state','CA'),(1988,94,'_shipping_postcode','94103'),(1989,94,'_shipping_country','US'),(1990,94,'_order_currency','USD'),(1991,94,'_cart_discount','0'),(1992,94,'_cart_discount_tax','0'),(1993,94,'_order_shipping','0'),(1994,94,'_order_shipping_tax','0'),(1995,94,'_order_tax','0'),(1996,94,'_order_total','0.00'),(1997,94,'_order_version','3.4.2'),(1998,94,'_prices_include_tax','no'),(1999,94,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2000,94,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2001,94,'_download_permissions_granted','yes'),(2002,94,'_recorded_sales','yes'),(2003,94,'_recorded_coupon_usage_counts','yes'),(2004,94,'_order_stock_reduced','yes'),(2005,95,'_order_key','wc_order_5b1fb10d24666'),(2006,95,'_customer_user','0'),(2007,95,'_payment_method','bacs'),(2008,95,'_payment_method_title','Direct Bank Transfer'),(2009,95,'_transaction_id',''),(2010,95,'_customer_ip_address',''),(2011,95,'_customer_user_agent',''),(2012,95,'_created_via','rest-api'),(2013,95,'_date_completed','1528803597'),(2014,95,'_completed_date','2018-06-12 11:39:57'),(2015,95,'_date_paid','1528803597'),(2016,95,'_paid_date','2018-06-12 11:39:57'),(2017,95,'_cart_hash',''),(2018,95,'_billing_first_name','John'),(2019,95,'_billing_last_name','Doe'),(2020,95,'_billing_company',''),(2021,95,'_billing_address_1','969 Market'),(2022,95,'_billing_address_2',''),(2023,95,'_billing_city','San Francisco'),(2024,95,'_billing_state','CA'),(2025,95,'_billing_postcode','94103'),(2026,95,'_billing_country','US'),(2027,95,'_billing_email','john.doe@example.com'),(2028,95,'_billing_phone','(555) 555-5555'),(2029,95,'_shipping_first_name','John'),(2030,95,'_shipping_last_name','Doe'),(2031,95,'_shipping_company',''),(2032,95,'_shipping_address_1','969 Market'),(2033,95,'_shipping_address_2',''),(2034,95,'_shipping_city','San Francisco'),(2035,95,'_shipping_state','CA'),(2036,95,'_shipping_postcode','94103'),(2037,95,'_shipping_country','US'),(2038,95,'_order_currency','USD'),(2039,95,'_cart_discount','0'),(2040,95,'_cart_discount_tax','0'),(2041,95,'_order_shipping','0'),(2042,95,'_order_shipping_tax','0'),(2043,95,'_order_tax','0'),(2044,95,'_order_total','0.00'),(2045,95,'_order_version','3.4.2'),(2046,95,'_prices_include_tax','no'),(2047,95,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2048,95,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2049,95,'_download_permissions_granted','yes'),(2050,95,'_recorded_sales','yes'),(2051,95,'_recorded_coupon_usage_counts','yes'),(2052,95,'_order_stock_reduced','yes'),(2053,96,'_order_key','wc_order_5b1fb10e519b6'),(2054,96,'_customer_user','0'),(2055,96,'_payment_method','bacs'),(2056,96,'_payment_method_title','Direct Bank Transfer'),(2057,96,'_transaction_id',''),(2058,96,'_customer_ip_address',''),(2059,96,'_customer_user_agent',''),(2060,96,'_created_via','rest-api'),(2061,96,'_date_completed','1528803598'),(2062,96,'_completed_date','2018-06-12 11:39:58'),(2063,96,'_date_paid','1528803598'),(2064,96,'_paid_date','2018-06-12 11:39:58'),(2065,96,'_cart_hash',''),(2066,96,'_billing_first_name','John'),(2067,96,'_billing_last_name','Doe'),(2068,96,'_billing_company',''),(2069,96,'_billing_address_1','969 Market'),(2070,96,'_billing_address_2',''),(2071,96,'_billing_city','San Francisco'),(2072,96,'_billing_state','CA'),(2073,96,'_billing_postcode','94103'),(2074,96,'_billing_country','US'),(2075,96,'_billing_email','john.doe@example.com'),(2076,96,'_billing_phone','(555) 555-5555'),(2077,96,'_shipping_first_name','John'),(2078,96,'_shipping_last_name','Doe'),(2079,96,'_shipping_company',''),(2080,96,'_shipping_address_1','969 Market'),(2081,96,'_shipping_address_2',''),(2082,96,'_shipping_city','San Francisco'),(2083,96,'_shipping_state','CA'),(2084,96,'_shipping_postcode','94103'),(2085,96,'_shipping_country','US'),(2086,96,'_order_currency','USD'),(2087,96,'_cart_discount','0'),(2088,96,'_cart_discount_tax','0'),(2089,96,'_order_shipping','0'),(2090,96,'_order_shipping_tax','0'),(2091,96,'_order_tax','0'),(2092,96,'_order_total','0.00'),(2093,96,'_order_version','3.4.2'),(2094,96,'_prices_include_tax','no'),(2095,96,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2096,96,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2097,96,'_download_permissions_granted','yes'),(2098,96,'_recorded_sales','yes'),(2099,96,'_recorded_coupon_usage_counts','yes'),(2100,96,'_order_stock_reduced','yes'),(2101,97,'_order_key','wc_order_5b1fb10f6c55e'),(2102,97,'_customer_user','0'),(2103,97,'_payment_method','bacs'),(2104,97,'_payment_method_title','Direct Bank Transfer'),(2105,97,'_transaction_id',''),(2106,97,'_customer_ip_address',''),(2107,97,'_customer_user_agent',''),(2108,97,'_created_via','rest-api'),(2109,97,'_date_completed','1528803599'),(2110,97,'_completed_date','2018-06-12 11:39:59'),(2111,97,'_date_paid','1528803599'),(2112,97,'_paid_date','2018-06-12 11:39:59'),(2113,97,'_cart_hash',''),(2114,97,'_billing_first_name','John'),(2115,97,'_billing_last_name','Doe'),(2116,97,'_billing_company',''),(2117,97,'_billing_address_1','969 Market'),(2118,97,'_billing_address_2',''),(2119,97,'_billing_city','San Francisco'),(2120,97,'_billing_state','CA'),(2121,97,'_billing_postcode','94103'),(2122,97,'_billing_country','US'),(2123,97,'_billing_email','john.doe@example.com'),(2124,97,'_billing_phone','(555) 555-5555'),(2125,97,'_shipping_first_name','John'),(2126,97,'_shipping_last_name','Doe'),(2127,97,'_shipping_company',''),(2128,97,'_shipping_address_1','969 Market'),(2129,97,'_shipping_address_2',''),(2130,97,'_shipping_city','San Francisco'),(2131,97,'_shipping_state','CA'),(2132,97,'_shipping_postcode','94103'),(2133,97,'_shipping_country','US'),(2134,97,'_order_currency','USD'),(2135,97,'_cart_discount','0'),(2136,97,'_cart_discount_tax','0'),(2137,97,'_order_shipping','0'),(2138,97,'_order_shipping_tax','0'),(2139,97,'_order_tax','0'),(2140,97,'_order_total','0.00'),(2141,97,'_order_version','3.4.2'),(2142,97,'_prices_include_tax','no'),(2143,97,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2144,97,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2145,97,'_download_permissions_granted','yes'),(2146,97,'_recorded_sales','yes'),(2147,97,'_recorded_coupon_usage_counts','yes'),(2148,97,'_order_stock_reduced','yes'),(2149,98,'_order_key','wc_order_5b1fb114a5055'),(2150,98,'_customer_user','0'),(2151,98,'_payment_method','bacs'),(2152,98,'_payment_method_title','Direct Bank Transfer'),(2153,98,'_transaction_id',''),(2154,98,'_customer_ip_address',''),(2155,98,'_customer_user_agent',''),(2156,98,'_created_via','rest-api'),(2157,98,'_date_completed','1528803604'),(2158,98,'_completed_date','2018-06-12 11:40:04'),(2159,98,'_date_paid','1528803604'),(2160,98,'_paid_date','2018-06-12 11:40:04'),(2161,98,'_cart_hash',''),(2162,98,'_billing_first_name','John'),(2163,98,'_billing_last_name','Doe'),(2164,98,'_billing_company',''),(2165,98,'_billing_address_1','969 Market'),(2166,98,'_billing_address_2',''),(2167,98,'_billing_city','San Francisco'),(2168,98,'_billing_state','CA'),(2169,98,'_billing_postcode','94103'),(2170,98,'_billing_country','US'),(2171,98,'_billing_email','john.doe@example.com'),(2172,98,'_billing_phone','(555) 555-5555'),(2173,98,'_shipping_first_name','John'),(2174,98,'_shipping_last_name','Doe'),(2175,98,'_shipping_company',''),(2176,98,'_shipping_address_1','969 Market'),(2177,98,'_shipping_address_2',''),(2178,98,'_shipping_city','San Francisco'),(2179,98,'_shipping_state','CA'),(2180,98,'_shipping_postcode','94103'),(2181,98,'_shipping_country','US'),(2182,98,'_order_currency','USD'),(2183,98,'_cart_discount','0'),(2184,98,'_cart_discount_tax','0'),(2185,98,'_order_shipping','0'),(2186,98,'_order_shipping_tax','0'),(2187,98,'_order_tax','0'),(2188,98,'_order_total','0.00'),(2189,98,'_order_version','3.4.2'),(2190,98,'_prices_include_tax','no'),(2191,98,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2192,98,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2193,98,'_download_permissions_granted','yes'),(2194,98,'_recorded_sales','yes'),(2195,98,'_recorded_coupon_usage_counts','yes'),(2196,98,'_order_stock_reduced','yes'),(2197,99,'_order_key','wc_order_5b1fb13dc3c07'),(2198,99,'_customer_user','0'),(2199,99,'_payment_method','bacs'),(2200,99,'_payment_method_title','Direct Bank Transfer'),(2201,99,'_transaction_id',''),(2202,99,'_customer_ip_address',''),(2203,99,'_customer_user_agent',''),(2204,99,'_created_via','rest-api'),(2205,99,'_date_completed','1528803646'),(2206,99,'_completed_date','2018-06-12 11:40:46'),(2207,99,'_date_paid','1528803646'),(2208,99,'_paid_date','2018-06-12 11:40:46'),(2209,99,'_cart_hash',''),(2210,99,'_billing_first_name','John'),(2211,99,'_billing_last_name','Doe'),(2212,99,'_billing_company',''),(2213,99,'_billing_address_1','969 Market'),(2214,99,'_billing_address_2',''),(2215,99,'_billing_city','San Francisco'),(2216,99,'_billing_state','CA'),(2217,99,'_billing_postcode','94103'),(2218,99,'_billing_country','US'),(2219,99,'_billing_email','john.doe@example.com'),(2220,99,'_billing_phone','(555) 555-5555'),(2221,99,'_shipping_first_name','John'),(2222,99,'_shipping_last_name','Doe'),(2223,99,'_shipping_company',''),(2224,99,'_shipping_address_1','969 Market'),(2225,99,'_shipping_address_2',''),(2226,99,'_shipping_city','San Francisco'),(2227,99,'_shipping_state','CA'),(2228,99,'_shipping_postcode','94103'),(2229,99,'_shipping_country','US'),(2230,99,'_order_currency','USD'),(2231,99,'_cart_discount','0'),(2232,99,'_cart_discount_tax','0'),(2233,99,'_order_shipping','0'),(2234,99,'_order_shipping_tax','0'),(2235,99,'_order_tax','0'),(2236,99,'_order_total','0.00'),(2237,99,'_order_version','3.4.2'),(2238,99,'_prices_include_tax','no'),(2239,99,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2240,99,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2241,99,'_download_permissions_granted','yes'),(2242,99,'_recorded_sales','yes'),(2243,99,'_recorded_coupon_usage_counts','yes'),(2244,99,'_order_stock_reduced','yes'),(2245,100,'_order_key','wc_order_5b1fb15493b2d'),(2246,100,'_customer_user','0'),(2247,100,'_payment_method','bacs'),(2248,100,'_payment_method_title','Direct Bank Transfer'),(2249,100,'_transaction_id',''),(2250,100,'_customer_ip_address',''),(2251,100,'_customer_user_agent',''),(2252,100,'_created_via','rest-api'),(2253,100,'_date_completed','1528803668'),(2254,100,'_completed_date','2018-06-12 11:41:08'),(2255,100,'_date_paid','1528803668'),(2256,100,'_paid_date','2018-06-12 11:41:08'),(2257,100,'_cart_hash',''),(2258,100,'_billing_first_name','John'),(2259,100,'_billing_last_name','Doe'),(2260,100,'_billing_company',''),(2261,100,'_billing_address_1','969 Market'),(2262,100,'_billing_address_2',''),(2263,100,'_billing_city','San Francisco'),(2264,100,'_billing_state','CA'),(2265,100,'_billing_postcode','94103'),(2266,100,'_billing_country','US'),(2267,100,'_billing_email','john.doe@example.com'),(2268,100,'_billing_phone','(555) 555-5555'),(2269,100,'_shipping_first_name','John'),(2270,100,'_shipping_last_name','Doe'),(2271,100,'_shipping_company',''),(2272,100,'_shipping_address_1','969 Market'),(2273,100,'_shipping_address_2',''),(2274,100,'_shipping_city','San Francisco'),(2275,100,'_shipping_state','CA'),(2276,100,'_shipping_postcode','94103'),(2277,100,'_shipping_country','US'),(2278,100,'_order_currency','USD'),(2279,100,'_cart_discount','0'),(2280,100,'_cart_discount_tax','0'),(2281,100,'_order_shipping','0'),(2282,100,'_order_shipping_tax','0'),(2283,100,'_order_tax','0'),(2284,100,'_order_total','0.00'),(2285,100,'_order_version','3.4.2'),(2286,100,'_prices_include_tax','no'),(2287,100,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2288,100,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2289,100,'_download_permissions_granted','yes'),(2290,100,'_recorded_sales','yes'),(2291,100,'_recorded_coupon_usage_counts','yes'),(2292,100,'_order_stock_reduced','yes'),(2293,101,'_order_key','wc_order_5b1fb15831206'),(2294,101,'_customer_user','0'),(2295,101,'_payment_method','bacs'),(2296,101,'_payment_method_title','Direct Bank Transfer'),(2297,101,'_transaction_id',''),(2298,101,'_customer_ip_address',''),(2299,101,'_customer_user_agent',''),(2300,101,'_created_via','rest-api'),(2301,101,'_date_completed','1528803672'),(2302,101,'_completed_date','2018-06-12 11:41:12'),(2303,101,'_date_paid','1528803672'),(2304,101,'_paid_date','2018-06-12 11:41:12'),(2305,101,'_cart_hash',''),(2306,101,'_billing_first_name','John'),(2307,101,'_billing_last_name','Doe'),(2308,101,'_billing_company',''),(2309,101,'_billing_address_1','969 Market'),(2310,101,'_billing_address_2',''),(2311,101,'_billing_city','San Francisco'),(2312,101,'_billing_state','CA'),(2313,101,'_billing_postcode','94103'),(2314,101,'_billing_country','US'),(2315,101,'_billing_email','john.doe@example.com'),(2316,101,'_billing_phone','(555) 555-5555'),(2317,101,'_shipping_first_name','John'),(2318,101,'_shipping_last_name','Doe'),(2319,101,'_shipping_company',''),(2320,101,'_shipping_address_1','969 Market'),(2321,101,'_shipping_address_2',''),(2322,101,'_shipping_city','San Francisco'),(2323,101,'_shipping_state','CA'),(2324,101,'_shipping_postcode','94103'),(2325,101,'_shipping_country','US'),(2326,101,'_order_currency','USD'),(2327,101,'_cart_discount','0'),(2328,101,'_cart_discount_tax','0'),(2329,101,'_order_shipping','0'),(2330,101,'_order_shipping_tax','0'),(2331,101,'_order_tax','0'),(2332,101,'_order_total','0.00'),(2333,101,'_order_version','3.4.2'),(2334,101,'_prices_include_tax','no'),(2335,101,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2336,101,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2337,101,'_download_permissions_granted','yes'),(2338,101,'_recorded_sales','yes'),(2339,101,'_recorded_coupon_usage_counts','yes'),(2340,101,'_order_stock_reduced','yes'),(2341,102,'_order_key','wc_order_5b1fb159b7d48'),(2342,102,'_customer_user','0'),(2343,102,'_payment_method','bacs'),(2344,102,'_payment_method_title','Direct Bank Transfer'),(2345,102,'_transaction_id',''),(2346,102,'_customer_ip_address',''),(2347,102,'_customer_user_agent',''),(2348,102,'_created_via','rest-api'),(2349,102,'_date_completed','1528803673'),(2350,102,'_completed_date','2018-06-12 11:41:13'),(2351,102,'_date_paid','1528803673'),(2352,102,'_paid_date','2018-06-12 11:41:13'),(2353,102,'_cart_hash',''),(2354,102,'_billing_first_name','John'),(2355,102,'_billing_last_name','Doe'),(2356,102,'_billing_company',''),(2357,102,'_billing_address_1','969 Market'),(2358,102,'_billing_address_2',''),(2359,102,'_billing_city','San Francisco'),(2360,102,'_billing_state','CA'),(2361,102,'_billing_postcode','94103'),(2362,102,'_billing_country','US'),(2363,102,'_billing_email','john.doe@example.com'),(2364,102,'_billing_phone','(555) 555-5555'),(2365,102,'_shipping_first_name','John'),(2366,102,'_shipping_last_name','Doe'),(2367,102,'_shipping_company',''),(2368,102,'_shipping_address_1','969 Market'),(2369,102,'_shipping_address_2',''),(2370,102,'_shipping_city','San Francisco'),(2371,102,'_shipping_state','CA'),(2372,102,'_shipping_postcode','94103'),(2373,102,'_shipping_country','US'),(2374,102,'_order_currency','USD'),(2375,102,'_cart_discount','0'),(2376,102,'_cart_discount_tax','0'),(2377,102,'_order_shipping','0'),(2378,102,'_order_shipping_tax','0'),(2379,102,'_order_tax','0'),(2380,102,'_order_total','0.00'),(2381,102,'_order_version','3.4.2'),(2382,102,'_prices_include_tax','no'),(2383,102,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2384,102,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2385,102,'_download_permissions_granted','yes'),(2386,102,'_recorded_sales','yes'),(2387,102,'_recorded_coupon_usage_counts','yes'),(2388,102,'_order_stock_reduced','yes'),(2389,103,'_order_key','wc_order_5b1fb1766e5f0'),(2390,103,'_customer_user','0'),(2391,103,'_payment_method','bacs'),(2392,103,'_payment_method_title','Direct Bank Transfer'),(2393,103,'_transaction_id',''),(2394,103,'_customer_ip_address',''),(2395,103,'_customer_user_agent',''),(2396,103,'_created_via','rest-api'),(2397,103,'_date_completed','1528803702'),(2398,103,'_completed_date','2018-06-12 11:41:42'),(2399,103,'_date_paid','1528803702'),(2400,103,'_paid_date','2018-06-12 11:41:42'),(2401,103,'_cart_hash',''),(2402,103,'_billing_first_name','John'),(2403,103,'_billing_last_name','Doe'),(2404,103,'_billing_company',''),(2405,103,'_billing_address_1','969 Market'),(2406,103,'_billing_address_2',''),(2407,103,'_billing_city','San Francisco'),(2408,103,'_billing_state','CA'),(2409,103,'_billing_postcode','94103'),(2410,103,'_billing_country','US'),(2411,103,'_billing_email','john.doe@example.com'),(2412,103,'_billing_phone','(555) 555-5555'),(2413,103,'_shipping_first_name','John'),(2414,103,'_shipping_last_name','Doe'),(2415,103,'_shipping_company',''),(2416,103,'_shipping_address_1','969 Market'),(2417,103,'_shipping_address_2',''),(2418,103,'_shipping_city','San Francisco'),(2419,103,'_shipping_state','CA'),(2420,103,'_shipping_postcode','94103'),(2421,103,'_shipping_country','US'),(2422,103,'_order_currency','USD'),(2423,103,'_cart_discount','0'),(2424,103,'_cart_discount_tax','0'),(2425,103,'_order_shipping','0'),(2426,103,'_order_shipping_tax','0'),(2427,103,'_order_tax','0'),(2428,103,'_order_total','0.00'),(2429,103,'_order_version','3.4.2'),(2430,103,'_prices_include_tax','no'),(2431,103,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2432,103,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2433,103,'_download_permissions_granted','yes'),(2434,103,'_recorded_sales','yes'),(2435,103,'_recorded_coupon_usage_counts','yes'),(2436,103,'_order_stock_reduced','yes'),(2437,104,'_order_key','wc_order_5b1fb177e82ef'),(2438,104,'_customer_user','0'),(2439,104,'_payment_method','bacs'),(2440,104,'_payment_method_title','Direct Bank Transfer'),(2441,104,'_transaction_id',''),(2442,104,'_customer_ip_address',''),(2443,104,'_customer_user_agent',''),(2444,104,'_created_via','rest-api'),(2445,104,'_date_completed','1528803704'),(2446,104,'_completed_date','2018-06-12 11:41:44'),(2447,104,'_date_paid','1528803704'),(2448,104,'_paid_date','2018-06-12 11:41:44'),(2449,104,'_cart_hash',''),(2450,104,'_billing_first_name','John'),(2451,104,'_billing_last_name','Doe'),(2452,104,'_billing_company',''),(2453,104,'_billing_address_1','969 Market'),(2454,104,'_billing_address_2',''),(2455,104,'_billing_city','San Francisco'),(2456,104,'_billing_state','CA'),(2457,104,'_billing_postcode','94103'),(2458,104,'_billing_country','US'),(2459,104,'_billing_email','john.doe@example.com'),(2460,104,'_billing_phone','(555) 555-5555'),(2461,104,'_shipping_first_name','John'),(2462,104,'_shipping_last_name','Doe'),(2463,104,'_shipping_company',''),(2464,104,'_shipping_address_1','969 Market'),(2465,104,'_shipping_address_2',''),(2466,104,'_shipping_city','San Francisco'),(2467,104,'_shipping_state','CA'),(2468,104,'_shipping_postcode','94103'),(2469,104,'_shipping_country','US'),(2470,104,'_order_currency','USD'),(2471,104,'_cart_discount','0'),(2472,104,'_cart_discount_tax','0'),(2473,104,'_order_shipping','0'),(2474,104,'_order_shipping_tax','0'),(2475,104,'_order_tax','0'),(2476,104,'_order_total','0.00'),(2477,104,'_order_version','3.4.2'),(2478,104,'_prices_include_tax','no'),(2479,104,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2480,104,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2481,104,'_download_permissions_granted','yes'),(2482,104,'_recorded_sales','yes'),(2483,104,'_recorded_coupon_usage_counts','yes'),(2484,104,'_order_stock_reduced','yes'),(2485,105,'_order_key','wc_order_5b20d6163998b'),(2486,105,'_customer_user','0'),(2487,105,'_payment_method','cod'),(2488,105,'_payment_method_title','Cash on delivery'),(2489,105,'_transaction_id',''),(2490,105,'_customer_ip_address','::1'),(2491,105,'_customer_user_agent','mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.79 safari/537.36'),(2492,105,'_created_via','checkout'),(2493,105,'_date_completed',''),(2494,105,'_completed_date',''),(2495,105,'_date_paid',''),(2496,105,'_paid_date',''),(2497,105,'_cart_hash','85f147205fdd641c868da295b725f9d0'),(2498,105,'_billing_first_name','fdfgf'),(2499,105,'_billing_last_name','dgfdg'),(2500,105,'_billing_company',''),(2501,105,'_billing_address_1','fdgfdg'),(2502,105,'_billing_address_2',''),(2503,105,'_billing_city','Sarajevo'),(2504,105,'_billing_state','Bih'),(2505,105,'_billing_postcode','71000'),(2506,105,'_billing_country','BA'),(2507,105,'_billing_email','dfdf@hofof.com'),(2508,105,'_billing_phone','0038761393745'),(2509,105,'_shipping_first_name','fdfgf'),(2510,105,'_shipping_last_name','dgfdg'),(2511,105,'_shipping_company',''),(2512,105,'_shipping_address_1','fdgfdg'),(2513,105,'_shipping_address_2',''),(2514,105,'_shipping_city','Sarajevo'),(2515,105,'_shipping_state','Bih'),(2516,105,'_shipping_postcode','71000'),(2517,105,'_shipping_country','BA'),(2518,105,'_order_currency','USD'),(2519,105,'_cart_discount','0'),(2520,105,'_cart_discount_tax','0'),(2521,105,'_order_shipping','0.00'),(2522,105,'_order_shipping_tax','0'),(2523,105,'_order_tax','0'),(2524,105,'_order_total','1.00'),(2525,105,'_order_version','3.4.2'),(2526,105,'_prices_include_tax','no'),(2527,105,'_billing_address_index','fdfgf dgfdg fdgfdg Sarajevo Bih 71000 BA dfdf@hofof.com 0038761393745'),(2528,105,'_shipping_address_index','fdfgf dgfdg fdgfdg Sarajevo Bih 71000 BA'),(2529,105,'mailchimp_woocommerce_is_subscribed','0'),(2530,105,'_download_permissions_granted','yes'),(2531,105,'_recorded_sales','yes'),(2532,105,'_recorded_coupon_usage_counts','yes'),(2533,105,'_order_stock_reduced','yes'),(2534,106,'_order_key','wc_order_5b2106969807b'),(2535,106,'_customer_user','0'),(2536,106,'_payment_method','bacs'),(2537,106,'_payment_method_title','Direct Bank Transfer'),(2538,106,'_transaction_id',''),(2539,106,'_customer_ip_address',''),(2540,106,'_customer_user_agent',''),(2541,106,'_created_via','rest-api'),(2542,106,'_date_completed','1528891030'),(2543,106,'_completed_date','2018-06-13 11:57:10'),(2544,106,'_date_paid','1528891030'),(2545,106,'_paid_date','2018-06-13 11:57:10'),(2546,106,'_cart_hash',''),(2547,106,'_billing_first_name','John'),(2548,106,'_billing_last_name','Doe'),(2549,106,'_billing_company',''),(2550,106,'_billing_address_1','969 Market'),(2551,106,'_billing_address_2',''),(2552,106,'_billing_city','San Francisco'),(2553,106,'_billing_state','CA'),(2554,106,'_billing_postcode','94103'),(2555,106,'_billing_country','US'),(2556,106,'_billing_email','john.doe@example.com'),(2557,106,'_billing_phone','(555) 555-5555'),(2558,106,'_shipping_first_name','John'),(2559,106,'_shipping_last_name','Doe'),(2560,106,'_shipping_company',''),(2561,106,'_shipping_address_1','969 Market'),(2562,106,'_shipping_address_2',''),(2563,106,'_shipping_city','San Francisco'),(2564,106,'_shipping_state','CA'),(2565,106,'_shipping_postcode','94103'),(2566,106,'_shipping_country','US'),(2567,106,'_order_currency','USD'),(2568,106,'_cart_discount','0'),(2569,106,'_cart_discount_tax','0'),(2570,106,'_order_shipping','0'),(2571,106,'_order_shipping_tax','0'),(2572,106,'_order_tax','0'),(2573,106,'_order_total','0.00'),(2574,106,'_order_version','3.4.2'),(2575,106,'_prices_include_tax','no'),(2576,106,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2577,106,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2578,106,'_download_permissions_granted','yes'),(2579,106,'_recorded_sales','yes'),(2580,106,'_recorded_coupon_usage_counts','yes'),(2581,106,'_order_stock_reduced','yes'),(2582,107,'_order_key','wc_order_5b21072388998'),(2583,107,'_customer_user','0'),(2584,107,'_payment_method','bacs'),(2585,107,'_payment_method_title','Direct Bank Transfer'),(2586,107,'_transaction_id',''),(2587,107,'_customer_ip_address',''),(2588,107,'_customer_user_agent',''),(2589,107,'_created_via','rest-api'),(2590,107,'_date_completed','1528891171'),(2591,107,'_completed_date','2018-06-13 11:59:31'),(2592,107,'_date_paid','1528891171'),(2593,107,'_paid_date','2018-06-13 11:59:31'),(2594,107,'_cart_hash',''),(2595,107,'_billing_first_name','John'),(2596,107,'_billing_last_name','Doe'),(2597,107,'_billing_company',''),(2598,107,'_billing_address_1','969 Market'),(2599,107,'_billing_address_2',''),(2600,107,'_billing_city','San Francisco'),(2601,107,'_billing_state','CA'),(2602,107,'_billing_postcode','94103'),(2603,107,'_billing_country','US'),(2604,107,'_billing_email','john.doe@example.com'),(2605,107,'_billing_phone','(555) 555-5555'),(2606,107,'_shipping_first_name','John'),(2607,107,'_shipping_last_name','Doe'),(2608,107,'_shipping_company',''),(2609,107,'_shipping_address_1','969 Market'),(2610,107,'_shipping_address_2',''),(2611,107,'_shipping_city','San Francisco'),(2612,107,'_shipping_state','CA'),(2613,107,'_shipping_postcode','94103'),(2614,107,'_shipping_country','US'),(2615,107,'_order_currency','USD'),(2616,107,'_cart_discount','0'),(2617,107,'_cart_discount_tax','0'),(2618,107,'_order_shipping','0'),(2619,107,'_order_shipping_tax','0'),(2620,107,'_order_tax','0'),(2621,107,'_order_total','0.00'),(2622,107,'_order_version','3.4.2'),(2623,107,'_prices_include_tax','no'),(2624,107,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2625,107,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2626,107,'_download_permissions_granted','yes'),(2627,107,'_recorded_sales','yes'),(2628,107,'_recorded_coupon_usage_counts','yes'),(2629,107,'_order_stock_reduced','yes'),(2630,108,'_order_key','wc_order_5b210723ee754'),(2631,108,'_customer_user','0'),(2632,108,'_payment_method','bacs'),(2633,108,'_payment_method_title','Direct Bank Transfer'),(2634,108,'_transaction_id',''),(2635,108,'_customer_ip_address',''),(2636,108,'_customer_user_agent',''),(2637,108,'_created_via','rest-api'),(2638,108,'_date_completed','1528891172'),(2639,108,'_completed_date','2018-06-13 11:59:32'),(2640,108,'_date_paid','1528891172'),(2641,108,'_paid_date','2018-06-13 11:59:32'),(2642,108,'_cart_hash',''),(2643,108,'_billing_first_name','John'),(2644,108,'_billing_last_name','Doe'),(2645,108,'_billing_company',''),(2646,108,'_billing_address_1','969 Market'),(2647,108,'_billing_address_2',''),(2648,108,'_billing_city','San Francisco'),(2649,108,'_billing_state','CA'),(2650,108,'_billing_postcode','94103'),(2651,108,'_billing_country','US'),(2652,108,'_billing_email','john.doe@example.com'),(2653,108,'_billing_phone','(555) 555-5555'),(2654,108,'_shipping_first_name','John'),(2655,108,'_shipping_last_name','Doe'),(2656,108,'_shipping_company',''),(2657,108,'_shipping_address_1','969 Market'),(2658,108,'_shipping_address_2',''),(2659,108,'_shipping_city','San Francisco'),(2660,108,'_shipping_state','CA'),(2661,108,'_shipping_postcode','94103'),(2662,108,'_shipping_country','US'),(2663,108,'_order_currency','USD'),(2664,108,'_cart_discount','0'),(2665,108,'_cart_discount_tax','0'),(2666,108,'_order_shipping','0'),(2667,108,'_order_shipping_tax','0'),(2668,108,'_order_tax','0'),(2669,108,'_order_total','0.00'),(2670,108,'_order_version','3.4.2'),(2671,108,'_prices_include_tax','no'),(2672,108,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2673,108,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2674,108,'_download_permissions_granted','yes'),(2675,108,'_recorded_sales','yes'),(2676,108,'_recorded_coupon_usage_counts','yes'),(2677,108,'_order_stock_reduced','yes'),(2678,109,'_order_key','wc_order_5b21072468cd7'),(2679,109,'_customer_user','0'),(2680,109,'_payment_method','bacs'),(2681,109,'_payment_method_title','Direct Bank Transfer'),(2682,109,'_transaction_id',''),(2683,109,'_customer_ip_address',''),(2684,109,'_customer_user_agent',''),(2685,109,'_created_via','rest-api'),(2686,109,'_date_completed','1528891172'),(2687,109,'_completed_date','2018-06-13 11:59:32'),(2688,109,'_date_paid','1528891172'),(2689,109,'_paid_date','2018-06-13 11:59:32'),(2690,109,'_cart_hash',''),(2691,109,'_billing_first_name','John'),(2692,109,'_billing_last_name','Doe'),(2693,109,'_billing_company',''),(2694,109,'_billing_address_1','969 Market'),(2695,109,'_billing_address_2',''),(2696,109,'_billing_city','San Francisco'),(2697,109,'_billing_state','CA'),(2698,109,'_billing_postcode','94103'),(2699,109,'_billing_country','US'),(2700,109,'_billing_email','john.doe@example.com'),(2701,109,'_billing_phone','(555) 555-5555'),(2702,109,'_shipping_first_name','John'),(2703,109,'_shipping_last_name','Doe'),(2704,109,'_shipping_company',''),(2705,109,'_shipping_address_1','969 Market'),(2706,109,'_shipping_address_2',''),(2707,109,'_shipping_city','San Francisco'),(2708,109,'_shipping_state','CA'),(2709,109,'_shipping_postcode','94103'),(2710,109,'_shipping_country','US'),(2711,109,'_order_currency','USD'),(2712,109,'_cart_discount','0'),(2713,109,'_cart_discount_tax','0'),(2714,109,'_order_shipping','0'),(2715,109,'_order_shipping_tax','0'),(2716,109,'_order_tax','0'),(2717,109,'_order_total','0.00'),(2718,109,'_order_version','3.4.2'),(2719,109,'_prices_include_tax','no'),(2720,109,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2721,109,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2722,109,'_download_permissions_granted','yes'),(2723,109,'_recorded_sales','yes'),(2724,109,'_recorded_coupon_usage_counts','yes'),(2725,109,'_order_stock_reduced','yes'),(2726,110,'_order_key','wc_order_5b210724cc546'),(2727,110,'_customer_user','0'),(2728,110,'_payment_method','bacs'),(2729,110,'_payment_method_title','Direct Bank Transfer'),(2730,110,'_transaction_id',''),(2731,110,'_customer_ip_address',''),(2732,110,'_customer_user_agent',''),(2733,110,'_created_via','rest-api'),(2734,110,'_date_completed','1528891173'),(2735,110,'_completed_date','2018-06-13 11:59:33'),(2736,110,'_date_paid','1528891173'),(2737,110,'_paid_date','2018-06-13 11:59:33'),(2738,110,'_cart_hash',''),(2739,110,'_billing_first_name','John'),(2740,110,'_billing_last_name','Doe'),(2741,110,'_billing_company',''),(2742,110,'_billing_address_1','969 Market'),(2743,110,'_billing_address_2',''),(2744,110,'_billing_city','San Francisco'),(2745,110,'_billing_state','CA'),(2746,110,'_billing_postcode','94103'),(2747,110,'_billing_country','US'),(2748,110,'_billing_email','john.doe@example.com'),(2749,110,'_billing_phone','(555) 555-5555'),(2750,110,'_shipping_first_name','John'),(2751,110,'_shipping_last_name','Doe'),(2752,110,'_shipping_company',''),(2753,110,'_shipping_address_1','969 Market'),(2754,110,'_shipping_address_2',''),(2755,110,'_shipping_city','San Francisco'),(2756,110,'_shipping_state','CA'),(2757,110,'_shipping_postcode','94103'),(2758,110,'_shipping_country','US'),(2759,110,'_order_currency','USD'),(2760,110,'_cart_discount','0'),(2761,110,'_cart_discount_tax','0'),(2762,110,'_order_shipping','0'),(2763,110,'_order_shipping_tax','0'),(2764,110,'_order_tax','0'),(2765,110,'_order_total','0.00'),(2766,110,'_order_version','3.4.2'),(2767,110,'_prices_include_tax','no'),(2768,110,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2769,110,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2770,110,'_download_permissions_granted','yes'),(2771,110,'_recorded_sales','yes'),(2772,110,'_recorded_coupon_usage_counts','yes'),(2773,110,'_order_stock_reduced','yes'),(2774,111,'_order_key','wc_order_5b2107253bb83'),(2775,111,'_customer_user','0'),(2776,111,'_payment_method','bacs'),(2777,111,'_payment_method_title','Direct Bank Transfer'),(2778,111,'_transaction_id',''),(2779,111,'_customer_ip_address',''),(2780,111,'_customer_user_agent',''),(2781,111,'_created_via','rest-api'),(2782,111,'_date_completed','1528891173'),(2783,111,'_completed_date','2018-06-13 11:59:33'),(2784,111,'_date_paid','1528891173'),(2785,111,'_paid_date','2018-06-13 11:59:33'),(2786,111,'_cart_hash',''),(2787,111,'_billing_first_name','John'),(2788,111,'_billing_last_name','Doe'),(2789,111,'_billing_company',''),(2790,111,'_billing_address_1','969 Market'),(2791,111,'_billing_address_2',''),(2792,111,'_billing_city','San Francisco'),(2793,111,'_billing_state','CA'),(2794,111,'_billing_postcode','94103'),(2795,111,'_billing_country','US'),(2796,111,'_billing_email','john.doe@example.com'),(2797,111,'_billing_phone','(555) 555-5555'),(2798,111,'_shipping_first_name','John'),(2799,111,'_shipping_last_name','Doe'),(2800,111,'_shipping_company',''),(2801,111,'_shipping_address_1','969 Market'),(2802,111,'_shipping_address_2',''),(2803,111,'_shipping_city','San Francisco'),(2804,111,'_shipping_state','CA'),(2805,111,'_shipping_postcode','94103'),(2806,111,'_shipping_country','US'),(2807,111,'_order_currency','USD'),(2808,111,'_cart_discount','0'),(2809,111,'_cart_discount_tax','0'),(2810,111,'_order_shipping','0'),(2811,111,'_order_shipping_tax','0'),(2812,111,'_order_tax','0'),(2813,111,'_order_total','0.00'),(2814,111,'_order_version','3.4.2'),(2815,111,'_prices_include_tax','no'),(2816,111,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2817,111,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2818,111,'_download_permissions_granted','yes'),(2819,111,'_recorded_sales','yes'),(2820,111,'_recorded_coupon_usage_counts','yes'),(2821,112,'_order_key','wc_order_5b2107257faa2'),(2822,112,'_customer_user','0'),(2823,112,'_payment_method','bacs'),(2824,112,'_payment_method_title','Direct Bank Transfer'),(2825,111,'_order_stock_reduced','yes'),(2826,112,'_transaction_id',''),(2827,112,'_customer_ip_address',''),(2828,112,'_customer_user_agent',''),(2829,112,'_created_via','rest-api'),(2830,112,'_date_completed','1528891173'),(2831,112,'_completed_date','2018-06-13 11:59:33'),(2832,112,'_date_paid','1528891173'),(2833,112,'_paid_date','2018-06-13 11:59:33'),(2834,112,'_cart_hash',''),(2835,112,'_billing_first_name','John'),(2836,112,'_billing_last_name','Doe'),(2837,112,'_billing_company',''),(2838,112,'_billing_address_1','969 Market'),(2839,112,'_billing_address_2',''),(2840,112,'_billing_city','San Francisco'),(2841,112,'_billing_state','CA'),(2842,112,'_billing_postcode','94103'),(2843,112,'_billing_country','US'),(2844,112,'_billing_email','john.doe@example.com'),(2845,112,'_billing_phone','(555) 555-5555'),(2846,112,'_shipping_first_name','John'),(2847,112,'_shipping_last_name','Doe'),(2848,112,'_shipping_company',''),(2849,112,'_shipping_address_1','969 Market'),(2850,112,'_shipping_address_2',''),(2851,112,'_shipping_city','San Francisco'),(2852,112,'_shipping_state','CA'),(2853,112,'_shipping_postcode','94103'),(2854,112,'_shipping_country','US'),(2855,112,'_order_currency','USD'),(2856,112,'_cart_discount','0'),(2857,112,'_cart_discount_tax','0'),(2858,112,'_order_shipping','0'),(2859,112,'_order_shipping_tax','0'),(2860,112,'_order_tax','0'),(2861,112,'_order_total','0.00'),(2862,112,'_order_version','3.4.2'),(2863,112,'_prices_include_tax','no'),(2864,112,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2865,112,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2866,113,'_order_key','wc_order_5b210725b0189'),(2867,113,'_customer_user','0'),(2868,113,'_payment_method','bacs'),(2869,113,'_payment_method_title','Direct Bank Transfer'),(2870,113,'_transaction_id',''),(2871,113,'_customer_ip_address',''),(2872,113,'_customer_user_agent',''),(2873,113,'_created_via','rest-api'),(2874,113,'_date_completed','1528891173'),(2875,113,'_completed_date','2018-06-13 11:59:33'),(2876,113,'_date_paid','1528891173'),(2877,113,'_paid_date','2018-06-13 11:59:33'),(2878,113,'_cart_hash',''),(2879,112,'_download_permissions_granted','yes'),(2880,112,'_recorded_sales','yes'),(2881,112,'_recorded_coupon_usage_counts','yes'),(2882,112,'_order_stock_reduced','yes'),(2883,113,'_billing_first_name','John'),(2884,113,'_billing_last_name','Doe'),(2885,113,'_billing_company',''),(2886,113,'_billing_address_1','969 Market'),(2887,113,'_billing_address_2',''),(2888,113,'_billing_city','San Francisco'),(2889,113,'_billing_state','CA'),(2890,113,'_billing_postcode','94103'),(2891,113,'_billing_country','US'),(2892,113,'_billing_email','john.doe@example.com'),(2893,113,'_billing_phone','(555) 555-5555'),(2894,113,'_shipping_first_name','John'),(2895,113,'_shipping_last_name','Doe'),(2896,113,'_shipping_company',''),(2897,113,'_shipping_address_1','969 Market'),(2898,113,'_shipping_address_2',''),(2899,113,'_shipping_city','San Francisco'),(2900,113,'_shipping_state','CA'),(2901,113,'_shipping_postcode','94103'),(2902,113,'_shipping_country','US'),(2903,113,'_order_currency','USD'),(2904,113,'_cart_discount','0'),(2905,113,'_cart_discount_tax','0'),(2906,113,'_order_shipping','0'),(2907,113,'_order_shipping_tax','0'),(2908,113,'_order_tax','0'),(2909,113,'_order_total','0.00'),(2910,113,'_order_version','3.4.2'),(2911,113,'_prices_include_tax','no'),(2912,113,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2913,113,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2914,114,'_order_key','wc_order_5b210725d64ff'),(2915,114,'_customer_user','0'),(2916,114,'_payment_method','bacs'),(2917,114,'_payment_method_title','Direct Bank Transfer'),(2918,114,'_transaction_id',''),(2919,114,'_customer_ip_address',''),(2920,114,'_customer_user_agent',''),(2921,114,'_created_via','rest-api'),(2922,114,'_date_completed','1528891174'),(2923,113,'_download_permissions_granted','yes'),(2924,113,'_recorded_sales','yes'),(2925,113,'_recorded_coupon_usage_counts','yes'),(2926,113,'_order_stock_reduced','yes'),(2927,114,'_completed_date','2018-06-13 11:59:34'),(2928,114,'_date_paid','1528891174'),(2929,114,'_paid_date','2018-06-13 11:59:34'),(2930,114,'_cart_hash',''),(2931,114,'_billing_first_name','John'),(2932,114,'_billing_last_name','Doe'),(2933,114,'_billing_company',''),(2934,114,'_billing_address_1','969 Market'),(2935,114,'_billing_address_2',''),(2936,114,'_billing_city','San Francisco'),(2937,114,'_billing_state','CA'),(2938,114,'_billing_postcode','94103'),(2939,114,'_billing_country','US'),(2940,114,'_billing_email','john.doe@example.com'),(2941,114,'_billing_phone','(555) 555-5555'),(2942,114,'_shipping_first_name','John'),(2943,114,'_shipping_last_name','Doe'),(2944,114,'_shipping_company',''),(2945,114,'_shipping_address_1','969 Market'),(2946,114,'_shipping_address_2',''),(2947,114,'_shipping_city','San Francisco'),(2948,114,'_shipping_state','CA'),(2949,114,'_shipping_postcode','94103'),(2950,114,'_shipping_country','US'),(2951,114,'_order_currency','USD'),(2952,114,'_cart_discount','0'),(2953,114,'_cart_discount_tax','0'),(2954,114,'_order_shipping','0'),(2955,114,'_order_shipping_tax','0'),(2956,114,'_order_tax','0'),(2957,114,'_order_total','0.00'),(2958,114,'_order_version','3.4.2'),(2959,114,'_prices_include_tax','no'),(2960,114,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(2961,114,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(2962,114,'_download_permissions_granted','yes'),(2963,115,'_order_key','wc_order_5b210726173d7'),(2964,114,'_recorded_sales','yes'),(2965,115,'_customer_user','0'),(2966,114,'_recorded_coupon_usage_counts','yes'),(2967,115,'_payment_method','bacs'),(2968,115,'_payment_method_title','Direct Bank Transfer'),(2969,115,'_transaction_id',''),(2970,115,'_customer_ip_address',''),(2971,115,'_customer_user_agent',''),(2972,115,'_created_via','rest-api'),(2973,115,'_date_completed','1528891174'),(2974,114,'_order_stock_reduced','yes'),(2975,115,'_completed_date','2018-06-13 11:59:34'),(2976,115,'_date_paid','1528891174'),(2977,115,'_paid_date','2018-06-13 11:59:34'),(2978,115,'_cart_hash',''),(2979,115,'_billing_first_name','John'),(2980,115,'_billing_last_name','Doe'),(2981,115,'_billing_company',''),(2982,115,'_billing_address_1','969 Market'),(2983,115,'_billing_address_2',''),(2984,115,'_billing_city','San Francisco'),(2985,115,'_billing_state','CA'),(2986,115,'_billing_postcode','94103'),(2987,115,'_billing_country','US'),(2988,115,'_billing_email','john.doe@example.com'),(2989,115,'_billing_phone','(555) 555-5555'),(2990,115,'_shipping_first_name','John'),(2991,115,'_shipping_last_name','Doe'),(2992,115,'_shipping_company',''),(2993,115,'_shipping_address_1','969 Market'),(2994,115,'_shipping_address_2',''),(2995,115,'_shipping_city','San Francisco'),(2996,115,'_shipping_state','CA'),(2997,115,'_shipping_postcode','94103'),(2998,115,'_shipping_country','US'),(2999,115,'_order_currency','USD'),(3000,115,'_cart_discount','0'),(3001,115,'_cart_discount_tax','0'),(3002,115,'_order_shipping','0'),(3003,115,'_order_shipping_tax','0'),(3004,115,'_order_tax','0'),(3005,115,'_order_total','0.00'),(3006,115,'_order_version','3.4.2'),(3007,115,'_prices_include_tax','no'),(3008,115,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3009,115,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3010,116,'_order_key','wc_order_5b21072641d72'),(3011,115,'_download_permissions_granted','yes'),(3012,115,'_recorded_sales','yes'),(3013,116,'_customer_user','0'),(3014,115,'_recorded_coupon_usage_counts','yes'),(3015,116,'_payment_method','bacs'),(3016,116,'_payment_method_title','Direct Bank Transfer'),(3017,116,'_transaction_id',''),(3018,116,'_customer_ip_address',''),(3019,116,'_customer_user_agent',''),(3020,116,'_created_via','rest-api'),(3021,116,'_date_completed','1528891174'),(3022,115,'_order_stock_reduced','yes'),(3023,116,'_completed_date','2018-06-13 11:59:34'),(3024,116,'_date_paid','1528891174'),(3025,116,'_paid_date','2018-06-13 11:59:34'),(3026,116,'_cart_hash',''),(3027,116,'_billing_first_name','John'),(3028,116,'_billing_last_name','Doe'),(3029,116,'_billing_company',''),(3030,116,'_billing_address_1','969 Market'),(3031,116,'_billing_address_2',''),(3032,116,'_billing_city','San Francisco'),(3033,116,'_billing_state','CA'),(3034,116,'_billing_postcode','94103'),(3035,116,'_billing_country','US'),(3036,116,'_billing_email','john.doe@example.com'),(3037,116,'_billing_phone','(555) 555-5555'),(3038,116,'_shipping_first_name','John'),(3039,116,'_shipping_last_name','Doe'),(3040,116,'_shipping_company',''),(3041,116,'_shipping_address_1','969 Market'),(3042,116,'_shipping_address_2',''),(3043,116,'_shipping_city','San Francisco'),(3044,116,'_shipping_state','CA'),(3045,116,'_shipping_postcode','94103'),(3046,116,'_shipping_country','US'),(3047,116,'_order_currency','USD'),(3048,116,'_cart_discount','0'),(3049,116,'_cart_discount_tax','0'),(3050,116,'_order_shipping','0'),(3051,116,'_order_shipping_tax','0'),(3052,116,'_order_tax','0'),(3053,116,'_order_total','0.00'),(3054,116,'_order_version','3.4.2'),(3055,116,'_prices_include_tax','no'),(3056,116,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3057,116,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3058,117,'_order_key','wc_order_5b21072675a84'),(3059,117,'_customer_user','0'),(3060,117,'_payment_method','bacs'),(3061,117,'_payment_method_title','Direct Bank Transfer'),(3062,117,'_transaction_id',''),(3063,117,'_customer_ip_address',''),(3064,117,'_customer_user_agent',''),(3065,117,'_created_via','rest-api'),(3066,117,'_date_completed','1528891174'),(3067,116,'_download_permissions_granted','yes'),(3068,116,'_recorded_sales','yes'),(3069,116,'_recorded_coupon_usage_counts','yes'),(3070,116,'_order_stock_reduced','yes'),(3071,117,'_completed_date','2018-06-13 11:59:34'),(3072,117,'_date_paid','1528891174'),(3073,117,'_paid_date','2018-06-13 11:59:34'),(3074,117,'_cart_hash',''),(3075,117,'_billing_first_name','John'),(3076,117,'_billing_last_name','Doe'),(3077,117,'_billing_company',''),(3078,117,'_billing_address_1','969 Market'),(3079,117,'_billing_address_2',''),(3080,117,'_billing_city','San Francisco'),(3081,117,'_billing_state','CA'),(3082,117,'_billing_postcode','94103'),(3083,117,'_billing_country','US'),(3084,117,'_billing_email','john.doe@example.com'),(3085,117,'_billing_phone','(555) 555-5555'),(3086,117,'_shipping_first_name','John'),(3087,117,'_shipping_last_name','Doe'),(3088,117,'_shipping_company',''),(3089,117,'_shipping_address_1','969 Market'),(3090,117,'_shipping_address_2',''),(3091,117,'_shipping_city','San Francisco'),(3092,117,'_shipping_state','CA'),(3093,117,'_shipping_postcode','94103'),(3094,117,'_shipping_country','US'),(3095,117,'_order_currency','USD'),(3096,117,'_cart_discount','0'),(3097,117,'_cart_discount_tax','0'),(3098,117,'_order_shipping','0'),(3099,117,'_order_shipping_tax','0'),(3100,117,'_order_tax','0'),(3101,117,'_order_total','0.00'),(3102,117,'_order_version','3.4.2'),(3103,117,'_prices_include_tax','no'),(3104,117,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3105,117,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3106,117,'_download_permissions_granted','yes'),(3107,117,'_recorded_sales','yes'),(3108,117,'_recorded_coupon_usage_counts','yes'),(3109,117,'_order_stock_reduced','yes'),(3110,118,'_order_key','wc_order_5b210726cbd1c'),(3111,118,'_customer_user','0'),(3112,118,'_payment_method','bacs'),(3113,118,'_payment_method_title','Direct Bank Transfer'),(3114,118,'_transaction_id',''),(3115,118,'_customer_ip_address',''),(3116,118,'_customer_user_agent',''),(3117,118,'_created_via','rest-api'),(3118,118,'_date_completed','1528891175'),(3119,118,'_completed_date','2018-06-13 11:59:35'),(3120,118,'_date_paid','1528891175'),(3121,118,'_paid_date','2018-06-13 11:59:35'),(3122,118,'_cart_hash',''),(3123,118,'_billing_first_name','John'),(3124,118,'_billing_last_name','Doe'),(3125,118,'_billing_company',''),(3126,118,'_billing_address_1','969 Market'),(3127,118,'_billing_address_2',''),(3128,118,'_billing_city','San Francisco'),(3129,118,'_billing_state','CA'),(3130,118,'_billing_postcode','94103'),(3131,118,'_billing_country','US'),(3132,118,'_billing_email','john.doe@example.com'),(3133,118,'_billing_phone','(555) 555-5555'),(3134,118,'_shipping_first_name','John'),(3135,118,'_shipping_last_name','Doe'),(3136,118,'_shipping_company',''),(3137,118,'_shipping_address_1','969 Market'),(3138,118,'_shipping_address_2',''),(3139,118,'_shipping_city','San Francisco'),(3140,118,'_shipping_state','CA'),(3141,118,'_shipping_postcode','94103'),(3142,118,'_shipping_country','US'),(3143,118,'_order_currency','USD'),(3144,118,'_cart_discount','0'),(3145,118,'_cart_discount_tax','0'),(3146,118,'_order_shipping','0'),(3147,118,'_order_shipping_tax','0'),(3148,118,'_order_tax','0'),(3149,118,'_order_total','0.00'),(3150,118,'_order_version','3.4.2'),(3151,118,'_prices_include_tax','no'),(3152,118,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3153,118,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3154,118,'_download_permissions_granted','yes'),(3155,118,'_recorded_sales','yes'),(3156,118,'_recorded_coupon_usage_counts','yes'),(3157,118,'_order_stock_reduced','yes'),(3158,119,'_order_key','wc_order_5b21072737ece'),(3159,119,'_customer_user','0'),(3160,119,'_payment_method','bacs'),(3161,119,'_payment_method_title','Direct Bank Transfer'),(3162,119,'_transaction_id',''),(3163,119,'_customer_ip_address',''),(3164,119,'_customer_user_agent',''),(3165,119,'_created_via','rest-api'),(3166,119,'_date_completed','1528891175'),(3167,119,'_completed_date','2018-06-13 11:59:35'),(3168,119,'_date_paid','1528891175'),(3169,119,'_paid_date','2018-06-13 11:59:35'),(3170,119,'_cart_hash',''),(3171,119,'_billing_first_name','John'),(3172,119,'_billing_last_name','Doe'),(3173,119,'_billing_company',''),(3174,119,'_billing_address_1','969 Market'),(3175,119,'_billing_address_2',''),(3176,119,'_billing_city','San Francisco'),(3177,119,'_billing_state','CA'),(3178,119,'_billing_postcode','94103'),(3179,119,'_billing_country','US'),(3180,119,'_billing_email','john.doe@example.com'),(3181,119,'_billing_phone','(555) 555-5555'),(3182,119,'_shipping_first_name','John'),(3183,119,'_shipping_last_name','Doe'),(3184,119,'_shipping_company',''),(3185,119,'_shipping_address_1','969 Market'),(3186,119,'_shipping_address_2',''),(3187,119,'_shipping_city','San Francisco'),(3188,119,'_shipping_state','CA'),(3189,119,'_shipping_postcode','94103'),(3190,119,'_shipping_country','US'),(3191,119,'_order_currency','USD'),(3192,119,'_cart_discount','0'),(3193,119,'_cart_discount_tax','0'),(3194,119,'_order_shipping','0'),(3195,119,'_order_shipping_tax','0'),(3196,119,'_order_tax','0'),(3197,119,'_order_total','0.00'),(3198,119,'_order_version','3.4.2'),(3199,119,'_prices_include_tax','no'),(3200,119,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3201,119,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3202,119,'_download_permissions_granted','yes'),(3203,119,'_recorded_sales','yes'),(3204,119,'_recorded_coupon_usage_counts','yes'),(3205,119,'_order_stock_reduced','yes'),(3206,120,'_order_key','wc_order_5b210727898b9'),(3207,120,'_customer_user','0'),(3208,120,'_payment_method','bacs'),(3209,120,'_payment_method_title','Direct Bank Transfer'),(3210,120,'_transaction_id',''),(3211,120,'_customer_ip_address',''),(3212,120,'_customer_user_agent',''),(3213,120,'_created_via','rest-api'),(3214,120,'_date_completed','1528891175'),(3215,120,'_completed_date','2018-06-13 11:59:35'),(3216,120,'_date_paid','1528891175'),(3217,120,'_paid_date','2018-06-13 11:59:35'),(3218,120,'_cart_hash',''),(3219,120,'_billing_first_name','John'),(3220,120,'_billing_last_name','Doe'),(3221,120,'_billing_company',''),(3222,120,'_billing_address_1','969 Market'),(3223,120,'_billing_address_2',''),(3224,120,'_billing_city','San Francisco'),(3225,120,'_billing_state','CA'),(3226,120,'_billing_postcode','94103'),(3227,120,'_billing_country','US'),(3228,120,'_billing_email','john.doe@example.com'),(3229,120,'_billing_phone','(555) 555-5555'),(3230,120,'_shipping_first_name','John'),(3231,120,'_shipping_last_name','Doe'),(3232,120,'_shipping_company',''),(3233,120,'_shipping_address_1','969 Market'),(3234,120,'_shipping_address_2',''),(3235,120,'_shipping_city','San Francisco'),(3236,120,'_shipping_state','CA'),(3237,120,'_shipping_postcode','94103'),(3238,120,'_shipping_country','US'),(3239,120,'_order_currency','USD'),(3240,120,'_cart_discount','0'),(3241,120,'_cart_discount_tax','0'),(3242,120,'_order_shipping','0'),(3243,120,'_order_shipping_tax','0'),(3244,120,'_order_tax','0'),(3245,120,'_order_total','0.00'),(3246,120,'_order_version','3.4.2'),(3247,120,'_prices_include_tax','no'),(3248,120,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3249,120,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3250,120,'_download_permissions_granted','yes'),(3251,120,'_recorded_sales','yes'),(3252,120,'_recorded_coupon_usage_counts','yes'),(3253,120,'_order_stock_reduced','yes'),(3254,121,'_order_key','wc_order_5b210728bca55'),(3255,121,'_customer_user','0'),(3256,121,'_payment_method','bacs'),(3257,121,'_payment_method_title','Direct Bank Transfer'),(3258,121,'_transaction_id',''),(3259,121,'_customer_ip_address',''),(3260,121,'_customer_user_agent',''),(3261,121,'_created_via','rest-api'),(3262,121,'_date_completed','1528891177'),(3263,121,'_completed_date','2018-06-13 11:59:37'),(3264,121,'_date_paid','1528891177'),(3265,121,'_paid_date','2018-06-13 11:59:37'),(3266,121,'_cart_hash',''),(3267,121,'_billing_first_name','John'),(3268,121,'_billing_last_name','Doe'),(3269,121,'_billing_company',''),(3270,121,'_billing_address_1','969 Market'),(3271,121,'_billing_address_2',''),(3272,121,'_billing_city','San Francisco'),(3273,121,'_billing_state','CA'),(3274,121,'_billing_postcode','94103'),(3275,121,'_billing_country','US'),(3276,121,'_billing_email','john.doe@example.com'),(3277,121,'_billing_phone','(555) 555-5555'),(3278,121,'_shipping_first_name','John'),(3279,121,'_shipping_last_name','Doe'),(3280,121,'_shipping_company',''),(3281,121,'_shipping_address_1','969 Market'),(3282,121,'_shipping_address_2',''),(3283,121,'_shipping_city','San Francisco'),(3284,121,'_shipping_state','CA'),(3285,121,'_shipping_postcode','94103'),(3286,121,'_shipping_country','US'),(3287,121,'_order_currency','USD'),(3288,121,'_cart_discount','0'),(3289,121,'_cart_discount_tax','0'),(3290,121,'_order_shipping','0'),(3291,121,'_order_shipping_tax','0'),(3292,121,'_order_tax','0'),(3293,121,'_order_total','0.00'),(3294,121,'_order_version','3.4.2'),(3295,121,'_prices_include_tax','no'),(3296,121,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3297,121,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3298,121,'_download_permissions_granted','yes'),(3299,121,'_recorded_sales','yes'),(3300,121,'_recorded_coupon_usage_counts','yes'),(3301,121,'_order_stock_reduced','yes'),(3302,122,'_order_key','wc_order_5b21072982358'),(3303,122,'_customer_user','0'),(3304,122,'_payment_method','bacs'),(3305,122,'_payment_method_title','Direct Bank Transfer'),(3306,122,'_transaction_id',''),(3307,122,'_customer_ip_address',''),(3308,122,'_customer_user_agent',''),(3309,122,'_created_via','rest-api'),(3310,122,'_date_completed','1528891177'),(3311,122,'_completed_date','2018-06-13 11:59:37'),(3312,122,'_date_paid','1528891177'),(3313,122,'_paid_date','2018-06-13 11:59:37'),(3314,122,'_cart_hash',''),(3315,122,'_billing_first_name','John'),(3316,122,'_billing_last_name','Doe'),(3317,122,'_billing_company',''),(3318,122,'_billing_address_1','969 Market'),(3319,122,'_billing_address_2',''),(3320,122,'_billing_city','San Francisco'),(3321,122,'_billing_state','CA'),(3322,122,'_billing_postcode','94103'),(3323,122,'_billing_country','US'),(3324,122,'_billing_email','john.doe@example.com'),(3325,122,'_billing_phone','(555) 555-5555'),(3326,122,'_shipping_first_name','John'),(3327,122,'_shipping_last_name','Doe'),(3328,122,'_shipping_company',''),(3329,122,'_shipping_address_1','969 Market'),(3330,122,'_shipping_address_2',''),(3331,122,'_shipping_city','San Francisco'),(3332,122,'_shipping_state','CA'),(3333,122,'_shipping_postcode','94103'),(3334,122,'_shipping_country','US'),(3335,122,'_order_currency','USD'),(3336,122,'_cart_discount','0'),(3337,122,'_cart_discount_tax','0'),(3338,122,'_order_shipping','0'),(3339,122,'_order_shipping_tax','0'),(3340,122,'_order_tax','0'),(3341,122,'_order_total','0.00'),(3342,122,'_order_version','3.4.2'),(3343,122,'_prices_include_tax','no'),(3344,122,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3345,122,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3346,123,'_order_key','wc_order_5b210729b3670'),(3347,123,'_customer_user','0'),(3348,123,'_payment_method','bacs'),(3349,123,'_payment_method_title','Direct Bank Transfer'),(3350,123,'_transaction_id',''),(3351,123,'_customer_ip_address',''),(3352,123,'_customer_user_agent',''),(3353,123,'_created_via','rest-api'),(3354,123,'_date_completed','1528891177'),(3355,123,'_completed_date','2018-06-13 11:59:37'),(3356,123,'_date_paid','1528891177'),(3357,123,'_paid_date','2018-06-13 11:59:37'),(3358,123,'_cart_hash',''),(3359,122,'_download_permissions_granted','yes'),(3360,123,'_billing_first_name','John'),(3361,122,'_recorded_sales','yes'),(3362,122,'_recorded_coupon_usage_counts','yes'),(3363,123,'_billing_last_name','Doe'),(3364,123,'_billing_company',''),(3365,123,'_billing_address_1','969 Market'),(3366,123,'_billing_address_2',''),(3367,123,'_billing_city','San Francisco'),(3368,123,'_billing_state','CA'),(3369,123,'_billing_postcode','94103'),(3370,123,'_billing_country','US'),(3371,123,'_billing_email','john.doe@example.com'),(3372,123,'_billing_phone','(555) 555-5555'),(3373,123,'_shipping_first_name','John'),(3374,122,'_order_stock_reduced','yes'),(3375,123,'_shipping_last_name','Doe'),(3376,123,'_shipping_company',''),(3377,123,'_shipping_address_1','969 Market'),(3378,123,'_shipping_address_2',''),(3379,123,'_shipping_city','San Francisco'),(3380,123,'_shipping_state','CA'),(3381,123,'_shipping_postcode','94103'),(3382,123,'_shipping_country','US'),(3383,123,'_order_currency','USD'),(3384,123,'_cart_discount','0'),(3385,123,'_cart_discount_tax','0'),(3386,123,'_order_shipping','0'),(3387,123,'_order_shipping_tax','0'),(3388,123,'_order_tax','0'),(3389,123,'_order_total','0.00'),(3390,123,'_order_version','3.4.2'),(3391,123,'_prices_include_tax','no'),(3392,123,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3393,123,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3394,123,'_download_permissions_granted','yes'),(3395,123,'_recorded_sales','yes'),(3396,123,'_recorded_coupon_usage_counts','yes'),(3397,123,'_order_stock_reduced','yes'),(3398,124,'_order_key','wc_order_5b21072a463d2'),(3399,124,'_customer_user','0'),(3400,124,'_payment_method','bacs'),(3401,124,'_payment_method_title','Direct Bank Transfer'),(3402,124,'_transaction_id',''),(3403,124,'_customer_ip_address',''),(3404,124,'_customer_user_agent',''),(3405,124,'_created_via','rest-api'),(3406,124,'_date_completed','1528891178'),(3407,124,'_completed_date','2018-06-13 11:59:38'),(3408,124,'_date_paid','1528891178'),(3409,124,'_paid_date','2018-06-13 11:59:38'),(3410,124,'_cart_hash',''),(3411,124,'_billing_first_name','John'),(3412,124,'_billing_last_name','Doe'),(3413,124,'_billing_company',''),(3414,124,'_billing_address_1','969 Market'),(3415,124,'_billing_address_2',''),(3416,124,'_billing_city','San Francisco'),(3417,124,'_billing_state','CA'),(3418,124,'_billing_postcode','94103'),(3419,124,'_billing_country','US'),(3420,124,'_billing_email','john.doe@example.com'),(3421,124,'_billing_phone','(555) 555-5555'),(3422,124,'_shipping_first_name','John'),(3423,124,'_shipping_last_name','Doe'),(3424,124,'_shipping_company',''),(3425,124,'_shipping_address_1','969 Market'),(3426,124,'_shipping_address_2',''),(3427,124,'_shipping_city','San Francisco'),(3428,124,'_shipping_state','CA'),(3429,124,'_shipping_postcode','94103'),(3430,124,'_shipping_country','US'),(3431,124,'_order_currency','USD'),(3432,124,'_cart_discount','0'),(3433,124,'_cart_discount_tax','0'),(3434,124,'_order_shipping','0'),(3435,124,'_order_shipping_tax','0'),(3436,124,'_order_tax','0'),(3437,124,'_order_total','0.00'),(3438,124,'_order_version','3.4.2'),(3439,124,'_prices_include_tax','no'),(3440,124,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3441,124,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3442,124,'_download_permissions_granted','yes'),(3443,124,'_recorded_sales','yes'),(3444,124,'_recorded_coupon_usage_counts','yes'),(3445,124,'_order_stock_reduced','yes'),(3446,125,'_order_key','wc_order_5b21072aa26bc'),(3447,125,'_customer_user','0'),(3448,125,'_payment_method','bacs'),(3449,125,'_payment_method_title','Direct Bank Transfer'),(3450,125,'_transaction_id',''),(3451,125,'_customer_ip_address',''),(3452,125,'_customer_user_agent',''),(3453,125,'_created_via','rest-api'),(3454,125,'_date_completed','1528891178'),(3455,125,'_completed_date','2018-06-13 11:59:38'),(3456,125,'_date_paid','1528891178'),(3457,125,'_paid_date','2018-06-13 11:59:38'),(3458,125,'_cart_hash',''),(3459,125,'_billing_first_name','John'),(3460,125,'_billing_last_name','Doe'),(3461,125,'_billing_company',''),(3462,125,'_billing_address_1','969 Market'),(3463,125,'_billing_address_2',''),(3464,125,'_billing_city','San Francisco'),(3465,125,'_billing_state','CA'),(3466,125,'_billing_postcode','94103'),(3467,125,'_billing_country','US'),(3468,125,'_billing_email','john.doe@example.com'),(3469,125,'_billing_phone','(555) 555-5555'),(3470,125,'_shipping_first_name','John'),(3471,125,'_shipping_last_name','Doe'),(3472,125,'_shipping_company',''),(3473,125,'_shipping_address_1','969 Market'),(3474,125,'_shipping_address_2',''),(3475,125,'_shipping_city','San Francisco'),(3476,125,'_shipping_state','CA'),(3477,125,'_shipping_postcode','94103'),(3478,125,'_shipping_country','US'),(3479,125,'_order_currency','USD'),(3480,125,'_cart_discount','0'),(3481,125,'_cart_discount_tax','0'),(3482,125,'_order_shipping','0'),(3483,125,'_order_shipping_tax','0'),(3484,125,'_order_tax','0'),(3485,125,'_order_total','0.00'),(3486,125,'_order_version','3.4.2'),(3487,125,'_prices_include_tax','no'),(3488,125,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3489,125,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3490,125,'_download_permissions_granted','yes'),(3491,125,'_recorded_sales','yes'),(3492,125,'_recorded_coupon_usage_counts','yes'),(3493,125,'_order_stock_reduced','yes'),(3494,126,'_order_key','wc_order_5b21072b16985'),(3495,126,'_customer_user','0'),(3496,126,'_payment_method','bacs'),(3497,126,'_payment_method_title','Direct Bank Transfer'),(3498,126,'_transaction_id',''),(3499,126,'_customer_ip_address',''),(3500,126,'_customer_user_agent',''),(3501,126,'_created_via','rest-api'),(3502,126,'_date_completed','1528891179'),(3503,126,'_completed_date','2018-06-13 11:59:39'),(3504,126,'_date_paid','1528891179'),(3505,126,'_paid_date','2018-06-13 11:59:39'),(3506,126,'_cart_hash',''),(3507,126,'_billing_first_name','John'),(3508,126,'_billing_last_name','Doe'),(3509,126,'_billing_company',''),(3510,126,'_billing_address_1','969 Market'),(3511,126,'_billing_address_2',''),(3512,126,'_billing_city','San Francisco'),(3513,126,'_billing_state','CA'),(3514,126,'_billing_postcode','94103'),(3515,126,'_billing_country','US'),(3516,126,'_billing_email','john.doe@example.com'),(3517,126,'_billing_phone','(555) 555-5555'),(3518,126,'_shipping_first_name','John'),(3519,126,'_shipping_last_name','Doe'),(3520,126,'_shipping_company',''),(3521,126,'_shipping_address_1','969 Market'),(3522,126,'_shipping_address_2',''),(3523,126,'_shipping_city','San Francisco'),(3524,126,'_shipping_state','CA'),(3525,126,'_shipping_postcode','94103'),(3526,126,'_shipping_country','US'),(3527,126,'_order_currency','USD'),(3528,126,'_cart_discount','0'),(3529,126,'_cart_discount_tax','0'),(3530,126,'_order_shipping','0'),(3531,126,'_order_shipping_tax','0'),(3532,126,'_order_tax','0'),(3533,126,'_order_total','0.00'),(3534,126,'_order_version','3.4.2'),(3535,126,'_prices_include_tax','no'),(3536,126,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3537,126,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3538,126,'_download_permissions_granted','yes'),(3539,126,'_recorded_sales','yes'),(3540,126,'_recorded_coupon_usage_counts','yes'),(3541,127,'_order_key','wc_order_5b21072b4dc68'),(3542,126,'_order_stock_reduced','yes'),(3543,127,'_customer_user','0'),(3544,127,'_payment_method','bacs'),(3545,127,'_payment_method_title','Direct Bank Transfer'),(3546,127,'_transaction_id',''),(3547,127,'_customer_ip_address',''),(3548,127,'_customer_user_agent',''),(3549,127,'_created_via','rest-api'),(3550,127,'_date_completed','1528891179'),(3551,127,'_completed_date','2018-06-13 11:59:39'),(3552,127,'_date_paid','1528891179'),(3553,127,'_paid_date','2018-06-13 11:59:39'),(3554,127,'_cart_hash',''),(3555,127,'_billing_first_name','John'),(3556,127,'_billing_last_name','Doe'),(3557,127,'_billing_company',''),(3558,127,'_billing_address_1','969 Market'),(3559,127,'_billing_address_2',''),(3560,127,'_billing_city','San Francisco'),(3561,127,'_billing_state','CA'),(3562,127,'_billing_postcode','94103'),(3563,127,'_billing_country','US'),(3564,127,'_billing_email','john.doe@example.com'),(3565,127,'_billing_phone','(555) 555-5555'),(3566,127,'_shipping_first_name','John'),(3567,127,'_shipping_last_name','Doe'),(3568,127,'_shipping_company',''),(3569,127,'_shipping_address_1','969 Market'),(3570,127,'_shipping_address_2',''),(3571,127,'_shipping_city','San Francisco'),(3572,127,'_shipping_state','CA'),(3573,127,'_shipping_postcode','94103'),(3574,127,'_shipping_country','US'),(3575,127,'_order_currency','USD'),(3576,127,'_cart_discount','0'),(3577,127,'_cart_discount_tax','0'),(3578,127,'_order_shipping','0'),(3579,127,'_order_shipping_tax','0'),(3580,127,'_order_tax','0'),(3581,127,'_order_total','0.00'),(3582,127,'_order_version','3.4.2'),(3583,127,'_prices_include_tax','no'),(3584,127,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3585,127,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3586,128,'_order_key','wc_order_5b21072b7bf45'),(3587,128,'_customer_user','0'),(3588,128,'_payment_method','bacs'),(3589,128,'_payment_method_title','Direct Bank Transfer'),(3590,128,'_transaction_id',''),(3591,128,'_customer_ip_address',''),(3592,128,'_customer_user_agent',''),(3593,128,'_created_via','rest-api'),(3594,128,'_date_completed','1528891179'),(3595,128,'_completed_date','2018-06-13 11:59:39'),(3596,128,'_date_paid','1528891179'),(3597,128,'_paid_date','2018-06-13 11:59:39'),(3598,128,'_cart_hash',''),(3599,128,'_billing_first_name','John'),(3600,128,'_billing_last_name','Doe'),(3601,127,'_download_permissions_granted','yes'),(3602,128,'_billing_company',''),(3603,127,'_recorded_sales','yes'),(3604,128,'_billing_address_1','969 Market'),(3605,127,'_recorded_coupon_usage_counts','yes'),(3606,128,'_billing_address_2',''),(3607,128,'_billing_city','San Francisco'),(3608,128,'_billing_state','CA'),(3609,128,'_billing_postcode','94103'),(3610,128,'_billing_country','US'),(3611,128,'_billing_email','john.doe@example.com'),(3612,128,'_billing_phone','(555) 555-5555'),(3613,128,'_shipping_first_name','John'),(3614,128,'_shipping_last_name','Doe'),(3615,128,'_shipping_company',''),(3616,127,'_order_stock_reduced','yes'),(3617,128,'_shipping_address_1','969 Market'),(3618,128,'_shipping_address_2',''),(3619,128,'_shipping_city','San Francisco'),(3620,128,'_shipping_state','CA'),(3621,128,'_shipping_postcode','94103'),(3622,128,'_shipping_country','US'),(3623,128,'_order_currency','USD'),(3624,128,'_cart_discount','0'),(3625,128,'_cart_discount_tax','0'),(3626,128,'_order_shipping','0'),(3627,128,'_order_shipping_tax','0'),(3628,128,'_order_tax','0'),(3629,128,'_order_total','0.00'),(3630,128,'_order_version','3.4.2'),(3631,128,'_prices_include_tax','no'),(3632,128,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3633,128,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3634,128,'_download_permissions_granted','yes'),(3635,129,'_order_key','wc_order_5b21072babcc6'),(3636,128,'_recorded_sales','yes'),(3637,128,'_recorded_coupon_usage_counts','yes'),(3638,128,'_order_stock_reduced','yes'),(3639,129,'_customer_user','0'),(3640,129,'_payment_method','bacs'),(3641,129,'_payment_method_title','Direct Bank Transfer'),(3642,129,'_transaction_id',''),(3643,129,'_customer_ip_address',''),(3644,129,'_customer_user_agent',''),(3645,129,'_created_via','rest-api'),(3646,129,'_date_completed','1528891180'),(3647,129,'_completed_date','2018-06-13 11:59:40'),(3648,129,'_date_paid','1528891180'),(3649,129,'_paid_date','2018-06-13 11:59:40'),(3650,129,'_cart_hash',''),(3651,129,'_billing_first_name','John'),(3652,129,'_billing_last_name','Doe'),(3653,129,'_billing_company',''),(3654,129,'_billing_address_1','969 Market'),(3655,129,'_billing_address_2',''),(3656,129,'_billing_city','San Francisco'),(3657,129,'_billing_state','CA'),(3658,129,'_billing_postcode','94103'),(3659,129,'_billing_country','US'),(3660,129,'_billing_email','john.doe@example.com'),(3661,129,'_billing_phone','(555) 555-5555'),(3662,129,'_shipping_first_name','John'),(3663,129,'_shipping_last_name','Doe'),(3664,129,'_shipping_company',''),(3665,129,'_shipping_address_1','969 Market'),(3666,129,'_shipping_address_2',''),(3667,129,'_shipping_city','San Francisco'),(3668,129,'_shipping_state','CA'),(3669,129,'_shipping_postcode','94103'),(3670,129,'_shipping_country','US'),(3671,129,'_order_currency','USD'),(3672,129,'_cart_discount','0'),(3673,129,'_cart_discount_tax','0'),(3674,129,'_order_shipping','0'),(3675,129,'_order_shipping_tax','0'),(3676,129,'_order_tax','0'),(3677,129,'_order_total','0.00'),(3678,129,'_order_version','3.4.2'),(3679,129,'_prices_include_tax','no'),(3680,129,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3681,129,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3682,129,'_download_permissions_granted','yes'),(3683,129,'_recorded_sales','yes'),(3684,129,'_recorded_coupon_usage_counts','yes'),(3685,129,'_order_stock_reduced','yes'),(3686,130,'_order_key','wc_order_5b21072c278fe'),(3687,130,'_customer_user','0'),(3688,130,'_payment_method','bacs'),(3689,130,'_payment_method_title','Direct Bank Transfer'),(3690,130,'_transaction_id',''),(3691,130,'_customer_ip_address',''),(3692,130,'_customer_user_agent',''),(3693,130,'_created_via','rest-api'),(3694,130,'_date_completed','1528891180'),(3695,130,'_completed_date','2018-06-13 11:59:40'),(3696,130,'_date_paid','1528891180'),(3697,130,'_paid_date','2018-06-13 11:59:40'),(3698,130,'_cart_hash',''),(3699,130,'_billing_first_name','John'),(3700,130,'_billing_last_name','Doe'),(3701,130,'_billing_company',''),(3702,130,'_billing_address_1','969 Market'),(3703,130,'_billing_address_2',''),(3704,130,'_billing_city','San Francisco'),(3705,130,'_billing_state','CA'),(3706,130,'_billing_postcode','94103'),(3707,130,'_billing_country','US'),(3708,130,'_billing_email','john.doe@example.com'),(3709,130,'_billing_phone','(555) 555-5555'),(3710,130,'_shipping_first_name','John'),(3711,130,'_shipping_last_name','Doe'),(3712,130,'_shipping_company',''),(3713,130,'_shipping_address_1','969 Market'),(3714,130,'_shipping_address_2',''),(3715,130,'_shipping_city','San Francisco'),(3716,130,'_shipping_state','CA'),(3717,130,'_shipping_postcode','94103'),(3718,130,'_shipping_country','US'),(3719,130,'_order_currency','USD'),(3720,130,'_cart_discount','0'),(3721,130,'_cart_discount_tax','0'),(3722,130,'_order_shipping','0'),(3723,130,'_order_shipping_tax','0'),(3724,130,'_order_tax','0'),(3725,130,'_order_total','0.00'),(3726,130,'_order_version','3.4.2'),(3727,130,'_prices_include_tax','no'),(3728,130,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3729,130,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3730,130,'_download_permissions_granted','yes'),(3731,130,'_recorded_sales','yes'),(3732,130,'_recorded_coupon_usage_counts','yes'),(3733,131,'_order_key','wc_order_5b21072c64c29'),(3734,130,'_order_stock_reduced','yes'),(3735,131,'_customer_user','0'),(3736,131,'_payment_method','bacs'),(3737,131,'_payment_method_title','Direct Bank Transfer'),(3738,131,'_transaction_id',''),(3739,131,'_customer_ip_address',''),(3740,131,'_customer_user_agent',''),(3741,131,'_created_via','rest-api'),(3742,131,'_date_completed','1528891180'),(3743,131,'_completed_date','2018-06-13 11:59:40'),(3744,131,'_date_paid','1528891180'),(3745,131,'_paid_date','2018-06-13 11:59:40'),(3746,131,'_cart_hash',''),(3747,131,'_billing_first_name','John'),(3748,131,'_billing_last_name','Doe'),(3749,131,'_billing_company',''),(3750,131,'_billing_address_1','969 Market'),(3751,131,'_billing_address_2',''),(3752,131,'_billing_city','San Francisco'),(3753,131,'_billing_state','CA'),(3754,131,'_billing_postcode','94103'),(3755,131,'_billing_country','US'),(3756,131,'_billing_email','john.doe@example.com'),(3757,131,'_billing_phone','(555) 555-5555'),(3758,131,'_shipping_first_name','John'),(3759,131,'_shipping_last_name','Doe'),(3760,131,'_shipping_company',''),(3761,131,'_shipping_address_1','969 Market'),(3762,131,'_shipping_address_2',''),(3763,131,'_shipping_city','San Francisco'),(3764,131,'_shipping_state','CA'),(3765,131,'_shipping_postcode','94103'),(3766,131,'_shipping_country','US'),(3767,131,'_order_currency','USD'),(3768,131,'_cart_discount','0'),(3769,131,'_cart_discount_tax','0'),(3770,131,'_order_shipping','0'),(3771,131,'_order_shipping_tax','0'),(3772,131,'_order_tax','0'),(3773,131,'_order_total','0.00'),(3774,131,'_order_version','3.4.2'),(3775,131,'_prices_include_tax','no'),(3776,131,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3777,131,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3778,132,'_order_key','wc_order_5b21072c93c16'),(3779,132,'_customer_user','0'),(3780,132,'_payment_method','bacs'),(3781,132,'_payment_method_title','Direct Bank Transfer'),(3782,132,'_transaction_id',''),(3783,132,'_customer_ip_address',''),(3784,132,'_customer_user_agent',''),(3785,131,'_download_permissions_granted','yes'),(3786,132,'_created_via','rest-api'),(3787,131,'_recorded_sales','yes'),(3788,132,'_date_completed','1528891180'),(3789,131,'_recorded_coupon_usage_counts','yes'),(3790,132,'_completed_date','2018-06-13 11:59:40'),(3791,132,'_date_paid','1528891180'),(3792,132,'_paid_date','2018-06-13 11:59:40'),(3793,132,'_cart_hash',''),(3794,132,'_billing_first_name','John'),(3795,132,'_billing_last_name','Doe'),(3796,132,'_billing_company',''),(3797,132,'_billing_address_1','969 Market'),(3798,132,'_billing_address_2',''),(3799,132,'_billing_city','San Francisco'),(3800,132,'_billing_state','CA'),(3801,131,'_order_stock_reduced','yes'),(3802,132,'_billing_postcode','94103'),(3803,132,'_billing_country','US'),(3804,132,'_billing_email','john.doe@example.com'),(3805,132,'_billing_phone','(555) 555-5555'),(3806,132,'_shipping_first_name','John'),(3807,132,'_shipping_last_name','Doe'),(3808,132,'_shipping_company',''),(3809,132,'_shipping_address_1','969 Market'),(3810,132,'_shipping_address_2',''),(3811,132,'_shipping_city','San Francisco'),(3812,132,'_shipping_state','CA'),(3813,132,'_shipping_postcode','94103'),(3814,132,'_shipping_country','US'),(3815,132,'_order_currency','USD'),(3816,132,'_cart_discount','0'),(3817,132,'_cart_discount_tax','0'),(3818,132,'_order_shipping','0'),(3819,132,'_order_shipping_tax','0'),(3820,132,'_order_tax','0'),(3821,132,'_order_total','0.00'),(3822,132,'_order_version','3.4.2'),(3823,132,'_prices_include_tax','no'),(3824,132,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3825,132,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3826,133,'_order_key','wc_order_5b21072cbedf4'),(3827,132,'_download_permissions_granted','yes'),(3828,132,'_recorded_sales','yes'),(3829,132,'_recorded_coupon_usage_counts','yes'),(3830,132,'_order_stock_reduced','yes'),(3831,133,'_customer_user','0'),(3832,133,'_payment_method','bacs'),(3833,133,'_payment_method_title','Direct Bank Transfer'),(3834,133,'_transaction_id',''),(3835,133,'_customer_ip_address',''),(3836,133,'_customer_user_agent',''),(3837,133,'_created_via','rest-api'),(3838,133,'_date_completed','1528891180'),(3839,133,'_completed_date','2018-06-13 11:59:40'),(3840,133,'_date_paid','1528891180'),(3841,133,'_paid_date','2018-06-13 11:59:40'),(3842,133,'_cart_hash',''),(3843,133,'_billing_first_name','John'),(3844,133,'_billing_last_name','Doe'),(3845,133,'_billing_company',''),(3846,133,'_billing_address_1','969 Market'),(3847,133,'_billing_address_2',''),(3848,133,'_billing_city','San Francisco'),(3849,133,'_billing_state','CA'),(3850,133,'_billing_postcode','94103'),(3851,133,'_billing_country','US'),(3852,133,'_billing_email','john.doe@example.com'),(3853,133,'_billing_phone','(555) 555-5555'),(3854,133,'_shipping_first_name','John'),(3855,133,'_shipping_last_name','Doe'),(3856,133,'_shipping_company',''),(3857,133,'_shipping_address_1','969 Market'),(3858,133,'_shipping_address_2',''),(3859,133,'_shipping_city','San Francisco'),(3860,133,'_shipping_state','CA'),(3861,133,'_shipping_postcode','94103'),(3862,133,'_shipping_country','US'),(3863,133,'_order_currency','USD'),(3864,133,'_cart_discount','0'),(3865,133,'_cart_discount_tax','0'),(3866,133,'_order_shipping','0'),(3867,133,'_order_shipping_tax','0'),(3868,133,'_order_tax','0'),(3869,133,'_order_total','0.00'),(3870,133,'_order_version','3.4.2'),(3871,133,'_prices_include_tax','no'),(3872,133,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3873,133,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3874,133,'_download_permissions_granted','yes'),(3875,133,'_recorded_sales','yes'),(3876,133,'_recorded_coupon_usage_counts','yes'),(3877,134,'_order_key','wc_order_5b21072ced421'),(3878,133,'_order_stock_reduced','yes'),(3879,134,'_customer_user','0'),(3880,134,'_payment_method','bacs'),(3881,134,'_payment_method_title','Direct Bank Transfer'),(3882,134,'_transaction_id',''),(3883,134,'_customer_ip_address',''),(3884,134,'_customer_user_agent',''),(3885,134,'_created_via','rest-api'),(3886,134,'_date_completed','1528891181'),(3887,134,'_completed_date','2018-06-13 11:59:41'),(3888,134,'_date_paid','1528891181'),(3889,134,'_paid_date','2018-06-13 11:59:41'),(3890,134,'_cart_hash',''),(3891,134,'_billing_first_name','John'),(3892,134,'_billing_last_name','Doe'),(3893,134,'_billing_company',''),(3894,134,'_billing_address_1','969 Market'),(3895,134,'_billing_address_2',''),(3896,134,'_billing_city','San Francisco'),(3897,134,'_billing_state','CA'),(3898,134,'_billing_postcode','94103'),(3899,134,'_billing_country','US'),(3900,134,'_billing_email','john.doe@example.com'),(3901,134,'_billing_phone','(555) 555-5555'),(3902,134,'_shipping_first_name','John'),(3903,134,'_shipping_last_name','Doe'),(3904,134,'_shipping_company',''),(3905,134,'_shipping_address_1','969 Market'),(3906,134,'_shipping_address_2',''),(3907,134,'_shipping_city','San Francisco'),(3908,134,'_shipping_state','CA'),(3909,134,'_shipping_postcode','94103'),(3910,134,'_shipping_country','US'),(3911,134,'_order_currency','USD'),(3912,134,'_cart_discount','0'),(3913,134,'_cart_discount_tax','0'),(3914,134,'_order_shipping','0'),(3915,134,'_order_shipping_tax','0'),(3916,134,'_order_tax','0'),(3917,134,'_order_total','0.00'),(3918,134,'_order_version','3.4.2'),(3919,134,'_prices_include_tax','no'),(3920,134,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3921,134,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3922,134,'_download_permissions_granted','yes'),(3923,134,'_recorded_sales','yes'),(3924,134,'_recorded_coupon_usage_counts','yes'),(3925,135,'_order_key','wc_order_5b21072d2940e'),(3926,134,'_order_stock_reduced','yes'),(3927,135,'_customer_user','0'),(3928,135,'_payment_method','bacs'),(3929,135,'_payment_method_title','Direct Bank Transfer'),(3930,135,'_transaction_id',''),(3931,135,'_customer_ip_address',''),(3932,135,'_customer_user_agent',''),(3933,135,'_created_via','rest-api'),(3934,135,'_date_completed','1528891181'),(3935,135,'_completed_date','2018-06-13 11:59:41'),(3936,135,'_date_paid','1528891181'),(3937,135,'_paid_date','2018-06-13 11:59:41'),(3938,135,'_cart_hash',''),(3939,135,'_billing_first_name','John'),(3940,135,'_billing_last_name','Doe'),(3941,135,'_billing_company',''),(3942,135,'_billing_address_1','969 Market'),(3943,135,'_billing_address_2',''),(3944,135,'_billing_city','San Francisco'),(3945,135,'_billing_state','CA'),(3946,135,'_billing_postcode','94103'),(3947,135,'_billing_country','US'),(3948,135,'_billing_email','john.doe@example.com'),(3949,135,'_billing_phone','(555) 555-5555'),(3950,135,'_shipping_first_name','John'),(3951,135,'_shipping_last_name','Doe'),(3952,135,'_shipping_company',''),(3953,135,'_shipping_address_1','969 Market'),(3954,135,'_shipping_address_2',''),(3955,135,'_shipping_city','San Francisco'),(3956,135,'_shipping_state','CA'),(3957,135,'_shipping_postcode','94103'),(3958,135,'_shipping_country','US'),(3959,135,'_order_currency','USD'),(3960,135,'_cart_discount','0'),(3961,135,'_cart_discount_tax','0'),(3962,135,'_order_shipping','0'),(3963,135,'_order_shipping_tax','0'),(3964,135,'_order_tax','0'),(3965,135,'_order_total','0.00'),(3966,135,'_order_version','3.4.2'),(3967,135,'_prices_include_tax','no'),(3968,135,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(3969,135,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(3970,136,'_order_key','wc_order_5b21072d5b205'),(3971,136,'_customer_user','0'),(3972,136,'_payment_method','bacs'),(3973,136,'_payment_method_title','Direct Bank Transfer'),(3974,136,'_transaction_id',''),(3975,136,'_customer_ip_address',''),(3976,136,'_customer_user_agent',''),(3977,136,'_created_via','rest-api'),(3978,136,'_date_completed','1528891181'),(3979,136,'_completed_date','2018-06-13 11:59:41'),(3980,136,'_date_paid','1528891181'),(3981,136,'_paid_date','2018-06-13 11:59:41'),(3982,136,'_cart_hash',''),(3983,136,'_billing_first_name','John'),(3984,136,'_billing_last_name','Doe'),(3985,136,'_billing_company',''),(3986,136,'_billing_address_1','969 Market'),(3987,136,'_billing_address_2',''),(3988,135,'_download_permissions_granted','yes'),(3989,136,'_billing_city','San Francisco'),(3990,135,'_recorded_sales','yes'),(3991,135,'_recorded_coupon_usage_counts','yes'),(3992,136,'_billing_state','CA'),(3993,136,'_billing_postcode','94103'),(3994,136,'_billing_country','US'),(3995,136,'_billing_email','john.doe@example.com'),(3996,136,'_billing_phone','(555) 555-5555'),(3997,136,'_shipping_first_name','John'),(3998,136,'_shipping_last_name','Doe'),(3999,136,'_shipping_company',''),(4000,136,'_shipping_address_1','969 Market'),(4001,136,'_shipping_address_2',''),(4002,136,'_shipping_city','San Francisco'),(4003,136,'_shipping_state','CA'),(4004,135,'_order_stock_reduced','yes'),(4005,136,'_shipping_postcode','94103'),(4006,136,'_shipping_country','US'),(4007,136,'_order_currency','USD'),(4008,136,'_cart_discount','0'),(4009,136,'_cart_discount_tax','0'),(4010,136,'_order_shipping','0'),(4011,136,'_order_shipping_tax','0'),(4012,136,'_order_tax','0'),(4013,136,'_order_total','0.00'),(4014,136,'_order_version','3.4.2'),(4015,136,'_prices_include_tax','no'),(4016,136,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4017,136,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4018,136,'_download_permissions_granted','yes'),(4019,136,'_recorded_sales','yes'),(4020,136,'_recorded_coupon_usage_counts','yes'),(4021,136,'_order_stock_reduced','yes'),(4022,137,'_order_key','wc_order_5b21072da8a6d'),(4023,137,'_customer_user','0'),(4024,137,'_payment_method','bacs'),(4025,137,'_payment_method_title','Direct Bank Transfer'),(4026,137,'_transaction_id',''),(4027,137,'_customer_ip_address',''),(4028,137,'_customer_user_agent',''),(4029,137,'_created_via','rest-api'),(4030,137,'_date_completed','1528891181'),(4031,137,'_completed_date','2018-06-13 11:59:41'),(4032,137,'_date_paid','1528891181'),(4033,137,'_paid_date','2018-06-13 11:59:41'),(4034,137,'_cart_hash',''),(4035,137,'_billing_first_name','John'),(4036,137,'_billing_last_name','Doe'),(4037,137,'_billing_company',''),(4038,137,'_billing_address_1','969 Market'),(4039,137,'_billing_address_2',''),(4040,137,'_billing_city','San Francisco'),(4041,137,'_billing_state','CA'),(4042,137,'_billing_postcode','94103'),(4043,137,'_billing_country','US'),(4044,137,'_billing_email','john.doe@example.com'),(4045,137,'_billing_phone','(555) 555-5555'),(4046,137,'_shipping_first_name','John'),(4047,137,'_shipping_last_name','Doe'),(4048,137,'_shipping_company',''),(4049,137,'_shipping_address_1','969 Market'),(4050,137,'_shipping_address_2',''),(4051,137,'_shipping_city','San Francisco'),(4052,137,'_shipping_state','CA'),(4053,137,'_shipping_postcode','94103'),(4054,137,'_shipping_country','US'),(4055,137,'_order_currency','USD'),(4056,137,'_cart_discount','0'),(4057,137,'_cart_discount_tax','0'),(4058,137,'_order_shipping','0'),(4059,137,'_order_shipping_tax','0'),(4060,137,'_order_tax','0'),(4061,137,'_order_total','0.00'),(4062,137,'_order_version','3.4.2'),(4063,137,'_prices_include_tax','no'),(4064,137,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4065,137,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4066,137,'_download_permissions_granted','yes'),(4067,137,'_recorded_sales','yes'),(4068,137,'_recorded_coupon_usage_counts','yes'),(4069,137,'_order_stock_reduced','yes'),(4070,138,'_order_key','wc_order_5b21072de61f7'),(4071,138,'_customer_user','0'),(4072,138,'_payment_method','bacs'),(4073,138,'_payment_method_title','Direct Bank Transfer'),(4074,138,'_transaction_id',''),(4075,138,'_customer_ip_address',''),(4076,138,'_customer_user_agent',''),(4077,138,'_created_via','rest-api'),(4078,138,'_date_completed','1528891182'),(4079,138,'_completed_date','2018-06-13 11:59:42'),(4080,138,'_date_paid','1528891182'),(4081,138,'_paid_date','2018-06-13 11:59:42'),(4082,138,'_cart_hash',''),(4083,138,'_billing_first_name','John'),(4084,138,'_billing_last_name','Doe'),(4085,138,'_billing_company',''),(4086,138,'_billing_address_1','969 Market'),(4087,138,'_billing_address_2',''),(4088,138,'_billing_city','San Francisco'),(4089,138,'_billing_state','CA'),(4090,138,'_billing_postcode','94103'),(4091,138,'_billing_country','US'),(4092,138,'_billing_email','john.doe@example.com'),(4093,138,'_billing_phone','(555) 555-5555'),(4094,138,'_shipping_first_name','John'),(4095,138,'_shipping_last_name','Doe'),(4096,138,'_shipping_company',''),(4097,138,'_shipping_address_1','969 Market'),(4098,138,'_shipping_address_2',''),(4099,138,'_shipping_city','San Francisco'),(4100,138,'_shipping_state','CA'),(4101,138,'_shipping_postcode','94103'),(4102,138,'_shipping_country','US'),(4103,138,'_order_currency','USD'),(4104,138,'_cart_discount','0'),(4105,138,'_cart_discount_tax','0'),(4106,138,'_order_shipping','0'),(4107,138,'_order_shipping_tax','0'),(4108,138,'_order_tax','0'),(4109,138,'_order_total','0.00'),(4110,138,'_order_version','3.4.2'),(4111,138,'_prices_include_tax','no'),(4112,138,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4113,138,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4114,139,'_order_key','wc_order_5b21072e114d9'),(4115,139,'_customer_user','0'),(4116,139,'_payment_method','bacs'),(4117,139,'_payment_method_title','Direct Bank Transfer'),(4118,139,'_transaction_id',''),(4119,139,'_customer_ip_address',''),(4120,139,'_customer_user_agent',''),(4121,139,'_created_via','rest-api'),(4122,139,'_date_completed','1528891182'),(4123,138,'_download_permissions_granted','yes'),(4124,139,'_completed_date','2018-06-13 11:59:42'),(4125,138,'_recorded_sales','yes'),(4126,139,'_date_paid','1528891182'),(4127,138,'_recorded_coupon_usage_counts','yes'),(4128,139,'_paid_date','2018-06-13 11:59:42'),(4129,139,'_cart_hash',''),(4130,139,'_billing_first_name','John'),(4131,139,'_billing_last_name','Doe'),(4132,139,'_billing_company',''),(4133,139,'_billing_address_1','969 Market'),(4134,139,'_billing_address_2',''),(4135,139,'_billing_city','San Francisco'),(4136,139,'_billing_state','CA'),(4137,139,'_billing_postcode','94103'),(4138,139,'_billing_country','US'),(4139,139,'_billing_email','john.doe@example.com'),(4140,138,'_order_stock_reduced','yes'),(4141,139,'_billing_phone','(555) 555-5555'),(4142,139,'_shipping_first_name','John'),(4143,139,'_shipping_last_name','Doe'),(4144,139,'_shipping_company',''),(4145,139,'_shipping_address_1','969 Market'),(4146,139,'_shipping_address_2',''),(4147,139,'_shipping_city','San Francisco'),(4148,139,'_shipping_state','CA'),(4149,139,'_shipping_postcode','94103'),(4150,139,'_shipping_country','US'),(4151,139,'_order_currency','USD'),(4152,139,'_cart_discount','0'),(4153,139,'_cart_discount_tax','0'),(4154,139,'_order_shipping','0'),(4155,139,'_order_shipping_tax','0'),(4156,139,'_order_tax','0'),(4157,139,'_order_total','0.00'),(4158,139,'_order_version','3.4.2'),(4159,139,'_prices_include_tax','no'),(4160,139,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4161,139,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4162,139,'_download_permissions_granted','yes'),(4163,139,'_recorded_sales','yes'),(4164,139,'_recorded_coupon_usage_counts','yes'),(4165,140,'_order_key','wc_order_5b21072e40a70'),(4166,139,'_order_stock_reduced','yes'),(4167,140,'_customer_user','0'),(4168,140,'_payment_method','bacs'),(4169,140,'_payment_method_title','Direct Bank Transfer'),(4170,140,'_transaction_id',''),(4171,140,'_customer_ip_address',''),(4172,140,'_customer_user_agent',''),(4173,140,'_created_via','rest-api'),(4174,140,'_date_completed','1528891182'),(4175,140,'_completed_date','2018-06-13 11:59:42'),(4176,140,'_date_paid','1528891182'),(4177,140,'_paid_date','2018-06-13 11:59:42'),(4178,140,'_cart_hash',''),(4179,140,'_billing_first_name','John'),(4180,140,'_billing_last_name','Doe'),(4181,140,'_billing_company',''),(4182,140,'_billing_address_1','969 Market'),(4183,140,'_billing_address_2',''),(4184,140,'_billing_city','San Francisco'),(4185,140,'_billing_state','CA'),(4186,140,'_billing_postcode','94103'),(4187,140,'_billing_country','US'),(4188,140,'_billing_email','john.doe@example.com'),(4189,140,'_billing_phone','(555) 555-5555'),(4190,140,'_shipping_first_name','John'),(4191,140,'_shipping_last_name','Doe'),(4192,140,'_shipping_company',''),(4193,140,'_shipping_address_1','969 Market'),(4194,140,'_shipping_address_2',''),(4195,140,'_shipping_city','San Francisco'),(4196,140,'_shipping_state','CA'),(4197,140,'_shipping_postcode','94103'),(4198,140,'_shipping_country','US'),(4199,140,'_order_currency','USD'),(4200,140,'_cart_discount','0'),(4201,140,'_cart_discount_tax','0'),(4202,140,'_order_shipping','0'),(4203,140,'_order_shipping_tax','0'),(4204,140,'_order_tax','0'),(4205,140,'_order_total','0.00'),(4206,140,'_order_version','3.4.2'),(4207,140,'_prices_include_tax','no'),(4208,140,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4209,140,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4210,141,'_order_key','wc_order_5b21072e6a031'),(4211,141,'_customer_user','0'),(4212,141,'_payment_method','bacs'),(4213,141,'_payment_method_title','Direct Bank Transfer'),(4214,141,'_transaction_id',''),(4215,141,'_customer_ip_address',''),(4216,141,'_customer_user_agent',''),(4217,141,'_created_via','rest-api'),(4218,141,'_date_completed','1528891182'),(4219,141,'_completed_date','2018-06-13 11:59:42'),(4220,141,'_date_paid','1528891182'),(4221,141,'_paid_date','2018-06-13 11:59:42'),(4222,141,'_cart_hash',''),(4223,141,'_billing_first_name','John'),(4224,141,'_billing_last_name','Doe'),(4225,141,'_billing_company',''),(4226,141,'_billing_address_1','969 Market'),(4227,141,'_billing_address_2',''),(4228,141,'_billing_city','San Francisco'),(4229,141,'_billing_state','CA'),(4230,141,'_billing_postcode','94103'),(4231,141,'_billing_country','US'),(4232,141,'_billing_email','john.doe@example.com'),(4233,141,'_billing_phone','(555) 555-5555'),(4234,141,'_shipping_first_name','John'),(4235,141,'_shipping_last_name','Doe'),(4236,141,'_shipping_company',''),(4237,141,'_shipping_address_1','969 Market'),(4238,141,'_shipping_address_2',''),(4239,141,'_shipping_city','San Francisco'),(4240,140,'_download_permissions_granted','yes'),(4241,141,'_shipping_state','CA'),(4242,140,'_recorded_sales','yes'),(4243,141,'_shipping_postcode','94103'),(4244,140,'_recorded_coupon_usage_counts','yes'),(4245,141,'_shipping_country','US'),(4246,141,'_order_currency','USD'),(4247,141,'_cart_discount','0'),(4248,141,'_cart_discount_tax','0'),(4249,141,'_order_shipping','0'),(4250,141,'_order_shipping_tax','0'),(4251,141,'_order_tax','0'),(4252,140,'_order_stock_reduced','yes'),(4253,141,'_order_total','0.00'),(4254,141,'_order_version','3.4.2'),(4255,141,'_prices_include_tax','no'),(4256,141,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4257,141,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4258,142,'_order_key','wc_order_5b21072e97705'),(4259,142,'_customer_user','0'),(4260,142,'_payment_method','bacs'),(4261,142,'_payment_method_title','Direct Bank Transfer'),(4262,142,'_transaction_id',''),(4263,142,'_customer_ip_address',''),(4264,142,'_customer_user_agent',''),(4265,142,'_created_via','rest-api'),(4266,142,'_date_completed','1528891182'),(4267,142,'_completed_date','2018-06-13 11:59:42'),(4268,142,'_date_paid','1528891182'),(4269,142,'_paid_date','2018-06-13 11:59:42'),(4270,142,'_cart_hash',''),(4271,142,'_billing_first_name','John'),(4272,142,'_billing_last_name','Doe'),(4273,142,'_billing_company',''),(4274,142,'_billing_address_1','969 Market'),(4275,142,'_billing_address_2',''),(4276,142,'_billing_city','San Francisco'),(4277,142,'_billing_state','CA'),(4278,142,'_billing_postcode','94103'),(4279,142,'_billing_country','US'),(4280,142,'_billing_email','john.doe@example.com'),(4281,142,'_billing_phone','(555) 555-5555'),(4282,142,'_shipping_first_name','John'),(4283,142,'_shipping_last_name','Doe'),(4284,141,'_download_permissions_granted','yes'),(4285,141,'_recorded_sales','yes'),(4286,141,'_recorded_coupon_usage_counts','yes'),(4287,142,'_shipping_company',''),(4288,142,'_shipping_address_1','969 Market'),(4289,142,'_shipping_address_2',''),(4290,142,'_shipping_city','San Francisco'),(4291,142,'_shipping_state','CA'),(4292,142,'_shipping_postcode','94103'),(4293,142,'_shipping_country','US'),(4294,141,'_order_stock_reduced','yes'),(4295,142,'_order_currency','USD'),(4296,142,'_cart_discount','0'),(4297,142,'_cart_discount_tax','0'),(4298,142,'_order_shipping','0'),(4299,142,'_order_shipping_tax','0'),(4300,142,'_order_tax','0'),(4301,142,'_order_total','0.00'),(4302,142,'_order_version','3.4.2'),(4303,142,'_prices_include_tax','no'),(4304,142,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4305,142,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4306,143,'_order_key','wc_order_5b21072ebdeb2'),(4307,143,'_customer_user','0'),(4308,143,'_payment_method','bacs'),(4309,143,'_payment_method_title','Direct Bank Transfer'),(4310,143,'_transaction_id',''),(4311,143,'_customer_ip_address',''),(4312,143,'_customer_user_agent',''),(4313,143,'_created_via','rest-api'),(4314,143,'_date_completed','1528891183'),(4315,143,'_completed_date','2018-06-13 11:59:43'),(4316,143,'_date_paid','1528891183'),(4317,143,'_paid_date','2018-06-13 11:59:43'),(4318,143,'_cart_hash',''),(4319,143,'_billing_first_name','John'),(4320,143,'_billing_last_name','Doe'),(4321,143,'_billing_company',''),(4322,143,'_billing_address_1','969 Market'),(4323,143,'_billing_address_2',''),(4324,143,'_billing_city','San Francisco'),(4325,143,'_billing_state','CA'),(4326,143,'_billing_postcode','94103'),(4327,143,'_billing_country','US'),(4328,143,'_billing_email','john.doe@example.com'),(4329,143,'_billing_phone','(555) 555-5555'),(4330,143,'_shipping_first_name','John'),(4331,143,'_shipping_last_name','Doe'),(4332,143,'_shipping_company',''),(4333,143,'_shipping_address_1','969 Market'),(4334,143,'_shipping_address_2',''),(4335,143,'_shipping_city','San Francisco'),(4336,143,'_shipping_state','CA'),(4337,143,'_shipping_postcode','94103'),(4338,143,'_shipping_country','US'),(4339,143,'_order_currency','USD'),(4340,143,'_cart_discount','0'),(4341,142,'_download_permissions_granted','yes'),(4342,143,'_cart_discount_tax','0'),(4343,143,'_order_shipping','0'),(4344,142,'_recorded_sales','yes'),(4345,142,'_recorded_coupon_usage_counts','yes'),(4346,143,'_order_shipping_tax','0'),(4347,143,'_order_tax','0'),(4348,143,'_order_total','0.00'),(4349,143,'_order_version','3.4.2'),(4350,143,'_prices_include_tax','no'),(4351,143,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4352,143,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4353,142,'_order_stock_reduced','yes'),(4354,144,'_order_key','wc_order_5b21072ee7fe7'),(4355,144,'_customer_user','0'),(4356,144,'_payment_method','bacs'),(4357,144,'_payment_method_title','Direct Bank Transfer'),(4358,144,'_transaction_id',''),(4359,144,'_customer_ip_address',''),(4360,144,'_customer_user_agent',''),(4361,144,'_created_via','rest-api'),(4362,144,'_date_completed','1528891183'),(4363,144,'_completed_date','2018-06-13 11:59:43'),(4364,144,'_date_paid','1528891183'),(4365,144,'_paid_date','2018-06-13 11:59:43'),(4366,144,'_cart_hash',''),(4367,144,'_billing_first_name','John'),(4368,144,'_billing_last_name','Doe'),(4369,144,'_billing_company',''),(4370,144,'_billing_address_1','969 Market'),(4371,144,'_billing_address_2',''),(4372,144,'_billing_city','San Francisco'),(4373,144,'_billing_state','CA'),(4374,144,'_billing_postcode','94103'),(4375,144,'_billing_country','US'),(4376,144,'_billing_email','john.doe@example.com'),(4377,144,'_billing_phone','(555) 555-5555'),(4378,144,'_shipping_first_name','John'),(4379,143,'_download_permissions_granted','yes'),(4380,144,'_shipping_last_name','Doe'),(4381,143,'_recorded_sales','yes'),(4382,143,'_recorded_coupon_usage_counts','yes'),(4383,144,'_shipping_company',''),(4384,144,'_shipping_address_1','969 Market'),(4385,144,'_shipping_address_2',''),(4386,144,'_shipping_city','San Francisco'),(4387,144,'_shipping_state','CA'),(4388,144,'_shipping_postcode','94103'),(4389,144,'_shipping_country','US'),(4390,144,'_order_currency','USD'),(4391,144,'_cart_discount','0'),(4392,144,'_cart_discount_tax','0'),(4393,143,'_order_stock_reduced','yes'),(4394,144,'_order_shipping','0'),(4395,144,'_order_shipping_tax','0'),(4396,144,'_order_tax','0'),(4397,144,'_order_total','0.00'),(4398,144,'_order_version','3.4.2'),(4399,144,'_prices_include_tax','no'),(4400,144,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4401,144,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4402,145,'_order_key','wc_order_5b21072f1fc3d'),(4403,145,'_customer_user','0'),(4404,145,'_payment_method','bacs'),(4405,145,'_payment_method_title','Direct Bank Transfer'),(4406,145,'_transaction_id',''),(4407,145,'_customer_ip_address',''),(4408,145,'_customer_user_agent',''),(4409,145,'_created_via','rest-api'),(4410,145,'_date_completed','1528891183'),(4411,145,'_completed_date','2018-06-13 11:59:43'),(4412,145,'_date_paid','1528891183'),(4413,145,'_paid_date','2018-06-13 11:59:43'),(4414,145,'_cart_hash',''),(4415,145,'_billing_first_name','John'),(4416,145,'_billing_last_name','Doe'),(4417,145,'_billing_company',''),(4418,145,'_billing_address_1','969 Market'),(4419,145,'_billing_address_2',''),(4420,145,'_billing_city','San Francisco'),(4421,145,'_billing_state','CA'),(4422,145,'_billing_postcode','94103'),(4423,145,'_billing_country','US'),(4424,144,'_download_permissions_granted','yes'),(4425,145,'_billing_email','john.doe@example.com'),(4426,145,'_billing_phone','(555) 555-5555'),(4427,144,'_recorded_sales','yes'),(4428,145,'_shipping_first_name','John'),(4429,144,'_recorded_coupon_usage_counts','yes'),(4430,145,'_shipping_last_name','Doe'),(4431,145,'_shipping_company',''),(4432,144,'_order_stock_reduced','yes'),(4433,145,'_shipping_address_1','969 Market'),(4434,145,'_shipping_address_2',''),(4435,145,'_shipping_city','San Francisco'),(4436,145,'_shipping_state','CA'),(4437,145,'_shipping_postcode','94103'),(4438,145,'_shipping_country','US'),(4439,145,'_order_currency','USD'),(4440,145,'_cart_discount','0'),(4441,145,'_cart_discount_tax','0'),(4442,145,'_order_shipping','0'),(4443,145,'_order_shipping_tax','0'),(4444,145,'_order_tax','0'),(4445,145,'_order_total','0.00'),(4446,145,'_order_version','3.4.2'),(4447,145,'_prices_include_tax','no'),(4448,145,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4449,146,'_order_key','wc_order_5b21072f52880'),(4450,145,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4451,146,'_customer_user','0'),(4452,146,'_payment_method','bacs'),(4453,146,'_payment_method_title','Direct Bank Transfer'),(4454,146,'_transaction_id',''),(4455,146,'_customer_ip_address',''),(4456,146,'_customer_user_agent',''),(4457,146,'_created_via','rest-api'),(4458,146,'_date_completed','1528891183'),(4459,146,'_completed_date','2018-06-13 11:59:43'),(4460,146,'_date_paid','1528891183'),(4461,146,'_paid_date','2018-06-13 11:59:43'),(4462,146,'_cart_hash',''),(4463,146,'_billing_first_name','John'),(4464,146,'_billing_last_name','Doe'),(4465,146,'_billing_company',''),(4466,146,'_billing_address_1','969 Market'),(4467,146,'_billing_address_2',''),(4468,146,'_billing_city','San Francisco'),(4469,146,'_billing_state','CA'),(4470,146,'_billing_postcode','94103'),(4471,146,'_billing_country','US'),(4472,146,'_billing_email','john.doe@example.com'),(4473,146,'_billing_phone','(555) 555-5555'),(4474,146,'_shipping_first_name','John'),(4475,146,'_shipping_last_name','Doe'),(4476,146,'_shipping_company',''),(4477,146,'_shipping_address_1','969 Market'),(4478,146,'_shipping_address_2',''),(4479,146,'_shipping_city','San Francisco'),(4480,146,'_shipping_state','CA'),(4481,146,'_shipping_postcode','94103'),(4482,146,'_shipping_country','US'),(4483,146,'_order_currency','USD'),(4484,146,'_cart_discount','0'),(4485,146,'_cart_discount_tax','0'),(4486,145,'_download_permissions_granted','yes'),(4487,145,'_recorded_sales','yes'),(4488,146,'_order_shipping','0'),(4489,145,'_recorded_coupon_usage_counts','yes'),(4490,146,'_order_shipping_tax','0'),(4491,146,'_order_tax','0'),(4492,146,'_order_total','0.00'),(4493,146,'_order_version','3.4.2'),(4494,146,'_prices_include_tax','no'),(4495,146,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4496,146,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4497,145,'_order_stock_reduced','yes'),(4498,146,'_download_permissions_granted','yes'),(4499,146,'_recorded_sales','yes'),(4500,146,'_recorded_coupon_usage_counts','yes'),(4501,146,'_order_stock_reduced','yes'),(4502,147,'_order_key','wc_order_5b21073050d4c'),(4503,147,'_customer_user','0'),(4504,147,'_payment_method','bacs'),(4505,147,'_payment_method_title','Direct Bank Transfer'),(4506,147,'_transaction_id',''),(4507,147,'_customer_ip_address',''),(4508,147,'_customer_user_agent',''),(4509,147,'_created_via','rest-api'),(4510,147,'_date_completed','1528891184'),(4511,147,'_completed_date','2018-06-13 11:59:44'),(4512,147,'_date_paid','1528891184'),(4513,147,'_paid_date','2018-06-13 11:59:44'),(4514,147,'_cart_hash',''),(4515,147,'_billing_first_name','John'),(4516,147,'_billing_last_name','Doe'),(4517,147,'_billing_company',''),(4518,147,'_billing_address_1','969 Market'),(4519,147,'_billing_address_2',''),(4520,147,'_billing_city','San Francisco'),(4521,147,'_billing_state','CA'),(4522,147,'_billing_postcode','94103'),(4523,147,'_billing_country','US'),(4524,147,'_billing_email','john.doe@example.com'),(4525,147,'_billing_phone','(555) 555-5555'),(4526,147,'_shipping_first_name','John'),(4527,147,'_shipping_last_name','Doe'),(4528,147,'_shipping_company',''),(4529,147,'_shipping_address_1','969 Market'),(4530,147,'_shipping_address_2',''),(4531,147,'_shipping_city','San Francisco'),(4532,147,'_shipping_state','CA'),(4533,147,'_shipping_postcode','94103'),(4534,147,'_shipping_country','US'),(4535,147,'_order_currency','USD'),(4536,147,'_cart_discount','0'),(4537,147,'_cart_discount_tax','0'),(4538,147,'_order_shipping','0'),(4539,147,'_order_shipping_tax','0'),(4540,147,'_order_tax','0'),(4541,147,'_order_total','0.00'),(4542,147,'_order_version','3.4.2'),(4543,147,'_prices_include_tax','no'),(4544,147,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4545,147,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4546,148,'_order_key','wc_order_5b2107308501b'),(4547,148,'_customer_user','0'),(4548,148,'_payment_method','bacs'),(4549,148,'_payment_method_title','Direct Bank Transfer'),(4550,148,'_transaction_id',''),(4551,148,'_customer_ip_address',''),(4552,148,'_customer_user_agent',''),(4553,148,'_created_via','rest-api'),(4554,148,'_date_completed','1528891184'),(4555,148,'_completed_date','2018-06-13 11:59:44'),(4556,148,'_date_paid','1528891184'),(4557,148,'_paid_date','2018-06-13 11:59:44'),(4558,148,'_cart_hash',''),(4559,148,'_billing_first_name','John'),(4560,148,'_billing_last_name','Doe'),(4561,148,'_billing_company',''),(4562,148,'_billing_address_1','969 Market'),(4563,148,'_billing_address_2',''),(4564,148,'_billing_city','San Francisco'),(4565,148,'_billing_state','CA'),(4566,148,'_billing_postcode','94103'),(4567,147,'_download_permissions_granted','yes'),(4568,148,'_billing_country','US'),(4569,148,'_billing_email','john.doe@example.com'),(4570,147,'_recorded_sales','yes'),(4571,148,'_billing_phone','(555) 555-5555'),(4572,147,'_recorded_coupon_usage_counts','yes'),(4573,148,'_shipping_first_name','John'),(4574,148,'_shipping_last_name','Doe'),(4575,148,'_shipping_company',''),(4576,148,'_shipping_address_1','969 Market'),(4577,148,'_shipping_address_2',''),(4578,148,'_shipping_city','San Francisco'),(4579,148,'_shipping_state','CA'),(4580,148,'_shipping_postcode','94103'),(4581,148,'_shipping_country','US'),(4582,148,'_order_currency','USD'),(4583,148,'_cart_discount','0'),(4584,148,'_cart_discount_tax','0'),(4585,148,'_order_shipping','0'),(4586,147,'_order_stock_reduced','yes'),(4587,148,'_order_shipping_tax','0'),(4588,148,'_order_tax','0'),(4589,148,'_order_total','0.00'),(4590,148,'_order_version','3.4.2'),(4591,148,'_prices_include_tax','no'),(4592,148,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4593,148,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4594,149,'_order_key','wc_order_5b210730b5391'),(4595,149,'_customer_user','0'),(4596,149,'_payment_method','bacs'),(4597,149,'_payment_method_title','Direct Bank Transfer'),(4598,149,'_transaction_id',''),(4599,149,'_customer_ip_address',''),(4600,149,'_customer_user_agent',''),(4601,149,'_created_via','rest-api'),(4602,149,'_date_completed','1528891185'),(4603,149,'_completed_date','2018-06-13 11:59:45'),(4604,149,'_date_paid','1528891185'),(4605,149,'_paid_date','2018-06-13 11:59:45'),(4606,149,'_cart_hash',''),(4607,149,'_billing_first_name','John'),(4608,149,'_billing_last_name','Doe'),(4609,149,'_billing_company',''),(4610,149,'_billing_address_1','969 Market'),(4611,149,'_billing_address_2',''),(4612,149,'_billing_city','San Francisco'),(4613,149,'_billing_state','CA'),(4614,149,'_billing_postcode','94103'),(4615,149,'_billing_country','US'),(4616,149,'_billing_email','john.doe@example.com'),(4617,149,'_billing_phone','(555) 555-5555'),(4618,149,'_shipping_first_name','John'),(4619,149,'_shipping_last_name','Doe'),(4620,149,'_shipping_company',''),(4621,149,'_shipping_address_1','969 Market'),(4622,149,'_shipping_address_2',''),(4623,149,'_shipping_city','San Francisco'),(4624,149,'_shipping_state','CA'),(4625,149,'_shipping_postcode','94103'),(4626,149,'_shipping_country','US'),(4627,149,'_order_currency','USD'),(4628,149,'_cart_discount','0'),(4629,149,'_cart_discount_tax','0'),(4630,148,'_download_permissions_granted','yes'),(4631,149,'_order_shipping','0'),(4632,148,'_recorded_sales','yes'),(4633,149,'_order_shipping_tax','0'),(4634,149,'_order_tax','0'),(4635,148,'_recorded_coupon_usage_counts','yes'),(4636,149,'_order_total','0.00'),(4637,149,'_order_version','3.4.2'),(4638,149,'_prices_include_tax','no'),(4639,149,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4640,149,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4641,148,'_order_stock_reduced','yes'),(4642,149,'_download_permissions_granted','yes'),(4643,149,'_recorded_sales','yes'),(4644,149,'_recorded_coupon_usage_counts','yes'),(4645,149,'_order_stock_reduced','yes'),(4646,150,'_order_key','wc_order_5b210731196e0'),(4647,150,'_customer_user','0'),(4648,150,'_payment_method','bacs'),(4649,150,'_payment_method_title','Direct Bank Transfer'),(4650,150,'_transaction_id',''),(4651,150,'_customer_ip_address',''),(4652,150,'_customer_user_agent',''),(4653,150,'_created_via','rest-api'),(4654,150,'_date_completed','1528891185'),(4655,150,'_completed_date','2018-06-13 11:59:45'),(4656,150,'_date_paid','1528891185'),(4657,150,'_paid_date','2018-06-13 11:59:45'),(4658,150,'_cart_hash',''),(4659,150,'_billing_first_name','John'),(4660,150,'_billing_last_name','Doe'),(4661,150,'_billing_company',''),(4662,150,'_billing_address_1','969 Market'),(4663,150,'_billing_address_2',''),(4664,150,'_billing_city','San Francisco'),(4665,150,'_billing_state','CA'),(4666,150,'_billing_postcode','94103'),(4667,150,'_billing_country','US'),(4668,150,'_billing_email','john.doe@example.com'),(4669,150,'_billing_phone','(555) 555-5555'),(4670,150,'_shipping_first_name','John'),(4671,150,'_shipping_last_name','Doe'),(4672,150,'_shipping_company',''),(4673,150,'_shipping_address_1','969 Market'),(4674,150,'_shipping_address_2',''),(4675,150,'_shipping_city','San Francisco'),(4676,150,'_shipping_state','CA'),(4677,150,'_shipping_postcode','94103'),(4678,150,'_shipping_country','US'),(4679,150,'_order_currency','USD'),(4680,150,'_cart_discount','0'),(4681,150,'_cart_discount_tax','0'),(4682,150,'_order_shipping','0'),(4683,150,'_order_shipping_tax','0'),(4684,150,'_order_tax','0'),(4685,150,'_order_total','0.00'),(4686,150,'_order_version','3.4.2'),(4687,150,'_prices_include_tax','no'),(4688,150,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4689,150,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4690,150,'_download_permissions_granted','yes'),(4691,150,'_recorded_sales','yes'),(4692,150,'_recorded_coupon_usage_counts','yes'),(4693,150,'_order_stock_reduced','yes'),(4694,151,'_order_key','wc_order_5b2107318551b'),(4695,151,'_customer_user','0'),(4696,151,'_payment_method','bacs'),(4697,151,'_payment_method_title','Direct Bank Transfer'),(4698,151,'_transaction_id',''),(4699,151,'_customer_ip_address',''),(4700,151,'_customer_user_agent',''),(4701,151,'_created_via','rest-api'),(4702,151,'_date_completed','1528891185'),(4703,151,'_completed_date','2018-06-13 11:59:45'),(4704,151,'_date_paid','1528891185'),(4705,151,'_paid_date','2018-06-13 11:59:45'),(4706,151,'_cart_hash',''),(4707,151,'_billing_first_name','John'),(4708,151,'_billing_last_name','Doe'),(4709,151,'_billing_company',''),(4710,151,'_billing_address_1','969 Market'),(4711,151,'_billing_address_2',''),(4712,151,'_billing_city','San Francisco'),(4713,151,'_billing_state','CA'),(4714,151,'_billing_postcode','94103'),(4715,151,'_billing_country','US'),(4716,151,'_billing_email','john.doe@example.com'),(4717,151,'_billing_phone','(555) 555-5555'),(4718,151,'_shipping_first_name','John'),(4719,151,'_shipping_last_name','Doe'),(4720,151,'_shipping_company',''),(4721,151,'_shipping_address_1','969 Market'),(4722,151,'_shipping_address_2',''),(4723,151,'_shipping_city','San Francisco'),(4724,151,'_shipping_state','CA'),(4725,151,'_shipping_postcode','94103'),(4726,151,'_shipping_country','US'),(4727,151,'_order_currency','USD'),(4728,151,'_cart_discount','0'),(4729,151,'_cart_discount_tax','0'),(4730,151,'_order_shipping','0'),(4731,151,'_order_shipping_tax','0'),(4732,151,'_order_tax','0'),(4733,151,'_order_total','0.00'),(4734,151,'_order_version','3.4.2'),(4735,151,'_prices_include_tax','no'),(4736,151,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4737,151,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4738,151,'_download_permissions_granted','yes'),(4739,151,'_recorded_sales','yes'),(4740,151,'_recorded_coupon_usage_counts','yes'),(4741,151,'_order_stock_reduced','yes'),(4742,147,'_edit_lock','1528891777:1'),(4743,152,'_order_key','wc_order_5b211102c261e'),(4744,152,'_customer_user','0'),(4745,152,'_payment_method','bacs'),(4746,152,'_payment_method_title','Direct Bank Transfer'),(4747,152,'_transaction_id',''),(4748,152,'_customer_ip_address',''),(4749,152,'_customer_user_agent',''),(4750,152,'_created_via','rest-api'),(4751,152,'_date_completed','1528893699'),(4752,152,'_completed_date','2018-06-13 12:41:39'),(4753,152,'_date_paid','1528893699'),(4754,152,'_paid_date','2018-06-13 12:41:39'),(4755,152,'_cart_hash',''),(4756,152,'_billing_first_name','John'),(4757,152,'_billing_last_name','Doe'),(4758,152,'_billing_company',''),(4759,152,'_billing_address_1','969 Market'),(4760,152,'_billing_address_2',''),(4761,152,'_billing_city','San Francisco'),(4762,152,'_billing_state','CA'),(4763,152,'_billing_postcode','94103'),(4764,152,'_billing_country','US'),(4765,152,'_billing_email','john.doe@example.com'),(4766,152,'_billing_phone','(555) 555-5555'),(4767,152,'_shipping_first_name','John'),(4768,152,'_shipping_last_name','Doe'),(4769,152,'_shipping_company',''),(4770,152,'_shipping_address_1','969 Market'),(4771,152,'_shipping_address_2',''),(4772,152,'_shipping_city','San Francisco'),(4773,152,'_shipping_state','CA'),(4774,152,'_shipping_postcode','94103'),(4775,152,'_shipping_country','US'),(4776,152,'_order_currency','USD'),(4777,152,'_cart_discount','0'),(4778,152,'_cart_discount_tax','0'),(4779,152,'_order_shipping','0'),(4780,152,'_order_shipping_tax','0'),(4781,152,'_order_tax','0'),(4782,152,'_order_total','0.00'),(4783,152,'_order_version','3.4.2'),(4784,152,'_prices_include_tax','no'),(4785,152,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4786,152,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4787,152,'_download_permissions_granted','yes'),(4788,152,'_recorded_sales','yes'),(4789,152,'_recorded_coupon_usage_counts','yes'),(4790,152,'_order_stock_reduced','yes'),(4791,153,'_order_key','wc_order_5b211154ca0b5'),(4792,153,'_customer_user','0'),(4793,153,'_payment_method','bacs'),(4794,153,'_payment_method_title','Direct Bank Transfer'),(4795,153,'_transaction_id',''),(4796,153,'_customer_ip_address',''),(4797,153,'_customer_user_agent',''),(4798,153,'_created_via','rest-api'),(4799,153,'_date_completed','1528893781'),(4800,153,'_completed_date','2018-06-13 12:43:01'),(4801,153,'_date_paid','1528893781'),(4802,153,'_paid_date','2018-06-13 12:43:01'),(4803,153,'_cart_hash',''),(4804,153,'_billing_first_name','John'),(4805,153,'_billing_last_name','Doe'),(4806,153,'_billing_company',''),(4807,153,'_billing_address_1','969 Market'),(4808,153,'_billing_address_2',''),(4809,153,'_billing_city','San Francisco'),(4810,153,'_billing_state','CA'),(4811,153,'_billing_postcode','94103'),(4812,153,'_billing_country','US'),(4813,153,'_billing_email','john.doe@example.com'),(4814,153,'_billing_phone','(555) 555-5555'),(4815,153,'_shipping_first_name','John'),(4816,153,'_shipping_last_name','Doe'),(4817,153,'_shipping_company',''),(4818,153,'_shipping_address_1','969 Market'),(4819,153,'_shipping_address_2',''),(4820,153,'_shipping_city','San Francisco'),(4821,153,'_shipping_state','CA'),(4822,153,'_shipping_postcode','94103'),(4823,153,'_shipping_country','US'),(4824,153,'_order_currency','USD'),(4825,153,'_cart_discount','0'),(4826,153,'_cart_discount_tax','0'),(4827,153,'_order_shipping','0'),(4828,153,'_order_shipping_tax','0'),(4829,153,'_order_tax','0'),(4830,153,'_order_total','0.00'),(4831,153,'_order_version','3.4.2'),(4832,153,'_prices_include_tax','no'),(4833,153,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4834,153,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4835,153,'_download_permissions_granted','yes'),(4836,153,'_recorded_sales','yes'),(4837,153,'_recorded_coupon_usage_counts','yes'),(4838,153,'_order_stock_reduced','yes'),(4839,154,'_order_key','wc_order_5b211161cb0ec'),(4840,154,'_customer_user','0'),(4841,154,'_payment_method','bacs'),(4842,154,'_payment_method_title','Direct Bank Transfer'),(4843,154,'_transaction_id',''),(4844,154,'_customer_ip_address',''),(4845,154,'_customer_user_agent',''),(4846,154,'_created_via','rest-api'),(4847,154,'_date_completed','1528893794'),(4848,154,'_completed_date','2018-06-13 12:43:14'),(4849,154,'_date_paid','1528893794'),(4850,154,'_paid_date','2018-06-13 12:43:14'),(4851,154,'_cart_hash',''),(4852,154,'_billing_first_name','John'),(4853,154,'_billing_last_name','Doe'),(4854,154,'_billing_company',''),(4855,154,'_billing_address_1','969 Market'),(4856,154,'_billing_address_2',''),(4857,154,'_billing_city','San Francisco'),(4858,154,'_billing_state','CA'),(4859,154,'_billing_postcode','94103'),(4860,154,'_billing_country','US'),(4861,154,'_billing_email','john.doe@example.com'),(4862,154,'_billing_phone','(555) 555-5555'),(4863,154,'_shipping_first_name','John'),(4864,154,'_shipping_last_name','Doe'),(4865,154,'_shipping_company',''),(4866,154,'_shipping_address_1','969 Market'),(4867,154,'_shipping_address_2',''),(4868,154,'_shipping_city','San Francisco'),(4869,154,'_shipping_state','CA'),(4870,154,'_shipping_postcode','94103'),(4871,154,'_shipping_country','US'),(4872,154,'_order_currency','USD'),(4873,154,'_cart_discount','0'),(4874,154,'_cart_discount_tax','0'),(4875,154,'_order_shipping','0'),(4876,154,'_order_shipping_tax','0'),(4877,154,'_order_tax','0'),(4878,154,'_order_total','0.00'),(4879,154,'_order_version','3.4.2'),(4880,154,'_prices_include_tax','no'),(4881,154,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4882,154,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4883,154,'_download_permissions_granted','yes'),(4884,154,'_recorded_sales','yes'),(4885,154,'_recorded_coupon_usage_counts','yes'),(4886,154,'_order_stock_reduced','yes'),(4887,155,'_order_key','wc_order_5b2111682d55d'),(4888,155,'_customer_user','0'),(4889,155,'_payment_method','bacs'),(4890,155,'_payment_method_title','Direct Bank Transfer'),(4891,155,'_transaction_id',''),(4892,155,'_customer_ip_address',''),(4893,155,'_customer_user_agent',''),(4894,155,'_created_via','rest-api'),(4895,155,'_date_completed','1528893800'),(4896,155,'_completed_date','2018-06-13 12:43:20'),(4897,155,'_date_paid','1528893800'),(4898,155,'_paid_date','2018-06-13 12:43:20'),(4899,155,'_cart_hash',''),(4900,155,'_billing_first_name','John'),(4901,155,'_billing_last_name','Doe'),(4902,155,'_billing_company',''),(4903,155,'_billing_address_1','969 Market'),(4904,155,'_billing_address_2',''),(4905,155,'_billing_city','San Francisco'),(4906,155,'_billing_state','CA'),(4907,155,'_billing_postcode','94103'),(4908,155,'_billing_country','US'),(4909,155,'_billing_email','john.doe@example.com'),(4910,155,'_billing_phone','(555) 555-5555'),(4911,155,'_shipping_first_name','John'),(4912,155,'_shipping_last_name','Doe'),(4913,155,'_shipping_company',''),(4914,155,'_shipping_address_1','969 Market'),(4915,155,'_shipping_address_2',''),(4916,155,'_shipping_city','San Francisco'),(4917,155,'_shipping_state','CA'),(4918,155,'_shipping_postcode','94103'),(4919,155,'_shipping_country','US'),(4920,155,'_order_currency','USD'),(4921,155,'_cart_discount','0'),(4922,155,'_cart_discount_tax','0'),(4923,155,'_order_shipping','0'),(4924,155,'_order_shipping_tax','0'),(4925,155,'_order_tax','0'),(4926,155,'_order_total','0.00'),(4927,155,'_order_version','3.4.2'),(4928,155,'_prices_include_tax','no'),(4929,155,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4930,155,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4931,155,'_download_permissions_granted','yes'),(4932,155,'_recorded_sales','yes'),(4933,155,'_recorded_coupon_usage_counts','yes'),(4934,155,'_order_stock_reduced','yes'),(4935,156,'_order_key','wc_order_5b21116bcee21'),(4936,156,'_customer_user','0'),(4937,156,'_payment_method','bacs'),(4938,156,'_payment_method_title','Direct Bank Transfer'),(4939,156,'_transaction_id',''),(4940,156,'_customer_ip_address',''),(4941,156,'_customer_user_agent',''),(4942,156,'_created_via','rest-api'),(4943,156,'_date_completed','1528893804'),(4944,156,'_completed_date','2018-06-13 12:43:24'),(4945,156,'_date_paid','1528893804'),(4946,156,'_paid_date','2018-06-13 12:43:24'),(4947,156,'_cart_hash',''),(4948,156,'_billing_first_name','John'),(4949,156,'_billing_last_name','Doe'),(4950,156,'_billing_company',''),(4951,156,'_billing_address_1','969 Market'),(4952,156,'_billing_address_2',''),(4953,156,'_billing_city','San Francisco'),(4954,156,'_billing_state','CA'),(4955,156,'_billing_postcode','94103'),(4956,156,'_billing_country','US'),(4957,156,'_billing_email','john.doe@example.com'),(4958,156,'_billing_phone','(555) 555-5555'),(4959,156,'_shipping_first_name','John'),(4960,156,'_shipping_last_name','Doe'),(4961,156,'_shipping_company',''),(4962,156,'_shipping_address_1','969 Market'),(4963,156,'_shipping_address_2',''),(4964,156,'_shipping_city','San Francisco'),(4965,156,'_shipping_state','CA'),(4966,156,'_shipping_postcode','94103'),(4967,156,'_shipping_country','US'),(4968,156,'_order_currency','USD'),(4969,156,'_cart_discount','0'),(4970,156,'_cart_discount_tax','0'),(4971,156,'_order_shipping','0'),(4972,156,'_order_shipping_tax','0'),(4973,156,'_order_tax','0'),(4974,156,'_order_total','0.00'),(4975,156,'_order_version','3.4.2'),(4976,156,'_prices_include_tax','no'),(4977,156,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(4978,156,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(4979,156,'_download_permissions_granted','yes'),(4980,156,'_recorded_sales','yes'),(4981,156,'_recorded_coupon_usage_counts','yes'),(4982,156,'_order_stock_reduced','yes'),(4983,157,'_order_key','wc_order_5b21116ecb801'),(4984,157,'_customer_user','0'),(4985,157,'_payment_method','bacs'),(4986,157,'_payment_method_title','Direct Bank Transfer'),(4987,157,'_transaction_id',''),(4988,157,'_customer_ip_address',''),(4989,157,'_customer_user_agent',''),(4990,157,'_created_via','rest-api'),(4991,157,'_date_completed','1528893807'),(4992,157,'_completed_date','2018-06-13 12:43:27'),(4993,157,'_date_paid','1528893807'),(4994,157,'_paid_date','2018-06-13 12:43:27'),(4995,157,'_cart_hash',''),(4996,157,'_billing_first_name','John'),(4997,157,'_billing_last_name','Doe'),(4998,157,'_billing_company',''),(4999,157,'_billing_address_1','969 Market'),(5000,157,'_billing_address_2',''),(5001,157,'_billing_city','San Francisco'),(5002,157,'_billing_state','CA'),(5003,157,'_billing_postcode','94103'),(5004,157,'_billing_country','US'),(5005,157,'_billing_email','john.doe@example.com'),(5006,157,'_billing_phone','(555) 555-5555'),(5007,157,'_shipping_first_name','John'),(5008,157,'_shipping_last_name','Doe'),(5009,157,'_shipping_company',''),(5010,157,'_shipping_address_1','969 Market'),(5011,157,'_shipping_address_2',''),(5012,157,'_shipping_city','San Francisco'),(5013,157,'_shipping_state','CA'),(5014,157,'_shipping_postcode','94103'),(5015,157,'_shipping_country','US'),(5016,157,'_order_currency','USD'),(5017,157,'_cart_discount','0'),(5018,157,'_cart_discount_tax','0'),(5019,157,'_order_shipping','0'),(5020,157,'_order_shipping_tax','0'),(5021,157,'_order_tax','0'),(5022,157,'_order_total','0.00'),(5023,157,'_order_version','3.4.2'),(5024,157,'_prices_include_tax','no'),(5025,157,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5026,157,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5027,157,'_download_permissions_granted','yes'),(5028,157,'_recorded_sales','yes'),(5029,157,'_recorded_coupon_usage_counts','yes'),(5030,157,'_order_stock_reduced','yes'),(5031,158,'_order_key','wc_order_5b21117021ef6'),(5032,158,'_customer_user','0'),(5033,158,'_payment_method','bacs'),(5034,158,'_payment_method_title','Direct Bank Transfer'),(5035,158,'_transaction_id',''),(5036,158,'_customer_ip_address',''),(5037,158,'_customer_user_agent',''),(5038,158,'_created_via','rest-api'),(5039,158,'_date_completed','1528893808'),(5040,158,'_completed_date','2018-06-13 12:43:28'),(5041,158,'_date_paid','1528893808'),(5042,158,'_paid_date','2018-06-13 12:43:28'),(5043,158,'_cart_hash',''),(5044,158,'_billing_first_name','John'),(5045,158,'_billing_last_name','Doe'),(5046,158,'_billing_company',''),(5047,158,'_billing_address_1','969 Market'),(5048,158,'_billing_address_2',''),(5049,158,'_billing_city','San Francisco'),(5050,158,'_billing_state','CA'),(5051,158,'_billing_postcode','94103'),(5052,158,'_billing_country','US'),(5053,158,'_billing_email','john.doe@example.com'),(5054,158,'_billing_phone','(555) 555-5555'),(5055,158,'_shipping_first_name','John'),(5056,158,'_shipping_last_name','Doe'),(5057,158,'_shipping_company',''),(5058,158,'_shipping_address_1','969 Market'),(5059,158,'_shipping_address_2',''),(5060,158,'_shipping_city','San Francisco'),(5061,158,'_shipping_state','CA'),(5062,158,'_shipping_postcode','94103'),(5063,158,'_shipping_country','US'),(5064,158,'_order_currency','USD'),(5065,158,'_cart_discount','0'),(5066,158,'_cart_discount_tax','0'),(5067,158,'_order_shipping','0'),(5068,158,'_order_shipping_tax','0'),(5069,158,'_order_tax','0'),(5070,158,'_order_total','0.00'),(5071,158,'_order_version','3.4.2'),(5072,158,'_prices_include_tax','no'),(5073,158,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5074,158,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5075,158,'_download_permissions_granted','yes'),(5076,158,'_recorded_sales','yes'),(5077,158,'_recorded_coupon_usage_counts','yes'),(5078,158,'_order_stock_reduced','yes'),(5079,159,'_order_key','wc_order_5b211171980e8'),(5080,159,'_customer_user','0'),(5081,159,'_payment_method','bacs'),(5082,159,'_payment_method_title','Direct Bank Transfer'),(5083,159,'_transaction_id',''),(5084,159,'_customer_ip_address',''),(5085,159,'_customer_user_agent',''),(5086,159,'_created_via','rest-api'),(5087,159,'_date_completed','1528893809'),(5088,159,'_completed_date','2018-06-13 12:43:29'),(5089,159,'_date_paid','1528893809'),(5090,159,'_paid_date','2018-06-13 12:43:29'),(5091,159,'_cart_hash',''),(5092,159,'_billing_first_name','John'),(5093,159,'_billing_last_name','Doe'),(5094,159,'_billing_company',''),(5095,159,'_billing_address_1','969 Market'),(5096,159,'_billing_address_2',''),(5097,159,'_billing_city','San Francisco'),(5098,159,'_billing_state','CA'),(5099,159,'_billing_postcode','94103'),(5100,159,'_billing_country','US'),(5101,159,'_billing_email','john.doe@example.com'),(5102,159,'_billing_phone','(555) 555-5555'),(5103,159,'_shipping_first_name','John'),(5104,159,'_shipping_last_name','Doe'),(5105,159,'_shipping_company',''),(5106,159,'_shipping_address_1','969 Market'),(5107,159,'_shipping_address_2',''),(5108,159,'_shipping_city','San Francisco'),(5109,159,'_shipping_state','CA'),(5110,159,'_shipping_postcode','94103'),(5111,159,'_shipping_country','US'),(5112,159,'_order_currency','USD'),(5113,159,'_cart_discount','0'),(5114,159,'_cart_discount_tax','0'),(5115,159,'_order_shipping','0'),(5116,159,'_order_shipping_tax','0'),(5117,159,'_order_tax','0'),(5118,159,'_order_total','0.00'),(5119,159,'_order_version','3.4.2'),(5120,159,'_prices_include_tax','no'),(5121,159,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5122,159,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5123,159,'_download_permissions_granted','yes'),(5124,159,'_recorded_sales','yes'),(5125,159,'_recorded_coupon_usage_counts','yes'),(5126,159,'_order_stock_reduced','yes'),(5127,160,'_order_key','wc_order_5b211172cd508'),(5128,160,'_customer_user','0'),(5129,160,'_payment_method','bacs'),(5130,160,'_payment_method_title','Direct Bank Transfer'),(5131,160,'_transaction_id',''),(5132,160,'_customer_ip_address',''),(5133,160,'_customer_user_agent',''),(5134,160,'_created_via','rest-api'),(5135,160,'_date_completed','1528893811'),(5136,160,'_completed_date','2018-06-13 12:43:31'),(5137,160,'_date_paid','1528893811'),(5138,160,'_paid_date','2018-06-13 12:43:31'),(5139,160,'_cart_hash',''),(5140,160,'_billing_first_name','John'),(5141,160,'_billing_last_name','Doe'),(5142,160,'_billing_company',''),(5143,160,'_billing_address_1','969 Market'),(5144,160,'_billing_address_2',''),(5145,160,'_billing_city','San Francisco'),(5146,160,'_billing_state','CA'),(5147,160,'_billing_postcode','94103'),(5148,160,'_billing_country','US'),(5149,160,'_billing_email','john.doe@example.com'),(5150,160,'_billing_phone','(555) 555-5555'),(5151,160,'_shipping_first_name','John'),(5152,160,'_shipping_last_name','Doe'),(5153,160,'_shipping_company',''),(5154,160,'_shipping_address_1','969 Market'),(5155,160,'_shipping_address_2',''),(5156,160,'_shipping_city','San Francisco'),(5157,160,'_shipping_state','CA'),(5158,160,'_shipping_postcode','94103'),(5159,160,'_shipping_country','US'),(5160,160,'_order_currency','USD'),(5161,160,'_cart_discount','0'),(5162,160,'_cart_discount_tax','0'),(5163,160,'_order_shipping','0'),(5164,160,'_order_shipping_tax','0'),(5165,160,'_order_tax','0'),(5166,160,'_order_total','0.00'),(5167,160,'_order_version','3.4.2'),(5168,160,'_prices_include_tax','no'),(5169,160,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5170,160,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5171,160,'_download_permissions_granted','yes'),(5172,160,'_recorded_sales','yes'),(5173,160,'_recorded_coupon_usage_counts','yes'),(5174,160,'_order_stock_reduced','yes'),(5175,161,'_order_key','wc_order_5b211173b4420'),(5176,161,'_customer_user','0'),(5177,161,'_payment_method','bacs'),(5178,161,'_payment_method_title','Direct Bank Transfer'),(5179,161,'_transaction_id',''),(5180,161,'_customer_ip_address',''),(5181,161,'_customer_user_agent',''),(5182,161,'_created_via','rest-api'),(5183,161,'_date_completed','1528893812'),(5184,161,'_completed_date','2018-06-13 12:43:32'),(5185,161,'_date_paid','1528893812'),(5186,161,'_paid_date','2018-06-13 12:43:32'),(5187,161,'_cart_hash',''),(5188,161,'_billing_first_name','John'),(5189,161,'_billing_last_name','Doe'),(5190,161,'_billing_company',''),(5191,161,'_billing_address_1','969 Market'),(5192,161,'_billing_address_2',''),(5193,161,'_billing_city','San Francisco'),(5194,161,'_billing_state','CA'),(5195,161,'_billing_postcode','94103'),(5196,161,'_billing_country','US'),(5197,161,'_billing_email','john.doe@example.com'),(5198,161,'_billing_phone','(555) 555-5555'),(5199,161,'_shipping_first_name','John'),(5200,161,'_shipping_last_name','Doe'),(5201,161,'_shipping_company',''),(5202,161,'_shipping_address_1','969 Market'),(5203,161,'_shipping_address_2',''),(5204,161,'_shipping_city','San Francisco'),(5205,161,'_shipping_state','CA'),(5206,161,'_shipping_postcode','94103'),(5207,161,'_shipping_country','US'),(5208,161,'_order_currency','USD'),(5209,161,'_cart_discount','0'),(5210,161,'_cart_discount_tax','0'),(5211,161,'_order_shipping','0'),(5212,161,'_order_shipping_tax','0'),(5213,161,'_order_tax','0'),(5214,161,'_order_total','0.00'),(5215,161,'_order_version','3.4.2'),(5216,161,'_prices_include_tax','no'),(5217,161,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5218,161,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5219,161,'_download_permissions_granted','yes'),(5220,161,'_recorded_sales','yes'),(5221,161,'_recorded_coupon_usage_counts','yes'),(5222,161,'_order_stock_reduced','yes'),(5223,162,'_order_key','wc_order_5b21174fa28d4'),(5224,162,'_customer_user','0'),(5225,162,'_payment_method','bacs'),(5226,162,'_payment_method_title','Direct Bank Transfer'),(5227,162,'_transaction_id',''),(5228,162,'_customer_ip_address',''),(5229,162,'_customer_user_agent',''),(5230,162,'_created_via','rest-api'),(5231,162,'_date_completed','1528895311'),(5232,162,'_completed_date','2018-06-13 13:08:31'),(5233,162,'_date_paid','1528895311'),(5234,162,'_paid_date','2018-06-13 13:08:31'),(5235,162,'_cart_hash',''),(5236,162,'_billing_first_name','John'),(5237,162,'_billing_last_name','Doe'),(5238,162,'_billing_company',''),(5239,162,'_billing_address_1','969 Market'),(5240,162,'_billing_address_2',''),(5241,162,'_billing_city','San Francisco'),(5242,162,'_billing_state','CA'),(5243,162,'_billing_postcode','94103'),(5244,162,'_billing_country','US'),(5245,162,'_billing_email','john.doe@example.com'),(5246,162,'_billing_phone','(555) 555-5555'),(5247,162,'_shipping_first_name','John'),(5248,162,'_shipping_last_name','Doe'),(5249,162,'_shipping_company',''),(5250,162,'_shipping_address_1','969 Market'),(5251,162,'_shipping_address_2',''),(5252,162,'_shipping_city','San Francisco'),(5253,162,'_shipping_state','CA'),(5254,162,'_shipping_postcode','94103'),(5255,162,'_shipping_country','US'),(5256,162,'_order_currency','USD'),(5257,162,'_cart_discount','0'),(5258,162,'_cart_discount_tax','0'),(5259,162,'_order_shipping','0'),(5260,162,'_order_shipping_tax','0'),(5261,162,'_order_tax','0'),(5262,162,'_order_total','0.00'),(5263,162,'_order_version','3.4.2'),(5264,162,'_prices_include_tax','no'),(5265,162,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5266,162,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5267,162,'_download_permissions_granted','yes'),(5268,162,'_recorded_sales','yes'),(5269,162,'_recorded_coupon_usage_counts','yes'),(5270,162,'_order_stock_reduced','yes'),(5271,163,'_order_key','wc_order_5b21178d39bde'),(5272,163,'_customer_user','0'),(5273,163,'_payment_method','bacs'),(5274,163,'_payment_method_title','Direct Bank Transfer'),(5275,163,'_transaction_id',''),(5276,163,'_customer_ip_address',''),(5277,163,'_customer_user_agent',''),(5278,163,'_created_via','rest-api'),(5279,163,'_date_completed','1528895373'),(5280,163,'_completed_date','2018-06-13 13:09:33'),(5281,163,'_date_paid','1528895373'),(5282,163,'_paid_date','2018-06-13 13:09:33'),(5283,163,'_cart_hash',''),(5284,163,'_billing_first_name','John'),(5285,163,'_billing_last_name','Doe'),(5286,163,'_billing_company',''),(5287,163,'_billing_address_1','969 Market'),(5288,163,'_billing_address_2',''),(5289,163,'_billing_city','San Francisco'),(5290,163,'_billing_state','CA'),(5291,163,'_billing_postcode','94103'),(5292,163,'_billing_country','US'),(5293,163,'_billing_email','john.doe@example.com'),(5294,163,'_billing_phone','(555) 555-5555'),(5295,163,'_shipping_first_name','John'),(5296,163,'_shipping_last_name','Doe'),(5297,163,'_shipping_company',''),(5298,163,'_shipping_address_1','969 Market'),(5299,163,'_shipping_address_2',''),(5300,163,'_shipping_city','San Francisco'),(5301,163,'_shipping_state','CA'),(5302,163,'_shipping_postcode','94103'),(5303,163,'_shipping_country','US'),(5304,163,'_order_currency','USD'),(5305,163,'_cart_discount','0'),(5306,163,'_cart_discount_tax','0'),(5307,163,'_order_shipping','0'),(5308,163,'_order_shipping_tax','0'),(5309,163,'_order_tax','0'),(5310,163,'_order_total','0.00'),(5311,163,'_order_version','3.4.2'),(5312,163,'_prices_include_tax','no'),(5313,163,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(5314,163,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(5315,163,'_download_permissions_granted','yes'),(5316,163,'_recorded_sales','yes'),(5317,163,'_recorded_coupon_usage_counts','yes'),(5318,163,'_order_stock_reduced','yes'),(5319,6,'_edit_lock','1528964548:1'),(5320,7,'_edit_lock','1528964552:1'),(5321,8,'_edit_lock','1528964556:1'),(5322,2,'_edit_lock','1528964579:1'),(5323,164,'_wp_attached_file','2018/06/beanie-2.jpg'),(5324,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"beanie-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5325,164,'_starter_content_theme','storefront'),(5326,164,'_customize_draft_post_name','beanie-image'),(5327,165,'_wp_attached_file','2018/06/belt-2.jpg'),(5328,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"belt-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5329,165,'_starter_content_theme','storefront'),(5330,165,'_customize_draft_post_name','belt-image'),(5331,166,'_wp_attached_file','2018/06/cap-2.jpg'),(5332,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:17:\"cap-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5333,166,'_starter_content_theme','storefront'),(5334,166,'_customize_draft_post_name','cap-image'),(5335,167,'_wp_attached_file','2018/06/hoodie-with-logo-2.jpg'),(5336,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5337,167,'_starter_content_theme','storefront'),(5338,167,'_customize_draft_post_name','hoodie-with-logo-image'),(5339,168,'_wp_attached_file','2018/06/hoodie-with-pocket-2.jpg'),(5340,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5341,168,'_starter_content_theme','storefront'),(5342,168,'_customize_draft_post_name','hoodie-with-pocket-image'),(5343,169,'_wp_attached_file','2018/06/hoodie-with-zipper-2.jpg'),(5344,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5345,169,'_starter_content_theme','storefront'),(5346,169,'_customize_draft_post_name','hoodie-with-zipper-image'),(5347,170,'_wp_attached_file','2018/06/hoodie-2.jpg'),(5348,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"hoodie-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5349,170,'_starter_content_theme','storefront'),(5350,170,'_customize_draft_post_name','hoodie-image'),(5351,171,'_wp_attached_file','2018/06/long-sleeve-tee-2.jpg'),(5352,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5353,171,'_starter_content_theme','storefront'),(5354,171,'_customize_draft_post_name','long-sleeve-tee-image'),(5355,172,'_wp_attached_file','2018/06/polo-2.jpg'),(5356,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"polo-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5357,172,'_starter_content_theme','storefront'),(5358,172,'_customize_draft_post_name','polo-image'),(5359,173,'_wp_attached_file','2018/06/sunglasses-2.jpg'),(5360,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5361,173,'_starter_content_theme','storefront'),(5362,173,'_customize_draft_post_name','sunglasses-image'),(5363,174,'_wp_attached_file','2018/06/tshirt-2.jpg'),(5364,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"tshirt-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5365,174,'_starter_content_theme','storefront'),(5366,174,'_customize_draft_post_name','tshirt-image'),(5367,175,'_wp_attached_file','2018/06/vneck-tee-2.jpg'),(5368,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5369,175,'_starter_content_theme','storefront'),(5370,175,'_customize_draft_post_name','vneck-tee-image'),(5371,176,'_wp_attached_file','2018/06/hero-2.jpg'),(5372,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-2-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-2-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-2-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5373,176,'_starter_content_theme','storefront'),(5374,176,'_customize_draft_post_name','hero-image'),(5375,177,'_wp_attached_file','2018/06/accessories-2.jpg'),(5376,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5377,177,'_starter_content_theme','storefront'),(5378,177,'_customize_draft_post_name','accessories-image'),(5379,178,'_wp_attached_file','2018/06/tshirts-2.jpg'),(5380,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5381,178,'_starter_content_theme','storefront'),(5382,178,'_customize_draft_post_name','tshirts-image'),(5383,179,'_wp_attached_file','2018/06/hoodies-2.jpg'),(5384,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5385,179,'_starter_content_theme','storefront'),(5386,179,'_customize_draft_post_name','hoodies-image'),(5387,180,'_thumbnail_id','176'),(5388,180,'_wp_page_template','template-homepage.php'),(5389,180,'_customize_draft_post_name','welcome'),(5390,180,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5391,181,'_customize_draft_post_name','about'),(5392,181,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5393,182,'_customize_draft_post_name','contact'),(5394,182,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5395,183,'_customize_draft_post_name','blog'),(5396,183,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5397,184,'_thumbnail_id','164'),(5398,184,'_customize_draft_post_name','beanie'),(5399,184,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5400,185,'_thumbnail_id','165'),(5401,185,'_customize_draft_post_name','belt'),(5402,185,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5403,186,'_thumbnail_id','166'),(5404,186,'_customize_draft_post_name','cap'),(5405,186,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5406,187,'_thumbnail_id','173'),(5407,187,'_customize_draft_post_name','sunglasses'),(5408,187,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5409,188,'_thumbnail_id','167'),(5410,188,'_customize_draft_post_name','hoodie-with-logo'),(5411,188,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5412,189,'_thumbnail_id','168'),(5413,189,'_customize_draft_post_name','hoodie-with-pocket'),(5414,189,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5415,190,'_thumbnail_id','169'),(5416,190,'_customize_draft_post_name','hoodie-with-zipper'),(5417,190,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5418,191,'_thumbnail_id','170'),(5419,191,'_customize_draft_post_name','hoodie'),(5420,191,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5421,192,'_thumbnail_id','171'),(5422,192,'_customize_draft_post_name','long-sleeve-tee'),(5423,192,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5424,193,'_thumbnail_id','172'),(5425,193,'_customize_draft_post_name','polo'),(5426,193,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5427,194,'_thumbnail_id','174'),(5428,194,'_customize_draft_post_name','tshirt'),(5429,194,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5430,195,'_thumbnail_id','175'),(5431,195,'_customize_draft_post_name','vneck-tee'),(5432,195,'_customize_changeset_uuid','b974a385-a624-4d76-9350-d1068e71e97c'),(5433,184,'_wc_review_count','0'),(5434,184,'_wc_rating_count','a:0:{}'),(5435,184,'_wc_average_rating','0'),(5436,184,'_sku',''),(5437,184,'_regular_price','20'),(5438,184,'_sale_price','18'),(5439,184,'_sale_price_dates_from',''),(5440,184,'_sale_price_dates_to',''),(5441,184,'total_sales','0'),(5442,184,'_tax_status','taxable'),(5443,184,'_tax_class',''),(5444,184,'_manage_stock','no'),(5445,184,'_backorders','no'),(5446,184,'_sold_individually','no'),(5447,184,'_weight',''),(5448,184,'_length',''),(5449,184,'_width',''),(5450,184,'_height',''),(5451,184,'_upsell_ids','a:0:{}'),(5452,184,'_crosssell_ids','a:0:{}'),(5453,184,'_purchase_note',''),(5454,184,'_default_attributes','a:0:{}'),(5455,184,'_virtual','no'),(5456,184,'_downloadable','no'),(5457,184,'_product_image_gallery',''),(5458,184,'_download_limit','-1'),(5459,184,'_download_expiry','-1'),(5460,184,'_stock',NULL),(5461,184,'_stock_status','instock'),(5462,184,'_product_version','3.4.2'),(5463,184,'_price','18'),(5464,185,'_wc_review_count','0'),(5465,185,'_wc_rating_count','a:0:{}'),(5466,185,'_wc_average_rating','0'),(5467,185,'_sku',''),(5468,185,'_regular_price','65'),(5469,185,'_sale_price','55'),(5470,185,'_sale_price_dates_from',''),(5471,185,'_sale_price_dates_to',''),(5472,185,'total_sales','0'),(5473,185,'_tax_status','taxable'),(5474,185,'_tax_class',''),(5475,185,'_manage_stock','no'),(5476,185,'_backorders','no'),(5477,185,'_sold_individually','no'),(5478,185,'_weight',''),(5479,185,'_length',''),(5480,185,'_width',''),(5481,185,'_height',''),(5482,185,'_upsell_ids','a:0:{}'),(5483,185,'_crosssell_ids','a:0:{}'),(5484,185,'_purchase_note',''),(5485,185,'_default_attributes','a:0:{}'),(5486,185,'_virtual','no'),(5487,185,'_downloadable','no'),(5488,185,'_product_image_gallery',''),(5489,185,'_download_limit','-1'),(5490,185,'_download_expiry','-1'),(5491,185,'_stock',NULL),(5492,185,'_stock_status','instock'),(5493,185,'_product_version','3.4.2'),(5494,185,'_price','55'),(5495,186,'_wc_review_count','0'),(5496,186,'_wc_rating_count','a:0:{}'),(5497,186,'_wc_average_rating','0'),(5498,186,'_sku',''),(5499,186,'_regular_price','18'),(5500,186,'_sale_price','16'),(5501,186,'_sale_price_dates_from',''),(5502,186,'_sale_price_dates_to',''),(5503,186,'total_sales','0'),(5504,186,'_tax_status','taxable'),(5505,186,'_tax_class',''),(5506,186,'_manage_stock','no'),(5507,186,'_backorders','no'),(5508,186,'_sold_individually','no'),(5509,186,'_weight',''),(5510,186,'_length',''),(5511,186,'_width',''),(5512,186,'_height',''),(5513,186,'_upsell_ids','a:0:{}'),(5514,186,'_crosssell_ids','a:0:{}'),(5515,186,'_purchase_note',''),(5516,186,'_default_attributes','a:0:{}'),(5517,186,'_virtual','no'),(5518,186,'_downloadable','no'),(5519,186,'_product_image_gallery',''),(5520,186,'_download_limit','-1'),(5521,186,'_download_expiry','-1'),(5522,186,'_stock',NULL),(5523,186,'_stock_status','instock'),(5524,186,'_product_version','3.4.2'),(5525,186,'_price','16'),(5526,187,'_wc_review_count','0'),(5527,187,'_wc_rating_count','a:0:{}'),(5528,187,'_wc_average_rating','0'),(5529,187,'_sku',''),(5530,187,'_regular_price','90'),(5531,187,'_sale_price',''),(5532,187,'_sale_price_dates_from',''),(5533,187,'_sale_price_dates_to',''),(5534,187,'total_sales','0'),(5535,187,'_tax_status','taxable'),(5536,187,'_tax_class',''),(5537,187,'_manage_stock','no'),(5538,187,'_backorders','no'),(5539,187,'_sold_individually','no'),(5540,187,'_weight',''),(5541,187,'_length',''),(5542,187,'_width',''),(5543,187,'_height',''),(5544,187,'_upsell_ids','a:0:{}'),(5545,187,'_crosssell_ids','a:0:{}'),(5546,187,'_purchase_note',''),(5547,187,'_default_attributes','a:0:{}'),(5548,187,'_virtual','no'),(5549,187,'_downloadable','no'),(5550,187,'_product_image_gallery',''),(5551,187,'_download_limit','-1'),(5552,187,'_download_expiry','-1'),(5553,187,'_stock',NULL),(5554,187,'_stock_status','instock'),(5555,187,'_product_version','3.4.2'),(5556,187,'_price','90'),(5557,188,'_wc_review_count','0'),(5558,188,'_wc_rating_count','a:0:{}'),(5559,188,'_wc_average_rating','0'),(5560,188,'_sku',''),(5561,188,'_regular_price','45'),(5562,188,'_sale_price',''),(5563,188,'_sale_price_dates_from',''),(5564,188,'_sale_price_dates_to',''),(5565,188,'total_sales','0'),(5566,188,'_tax_status','taxable'),(5567,188,'_tax_class',''),(5568,188,'_manage_stock','no'),(5569,188,'_backorders','no'),(5570,188,'_sold_individually','no'),(5571,188,'_weight',''),(5572,188,'_length',''),(5573,188,'_width',''),(5574,188,'_height',''),(5575,188,'_upsell_ids','a:0:{}'),(5576,188,'_crosssell_ids','a:0:{}'),(5577,188,'_purchase_note',''),(5578,188,'_default_attributes','a:0:{}'),(5579,188,'_virtual','no'),(5580,188,'_downloadable','no'),(5581,188,'_product_image_gallery',''),(5582,188,'_download_limit','-1'),(5583,188,'_download_expiry','-1'),(5584,188,'_stock',NULL),(5585,188,'_stock_status','instock'),(5586,188,'_product_version','3.4.2'),(5587,188,'_price','45'),(5588,189,'_wc_review_count','0'),(5589,189,'_wc_rating_count','a:0:{}'),(5590,189,'_wc_average_rating','0'),(5591,189,'_sku',''),(5592,189,'_regular_price','45'),(5593,189,'_sale_price','35'),(5594,189,'_sale_price_dates_from',''),(5595,189,'_sale_price_dates_to',''),(5596,189,'total_sales','0'),(5597,189,'_tax_status','taxable'),(5598,189,'_tax_class',''),(5599,189,'_manage_stock','no'),(5600,189,'_backorders','no'),(5601,189,'_sold_individually','no'),(5602,189,'_weight',''),(5603,189,'_length',''),(5604,189,'_width',''),(5605,189,'_height',''),(5606,189,'_upsell_ids','a:0:{}'),(5607,189,'_crosssell_ids','a:0:{}'),(5608,189,'_purchase_note',''),(5609,189,'_default_attributes','a:0:{}'),(5610,189,'_virtual','no'),(5611,189,'_downloadable','no'),(5612,189,'_product_image_gallery',''),(5613,189,'_download_limit','-1'),(5614,189,'_download_expiry','-1'),(5615,189,'_stock',NULL),(5616,189,'_stock_status','instock'),(5617,189,'_product_version','3.4.2'),(5618,189,'_price','35'),(5619,190,'_wc_review_count','0'),(5620,190,'_wc_rating_count','a:0:{}'),(5621,190,'_wc_average_rating','0'),(5622,190,'_sku',''),(5623,190,'_regular_price','45'),(5624,190,'_sale_price',''),(5625,190,'_sale_price_dates_from',''),(5626,190,'_sale_price_dates_to',''),(5627,190,'total_sales','0'),(5628,190,'_tax_status','taxable'),(5629,190,'_tax_class',''),(5630,190,'_manage_stock','no'),(5631,190,'_backorders','no'),(5632,190,'_sold_individually','no'),(5633,190,'_weight',''),(5634,190,'_length',''),(5635,190,'_width',''),(5636,190,'_height',''),(5637,190,'_upsell_ids','a:0:{}'),(5638,190,'_crosssell_ids','a:0:{}'),(5639,190,'_purchase_note',''),(5640,190,'_default_attributes','a:0:{}'),(5641,190,'_virtual','no'),(5642,190,'_downloadable','no'),(5643,190,'_product_image_gallery',''),(5644,190,'_download_limit','-1'),(5645,190,'_download_expiry','-1'),(5646,190,'_stock',NULL),(5647,190,'_stock_status','instock'),(5648,190,'_product_version','3.4.2'),(5649,190,'_price','45'),(5650,191,'_wc_review_count','0'),(5651,191,'_wc_rating_count','a:0:{}'),(5652,191,'_wc_average_rating','0'),(5653,191,'_sku',''),(5654,191,'_regular_price','45'),(5655,191,'_sale_price','42'),(5656,191,'_sale_price_dates_from',''),(5657,191,'_sale_price_dates_to',''),(5658,191,'total_sales','0'),(5659,191,'_tax_status','taxable'),(5660,191,'_tax_class',''),(5661,191,'_manage_stock','no'),(5662,191,'_backorders','no'),(5663,191,'_sold_individually','no'),(5664,191,'_weight',''),(5665,191,'_length',''),(5666,191,'_width',''),(5667,191,'_height',''),(5668,191,'_upsell_ids','a:0:{}'),(5669,191,'_crosssell_ids','a:0:{}'),(5670,191,'_purchase_note',''),(5671,191,'_default_attributes','a:0:{}'),(5672,191,'_virtual','no'),(5673,191,'_downloadable','no'),(5674,191,'_product_image_gallery',''),(5675,191,'_download_limit','-1'),(5676,191,'_download_expiry','-1'),(5677,191,'_stock',NULL),(5678,191,'_stock_status','instock'),(5679,191,'_product_version','3.4.2'),(5680,191,'_price','42'),(5681,192,'_wc_review_count','0'),(5682,192,'_wc_rating_count','a:0:{}'),(5683,192,'_wc_average_rating','0'),(5684,192,'_sku',''),(5685,192,'_regular_price','25'),(5686,192,'_sale_price',''),(5687,192,'_sale_price_dates_from',''),(5688,192,'_sale_price_dates_to',''),(5689,192,'total_sales','0'),(5690,192,'_tax_status','taxable'),(5691,192,'_tax_class',''),(5692,192,'_manage_stock','no'),(5693,192,'_backorders','no'),(5694,192,'_sold_individually','no'),(5695,192,'_weight',''),(5696,192,'_length',''),(5697,192,'_width',''),(5698,192,'_height',''),(5699,192,'_upsell_ids','a:0:{}'),(5700,192,'_crosssell_ids','a:0:{}'),(5701,192,'_purchase_note',''),(5702,192,'_default_attributes','a:0:{}'),(5703,192,'_virtual','no'),(5704,192,'_downloadable','no'),(5705,192,'_product_image_gallery',''),(5706,192,'_download_limit','-1'),(5707,192,'_download_expiry','-1'),(5708,192,'_stock',NULL),(5709,192,'_stock_status','instock'),(5710,192,'_product_version','3.4.2'),(5711,192,'_price','25'),(5712,193,'_wc_review_count','0'),(5713,193,'_wc_rating_count','a:0:{}'),(5714,193,'_wc_average_rating','0'),(5715,193,'_sku',''),(5716,193,'_regular_price','20'),(5717,193,'_sale_price',''),(5718,193,'_sale_price_dates_from',''),(5719,193,'_sale_price_dates_to',''),(5720,193,'total_sales','0'),(5721,193,'_tax_status','taxable'),(5722,193,'_tax_class',''),(5723,193,'_manage_stock','no'),(5724,193,'_backorders','no'),(5725,193,'_sold_individually','no'),(5726,193,'_weight',''),(5727,193,'_length',''),(5728,193,'_width',''),(5729,193,'_height',''),(5730,193,'_upsell_ids','a:0:{}'),(5731,193,'_crosssell_ids','a:0:{}'),(5732,193,'_purchase_note',''),(5733,193,'_default_attributes','a:0:{}'),(5734,193,'_virtual','no'),(5735,193,'_downloadable','no'),(5736,193,'_product_image_gallery',''),(5737,193,'_download_limit','-1'),(5738,193,'_download_expiry','-1'),(5739,193,'_stock',NULL),(5740,193,'_stock_status','instock'),(5741,193,'_product_version','3.4.2'),(5742,193,'_price','20'),(5743,194,'_wc_review_count','0'),(5744,194,'_wc_rating_count','a:0:{}'),(5745,194,'_wc_average_rating','0'),(5746,194,'_sku',''),(5747,194,'_regular_price','18'),(5748,194,'_sale_price',''),(5749,194,'_sale_price_dates_from',''),(5750,194,'_sale_price_dates_to',''),(5751,194,'total_sales','0'),(5752,194,'_tax_status','taxable'),(5753,194,'_tax_class',''),(5754,194,'_manage_stock','no'),(5755,194,'_backorders','no'),(5756,194,'_sold_individually','no'),(5757,194,'_weight',''),(5758,194,'_length',''),(5759,194,'_width',''),(5760,194,'_height',''),(5761,194,'_upsell_ids','a:0:{}'),(5762,194,'_crosssell_ids','a:0:{}'),(5763,194,'_purchase_note',''),(5764,194,'_default_attributes','a:0:{}'),(5765,194,'_virtual','no'),(5766,194,'_downloadable','no'),(5767,194,'_product_image_gallery',''),(5768,194,'_download_limit','-1'),(5769,194,'_download_expiry','-1'),(5770,194,'_stock',NULL),(5771,194,'_stock_status','instock'),(5772,194,'_product_version','3.4.2'),(5773,194,'_price','18'),(5774,195,'_wc_review_count','0'),(5775,195,'_wc_rating_count','a:0:{}'),(5776,195,'_wc_average_rating','0'),(5777,195,'_sku',''),(5778,195,'_regular_price','18'),(5779,195,'_sale_price',''),(5780,195,'_sale_price_dates_from',''),(5781,195,'_sale_price_dates_to',''),(5782,195,'total_sales','0'),(5783,195,'_tax_status','taxable'),(5784,195,'_tax_class',''),(5785,195,'_manage_stock','no'),(5786,195,'_backorders','no'),(5787,195,'_sold_individually','no'),(5788,195,'_weight',''),(5789,195,'_length',''),(5790,195,'_width',''),(5791,195,'_height',''),(5792,195,'_upsell_ids','a:0:{}'),(5793,195,'_crosssell_ids','a:0:{}'),(5794,195,'_purchase_note',''),(5795,195,'_default_attributes','a:0:{}'),(5796,195,'_virtual','no'),(5797,195,'_downloadable','no'),(5798,195,'_product_image_gallery',''),(5799,195,'_download_limit','-1'),(5800,195,'_download_expiry','-1'),(5801,195,'_stock',NULL),(5802,195,'_stock_status','instock'),(5803,195,'_product_version','3.4.2'),(5804,195,'_price','18'),(5807,197,'_wp_attached_file','2018/06/beanie-3.jpg'),(5808,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"beanie-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5809,197,'_starter_content_theme','storefront'),(5810,197,'_customize_draft_post_name','beanie-image'),(5811,198,'_wp_attached_file','2018/06/belt-3.jpg'),(5812,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"belt-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5813,198,'_starter_content_theme','storefront'),(5814,198,'_customize_draft_post_name','belt-image'),(5815,199,'_wp_attached_file','2018/06/cap-3.jpg'),(5816,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:17:\"cap-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5817,199,'_starter_content_theme','storefront'),(5818,199,'_customize_draft_post_name','cap-image'),(5819,200,'_wp_attached_file','2018/06/hoodie-with-logo-3.jpg'),(5820,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5821,200,'_starter_content_theme','storefront'),(5822,200,'_customize_draft_post_name','hoodie-with-logo-image'),(5823,201,'_wp_attached_file','2018/06/hoodie-with-pocket-3.jpg'),(5824,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5825,201,'_starter_content_theme','storefront'),(5826,201,'_customize_draft_post_name','hoodie-with-pocket-image'),(5827,202,'_wp_attached_file','2018/06/hoodie-with-zipper-3.jpg'),(5828,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5829,202,'_starter_content_theme','storefront'),(5830,202,'_customize_draft_post_name','hoodie-with-zipper-image'),(5831,203,'_wp_attached_file','2018/06/hoodie-3.jpg'),(5832,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"hoodie-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5833,203,'_starter_content_theme','storefront'),(5834,203,'_customize_draft_post_name','hoodie-image'),(5835,204,'_wp_attached_file','2018/06/long-sleeve-tee-3.jpg'),(5836,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5837,204,'_starter_content_theme','storefront'),(5838,204,'_customize_draft_post_name','long-sleeve-tee-image'),(5839,205,'_wp_attached_file','2018/06/polo-3.jpg'),(5840,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-3-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"polo-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5841,205,'_starter_content_theme','storefront'),(5842,205,'_customize_draft_post_name','polo-image'),(5843,206,'_wp_attached_file','2018/06/sunglasses-3.jpg'),(5844,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:24:\"sunglasses-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5845,206,'_starter_content_theme','storefront'),(5846,206,'_customize_draft_post_name','sunglasses-image'),(5847,207,'_wp_attached_file','2018/06/tshirt-3.jpg'),(5848,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"tshirt-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5849,207,'_starter_content_theme','storefront'),(5850,207,'_customize_draft_post_name','tshirt-image'),(5851,208,'_wp_attached_file','2018/06/vneck-tee-3.jpg'),(5852,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-3-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:23:\"vneck-tee-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5853,208,'_starter_content_theme','storefront'),(5854,208,'_customize_draft_post_name','vneck-tee-image'),(5855,209,'_wp_attached_file','2018/06/hero-3.jpg'),(5856,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-3-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-3-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-3-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5857,209,'_starter_content_theme','storefront'),(5858,209,'_customize_draft_post_name','hero-image'),(5859,210,'_wp_attached_file','2018/06/accessories-3.jpg'),(5860,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5861,210,'_starter_content_theme','storefront'),(5862,210,'_customize_draft_post_name','accessories-image'),(5863,211,'_wp_attached_file','2018/06/tshirts-3.jpg'),(5864,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5865,211,'_starter_content_theme','storefront'),(5866,211,'_customize_draft_post_name','tshirts-image'),(5867,212,'_wp_attached_file','2018/06/hoodies-3.jpg'),(5868,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5869,212,'_starter_content_theme','storefront'),(5870,212,'_customize_draft_post_name','hoodies-image'),(5871,213,'_thumbnail_id','209'),(5872,213,'_wp_page_template','template-homepage.php'),(5873,213,'_customize_draft_post_name','welcome'),(5874,213,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5875,214,'_customize_draft_post_name','about'),(5876,214,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5877,215,'_customize_draft_post_name','contact'),(5878,215,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5879,216,'_customize_draft_post_name','blog'),(5880,216,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5881,217,'_thumbnail_id','197'),(5882,217,'_customize_draft_post_name','beanie'),(5883,217,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5884,218,'_thumbnail_id','198'),(5885,218,'_customize_draft_post_name','belt'),(5886,218,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5887,219,'_thumbnail_id','199'),(5888,219,'_customize_draft_post_name','cap'),(5889,219,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5890,220,'_thumbnail_id','206'),(5891,220,'_customize_draft_post_name','sunglasses'),(5892,220,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5893,221,'_thumbnail_id','200'),(5894,221,'_customize_draft_post_name','hoodie-with-logo'),(5895,221,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5896,222,'_thumbnail_id','201'),(5897,222,'_customize_draft_post_name','hoodie-with-pocket'),(5898,222,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5899,223,'_thumbnail_id','202'),(5900,223,'_customize_draft_post_name','hoodie-with-zipper'),(5901,223,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5902,224,'_thumbnail_id','203'),(5903,224,'_customize_draft_post_name','hoodie'),(5904,224,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5905,225,'_thumbnail_id','204'),(5906,225,'_customize_draft_post_name','long-sleeve-tee'),(5907,225,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5908,226,'_thumbnail_id','205'),(5909,226,'_customize_draft_post_name','polo'),(5910,226,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5911,227,'_thumbnail_id','207'),(5912,227,'_customize_draft_post_name','tshirt'),(5913,227,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5914,228,'_thumbnail_id','208'),(5915,228,'_customize_draft_post_name','vneck-tee'),(5916,228,'_customize_changeset_uuid','b4021e13-be9c-4375-8336-053b2916a676'),(5917,217,'_wc_review_count','0'),(5918,217,'_wc_rating_count','a:0:{}'),(5919,217,'_wc_average_rating','0'),(5920,217,'_sku',''),(5921,217,'_regular_price','20'),(5922,217,'_sale_price','18'),(5923,217,'_sale_price_dates_from',''),(5924,217,'_sale_price_dates_to',''),(5925,217,'total_sales','0'),(5926,217,'_tax_status','taxable'),(5927,217,'_tax_class',''),(5928,217,'_manage_stock','no'),(5929,217,'_backorders','no'),(5930,217,'_sold_individually','no'),(5931,217,'_weight',''),(5932,217,'_length',''),(5933,217,'_width',''),(5934,217,'_height',''),(5935,217,'_upsell_ids','a:0:{}'),(5936,217,'_crosssell_ids','a:0:{}'),(5937,217,'_purchase_note',''),(5938,217,'_default_attributes','a:0:{}'),(5939,217,'_virtual','no'),(5940,217,'_downloadable','no'),(5941,217,'_product_image_gallery',''),(5942,217,'_download_limit','-1'),(5943,217,'_download_expiry','-1'),(5944,217,'_stock',NULL),(5945,217,'_stock_status','instock'),(5946,217,'_product_version','3.4.2'),(5947,217,'_price','18'),(5948,218,'_wc_review_count','0'),(5949,218,'_wc_rating_count','a:0:{}'),(5950,218,'_wc_average_rating','0'),(5951,218,'_sku',''),(5952,218,'_regular_price','65'),(5953,218,'_sale_price','55'),(5954,218,'_sale_price_dates_from',''),(5955,218,'_sale_price_dates_to',''),(5956,218,'total_sales','0'),(5957,218,'_tax_status','taxable'),(5958,218,'_tax_class',''),(5959,218,'_manage_stock','no'),(5960,218,'_backorders','no'),(5961,218,'_sold_individually','no'),(5962,218,'_weight',''),(5963,218,'_length',''),(5964,218,'_width',''),(5965,218,'_height',''),(5966,218,'_upsell_ids','a:0:{}'),(5967,218,'_crosssell_ids','a:0:{}'),(5968,218,'_purchase_note',''),(5969,218,'_default_attributes','a:0:{}'),(5970,218,'_virtual','no'),(5971,218,'_downloadable','no'),(5972,218,'_product_image_gallery',''),(5973,218,'_download_limit','-1'),(5974,218,'_download_expiry','-1'),(5975,218,'_stock',NULL),(5976,218,'_stock_status','instock'),(5977,218,'_product_version','3.4.2'),(5978,218,'_price','55'),(5979,219,'_wc_review_count','0'),(5980,219,'_wc_rating_count','a:0:{}'),(5981,219,'_wc_average_rating','0'),(5982,219,'_sku',''),(5983,219,'_regular_price','18'),(5984,219,'_sale_price','16'),(5985,219,'_sale_price_dates_from',''),(5986,219,'_sale_price_dates_to',''),(5987,219,'total_sales','0'),(5988,219,'_tax_status','taxable'),(5989,219,'_tax_class',''),(5990,219,'_manage_stock','no'),(5991,219,'_backorders','no'),(5992,219,'_sold_individually','no'),(5993,219,'_weight',''),(5994,219,'_length',''),(5995,219,'_width',''),(5996,219,'_height',''),(5997,219,'_upsell_ids','a:0:{}'),(5998,219,'_crosssell_ids','a:0:{}'),(5999,219,'_purchase_note',''),(6000,219,'_default_attributes','a:0:{}'),(6001,219,'_virtual','no'),(6002,219,'_downloadable','no'),(6003,219,'_product_image_gallery',''),(6004,219,'_download_limit','-1'),(6005,219,'_download_expiry','-1'),(6006,219,'_stock',NULL),(6007,219,'_stock_status','instock'),(6008,219,'_product_version','3.4.2'),(6009,219,'_price','16'),(6010,220,'_wc_review_count','0'),(6011,220,'_wc_rating_count','a:0:{}'),(6012,220,'_wc_average_rating','0'),(6013,220,'_sku',''),(6014,220,'_regular_price','90'),(6015,220,'_sale_price',''),(6016,220,'_sale_price_dates_from',''),(6017,220,'_sale_price_dates_to',''),(6018,220,'total_sales','0'),(6019,220,'_tax_status','taxable'),(6020,220,'_tax_class',''),(6021,220,'_manage_stock','no'),(6022,220,'_backorders','no'),(6023,220,'_sold_individually','no'),(6024,220,'_weight',''),(6025,220,'_length',''),(6026,220,'_width',''),(6027,220,'_height',''),(6028,220,'_upsell_ids','a:0:{}'),(6029,220,'_crosssell_ids','a:0:{}'),(6030,220,'_purchase_note',''),(6031,220,'_default_attributes','a:0:{}'),(6032,220,'_virtual','no'),(6033,220,'_downloadable','no'),(6034,220,'_product_image_gallery',''),(6035,220,'_download_limit','-1'),(6036,220,'_download_expiry','-1'),(6037,220,'_stock',NULL),(6038,220,'_stock_status','instock'),(6039,220,'_product_version','3.4.2'),(6040,220,'_price','90'),(6041,221,'_wc_review_count','0'),(6042,221,'_wc_rating_count','a:0:{}'),(6043,221,'_wc_average_rating','0'),(6044,221,'_sku',''),(6045,221,'_regular_price','45'),(6046,221,'_sale_price',''),(6047,221,'_sale_price_dates_from',''),(6048,221,'_sale_price_dates_to',''),(6049,221,'total_sales','0'),(6050,221,'_tax_status','taxable'),(6051,221,'_tax_class',''),(6052,221,'_manage_stock','no'),(6053,221,'_backorders','no'),(6054,221,'_sold_individually','no'),(6055,221,'_weight',''),(6056,221,'_length',''),(6057,221,'_width',''),(6058,221,'_height',''),(6059,221,'_upsell_ids','a:0:{}'),(6060,221,'_crosssell_ids','a:0:{}'),(6061,221,'_purchase_note',''),(6062,221,'_default_attributes','a:0:{}'),(6063,221,'_virtual','no'),(6064,221,'_downloadable','no'),(6065,221,'_product_image_gallery',''),(6066,221,'_download_limit','-1'),(6067,221,'_download_expiry','-1'),(6068,221,'_stock',NULL),(6069,221,'_stock_status','instock'),(6070,221,'_product_version','3.4.2'),(6071,221,'_price','45'),(6072,222,'_wc_review_count','0'),(6073,222,'_wc_rating_count','a:0:{}'),(6074,222,'_wc_average_rating','0'),(6075,222,'_sku',''),(6076,222,'_regular_price','45'),(6077,222,'_sale_price','35'),(6078,222,'_sale_price_dates_from',''),(6079,222,'_sale_price_dates_to',''),(6080,222,'total_sales','0'),(6081,222,'_tax_status','taxable'),(6082,222,'_tax_class',''),(6083,222,'_manage_stock','no'),(6084,222,'_backorders','no'),(6085,222,'_sold_individually','no'),(6086,222,'_weight',''),(6087,222,'_length',''),(6088,222,'_width',''),(6089,222,'_height',''),(6090,222,'_upsell_ids','a:0:{}'),(6091,222,'_crosssell_ids','a:0:{}'),(6092,222,'_purchase_note',''),(6093,222,'_default_attributes','a:0:{}'),(6094,222,'_virtual','no'),(6095,222,'_downloadable','no'),(6096,222,'_product_image_gallery',''),(6097,222,'_download_limit','-1'),(6098,222,'_download_expiry','-1'),(6099,222,'_stock',NULL),(6100,222,'_stock_status','instock'),(6101,222,'_product_version','3.4.2'),(6102,222,'_price','35'),(6103,223,'_wc_review_count','0'),(6104,223,'_wc_rating_count','a:0:{}'),(6105,223,'_wc_average_rating','0'),(6106,223,'_sku',''),(6107,223,'_regular_price','45'),(6108,223,'_sale_price',''),(6109,223,'_sale_price_dates_from',''),(6110,223,'_sale_price_dates_to',''),(6111,223,'total_sales','0'),(6112,223,'_tax_status','taxable'),(6113,223,'_tax_class',''),(6114,223,'_manage_stock','no'),(6115,223,'_backorders','no'),(6116,223,'_sold_individually','no'),(6117,223,'_weight',''),(6118,223,'_length',''),(6119,223,'_width',''),(6120,223,'_height',''),(6121,223,'_upsell_ids','a:0:{}'),(6122,223,'_crosssell_ids','a:0:{}'),(6123,223,'_purchase_note',''),(6124,223,'_default_attributes','a:0:{}'),(6125,223,'_virtual','no'),(6126,223,'_downloadable','no'),(6127,223,'_product_image_gallery',''),(6128,223,'_download_limit','-1'),(6129,223,'_download_expiry','-1'),(6130,223,'_stock',NULL),(6131,223,'_stock_status','instock'),(6132,223,'_product_version','3.4.2'),(6133,223,'_price','45'),(6134,224,'_wc_review_count','0'),(6135,224,'_wc_rating_count','a:0:{}'),(6136,224,'_wc_average_rating','0'),(6137,224,'_sku',''),(6138,224,'_regular_price','45'),(6139,224,'_sale_price','42'),(6140,224,'_sale_price_dates_from',''),(6141,224,'_sale_price_dates_to',''),(6142,224,'total_sales','0'),(6143,224,'_tax_status','taxable'),(6144,224,'_tax_class',''),(6145,224,'_manage_stock','no'),(6146,224,'_backorders','no'),(6147,224,'_sold_individually','no'),(6148,224,'_weight',''),(6149,224,'_length',''),(6150,224,'_width',''),(6151,224,'_height',''),(6152,224,'_upsell_ids','a:0:{}'),(6153,224,'_crosssell_ids','a:0:{}'),(6154,224,'_purchase_note',''),(6155,224,'_default_attributes','a:0:{}'),(6156,224,'_virtual','no'),(6157,224,'_downloadable','no'),(6158,224,'_product_image_gallery',''),(6159,224,'_download_limit','-1'),(6160,224,'_download_expiry','-1'),(6161,224,'_stock',NULL),(6162,224,'_stock_status','instock'),(6163,224,'_product_version','3.4.2'),(6164,224,'_price','42'),(6165,225,'_wc_review_count','0'),(6166,225,'_wc_rating_count','a:0:{}'),(6167,225,'_wc_average_rating','0'),(6168,225,'_sku',''),(6169,225,'_regular_price','25'),(6170,225,'_sale_price',''),(6171,225,'_sale_price_dates_from',''),(6172,225,'_sale_price_dates_to',''),(6173,225,'total_sales','0'),(6174,225,'_tax_status','taxable'),(6175,225,'_tax_class',''),(6176,225,'_manage_stock','no'),(6177,225,'_backorders','no'),(6178,225,'_sold_individually','no'),(6179,225,'_weight',''),(6180,225,'_length',''),(6181,225,'_width',''),(6182,225,'_height',''),(6183,225,'_upsell_ids','a:0:{}'),(6184,225,'_crosssell_ids','a:0:{}'),(6185,225,'_purchase_note',''),(6186,225,'_default_attributes','a:0:{}'),(6187,225,'_virtual','no'),(6188,225,'_downloadable','no'),(6189,225,'_product_image_gallery',''),(6190,225,'_download_limit','-1'),(6191,225,'_download_expiry','-1'),(6192,225,'_stock',NULL),(6193,225,'_stock_status','instock'),(6194,225,'_product_version','3.4.2'),(6195,225,'_price','25'),(6196,226,'_wc_review_count','0'),(6197,226,'_wc_rating_count','a:0:{}'),(6198,226,'_wc_average_rating','0'),(6199,226,'_sku',''),(6200,226,'_regular_price','20'),(6201,226,'_sale_price',''),(6202,226,'_sale_price_dates_from',''),(6203,226,'_sale_price_dates_to',''),(6204,226,'total_sales','0'),(6205,226,'_tax_status','taxable'),(6206,226,'_tax_class',''),(6207,226,'_manage_stock','no'),(6208,226,'_backorders','no'),(6209,226,'_sold_individually','no'),(6210,226,'_weight',''),(6211,226,'_length',''),(6212,226,'_width',''),(6213,226,'_height',''),(6214,226,'_upsell_ids','a:0:{}'),(6215,226,'_crosssell_ids','a:0:{}'),(6216,226,'_purchase_note',''),(6217,226,'_default_attributes','a:0:{}'),(6218,226,'_virtual','no'),(6219,226,'_downloadable','no'),(6220,226,'_product_image_gallery',''),(6221,226,'_download_limit','-1'),(6222,226,'_download_expiry','-1'),(6223,226,'_stock',NULL),(6224,226,'_stock_status','instock'),(6225,226,'_product_version','3.4.2'),(6226,226,'_price','20'),(6227,227,'_wc_review_count','0'),(6228,227,'_wc_rating_count','a:0:{}'),(6229,227,'_wc_average_rating','0'),(6230,227,'_sku',''),(6231,227,'_regular_price','18'),(6232,227,'_sale_price',''),(6233,227,'_sale_price_dates_from',''),(6234,227,'_sale_price_dates_to',''),(6235,227,'total_sales','0'),(6236,227,'_tax_status','taxable'),(6237,227,'_tax_class',''),(6238,227,'_manage_stock','no'),(6239,227,'_backorders','no'),(6240,227,'_sold_individually','no'),(6241,227,'_weight',''),(6242,227,'_length',''),(6243,227,'_width',''),(6244,227,'_height',''),(6245,227,'_upsell_ids','a:0:{}'),(6246,227,'_crosssell_ids','a:0:{}'),(6247,227,'_purchase_note',''),(6248,227,'_default_attributes','a:0:{}'),(6249,227,'_virtual','no'),(6250,227,'_downloadable','no'),(6251,227,'_product_image_gallery',''),(6252,227,'_download_limit','-1'),(6253,227,'_download_expiry','-1'),(6254,227,'_stock',NULL),(6255,227,'_stock_status','instock'),(6256,227,'_product_version','3.4.2'),(6257,227,'_price','18'),(6258,228,'_wc_review_count','0'),(6259,228,'_wc_rating_count','a:0:{}'),(6260,228,'_wc_average_rating','0'),(6261,228,'_sku',''),(6262,228,'_regular_price','18'),(6263,228,'_sale_price',''),(6264,228,'_sale_price_dates_from',''),(6265,228,'_sale_price_dates_to',''),(6266,228,'total_sales','0'),(6267,228,'_tax_status','taxable'),(6268,228,'_tax_class',''),(6269,228,'_manage_stock','no'),(6270,228,'_backorders','no'),(6271,228,'_sold_individually','no'),(6272,228,'_weight',''),(6273,228,'_length',''),(6274,228,'_width',''),(6275,228,'_height',''),(6276,228,'_upsell_ids','a:0:{}'),(6277,228,'_crosssell_ids','a:0:{}'),(6278,228,'_purchase_note',''),(6279,228,'_default_attributes','a:0:{}'),(6280,228,'_virtual','no'),(6281,228,'_downloadable','no'),(6282,228,'_product_image_gallery',''),(6283,228,'_download_limit','-1'),(6284,228,'_download_expiry','-1'),(6285,228,'_stock',NULL),(6286,228,'_stock_status','instock'),(6287,228,'_product_version','3.4.2'),(6288,228,'_price','18'),(6289,196,'_customize_restore_dismissed','1'),(6290,230,'_wp_attached_file','2018/06/beanie-4.jpg'),(6291,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"beanie-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6292,230,'_starter_content_theme','storefront'),(6293,230,'_customize_draft_post_name','beanie-image'),(6294,231,'_wp_attached_file','2018/06/belt-4.jpg'),(6295,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"belt-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6296,231,'_starter_content_theme','storefront'),(6297,231,'_customize_draft_post_name','belt-image'),(6298,232,'_wp_attached_file','2018/06/cap-4.jpg'),(6299,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:17:\"cap-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6300,232,'_starter_content_theme','storefront'),(6301,232,'_customize_draft_post_name','cap-image'),(6302,233,'_wp_attached_file','2018/06/hoodie-with-logo-4.jpg'),(6303,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6304,233,'_starter_content_theme','storefront'),(6305,233,'_customize_draft_post_name','hoodie-with-logo-image'),(6306,234,'_wp_attached_file','2018/06/hoodie-with-pocket-4.jpg'),(6307,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6308,234,'_starter_content_theme','storefront'),(6309,234,'_customize_draft_post_name','hoodie-with-pocket-image'),(6310,235,'_wp_attached_file','2018/06/hoodie-with-zipper-4.jpg'),(6311,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6312,235,'_starter_content_theme','storefront'),(6313,235,'_customize_draft_post_name','hoodie-with-zipper-image'),(6314,236,'_wp_attached_file','2018/06/hoodie-4.jpg'),(6315,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"hoodie-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6316,236,'_starter_content_theme','storefront'),(6317,236,'_customize_draft_post_name','hoodie-image'),(6318,237,'_wp_attached_file','2018/06/long-sleeve-tee-4.jpg'),(6319,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6320,237,'_starter_content_theme','storefront'),(6321,237,'_customize_draft_post_name','long-sleeve-tee-image'),(6322,238,'_wp_attached_file','2018/06/polo-4.jpg'),(6323,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-4-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"polo-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6324,238,'_starter_content_theme','storefront'),(6325,238,'_customize_draft_post_name','polo-image'),(6326,239,'_wp_attached_file','2018/06/sunglasses-4.jpg'),(6327,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:24:\"sunglasses-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6328,239,'_starter_content_theme','storefront'),(6329,239,'_customize_draft_post_name','sunglasses-image'),(6330,240,'_wp_attached_file','2018/06/tshirt-4.jpg'),(6331,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"tshirt-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6332,240,'_starter_content_theme','storefront'),(6333,240,'_customize_draft_post_name','tshirt-image'),(6334,241,'_wp_attached_file','2018/06/vneck-tee-4.jpg'),(6335,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-4-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:23:\"vneck-tee-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6336,241,'_starter_content_theme','storefront'),(6337,241,'_customize_draft_post_name','vneck-tee-image'),(6338,242,'_wp_attached_file','2018/06/hero-4.jpg'),(6339,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-4-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-4-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-4-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6340,242,'_starter_content_theme','storefront'),(6341,242,'_customize_draft_post_name','hero-image'),(6342,243,'_wp_attached_file','2018/06/accessories-4.jpg'),(6343,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6344,243,'_starter_content_theme','storefront'),(6345,243,'_customize_draft_post_name','accessories-image'),(6346,244,'_wp_attached_file','2018/06/tshirts-4.jpg'),(6347,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6348,244,'_starter_content_theme','storefront'),(6349,244,'_customize_draft_post_name','tshirts-image'),(6350,245,'_wp_attached_file','2018/06/hoodies-4.jpg'),(6351,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6352,245,'_starter_content_theme','storefront'),(6353,245,'_customize_draft_post_name','hoodies-image'),(6354,246,'_thumbnail_id','242'),(6355,246,'_wp_page_template','template-homepage.php'),(6356,246,'_customize_draft_post_name','welcome'),(6357,246,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6358,247,'_customize_draft_post_name','about'),(6359,247,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6360,248,'_customize_draft_post_name','contact'),(6361,248,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6362,249,'_customize_draft_post_name','blog'),(6363,249,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6364,250,'_thumbnail_id','230'),(6365,250,'_customize_draft_post_name','beanie'),(6366,250,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6367,251,'_thumbnail_id','231'),(6368,251,'_customize_draft_post_name','belt'),(6369,251,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6370,252,'_thumbnail_id','232'),(6371,252,'_customize_draft_post_name','cap'),(6372,252,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6373,253,'_thumbnail_id','239'),(6374,253,'_customize_draft_post_name','sunglasses'),(6375,253,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6376,254,'_thumbnail_id','233'),(6377,254,'_customize_draft_post_name','hoodie-with-logo'),(6378,254,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6379,255,'_thumbnail_id','234'),(6380,255,'_customize_draft_post_name','hoodie-with-pocket'),(6381,255,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6382,256,'_thumbnail_id','235'),(6383,256,'_customize_draft_post_name','hoodie-with-zipper'),(6384,256,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6385,257,'_thumbnail_id','236'),(6386,257,'_customize_draft_post_name','hoodie'),(6387,257,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6388,258,'_thumbnail_id','237'),(6389,258,'_customize_draft_post_name','long-sleeve-tee'),(6390,258,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6391,259,'_thumbnail_id','238'),(6392,259,'_customize_draft_post_name','polo'),(6393,259,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6394,260,'_thumbnail_id','240'),(6395,260,'_customize_draft_post_name','tshirt'),(6396,260,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6397,261,'_thumbnail_id','241'),(6398,261,'_customize_draft_post_name','vneck-tee'),(6399,261,'_customize_changeset_uuid','640426a7-c022-44f1-8732-39edb52045bf'),(6400,250,'_wc_review_count','0'),(6401,250,'_wc_rating_count','a:0:{}'),(6402,250,'_wc_average_rating','0'),(6403,250,'_sku',''),(6404,250,'_regular_price','20'),(6405,250,'_sale_price','18'),(6406,250,'_sale_price_dates_from',''),(6407,250,'_sale_price_dates_to',''),(6408,250,'total_sales','0'),(6409,250,'_tax_status','taxable'),(6410,250,'_tax_class',''),(6411,250,'_manage_stock','no'),(6412,250,'_backorders','no'),(6413,250,'_sold_individually','no'),(6414,250,'_weight',''),(6415,250,'_length',''),(6416,250,'_width',''),(6417,250,'_height',''),(6418,250,'_upsell_ids','a:0:{}'),(6419,250,'_crosssell_ids','a:0:{}'),(6420,250,'_purchase_note',''),(6421,250,'_default_attributes','a:0:{}'),(6422,250,'_virtual','no'),(6423,250,'_downloadable','no'),(6424,250,'_product_image_gallery',''),(6425,250,'_download_limit','-1'),(6426,250,'_download_expiry','-1'),(6427,250,'_stock',NULL),(6428,250,'_stock_status','instock'),(6429,250,'_product_version','3.4.2'),(6430,250,'_price','18'),(6431,251,'_wc_review_count','0'),(6432,251,'_wc_rating_count','a:0:{}'),(6433,251,'_wc_average_rating','0'),(6434,251,'_sku',''),(6435,251,'_regular_price','65'),(6436,251,'_sale_price','55'),(6437,251,'_sale_price_dates_from',''),(6438,251,'_sale_price_dates_to',''),(6439,251,'total_sales','0'),(6440,251,'_tax_status','taxable'),(6441,251,'_tax_class',''),(6442,251,'_manage_stock','no'),(6443,251,'_backorders','no'),(6444,251,'_sold_individually','no'),(6445,251,'_weight',''),(6446,251,'_length',''),(6447,251,'_width',''),(6448,251,'_height',''),(6449,251,'_upsell_ids','a:0:{}'),(6450,251,'_crosssell_ids','a:0:{}'),(6451,251,'_purchase_note',''),(6452,251,'_default_attributes','a:0:{}'),(6453,251,'_virtual','no'),(6454,251,'_downloadable','no'),(6455,251,'_product_image_gallery',''),(6456,251,'_download_limit','-1'),(6457,251,'_download_expiry','-1'),(6458,251,'_stock',NULL),(6459,251,'_stock_status','instock'),(6460,251,'_product_version','3.4.2'),(6461,251,'_price','55'),(6462,252,'_wc_review_count','0'),(6463,252,'_wc_rating_count','a:0:{}'),(6464,252,'_wc_average_rating','0'),(6465,252,'_sku',''),(6466,252,'_regular_price','18'),(6467,252,'_sale_price','16'),(6468,252,'_sale_price_dates_from',''),(6469,252,'_sale_price_dates_to',''),(6470,252,'total_sales','0'),(6471,252,'_tax_status','taxable'),(6472,252,'_tax_class',''),(6473,252,'_manage_stock','no'),(6474,252,'_backorders','no'),(6475,252,'_sold_individually','no'),(6476,252,'_weight',''),(6477,252,'_length',''),(6478,252,'_width',''),(6479,252,'_height',''),(6480,252,'_upsell_ids','a:0:{}'),(6481,252,'_crosssell_ids','a:0:{}'),(6482,252,'_purchase_note',''),(6483,252,'_default_attributes','a:0:{}'),(6484,252,'_virtual','no'),(6485,252,'_downloadable','no'),(6486,252,'_product_image_gallery',''),(6487,252,'_download_limit','-1'),(6488,252,'_download_expiry','-1'),(6489,252,'_stock',NULL),(6490,252,'_stock_status','instock'),(6491,252,'_product_version','3.4.2'),(6492,252,'_price','16'),(6493,253,'_wc_review_count','0'),(6494,253,'_wc_rating_count','a:0:{}'),(6495,253,'_wc_average_rating','0'),(6496,253,'_sku',''),(6497,253,'_regular_price','90'),(6498,253,'_sale_price',''),(6499,253,'_sale_price_dates_from',''),(6500,253,'_sale_price_dates_to',''),(6501,253,'total_sales','0'),(6502,253,'_tax_status','taxable'),(6503,253,'_tax_class',''),(6504,253,'_manage_stock','no'),(6505,253,'_backorders','no'),(6506,253,'_sold_individually','no'),(6507,253,'_weight',''),(6508,253,'_length',''),(6509,253,'_width',''),(6510,253,'_height',''),(6511,253,'_upsell_ids','a:0:{}'),(6512,253,'_crosssell_ids','a:0:{}'),(6513,253,'_purchase_note',''),(6514,253,'_default_attributes','a:0:{}'),(6515,253,'_virtual','no'),(6516,253,'_downloadable','no'),(6517,253,'_product_image_gallery',''),(6518,253,'_download_limit','-1'),(6519,253,'_download_expiry','-1'),(6520,253,'_stock',NULL),(6521,253,'_stock_status','instock'),(6522,253,'_product_version','3.4.2'),(6523,253,'_price','90'),(6524,254,'_wc_review_count','0'),(6525,254,'_wc_rating_count','a:0:{}'),(6526,254,'_wc_average_rating','0'),(6527,254,'_sku',''),(6528,254,'_regular_price','45'),(6529,254,'_sale_price',''),(6530,254,'_sale_price_dates_from',''),(6531,254,'_sale_price_dates_to',''),(6532,254,'total_sales','0'),(6533,254,'_tax_status','taxable'),(6534,254,'_tax_class',''),(6535,254,'_manage_stock','no'),(6536,254,'_backorders','no'),(6537,254,'_sold_individually','no'),(6538,254,'_weight',''),(6539,254,'_length',''),(6540,254,'_width',''),(6541,254,'_height',''),(6542,254,'_upsell_ids','a:0:{}'),(6543,254,'_crosssell_ids','a:0:{}'),(6544,254,'_purchase_note',''),(6545,254,'_default_attributes','a:0:{}'),(6546,254,'_virtual','no'),(6547,254,'_downloadable','no'),(6548,254,'_product_image_gallery',''),(6549,254,'_download_limit','-1'),(6550,254,'_download_expiry','-1'),(6551,254,'_stock',NULL),(6552,254,'_stock_status','instock'),(6553,254,'_product_version','3.4.2'),(6554,254,'_price','45'),(6555,255,'_wc_review_count','0'),(6556,255,'_wc_rating_count','a:0:{}'),(6557,255,'_wc_average_rating','0'),(6558,255,'_sku',''),(6559,255,'_regular_price','45'),(6560,255,'_sale_price','35'),(6561,255,'_sale_price_dates_from',''),(6562,255,'_sale_price_dates_to',''),(6563,255,'total_sales','0'),(6564,255,'_tax_status','taxable'),(6565,255,'_tax_class',''),(6566,255,'_manage_stock','no'),(6567,255,'_backorders','no'),(6568,255,'_sold_individually','no'),(6569,255,'_weight',''),(6570,255,'_length',''),(6571,255,'_width',''),(6572,255,'_height',''),(6573,255,'_upsell_ids','a:0:{}'),(6574,255,'_crosssell_ids','a:0:{}'),(6575,255,'_purchase_note',''),(6576,255,'_default_attributes','a:0:{}'),(6577,255,'_virtual','no'),(6578,255,'_downloadable','no'),(6579,255,'_product_image_gallery',''),(6580,255,'_download_limit','-1'),(6581,255,'_download_expiry','-1'),(6582,255,'_stock',NULL),(6583,255,'_stock_status','instock'),(6584,255,'_product_version','3.4.2'),(6585,255,'_price','35'),(6586,256,'_wc_review_count','0'),(6587,256,'_wc_rating_count','a:0:{}'),(6588,256,'_wc_average_rating','0'),(6589,256,'_sku',''),(6590,256,'_regular_price','45'),(6591,256,'_sale_price',''),(6592,256,'_sale_price_dates_from',''),(6593,256,'_sale_price_dates_to',''),(6594,256,'total_sales','0'),(6595,256,'_tax_status','taxable'),(6596,256,'_tax_class',''),(6597,256,'_manage_stock','no'),(6598,256,'_backorders','no'),(6599,256,'_sold_individually','no'),(6600,256,'_weight',''),(6601,256,'_length',''),(6602,256,'_width',''),(6603,256,'_height',''),(6604,256,'_upsell_ids','a:0:{}'),(6605,256,'_crosssell_ids','a:0:{}'),(6606,256,'_purchase_note',''),(6607,256,'_default_attributes','a:0:{}'),(6608,256,'_virtual','no'),(6609,256,'_downloadable','no'),(6610,256,'_product_image_gallery',''),(6611,256,'_download_limit','-1'),(6612,256,'_download_expiry','-1'),(6613,256,'_stock',NULL),(6614,256,'_stock_status','instock'),(6615,256,'_product_version','3.4.2'),(6616,256,'_price','45'),(6617,257,'_wc_review_count','0'),(6618,257,'_wc_rating_count','a:0:{}'),(6619,257,'_wc_average_rating','0'),(6620,257,'_sku',''),(6621,257,'_regular_price','45'),(6622,257,'_sale_price','42'),(6623,257,'_sale_price_dates_from',''),(6624,257,'_sale_price_dates_to',''),(6625,257,'total_sales','0'),(6626,257,'_tax_status','taxable'),(6627,257,'_tax_class',''),(6628,257,'_manage_stock','no'),(6629,257,'_backorders','no'),(6630,257,'_sold_individually','no'),(6631,257,'_weight',''),(6632,257,'_length',''),(6633,257,'_width',''),(6634,257,'_height',''),(6635,257,'_upsell_ids','a:0:{}'),(6636,257,'_crosssell_ids','a:0:{}'),(6637,257,'_purchase_note',''),(6638,257,'_default_attributes','a:0:{}'),(6639,257,'_virtual','no'),(6640,257,'_downloadable','no'),(6641,257,'_product_image_gallery',''),(6642,257,'_download_limit','-1'),(6643,257,'_download_expiry','-1'),(6644,257,'_stock',NULL),(6645,257,'_stock_status','instock'),(6646,257,'_product_version','3.4.2'),(6647,257,'_price','42'),(6648,258,'_wc_review_count','0'),(6649,258,'_wc_rating_count','a:0:{}'),(6650,258,'_wc_average_rating','0'),(6651,258,'_sku',''),(6652,258,'_regular_price','25'),(6653,258,'_sale_price',''),(6654,258,'_sale_price_dates_from',''),(6655,258,'_sale_price_dates_to',''),(6656,258,'total_sales','0'),(6657,258,'_tax_status','taxable'),(6658,258,'_tax_class',''),(6659,258,'_manage_stock','no'),(6660,258,'_backorders','no'),(6661,258,'_sold_individually','no'),(6662,258,'_weight',''),(6663,258,'_length',''),(6664,258,'_width',''),(6665,258,'_height',''),(6666,258,'_upsell_ids','a:0:{}'),(6667,258,'_crosssell_ids','a:0:{}'),(6668,258,'_purchase_note',''),(6669,258,'_default_attributes','a:0:{}'),(6670,258,'_virtual','no'),(6671,258,'_downloadable','no'),(6672,258,'_product_image_gallery',''),(6673,258,'_download_limit','-1'),(6674,258,'_download_expiry','-1'),(6675,258,'_stock',NULL),(6676,258,'_stock_status','instock'),(6677,258,'_product_version','3.4.2'),(6678,258,'_price','25'),(6679,259,'_wc_review_count','0'),(6680,259,'_wc_rating_count','a:0:{}'),(6681,259,'_wc_average_rating','0'),(6682,259,'_sku',''),(6683,259,'_regular_price','20'),(6684,259,'_sale_price',''),(6685,259,'_sale_price_dates_from',''),(6686,259,'_sale_price_dates_to',''),(6687,259,'total_sales','0'),(6688,259,'_tax_status','taxable'),(6689,259,'_tax_class',''),(6690,259,'_manage_stock','no'),(6691,259,'_backorders','no'),(6692,259,'_sold_individually','no'),(6693,259,'_weight',''),(6694,259,'_length',''),(6695,259,'_width',''),(6696,259,'_height',''),(6697,259,'_upsell_ids','a:0:{}'),(6698,259,'_crosssell_ids','a:0:{}'),(6699,259,'_purchase_note',''),(6700,259,'_default_attributes','a:0:{}'),(6701,259,'_virtual','no'),(6702,259,'_downloadable','no'),(6703,259,'_product_image_gallery',''),(6704,259,'_download_limit','-1'),(6705,259,'_download_expiry','-1'),(6706,259,'_stock',NULL),(6707,259,'_stock_status','instock'),(6708,259,'_product_version','3.4.2'),(6709,259,'_price','20'),(6710,260,'_wc_review_count','0'),(6711,260,'_wc_rating_count','a:0:{}'),(6712,260,'_wc_average_rating','0'),(6713,260,'_sku',''),(6714,260,'_regular_price','18'),(6715,260,'_sale_price',''),(6716,260,'_sale_price_dates_from',''),(6717,260,'_sale_price_dates_to',''),(6718,260,'total_sales','0'),(6719,260,'_tax_status','taxable'),(6720,260,'_tax_class',''),(6721,260,'_manage_stock','no'),(6722,260,'_backorders','no'),(6723,260,'_sold_individually','no'),(6724,260,'_weight',''),(6725,260,'_length',''),(6726,260,'_width',''),(6727,260,'_height',''),(6728,260,'_upsell_ids','a:0:{}'),(6729,260,'_crosssell_ids','a:0:{}'),(6730,260,'_purchase_note',''),(6731,260,'_default_attributes','a:0:{}'),(6732,260,'_virtual','no'),(6733,260,'_downloadable','no'),(6734,260,'_product_image_gallery',''),(6735,260,'_download_limit','-1'),(6736,260,'_download_expiry','-1'),(6737,260,'_stock',NULL),(6738,260,'_stock_status','instock'),(6739,260,'_product_version','3.4.2'),(6740,260,'_price','18'),(6741,261,'_wc_review_count','0'),(6742,261,'_wc_rating_count','a:0:{}'),(6743,261,'_wc_average_rating','0'),(6744,261,'_sku',''),(6745,261,'_regular_price','18'),(6746,261,'_sale_price',''),(6747,261,'_sale_price_dates_from',''),(6748,261,'_sale_price_dates_to',''),(6749,261,'total_sales','0'),(6750,261,'_tax_status','taxable'),(6751,261,'_tax_class',''),(6752,261,'_manage_stock','no'),(6753,261,'_backorders','no'),(6754,261,'_sold_individually','no'),(6755,261,'_weight',''),(6756,261,'_length',''),(6757,261,'_width',''),(6758,261,'_height',''),(6759,261,'_upsell_ids','a:0:{}'),(6760,261,'_crosssell_ids','a:0:{}'),(6761,261,'_purchase_note',''),(6762,261,'_default_attributes','a:0:{}'),(6763,261,'_virtual','no'),(6764,261,'_downloadable','no'),(6765,261,'_product_image_gallery',''),(6766,261,'_download_limit','-1'),(6767,261,'_download_expiry','-1'),(6768,261,'_stock',NULL),(6769,261,'_stock_status','instock'),(6770,261,'_product_version','3.4.2'),(6771,261,'_price','18'),(6772,229,'_customize_restore_dismissed','1'),(6773,263,'_wp_attached_file','2018/06/beanie-5.jpg'),(6774,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"beanie-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6775,263,'_starter_content_theme','storefront'),(6776,263,'_customize_draft_post_name','beanie-image'),(6777,264,'_wp_attached_file','2018/06/belt-5.jpg'),(6778,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"belt-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6779,264,'_starter_content_theme','storefront'),(6780,264,'_customize_draft_post_name','belt-image'),(6781,265,'_wp_attached_file','2018/06/cap-5.jpg'),(6782,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:17:\"cap-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6783,265,'_starter_content_theme','storefront'),(6784,265,'_customize_draft_post_name','cap-image'),(6785,266,'_wp_attached_file','2018/06/hoodie-with-logo-5.jpg'),(6786,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6787,266,'_starter_content_theme','storefront'),(6788,266,'_customize_draft_post_name','hoodie-with-logo-image'),(6789,267,'_wp_attached_file','2018/06/hoodie-with-pocket-5.jpg'),(6790,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6791,267,'_starter_content_theme','storefront'),(6792,267,'_customize_draft_post_name','hoodie-with-pocket-image'),(6793,268,'_wp_attached_file','2018/06/hoodie-with-zipper-5.jpg'),(6794,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6795,268,'_starter_content_theme','storefront'),(6796,268,'_customize_draft_post_name','hoodie-with-zipper-image'),(6797,269,'_wp_attached_file','2018/06/hoodie-5.jpg'),(6798,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"hoodie-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6799,269,'_starter_content_theme','storefront'),(6800,269,'_customize_draft_post_name','hoodie-image'),(6801,270,'_wp_attached_file','2018/06/long-sleeve-tee-5.jpg'),(6802,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6803,270,'_starter_content_theme','storefront'),(6804,270,'_customize_draft_post_name','long-sleeve-tee-image'),(6805,271,'_wp_attached_file','2018/06/polo-5.jpg'),(6806,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-5-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"polo-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6807,271,'_starter_content_theme','storefront'),(6808,271,'_customize_draft_post_name','polo-image'),(6809,272,'_wp_attached_file','2018/06/sunglasses-5.jpg'),(6810,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:24:\"sunglasses-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6811,272,'_starter_content_theme','storefront'),(6812,272,'_customize_draft_post_name','sunglasses-image'),(6813,273,'_wp_attached_file','2018/06/tshirt-5.jpg'),(6814,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"tshirt-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6815,273,'_starter_content_theme','storefront'),(6816,273,'_customize_draft_post_name','tshirt-image'),(6817,274,'_wp_attached_file','2018/06/vneck-tee-5.jpg'),(6818,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-5-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:23:\"vneck-tee-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6819,274,'_starter_content_theme','storefront'),(6820,274,'_customize_draft_post_name','vneck-tee-image'),(6821,275,'_wp_attached_file','2018/06/hero-5.jpg'),(6822,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-5-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-5-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-5-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6823,275,'_starter_content_theme','storefront'),(6824,275,'_customize_draft_post_name','hero-image'),(6825,276,'_wp_attached_file','2018/06/accessories-5.jpg'),(6826,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6827,276,'_starter_content_theme','storefront'),(6828,276,'_customize_draft_post_name','accessories-image'),(6829,277,'_wp_attached_file','2018/06/tshirts-5.jpg'),(6830,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6831,277,'_starter_content_theme','storefront'),(6832,277,'_customize_draft_post_name','tshirts-image'),(6833,278,'_wp_attached_file','2018/06/hoodies-5.jpg'),(6834,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6835,278,'_starter_content_theme','storefront'),(6836,278,'_customize_draft_post_name','hoodies-image'),(6837,279,'_thumbnail_id','275'),(6838,279,'_wp_page_template','template-homepage.php'),(6839,279,'_customize_draft_post_name','welcome'),(6840,279,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6841,280,'_customize_draft_post_name','about'),(6842,280,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6843,281,'_customize_draft_post_name','contact'),(6844,281,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6845,282,'_customize_draft_post_name','blog'),(6846,282,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6847,283,'_thumbnail_id','263'),(6848,283,'_customize_draft_post_name','beanie'),(6849,283,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6850,284,'_thumbnail_id','264'),(6851,284,'_customize_draft_post_name','belt'),(6852,284,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6853,285,'_thumbnail_id','265'),(6854,285,'_customize_draft_post_name','cap'),(6855,285,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6856,286,'_thumbnail_id','272'),(6857,286,'_customize_draft_post_name','sunglasses'),(6858,286,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6859,287,'_thumbnail_id','266'),(6860,287,'_customize_draft_post_name','hoodie-with-logo'),(6861,287,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6862,288,'_thumbnail_id','267'),(6863,288,'_customize_draft_post_name','hoodie-with-pocket'),(6864,288,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6865,289,'_thumbnail_id','268'),(6866,289,'_customize_draft_post_name','hoodie-with-zipper'),(6867,289,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6868,290,'_thumbnail_id','269'),(6869,290,'_customize_draft_post_name','hoodie'),(6870,290,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6871,291,'_thumbnail_id','270'),(6872,291,'_customize_draft_post_name','long-sleeve-tee'),(6873,291,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6874,292,'_thumbnail_id','271'),(6875,292,'_customize_draft_post_name','polo'),(6876,292,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6877,293,'_thumbnail_id','273'),(6878,293,'_customize_draft_post_name','tshirt'),(6879,293,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6880,294,'_thumbnail_id','274'),(6881,294,'_customize_draft_post_name','vneck-tee'),(6882,294,'_customize_changeset_uuid','29924263-2407-46a8-950d-153b33dac666'),(6883,283,'_wc_review_count','0'),(6884,283,'_wc_rating_count','a:0:{}'),(6885,283,'_wc_average_rating','0'),(6886,283,'_sku',''),(6887,283,'_regular_price','20'),(6888,283,'_sale_price','18'),(6889,283,'_sale_price_dates_from',''),(6890,283,'_sale_price_dates_to',''),(6891,283,'total_sales','0'),(6892,283,'_tax_status','taxable'),(6893,283,'_tax_class',''),(6894,283,'_manage_stock','no'),(6895,283,'_backorders','no'),(6896,283,'_sold_individually','no'),(6897,283,'_weight',''),(6898,283,'_length',''),(6899,283,'_width',''),(6900,283,'_height',''),(6901,283,'_upsell_ids','a:0:{}'),(6902,283,'_crosssell_ids','a:0:{}'),(6903,283,'_purchase_note',''),(6904,283,'_default_attributes','a:0:{}'),(6905,283,'_virtual','no'),(6906,283,'_downloadable','no'),(6907,283,'_product_image_gallery',''),(6908,283,'_download_limit','-1'),(6909,283,'_download_expiry','-1'),(6910,283,'_stock',NULL),(6911,283,'_stock_status','instock'),(6912,283,'_product_version','3.4.2'),(6913,283,'_price','18'),(6914,284,'_wc_review_count','0'),(6915,284,'_wc_rating_count','a:0:{}'),(6916,284,'_wc_average_rating','0'),(6917,284,'_sku',''),(6918,284,'_regular_price','65'),(6919,284,'_sale_price','55'),(6920,284,'_sale_price_dates_from',''),(6921,284,'_sale_price_dates_to',''),(6922,284,'total_sales','0'),(6923,284,'_tax_status','taxable'),(6924,284,'_tax_class',''),(6925,284,'_manage_stock','no'),(6926,284,'_backorders','no'),(6927,284,'_sold_individually','no'),(6928,284,'_weight',''),(6929,284,'_length',''),(6930,284,'_width',''),(6931,284,'_height',''),(6932,284,'_upsell_ids','a:0:{}'),(6933,284,'_crosssell_ids','a:0:{}'),(6934,284,'_purchase_note',''),(6935,284,'_default_attributes','a:0:{}'),(6936,284,'_virtual','no'),(6937,284,'_downloadable','no'),(6938,284,'_product_image_gallery',''),(6939,284,'_download_limit','-1'),(6940,284,'_download_expiry','-1'),(6941,284,'_stock',NULL),(6942,284,'_stock_status','instock'),(6943,284,'_product_version','3.4.2'),(6944,284,'_price','55'),(6945,285,'_wc_review_count','0'),(6946,285,'_wc_rating_count','a:0:{}'),(6947,285,'_wc_average_rating','0'),(6948,285,'_sku',''),(6949,285,'_regular_price','18'),(6950,285,'_sale_price','16'),(6951,285,'_sale_price_dates_from',''),(6952,285,'_sale_price_dates_to',''),(6953,285,'total_sales','0'),(6954,285,'_tax_status','taxable'),(6955,285,'_tax_class',''),(6956,285,'_manage_stock','no'),(6957,285,'_backorders','no'),(6958,285,'_sold_individually','no'),(6959,285,'_weight',''),(6960,285,'_length',''),(6961,285,'_width',''),(6962,285,'_height',''),(6963,285,'_upsell_ids','a:0:{}'),(6964,285,'_crosssell_ids','a:0:{}'),(6965,285,'_purchase_note',''),(6966,285,'_default_attributes','a:0:{}'),(6967,285,'_virtual','no'),(6968,285,'_downloadable','no'),(6969,285,'_product_image_gallery',''),(6970,285,'_download_limit','-1'),(6971,285,'_download_expiry','-1'),(6972,285,'_stock',NULL),(6973,285,'_stock_status','instock'),(6974,285,'_product_version','3.4.2'),(6975,285,'_price','16'),(6976,286,'_wc_review_count','0'),(6977,286,'_wc_rating_count','a:0:{}'),(6978,286,'_wc_average_rating','0'),(6979,286,'_sku',''),(6980,286,'_regular_price','90'),(6981,286,'_sale_price',''),(6982,286,'_sale_price_dates_from',''),(6983,286,'_sale_price_dates_to',''),(6984,286,'total_sales','0'),(6985,286,'_tax_status','taxable'),(6986,286,'_tax_class',''),(6987,286,'_manage_stock','no'),(6988,286,'_backorders','no'),(6989,286,'_sold_individually','no'),(6990,286,'_weight',''),(6991,286,'_length',''),(6992,286,'_width',''),(6993,286,'_height',''),(6994,286,'_upsell_ids','a:0:{}'),(6995,286,'_crosssell_ids','a:0:{}'),(6996,286,'_purchase_note',''),(6997,286,'_default_attributes','a:0:{}'),(6998,286,'_virtual','no'),(6999,286,'_downloadable','no'),(7000,286,'_product_image_gallery',''),(7001,286,'_download_limit','-1'),(7002,286,'_download_expiry','-1'),(7003,286,'_stock',NULL),(7004,286,'_stock_status','instock'),(7005,286,'_product_version','3.4.2'),(7006,286,'_price','90'),(7007,287,'_wc_review_count','0'),(7008,287,'_wc_rating_count','a:0:{}'),(7009,287,'_wc_average_rating','0'),(7010,287,'_sku',''),(7011,287,'_regular_price','45'),(7012,287,'_sale_price',''),(7013,287,'_sale_price_dates_from',''),(7014,287,'_sale_price_dates_to',''),(7015,287,'total_sales','0'),(7016,287,'_tax_status','taxable'),(7017,287,'_tax_class',''),(7018,287,'_manage_stock','no'),(7019,287,'_backorders','no'),(7020,287,'_sold_individually','no'),(7021,287,'_weight',''),(7022,287,'_length',''),(7023,287,'_width',''),(7024,287,'_height',''),(7025,287,'_upsell_ids','a:0:{}'),(7026,287,'_crosssell_ids','a:0:{}'),(7027,287,'_purchase_note',''),(7028,287,'_default_attributes','a:0:{}'),(7029,287,'_virtual','no'),(7030,287,'_downloadable','no'),(7031,287,'_product_image_gallery',''),(7032,287,'_download_limit','-1'),(7033,287,'_download_expiry','-1'),(7034,287,'_stock',NULL),(7035,287,'_stock_status','instock'),(7036,287,'_product_version','3.4.2'),(7037,287,'_price','45'),(7038,288,'_wc_review_count','0'),(7039,288,'_wc_rating_count','a:0:{}'),(7040,288,'_wc_average_rating','0'),(7041,288,'_sku',''),(7042,288,'_regular_price','45'),(7043,288,'_sale_price','35'),(7044,288,'_sale_price_dates_from',''),(7045,288,'_sale_price_dates_to',''),(7046,288,'total_sales','0'),(7047,288,'_tax_status','taxable'),(7048,288,'_tax_class',''),(7049,288,'_manage_stock','no'),(7050,288,'_backorders','no'),(7051,288,'_sold_individually','no'),(7052,288,'_weight',''),(7053,288,'_length',''),(7054,288,'_width',''),(7055,288,'_height',''),(7056,288,'_upsell_ids','a:0:{}'),(7057,288,'_crosssell_ids','a:0:{}'),(7058,288,'_purchase_note',''),(7059,288,'_default_attributes','a:0:{}'),(7060,288,'_virtual','no'),(7061,288,'_downloadable','no'),(7062,288,'_product_image_gallery',''),(7063,288,'_download_limit','-1'),(7064,288,'_download_expiry','-1'),(7065,288,'_stock',NULL),(7066,288,'_stock_status','instock'),(7067,288,'_product_version','3.4.2'),(7068,288,'_price','35'),(7069,289,'_wc_review_count','0'),(7070,289,'_wc_rating_count','a:0:{}'),(7071,289,'_wc_average_rating','0'),(7072,289,'_sku',''),(7073,289,'_regular_price','45'),(7074,289,'_sale_price',''),(7075,289,'_sale_price_dates_from',''),(7076,289,'_sale_price_dates_to',''),(7077,289,'total_sales','0'),(7078,289,'_tax_status','taxable'),(7079,289,'_tax_class',''),(7080,289,'_manage_stock','no'),(7081,289,'_backorders','no'),(7082,289,'_sold_individually','no'),(7083,289,'_weight',''),(7084,289,'_length',''),(7085,289,'_width',''),(7086,289,'_height',''),(7087,289,'_upsell_ids','a:0:{}'),(7088,289,'_crosssell_ids','a:0:{}'),(7089,289,'_purchase_note',''),(7090,289,'_default_attributes','a:0:{}'),(7091,289,'_virtual','no'),(7092,289,'_downloadable','no'),(7093,289,'_product_image_gallery',''),(7094,289,'_download_limit','-1'),(7095,289,'_download_expiry','-1'),(7096,289,'_stock',NULL),(7097,289,'_stock_status','instock'),(7098,289,'_product_version','3.4.2'),(7099,289,'_price','45'),(7100,290,'_wc_review_count','0'),(7101,290,'_wc_rating_count','a:0:{}'),(7102,290,'_wc_average_rating','0'),(7103,290,'_sku',''),(7104,290,'_regular_price','45'),(7105,290,'_sale_price','42'),(7106,290,'_sale_price_dates_from',''),(7107,290,'_sale_price_dates_to',''),(7108,290,'total_sales','0'),(7109,290,'_tax_status','taxable'),(7110,290,'_tax_class',''),(7111,290,'_manage_stock','no'),(7112,290,'_backorders','no'),(7113,290,'_sold_individually','no'),(7114,290,'_weight',''),(7115,290,'_length',''),(7116,290,'_width',''),(7117,290,'_height',''),(7118,290,'_upsell_ids','a:0:{}'),(7119,290,'_crosssell_ids','a:0:{}'),(7120,290,'_purchase_note',''),(7121,290,'_default_attributes','a:0:{}'),(7122,290,'_virtual','no'),(7123,290,'_downloadable','no'),(7124,290,'_product_image_gallery',''),(7125,290,'_download_limit','-1'),(7126,290,'_download_expiry','-1'),(7127,290,'_stock',NULL),(7128,290,'_stock_status','instock'),(7129,290,'_product_version','3.4.2'),(7130,290,'_price','42'),(7131,291,'_wc_review_count','0'),(7132,291,'_wc_rating_count','a:0:{}'),(7133,291,'_wc_average_rating','0'),(7134,291,'_sku',''),(7135,291,'_regular_price','25'),(7136,291,'_sale_price',''),(7137,291,'_sale_price_dates_from',''),(7138,291,'_sale_price_dates_to',''),(7139,291,'total_sales','0'),(7140,291,'_tax_status','taxable'),(7141,291,'_tax_class',''),(7142,291,'_manage_stock','no'),(7143,291,'_backorders','no'),(7144,291,'_sold_individually','no'),(7145,291,'_weight',''),(7146,291,'_length',''),(7147,291,'_width',''),(7148,291,'_height',''),(7149,291,'_upsell_ids','a:0:{}'),(7150,291,'_crosssell_ids','a:0:{}'),(7151,291,'_purchase_note',''),(7152,291,'_default_attributes','a:0:{}'),(7153,291,'_virtual','no'),(7154,291,'_downloadable','no'),(7155,291,'_product_image_gallery',''),(7156,291,'_download_limit','-1'),(7157,291,'_download_expiry','-1'),(7158,291,'_stock',NULL),(7159,291,'_stock_status','instock'),(7160,291,'_product_version','3.4.2'),(7161,291,'_price','25'),(7162,292,'_wc_review_count','0'),(7163,292,'_wc_rating_count','a:0:{}'),(7164,292,'_wc_average_rating','0'),(7165,292,'_sku',''),(7166,292,'_regular_price','20'),(7167,292,'_sale_price',''),(7168,292,'_sale_price_dates_from',''),(7169,292,'_sale_price_dates_to',''),(7170,292,'total_sales','0'),(7171,292,'_tax_status','taxable'),(7172,292,'_tax_class',''),(7173,292,'_manage_stock','no'),(7174,292,'_backorders','no'),(7175,292,'_sold_individually','no'),(7176,292,'_weight',''),(7177,292,'_length',''),(7178,292,'_width',''),(7179,292,'_height',''),(7180,292,'_upsell_ids','a:0:{}'),(7181,292,'_crosssell_ids','a:0:{}'),(7182,292,'_purchase_note',''),(7183,292,'_default_attributes','a:0:{}'),(7184,292,'_virtual','no'),(7185,292,'_downloadable','no'),(7186,292,'_product_image_gallery',''),(7187,292,'_download_limit','-1'),(7188,292,'_download_expiry','-1'),(7189,292,'_stock',NULL),(7190,292,'_stock_status','instock'),(7191,292,'_product_version','3.4.2'),(7192,292,'_price','20'),(7193,293,'_wc_review_count','0'),(7194,293,'_wc_rating_count','a:0:{}'),(7195,293,'_wc_average_rating','0'),(7196,293,'_sku',''),(7197,293,'_regular_price','18'),(7198,293,'_sale_price',''),(7199,293,'_sale_price_dates_from',''),(7200,293,'_sale_price_dates_to',''),(7201,293,'total_sales','0'),(7202,293,'_tax_status','taxable'),(7203,293,'_tax_class',''),(7204,293,'_manage_stock','no'),(7205,293,'_backorders','no'),(7206,293,'_sold_individually','no'),(7207,293,'_weight',''),(7208,293,'_length',''),(7209,293,'_width',''),(7210,293,'_height',''),(7211,293,'_upsell_ids','a:0:{}'),(7212,293,'_crosssell_ids','a:0:{}'),(7213,293,'_purchase_note',''),(7214,293,'_default_attributes','a:0:{}'),(7215,293,'_virtual','no'),(7216,293,'_downloadable','no'),(7217,293,'_product_image_gallery',''),(7218,293,'_download_limit','-1'),(7219,293,'_download_expiry','-1'),(7220,293,'_stock',NULL),(7221,293,'_stock_status','instock'),(7222,293,'_product_version','3.4.2'),(7223,293,'_price','18'),(7224,294,'_wc_review_count','0'),(7225,294,'_wc_rating_count','a:0:{}'),(7226,294,'_wc_average_rating','0'),(7227,294,'_sku',''),(7228,294,'_regular_price','18'),(7229,294,'_sale_price',''),(7230,294,'_sale_price_dates_from',''),(7231,294,'_sale_price_dates_to',''),(7232,294,'total_sales','0'),(7233,294,'_tax_status','taxable'),(7234,294,'_tax_class',''),(7235,294,'_manage_stock','no'),(7236,294,'_backorders','no'),(7237,294,'_sold_individually','no'),(7238,294,'_weight',''),(7239,294,'_length',''),(7240,294,'_width',''),(7241,294,'_height',''),(7242,294,'_upsell_ids','a:0:{}'),(7243,294,'_crosssell_ids','a:0:{}'),(7244,294,'_purchase_note',''),(7245,294,'_default_attributes','a:0:{}'),(7246,294,'_virtual','no'),(7247,294,'_downloadable','no'),(7248,294,'_product_image_gallery',''),(7249,294,'_download_limit','-1'),(7250,294,'_download_expiry','-1'),(7251,294,'_stock',NULL),(7252,294,'_stock_status','instock'),(7253,294,'_product_version','3.4.2'),(7254,294,'_price','18'),(7255,262,'_customize_restore_dismissed','1'),(7256,296,'_wp_attached_file','2018/06/beanie-6.jpg'),(7257,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7258,296,'_starter_content_theme','storefront'),(7259,296,'_customize_draft_post_name','beanie-image'),(7260,297,'_wp_attached_file','2018/06/belt-6.jpg'),(7261,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7262,297,'_starter_content_theme','storefront'),(7263,297,'_customize_draft_post_name','belt-image'),(7264,298,'_wp_attached_file','2018/06/cap-6.jpg'),(7265,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7266,298,'_starter_content_theme','storefront'),(7267,298,'_customize_draft_post_name','cap-image'),(7268,299,'_wp_attached_file','2018/06/hoodie-with-logo-6.jpg'),(7269,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7270,299,'_starter_content_theme','storefront'),(7271,299,'_customize_draft_post_name','hoodie-with-logo-image'),(7272,300,'_wp_attached_file','2018/06/hoodie-with-pocket-6.jpg'),(7273,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7274,300,'_starter_content_theme','storefront'),(7275,300,'_customize_draft_post_name','hoodie-with-pocket-image'),(7276,301,'_wp_attached_file','2018/06/hoodie-with-zipper-6.jpg'),(7277,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7278,301,'_starter_content_theme','storefront'),(7279,301,'_customize_draft_post_name','hoodie-with-zipper-image'),(7280,302,'_wp_attached_file','2018/06/hoodie-6.jpg'),(7281,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7282,302,'_starter_content_theme','storefront'),(7283,302,'_customize_draft_post_name','hoodie-image'),(7284,303,'_wp_attached_file','2018/06/long-sleeve-tee-6.jpg'),(7285,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7286,303,'_starter_content_theme','storefront'),(7287,303,'_customize_draft_post_name','long-sleeve-tee-image'),(7288,304,'_wp_attached_file','2018/06/polo-6.jpg'),(7289,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-6-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7290,304,'_starter_content_theme','storefront'),(7291,304,'_customize_draft_post_name','polo-image'),(7292,305,'_wp_attached_file','2018/06/sunglasses-6.jpg'),(7293,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7294,305,'_starter_content_theme','storefront'),(7295,305,'_customize_draft_post_name','sunglasses-image'),(7296,306,'_wp_attached_file','2018/06/tshirt-6.jpg'),(7297,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7298,306,'_starter_content_theme','storefront'),(7299,306,'_customize_draft_post_name','tshirt-image'),(7300,307,'_wp_attached_file','2018/06/vneck-tee-6.jpg'),(7301,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-6-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7302,307,'_starter_content_theme','storefront'),(7303,307,'_customize_draft_post_name','vneck-tee-image'),(7304,308,'_wp_attached_file','2018/06/hero-6.jpg'),(7305,309,'_wp_attached_file','2018/06/beanie-7.jpg'),(7306,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/beanie-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"beanie-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7307,309,'_starter_content_theme','storefront'),(7308,309,'_customize_draft_post_name','beanie-image'),(7309,310,'_wp_attached_file','2018/06/belt-7.jpg'),(7310,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-6-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-6-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-6-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7311,308,'_starter_content_theme','storefront'),(7312,308,'_customize_draft_post_name','hero-image'),(7313,311,'_wp_attached_file','2018/06/accessories-6.jpg'),(7314,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/06/belt-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"belt-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7315,310,'_starter_content_theme','storefront'),(7316,310,'_customize_draft_post_name','belt-image'),(7317,312,'_wp_attached_file','2018/06/cap-7.jpg'),(7318,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7319,311,'_starter_content_theme','storefront'),(7320,311,'_customize_draft_post_name','accessories-image'),(7321,313,'_wp_attached_file','2018/06/tshirts-6.jpg'),(7322,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/06/cap-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:17:\"cap-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7323,312,'_starter_content_theme','storefront'),(7324,312,'_customize_draft_post_name','cap-image'),(7325,314,'_wp_attached_file','2018/06/hoodie-with-logo-7.jpg'),(7326,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7327,313,'_starter_content_theme','storefront'),(7328,313,'_customize_draft_post_name','tshirts-image'),(7329,315,'_wp_attached_file','2018/06/hoodies-6.jpg'),(7330,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/06/hoodie-with-logo-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7331,314,'_starter_content_theme','storefront'),(7332,314,'_customize_draft_post_name','hoodie-with-logo-image'),(7333,316,'_wp_attached_file','2018/06/hoodie-with-pocket-7.jpg'),(7334,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7335,315,'_starter_content_theme','storefront'),(7336,315,'_customize_draft_post_name','hoodies-image'),(7337,317,'_thumbnail_id','308'),(7338,317,'_wp_page_template','template-homepage.php'),(7339,317,'_customize_draft_post_name','welcome'),(7340,317,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7341,318,'_customize_draft_post_name','about'),(7342,318,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7343,319,'_customize_draft_post_name','contact'),(7344,319,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7345,320,'_customize_draft_post_name','blog'),(7346,320,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7347,321,'_thumbnail_id','296'),(7348,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/06/hoodie-with-pocket-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7349,321,'_customize_draft_post_name','beanie'),(7350,316,'_starter_content_theme','storefront'),(7351,321,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7352,316,'_customize_draft_post_name','hoodie-with-pocket-image'),(7353,322,'_wp_attached_file','2018/06/hoodie-with-zipper-7.jpg'),(7354,323,'_thumbnail_id','297'),(7355,323,'_customize_draft_post_name','belt'),(7356,323,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7357,324,'_thumbnail_id','298'),(7358,324,'_customize_draft_post_name','cap'),(7359,324,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7360,325,'_thumbnail_id','305'),(7361,325,'_customize_draft_post_name','sunglasses'),(7362,325,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7363,326,'_thumbnail_id','299'),(7364,326,'_customize_draft_post_name','hoodie-with-logo'),(7365,326,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7366,327,'_thumbnail_id','300'),(7367,327,'_customize_draft_post_name','hoodie-with-pocket'),(7368,327,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7369,328,'_thumbnail_id','301'),(7370,328,'_customize_draft_post_name','hoodie-with-zipper'),(7371,328,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7372,329,'_thumbnail_id','302'),(7373,329,'_customize_draft_post_name','hoodie'),(7374,329,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7375,330,'_thumbnail_id','303'),(7376,330,'_customize_draft_post_name','long-sleeve-tee'),(7377,330,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7378,331,'_thumbnail_id','304'),(7379,331,'_customize_draft_post_name','polo'),(7380,331,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7381,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/06/hoodie-with-zipper-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7382,332,'_thumbnail_id','306'),(7383,322,'_starter_content_theme','storefront'),(7384,332,'_customize_draft_post_name','tshirt'),(7385,322,'_customize_draft_post_name','hoodie-with-zipper-image'),(7386,332,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7387,333,'_wp_attached_file','2018/06/hoodie-7.jpg'),(7388,334,'_thumbnail_id','307'),(7389,334,'_customize_draft_post_name','vneck-tee'),(7390,334,'_customize_changeset_uuid','4385be02-705f-48c4-8e85-d32a7f9479eb'),(7391,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/hoodie-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"hoodie-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7392,333,'_starter_content_theme','storefront'),(7393,333,'_customize_draft_post_name','hoodie-image'),(7394,336,'_wp_attached_file','2018/06/long-sleeve-tee-7.jpg'),(7395,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/06/long-sleeve-tee-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7396,336,'_starter_content_theme','storefront'),(7397,336,'_customize_draft_post_name','long-sleeve-tee-image'),(7398,337,'_wp_attached_file','2018/06/polo-7.jpg'),(7399,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/06/polo-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-7-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:18:\"polo-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7400,337,'_starter_content_theme','storefront'),(7401,337,'_customize_draft_post_name','polo-image'),(7402,338,'_wp_attached_file','2018/06/sunglasses-7.jpg'),(7403,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/06/sunglasses-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:24:\"sunglasses-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7404,338,'_starter_content_theme','storefront'),(7405,338,'_customize_draft_post_name','sunglasses-image'),(7406,339,'_wp_attached_file','2018/06/tshirt-7.jpg'),(7407,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/06/tshirt-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:20:\"tshirt-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7408,339,'_starter_content_theme','storefront'),(7409,339,'_customize_draft_post_name','tshirt-image'),(7410,340,'_wp_attached_file','2018/06/vneck-tee-7.jpg'),(7411,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/06/vneck-tee-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-7-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_thumbnail_preview\";a:4:{s:4:\"file\";s:23:\"vneck-tee-7-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7412,340,'_starter_content_theme','storefront'),(7413,340,'_customize_draft_post_name','vneck-tee-image'),(7414,341,'_wp_attached_file','2018/06/hero-7.jpg'),(7415,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3795;s:6:\"height\";i:2355;s:4:\"file\";s:18:\"2018/06/hero-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hero-7-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"hero-7-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"hero-7-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7416,341,'_starter_content_theme','storefront'),(7417,341,'_customize_draft_post_name','hero-image'),(7418,342,'_wp_attached_file','2018/06/accessories-7.jpg'),(7419,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2018/06/accessories-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"accessories-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"accessories-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"accessories-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7420,342,'_starter_content_theme','storefront'),(7421,342,'_customize_draft_post_name','accessories-image'),(7422,343,'_wp_attached_file','2018/06/tshirts-7.jpg'),(7423,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:21:\"2018/06/tshirts-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tshirts-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tshirts-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tshirts-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7424,343,'_starter_content_theme','storefront'),(7425,343,'_customize_draft_post_name','tshirts-image'),(7426,344,'_wp_attached_file','2018/06/hoodies-7.jpg'),(7427,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/06/hoodies-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hoodies-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hoodies-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hoodies-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7428,344,'_starter_content_theme','storefront'),(7429,344,'_customize_draft_post_name','hoodies-image'),(7430,345,'_thumbnail_id','341'),(7431,345,'_wp_page_template','template-homepage.php'),(7432,345,'_customize_draft_post_name','welcome'),(7433,345,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7434,346,'_customize_draft_post_name','about'),(7435,346,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7436,347,'_customize_draft_post_name','contact'),(7437,347,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7438,348,'_customize_draft_post_name','blog'),(7439,348,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7440,349,'_thumbnail_id','309'),(7441,349,'_customize_draft_post_name','beanie'),(7442,349,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7443,350,'_thumbnail_id','310'),(7444,350,'_customize_draft_post_name','belt'),(7445,350,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7446,351,'_thumbnail_id','312'),(7447,351,'_customize_draft_post_name','cap'),(7448,351,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7449,352,'_thumbnail_id','338'),(7450,352,'_customize_draft_post_name','sunglasses'),(7451,352,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7452,353,'_thumbnail_id','314'),(7453,353,'_customize_draft_post_name','hoodie-with-logo'),(7454,353,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7455,354,'_thumbnail_id','316'),(7456,354,'_customize_draft_post_name','hoodie-with-pocket'),(7457,354,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7458,355,'_thumbnail_id','322'),(7459,355,'_customize_draft_post_name','hoodie-with-zipper'),(7460,355,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7461,356,'_thumbnail_id','333'),(7462,356,'_customize_draft_post_name','hoodie'),(7463,356,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7464,357,'_thumbnail_id','336'),(7465,357,'_customize_draft_post_name','long-sleeve-tee'),(7466,357,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7467,358,'_thumbnail_id','337'),(7468,358,'_customize_draft_post_name','polo'),(7469,358,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7470,359,'_thumbnail_id','339'),(7471,359,'_customize_draft_post_name','tshirt'),(7472,359,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7473,360,'_thumbnail_id','340'),(7474,360,'_customize_draft_post_name','vneck-tee'),(7475,360,'_customize_changeset_uuid','09599997-b9ba-4db6-8f46-3c52e0805a91'),(7476,349,'_wc_review_count','0'),(7477,349,'_wc_rating_count','a:0:{}'),(7478,349,'_wc_average_rating','0'),(7479,349,'_sku',''),(7480,349,'_regular_price','20'),(7481,349,'_sale_price','18'),(7482,349,'_sale_price_dates_from',''),(7483,349,'_sale_price_dates_to',''),(7484,349,'total_sales','0'),(7485,349,'_tax_status','taxable'),(7486,349,'_tax_class',''),(7487,349,'_manage_stock','no'),(7488,349,'_backorders','no'),(7489,349,'_sold_individually','no'),(7490,349,'_weight',''),(7491,349,'_length',''),(7492,349,'_width',''),(7493,349,'_height',''),(7494,349,'_upsell_ids','a:0:{}'),(7495,349,'_crosssell_ids','a:0:{}'),(7496,349,'_purchase_note',''),(7497,349,'_default_attributes','a:0:{}'),(7498,349,'_virtual','no'),(7499,349,'_downloadable','no'),(7500,349,'_product_image_gallery',''),(7501,349,'_download_limit','-1'),(7502,349,'_download_expiry','-1'),(7503,349,'_stock',NULL),(7504,349,'_stock_status','instock'),(7505,349,'_product_version','3.4.2'),(7506,349,'_price','18'),(7507,350,'_wc_review_count','0'),(7508,350,'_wc_rating_count','a:0:{}'),(7509,350,'_wc_average_rating','0'),(7510,350,'_sku',''),(7511,350,'_regular_price','65'),(7512,350,'_sale_price','55'),(7513,350,'_sale_price_dates_from',''),(7514,350,'_sale_price_dates_to',''),(7515,350,'total_sales','0'),(7516,350,'_tax_status','taxable'),(7517,350,'_tax_class',''),(7518,350,'_manage_stock','no'),(7519,350,'_backorders','no'),(7520,350,'_sold_individually','no'),(7521,350,'_weight',''),(7522,350,'_length',''),(7523,350,'_width',''),(7524,350,'_height',''),(7525,350,'_upsell_ids','a:0:{}'),(7526,350,'_crosssell_ids','a:0:{}'),(7527,350,'_purchase_note',''),(7528,350,'_default_attributes','a:0:{}'),(7529,350,'_virtual','no'),(7530,350,'_downloadable','no'),(7531,350,'_product_image_gallery',''),(7532,350,'_download_limit','-1'),(7533,350,'_download_expiry','-1'),(7534,350,'_stock',NULL),(7535,350,'_stock_status','instock'),(7536,350,'_product_version','3.4.2'),(7537,350,'_price','55'),(7538,351,'_wc_review_count','0'),(7539,351,'_wc_rating_count','a:0:{}'),(7540,351,'_wc_average_rating','0'),(7541,351,'_sku',''),(7542,351,'_regular_price','18'),(7543,351,'_sale_price','16'),(7544,351,'_sale_price_dates_from',''),(7545,351,'_sale_price_dates_to',''),(7546,351,'total_sales','0'),(7547,351,'_tax_status','taxable'),(7548,351,'_tax_class',''),(7549,351,'_manage_stock','no'),(7550,351,'_backorders','no'),(7551,351,'_sold_individually','no'),(7552,351,'_weight',''),(7553,351,'_length',''),(7554,351,'_width',''),(7555,351,'_height',''),(7556,351,'_upsell_ids','a:0:{}'),(7557,351,'_crosssell_ids','a:0:{}'),(7558,351,'_purchase_note',''),(7559,351,'_default_attributes','a:0:{}'),(7560,351,'_virtual','no'),(7561,351,'_downloadable','no'),(7562,351,'_product_image_gallery',''),(7563,351,'_download_limit','-1'),(7564,351,'_download_expiry','-1'),(7565,351,'_stock',NULL),(7566,351,'_stock_status','instock'),(7567,351,'_product_version','3.4.2'),(7568,351,'_price','16'),(7569,352,'_wc_review_count','0'),(7570,352,'_wc_rating_count','a:0:{}'),(7571,352,'_wc_average_rating','0'),(7572,352,'_sku',''),(7573,352,'_regular_price','90'),(7574,352,'_sale_price',''),(7575,352,'_sale_price_dates_from',''),(7576,352,'_sale_price_dates_to',''),(7577,352,'total_sales','0'),(7578,352,'_tax_status','taxable'),(7579,352,'_tax_class',''),(7580,352,'_manage_stock','no'),(7581,352,'_backorders','no'),(7582,352,'_sold_individually','no'),(7583,352,'_weight',''),(7584,352,'_length',''),(7585,352,'_width',''),(7586,352,'_height',''),(7587,352,'_upsell_ids','a:0:{}'),(7588,352,'_crosssell_ids','a:0:{}'),(7589,352,'_purchase_note',''),(7590,352,'_default_attributes','a:0:{}'),(7591,352,'_virtual','no'),(7592,352,'_downloadable','no'),(7593,352,'_product_image_gallery',''),(7594,352,'_download_limit','-1'),(7595,352,'_download_expiry','-1'),(7596,352,'_stock',NULL),(7597,352,'_stock_status','instock'),(7598,352,'_product_version','3.4.2'),(7599,352,'_price','90'),(7600,353,'_wc_review_count','0'),(7601,353,'_wc_rating_count','a:0:{}'),(7602,353,'_wc_average_rating','0'),(7603,353,'_sku',''),(7604,353,'_regular_price','45'),(7605,353,'_sale_price',''),(7606,353,'_sale_price_dates_from',''),(7607,353,'_sale_price_dates_to',''),(7608,353,'total_sales','0'),(7609,353,'_tax_status','taxable'),(7610,353,'_tax_class',''),(7611,353,'_manage_stock','no'),(7612,353,'_backorders','no'),(7613,353,'_sold_individually','no'),(7614,353,'_weight',''),(7615,353,'_length',''),(7616,353,'_width',''),(7617,353,'_height',''),(7618,353,'_upsell_ids','a:0:{}'),(7619,353,'_crosssell_ids','a:0:{}'),(7620,353,'_purchase_note',''),(7621,353,'_default_attributes','a:0:{}'),(7622,353,'_virtual','no'),(7623,353,'_downloadable','no'),(7624,353,'_product_image_gallery',''),(7625,353,'_download_limit','-1'),(7626,353,'_download_expiry','-1'),(7627,353,'_stock',NULL),(7628,353,'_stock_status','instock'),(7629,353,'_product_version','3.4.2'),(7630,353,'_price','45'),(7631,354,'_wc_review_count','0'),(7632,354,'_wc_rating_count','a:0:{}'),(7633,354,'_wc_average_rating','0'),(7634,354,'_sku',''),(7635,354,'_regular_price','45'),(7636,354,'_sale_price','35'),(7637,354,'_sale_price_dates_from',''),(7638,354,'_sale_price_dates_to',''),(7639,354,'total_sales','0'),(7640,354,'_tax_status','taxable'),(7641,354,'_tax_class',''),(7642,354,'_manage_stock','no'),(7643,354,'_backorders','no'),(7644,354,'_sold_individually','no'),(7645,354,'_weight',''),(7646,354,'_length',''),(7647,354,'_width',''),(7648,354,'_height',''),(7649,354,'_upsell_ids','a:0:{}'),(7650,354,'_crosssell_ids','a:0:{}'),(7651,354,'_purchase_note',''),(7652,354,'_default_attributes','a:0:{}'),(7653,354,'_virtual','no'),(7654,354,'_downloadable','no'),(7655,354,'_product_image_gallery',''),(7656,354,'_download_limit','-1'),(7657,354,'_download_expiry','-1'),(7658,354,'_stock',NULL),(7659,354,'_stock_status','instock'),(7660,354,'_product_version','3.4.2'),(7661,354,'_price','35'),(7662,355,'_wc_review_count','0'),(7663,355,'_wc_rating_count','a:0:{}'),(7664,355,'_wc_average_rating','0'),(7665,355,'_sku',''),(7666,355,'_regular_price','45'),(7667,355,'_sale_price',''),(7668,355,'_sale_price_dates_from',''),(7669,355,'_sale_price_dates_to',''),(7670,355,'total_sales','0'),(7671,355,'_tax_status','taxable'),(7672,355,'_tax_class',''),(7673,355,'_manage_stock','no'),(7674,355,'_backorders','no'),(7675,355,'_sold_individually','no'),(7676,355,'_weight',''),(7677,355,'_length',''),(7678,355,'_width',''),(7679,355,'_height',''),(7680,355,'_upsell_ids','a:0:{}'),(7681,355,'_crosssell_ids','a:0:{}'),(7682,355,'_purchase_note',''),(7683,355,'_default_attributes','a:0:{}'),(7684,355,'_virtual','no'),(7685,355,'_downloadable','no'),(7686,355,'_product_image_gallery',''),(7687,355,'_download_limit','-1'),(7688,355,'_download_expiry','-1'),(7689,355,'_stock',NULL),(7690,355,'_stock_status','instock'),(7691,355,'_product_version','3.4.2'),(7692,355,'_price','45'),(7693,356,'_wc_review_count','0'),(7694,356,'_wc_rating_count','a:0:{}'),(7695,356,'_wc_average_rating','0'),(7696,356,'_sku',''),(7697,356,'_regular_price','45'),(7698,356,'_sale_price','42'),(7699,356,'_sale_price_dates_from',''),(7700,356,'_sale_price_dates_to',''),(7701,356,'total_sales','0'),(7702,356,'_tax_status','taxable'),(7703,356,'_tax_class',''),(7704,356,'_manage_stock','no'),(7705,356,'_backorders','no'),(7706,356,'_sold_individually','no'),(7707,356,'_weight',''),(7708,356,'_length',''),(7709,356,'_width',''),(7710,356,'_height',''),(7711,356,'_upsell_ids','a:0:{}'),(7712,356,'_crosssell_ids','a:0:{}'),(7713,356,'_purchase_note',''),(7714,356,'_default_attributes','a:0:{}'),(7715,356,'_virtual','no'),(7716,356,'_downloadable','no'),(7717,356,'_product_image_gallery',''),(7718,356,'_download_limit','-1'),(7719,356,'_download_expiry','-1'),(7720,356,'_stock',NULL),(7721,356,'_stock_status','instock'),(7722,356,'_product_version','3.4.2'),(7723,356,'_price','42'),(7724,357,'_wc_review_count','0'),(7725,357,'_wc_rating_count','a:0:{}'),(7726,357,'_wc_average_rating','0'),(7727,357,'_sku',''),(7728,357,'_regular_price','25'),(7729,357,'_sale_price',''),(7730,357,'_sale_price_dates_from',''),(7731,357,'_sale_price_dates_to',''),(7732,357,'total_sales','0'),(7733,357,'_tax_status','taxable'),(7734,357,'_tax_class',''),(7735,357,'_manage_stock','no'),(7736,357,'_backorders','no'),(7737,357,'_sold_individually','no'),(7738,357,'_weight',''),(7739,357,'_length',''),(7740,357,'_width',''),(7741,357,'_height',''),(7742,357,'_upsell_ids','a:0:{}'),(7743,357,'_crosssell_ids','a:0:{}'),(7744,357,'_purchase_note',''),(7745,357,'_default_attributes','a:0:{}'),(7746,357,'_virtual','no'),(7747,357,'_downloadable','no'),(7748,357,'_product_image_gallery',''),(7749,357,'_download_limit','-1'),(7750,357,'_download_expiry','-1'),(7751,357,'_stock',NULL),(7752,357,'_stock_status','instock'),(7753,357,'_product_version','3.4.2'),(7754,357,'_price','25'),(7755,358,'_wc_review_count','0'),(7756,358,'_wc_rating_count','a:0:{}'),(7757,358,'_wc_average_rating','0'),(7758,358,'_sku',''),(7759,358,'_regular_price','20'),(7760,358,'_sale_price',''),(7761,358,'_sale_price_dates_from',''),(7762,358,'_sale_price_dates_to',''),(7763,358,'total_sales','0'),(7764,358,'_tax_status','taxable'),(7765,358,'_tax_class',''),(7766,358,'_manage_stock','no'),(7767,358,'_backorders','no'),(7768,358,'_sold_individually','no'),(7769,358,'_weight',''),(7770,358,'_length',''),(7771,358,'_width',''),(7772,358,'_height',''),(7773,358,'_upsell_ids','a:0:{}'),(7774,358,'_crosssell_ids','a:0:{}'),(7775,358,'_purchase_note',''),(7776,358,'_default_attributes','a:0:{}'),(7777,358,'_virtual','no'),(7778,358,'_downloadable','no'),(7779,358,'_product_image_gallery',''),(7780,358,'_download_limit','-1'),(7781,358,'_download_expiry','-1'),(7782,358,'_stock',NULL),(7783,358,'_stock_status','instock'),(7784,358,'_product_version','3.4.2'),(7785,358,'_price','20'),(7786,359,'_wc_review_count','0'),(7787,359,'_wc_rating_count','a:0:{}'),(7788,359,'_wc_average_rating','0'),(7789,359,'_sku',''),(7790,359,'_regular_price','18'),(7791,359,'_sale_price',''),(7792,359,'_sale_price_dates_from',''),(7793,359,'_sale_price_dates_to',''),(7794,359,'total_sales','0'),(7795,359,'_tax_status','taxable'),(7796,359,'_tax_class',''),(7797,359,'_manage_stock','no'),(7798,359,'_backorders','no'),(7799,359,'_sold_individually','no'),(7800,359,'_weight',''),(7801,359,'_length',''),(7802,359,'_width',''),(7803,359,'_height',''),(7804,359,'_upsell_ids','a:0:{}'),(7805,359,'_crosssell_ids','a:0:{}'),(7806,359,'_purchase_note',''),(7807,359,'_default_attributes','a:0:{}'),(7808,359,'_virtual','no'),(7809,359,'_downloadable','no'),(7810,359,'_product_image_gallery',''),(7811,359,'_download_limit','-1'),(7812,359,'_download_expiry','-1'),(7813,359,'_stock',NULL),(7814,359,'_stock_status','instock'),(7815,359,'_product_version','3.4.2'),(7816,359,'_price','18'),(7817,360,'_wc_review_count','0'),(7818,360,'_wc_rating_count','a:0:{}'),(7819,360,'_wc_average_rating','0'),(7820,360,'_sku',''),(7821,360,'_regular_price','18'),(7822,360,'_sale_price',''),(7823,360,'_sale_price_dates_from',''),(7824,360,'_sale_price_dates_to',''),(7825,360,'total_sales','0'),(7826,360,'_tax_status','taxable'),(7827,360,'_tax_class',''),(7828,360,'_manage_stock','no'),(7829,360,'_backorders','no'),(7830,360,'_sold_individually','no'),(7831,360,'_weight',''),(7832,360,'_length',''),(7833,360,'_width',''),(7834,360,'_height',''),(7835,360,'_upsell_ids','a:0:{}'),(7836,360,'_crosssell_ids','a:0:{}'),(7837,360,'_purchase_note',''),(7838,360,'_default_attributes','a:0:{}'),(7839,360,'_virtual','no'),(7840,360,'_downloadable','no'),(7841,360,'_product_image_gallery',''),(7842,360,'_download_limit','-1'),(7843,360,'_download_expiry','-1'),(7844,360,'_stock',NULL),(7845,360,'_stock_status','instock'),(7846,360,'_product_version','3.4.2'),(7847,360,'_price','18'),(7848,335,'_customize_restore_dismissed','1'),(7849,295,'_customize_restore_dismissed','1'),(7850,363,'_order_key','wc_order_5b2a28caef794'),(7851,363,'_customer_user','0'),(7852,363,'_payment_method','bacs'),(7853,363,'_payment_method_title','Direct Bank Transfer'),(7854,363,'_transaction_id',''),(7855,363,'_customer_ip_address',''),(7856,363,'_customer_user_agent',''),(7857,363,'_created_via','rest-api'),(7858,363,'_date_completed','1529489611'),(7859,363,'_completed_date','2018-06-20 10:13:31'),(7860,363,'_date_paid','1529489611'),(7861,363,'_paid_date','2018-06-20 10:13:31'),(7862,363,'_cart_hash',''),(7863,363,'_billing_first_name','John'),(7864,363,'_billing_last_name','Doe'),(7865,363,'_billing_company',''),(7866,363,'_billing_address_1','969 Market'),(7867,363,'_billing_address_2',''),(7868,363,'_billing_city','San Francisco'),(7869,363,'_billing_state','CA'),(7870,363,'_billing_postcode','94103'),(7871,363,'_billing_country','US'),(7872,363,'_billing_email','john.doe@example.com'),(7873,363,'_billing_phone','(555) 555-5555'),(7874,363,'_shipping_first_name','John'),(7875,363,'_shipping_last_name','Doe'),(7876,363,'_shipping_company',''),(7877,363,'_shipping_address_1','969 Market'),(7878,363,'_shipping_address_2',''),(7879,363,'_shipping_city','San Francisco'),(7880,363,'_shipping_state','CA'),(7881,363,'_shipping_postcode','94103'),(7882,363,'_shipping_country','US'),(7883,363,'_order_currency','USD'),(7884,363,'_cart_discount','0'),(7885,363,'_cart_discount_tax','0'),(7886,363,'_order_shipping','0'),(7887,363,'_order_shipping_tax','0'),(7888,363,'_order_tax','0'),(7889,363,'_order_total','0.00'),(7890,363,'_order_version','3.4.2'),(7891,363,'_prices_include_tax','no'),(7892,363,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7893,363,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7894,363,'_download_permissions_granted','yes'),(7895,363,'_recorded_sales','yes'),(7896,363,'_recorded_coupon_usage_counts','yes'),(7897,363,'_order_stock_reduced','yes'),(7898,364,'_order_key','wc_order_5b2a4c87da24e'),(7899,364,'_customer_user','0'),(7900,364,'_payment_method','bacs'),(7901,364,'_payment_method_title','Direct Bank Transfer'),(7902,364,'_transaction_id',''),(7903,364,'_customer_ip_address',''),(7904,364,'_customer_user_agent',''),(7905,364,'_created_via','rest-api'),(7906,364,'_date_completed','1529498760'),(7907,364,'_completed_date','2018-06-20 12:46:00'),(7908,364,'_date_paid','1529498760'),(7909,364,'_paid_date','2018-06-20 12:46:00'),(7910,364,'_cart_hash',''),(7911,364,'_billing_first_name','John'),(7912,364,'_billing_last_name','Doe'),(7913,364,'_billing_company',''),(7914,364,'_billing_address_1','969 Market'),(7915,364,'_billing_address_2',''),(7916,364,'_billing_city','San Francisco'),(7917,364,'_billing_state','CA'),(7918,364,'_billing_postcode','94103'),(7919,364,'_billing_country','US'),(7920,364,'_billing_email','john.doe@example.com'),(7921,364,'_billing_phone','(555) 555-5555'),(7922,364,'_shipping_first_name','John'),(7923,364,'_shipping_last_name','Doe'),(7924,364,'_shipping_company',''),(7925,364,'_shipping_address_1','969 Market'),(7926,364,'_shipping_address_2',''),(7927,364,'_shipping_city','San Francisco'),(7928,364,'_shipping_state','CA'),(7929,364,'_shipping_postcode','94103'),(7930,364,'_shipping_country','US'),(7931,364,'_order_currency','USD'),(7932,364,'_cart_discount','0'),(7933,364,'_cart_discount_tax','0'),(7934,364,'_order_shipping','0'),(7935,364,'_order_shipping_tax','0'),(7936,364,'_order_tax','0'),(7937,364,'_order_total','0.00'),(7938,364,'_order_version','3.4.2'),(7939,364,'_prices_include_tax','no'),(7940,364,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7941,364,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7942,364,'_download_permissions_granted','yes'),(7943,364,'_recorded_sales','yes'),(7944,364,'_recorded_coupon_usage_counts','yes'),(7945,364,'_order_stock_reduced','yes'),(7946,365,'_order_key','wc_order_5b2a4dba71c7c'),(7947,365,'_customer_user','0'),(7948,365,'_payment_method','bacs'),(7949,365,'_payment_method_title','Direct Bank Transfer'),(7950,365,'_transaction_id',''),(7951,365,'_customer_ip_address',''),(7952,365,'_customer_user_agent',''),(7953,365,'_created_via','rest-api'),(7954,365,'_date_completed','1529499066'),(7955,365,'_completed_date','2018-06-20 12:51:06'),(7956,365,'_date_paid','1529499066'),(7957,365,'_paid_date','2018-06-20 12:51:06'),(7958,365,'_cart_hash',''),(7959,365,'_billing_first_name','John'),(7960,365,'_billing_last_name','Doe'),(7961,365,'_billing_company',''),(7962,365,'_billing_address_1','969 Market'),(7963,365,'_billing_address_2',''),(7964,365,'_billing_city','San Francisco'),(7965,365,'_billing_state','CA'),(7966,365,'_billing_postcode','94103'),(7967,365,'_billing_country','US'),(7968,365,'_billing_email','john.doe@example.com'),(7969,365,'_billing_phone','(555) 555-5555'),(7970,365,'_shipping_first_name','John'),(7971,365,'_shipping_last_name','Doe'),(7972,365,'_shipping_company',''),(7973,365,'_shipping_address_1','969 Market'),(7974,365,'_shipping_address_2',''),(7975,365,'_shipping_city','San Francisco'),(7976,365,'_shipping_state','CA'),(7977,365,'_shipping_postcode','94103'),(7978,365,'_shipping_country','US'),(7979,365,'_order_currency','USD'),(7980,365,'_cart_discount','0'),(7981,365,'_cart_discount_tax','0'),(7982,365,'_order_shipping','0'),(7983,365,'_order_shipping_tax','0'),(7984,365,'_order_tax','0'),(7985,365,'_order_total','0.00'),(7986,365,'_order_version','3.4.2'),(7987,365,'_prices_include_tax','no'),(7988,365,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(7989,365,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(7990,365,'_download_permissions_granted','yes'),(7991,365,'_recorded_sales','yes'),(7992,365,'_recorded_coupon_usage_counts','yes'),(7993,365,'_order_stock_reduced','yes'),(7994,366,'_order_key','wc_order_5b2a56053b318'),(7995,366,'_customer_user','0'),(7996,366,'_payment_method','bacs'),(7997,366,'_payment_method_title','Direct Bank Transfer'),(7998,366,'_transaction_id',''),(7999,366,'_customer_ip_address',''),(8000,366,'_customer_user_agent',''),(8001,366,'_created_via','rest-api'),(8002,366,'_date_completed','1529501189'),(8003,366,'_completed_date','2018-06-20 13:26:29'),(8004,366,'_date_paid','1529501189'),(8005,366,'_paid_date','2018-06-20 13:26:29'),(8006,366,'_cart_hash',''),(8007,366,'_billing_first_name','John'),(8008,366,'_billing_last_name','Doe'),(8009,366,'_billing_company',''),(8010,366,'_billing_address_1','969 Market'),(8011,366,'_billing_address_2',''),(8012,366,'_billing_city','San Francisco'),(8013,366,'_billing_state','CA'),(8014,366,'_billing_postcode','94103'),(8015,366,'_billing_country','US'),(8016,366,'_billing_email','john.doe@example.com'),(8017,366,'_billing_phone','(555) 555-5555'),(8018,366,'_shipping_first_name','John'),(8019,366,'_shipping_last_name','Doe'),(8020,366,'_shipping_company',''),(8021,366,'_shipping_address_1','969 Market'),(8022,366,'_shipping_address_2',''),(8023,366,'_shipping_city','San Francisco'),(8024,366,'_shipping_state','CA'),(8025,366,'_shipping_postcode','94103'),(8026,366,'_shipping_country','US'),(8027,366,'_order_currency','USD'),(8028,366,'_cart_discount','0'),(8029,366,'_cart_discount_tax','0'),(8030,366,'_order_shipping','0'),(8031,366,'_order_shipping_tax','0'),(8032,366,'_order_tax','0'),(8033,366,'_order_total','0.00'),(8034,366,'_order_version','3.4.2'),(8035,366,'_prices_include_tax','no'),(8036,366,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8037,366,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8038,366,'_download_permissions_granted','yes'),(8039,366,'_recorded_sales','yes'),(8040,366,'_recorded_coupon_usage_counts','yes'),(8041,366,'_order_stock_reduced','yes'),(8042,367,'_order_key','wc_order_5b2a562b458be'),(8043,367,'_customer_user','0'),(8044,367,'_payment_method','bacs'),(8045,367,'_payment_method_title','Direct Bank Transfer'),(8046,367,'_transaction_id',''),(8047,367,'_customer_ip_address',''),(8048,367,'_customer_user_agent',''),(8049,367,'_created_via','rest-api'),(8050,367,'_date_completed','1529501227'),(8051,367,'_completed_date','2018-06-20 13:27:07'),(8052,367,'_date_paid','1529501227'),(8053,367,'_paid_date','2018-06-20 13:27:07'),(8054,367,'_cart_hash',''),(8055,367,'_billing_first_name','John'),(8056,367,'_billing_last_name','Doe'),(8057,367,'_billing_company',''),(8058,367,'_billing_address_1','969 Market'),(8059,367,'_billing_address_2',''),(8060,367,'_billing_city','San Francisco'),(8061,367,'_billing_state','CA'),(8062,367,'_billing_postcode','94103'),(8063,367,'_billing_country','US'),(8064,367,'_billing_email','john.doe@example.com'),(8065,367,'_billing_phone','(555) 555-5555'),(8066,367,'_shipping_first_name','John'),(8067,367,'_shipping_last_name','Doe'),(8068,367,'_shipping_company',''),(8069,367,'_shipping_address_1','969 Market'),(8070,367,'_shipping_address_2',''),(8071,367,'_shipping_city','San Francisco'),(8072,367,'_shipping_state','CA'),(8073,367,'_shipping_postcode','94103'),(8074,367,'_shipping_country','US'),(8075,367,'_order_currency','USD'),(8076,367,'_cart_discount','0'),(8077,367,'_cart_discount_tax','0'),(8078,367,'_order_shipping','0'),(8079,367,'_order_shipping_tax','0'),(8080,367,'_order_tax','0'),(8081,367,'_order_total','0.00'),(8082,367,'_order_version','3.4.2'),(8083,367,'_prices_include_tax','no'),(8084,367,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8085,367,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8086,367,'_download_permissions_granted','yes'),(8087,367,'_recorded_sales','yes'),(8088,367,'_recorded_coupon_usage_counts','yes'),(8089,367,'_order_stock_reduced','yes'),(8090,368,'_order_key','wc_order_5b2a572c060a1'),(8091,368,'_customer_user','0'),(8092,368,'_payment_method','bacs'),(8093,368,'_payment_method_title','Direct Bank Transfer'),(8094,368,'_transaction_id',''),(8095,368,'_customer_ip_address',''),(8096,368,'_customer_user_agent',''),(8097,368,'_created_via','rest-api'),(8098,368,'_date_completed','1529501484'),(8099,368,'_completed_date','2018-06-20 13:31:24'),(8100,368,'_date_paid','1529501484'),(8101,368,'_paid_date','2018-06-20 13:31:24'),(8102,368,'_cart_hash',''),(8103,368,'_billing_first_name','John'),(8104,368,'_billing_last_name','Doe'),(8105,368,'_billing_company',''),(8106,368,'_billing_address_1','969 Market'),(8107,368,'_billing_address_2',''),(8108,368,'_billing_city','San Francisco'),(8109,368,'_billing_state','CA'),(8110,368,'_billing_postcode','94103'),(8111,368,'_billing_country','US'),(8112,368,'_billing_email','john.doe@example.com'),(8113,368,'_billing_phone','(555) 555-5555'),(8114,368,'_shipping_first_name','John'),(8115,368,'_shipping_last_name','Doe'),(8116,368,'_shipping_company',''),(8117,368,'_shipping_address_1','969 Market'),(8118,368,'_shipping_address_2',''),(8119,368,'_shipping_city','San Francisco'),(8120,368,'_shipping_state','CA'),(8121,368,'_shipping_postcode','94103'),(8122,368,'_shipping_country','US'),(8123,368,'_order_currency','USD'),(8124,368,'_cart_discount','0'),(8125,368,'_cart_discount_tax','0'),(8126,368,'_order_shipping','0'),(8127,368,'_order_shipping_tax','0'),(8128,368,'_order_tax','0'),(8129,368,'_order_total','0.00'),(8130,368,'_order_version','3.4.2'),(8131,368,'_prices_include_tax','no'),(8132,368,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8133,368,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8134,368,'_download_permissions_granted','yes'),(8135,368,'_recorded_sales','yes'),(8136,368,'_recorded_coupon_usage_counts','yes'),(8137,368,'_order_stock_reduced','yes'),(8138,369,'_order_key','wc_order_5b2a58ab91ebe'),(8139,369,'_customer_user','0'),(8140,369,'_payment_method','bacs'),(8141,369,'_payment_method_title','Direct Bank Transfer'),(8142,369,'_transaction_id',''),(8143,369,'_customer_ip_address',''),(8144,369,'_customer_user_agent',''),(8145,369,'_created_via','rest-api'),(8146,369,'_date_completed','1529501867'),(8147,369,'_completed_date','2018-06-20 13:37:47'),(8148,369,'_date_paid','1529501867'),(8149,369,'_paid_date','2018-06-20 13:37:47'),(8150,369,'_cart_hash',''),(8151,369,'_billing_first_name','John'),(8152,369,'_billing_last_name','Doe'),(8153,369,'_billing_company',''),(8154,369,'_billing_address_1','969 Market'),(8155,369,'_billing_address_2',''),(8156,369,'_billing_city','San Francisco'),(8157,369,'_billing_state','CA'),(8158,369,'_billing_postcode','94103'),(8159,369,'_billing_country','US'),(8160,369,'_billing_email','john.doe@example.com'),(8161,369,'_billing_phone','(555) 555-5555'),(8162,369,'_shipping_first_name','John'),(8163,369,'_shipping_last_name','Doe'),(8164,369,'_shipping_company',''),(8165,369,'_shipping_address_1','969 Market'),(8166,369,'_shipping_address_2',''),(8167,369,'_shipping_city','San Francisco'),(8168,369,'_shipping_state','CA'),(8169,369,'_shipping_postcode','94103'),(8170,369,'_shipping_country','US'),(8171,369,'_order_currency','USD'),(8172,369,'_cart_discount','0'),(8173,369,'_cart_discount_tax','0'),(8174,369,'_order_shipping','0'),(8175,369,'_order_shipping_tax','0'),(8176,369,'_order_tax','0'),(8177,369,'_order_total','0.00'),(8178,369,'_order_version','3.4.2'),(8179,369,'_prices_include_tax','no'),(8180,369,'_billing_address_index','John Doe 969 Market San Francisco CA 94103 US john.doe@example.com (555) 555-5555'),(8181,369,'_shipping_address_index','John Doe 969 Market San Francisco CA 94103 US'),(8182,369,'_download_permissions_granted','yes'),(8183,369,'_recorded_sales','yes'),(8184,369,'_recorded_coupon_usage_counts','yes'),(8185,369,'_order_stock_reduced','yes');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=370 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?p=1',0,'post','',1),(2,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=2',0,'page','',0),(3,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','<h2>Who we are</h2><p>Our website address is: http://localhost.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=3',0,'page','',0),(5,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','','Shop','','publish','closed','closed','','shop','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/shop/',0,'page','',0),(6,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/cart/',0,'page','',0),(7,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/checkout/',0,'page','',0),(8,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/my-account/',0,'page','',0),(73,1,'2018-06-11 08:38:00','2018-06-11 08:38:00','','Hamo','','publish','open','closed','','hamo','','','2018-06-11 08:38:00','2018-06-11 08:38:00','',0,'http://localhost/?post_type=product&#038;p=73',0,'product','',0),(74,1,'2018-06-11 08:39:09','2018-06-11 08:39:09','','Order &ndash; June 11, 2018 @ 08:39 AM','','wc-auto-draft','open','closed','','order-june-11-2018-0838-am','','','2018-06-11 08:39:09','2018-06-11 08:39:09','',0,'http://localhost/?post_type=shop_order&#038;p=74',0,'shop_order','',0),(75,1,'2018-06-11 08:39:40','2018-06-11 08:39:40','','Order &ndash; June 11, 2018 @ 08:40 AM','','wc-pending','closed','closed','','','','','2018-06-11 08:40:04','2018-06-11 08:40:04','',0,'http://localhost/?post_type=shop_order&#038;p=75',0,'shop_order','',0),(76,1,'2018-06-12 10:48:09','2018-06-12 10:48:09','','Order &ndash; June 12, 2018 @ 10:48 AM','','trash','open','closed','order_5b1fa4e9ddf14','order-jun-12-2018-1048-am__trashed','','','2018-06-12 11:29:13','2018-06-12 11:29:13','',0,'https://localhost/?post_type=shop_order&#038;p=76',0,'shop_order','',1),(77,1,'2018-06-12 11:32:45','2018-06-12 11:32:45','','Order &ndash; June 12, 2018 @ 11:32 AM','','trash','open','closed','order_5b1faf5d7596c','order-jun-12-2018-1132-am__trashed','','','2018-06-12 11:34:13','2018-06-12 11:34:13','',0,'https://localhost/?post_type=shop_order&#038;p=77',0,'shop_order','',1),(78,1,'2018-06-12 11:34:23','2018-06-12 11:34:23','','Order &ndash; June 12, 2018 @ 11:34 AM','','wc-completed','open','closed','order_5b1fafbfccc18','order-jun-12-2018-1134-am','','','2018-06-12 11:34:24','2018-06-12 11:34:24','',0,'https://localhost/?post_type=shop_order&#038;p=78',0,'shop_order','',1),(79,1,'2018-06-12 11:36:38','2018-06-12 11:36:38','','Order &ndash; June 12, 2018 @ 11:36 AM','','wc-completed','open','closed','order_5b1fb0462570f','order-jun-12-2018-1136-am','','','2018-06-12 11:36:38','2018-06-12 11:36:38','',0,'https://localhost/?post_type=shop_order&#038;p=79',0,'shop_order','',1),(80,1,'2018-06-12 11:37:10','2018-06-12 11:37:10','','Order &ndash; June 12, 2018 @ 11:37 AM','','wc-completed','open','closed','order_5b1fb066cdb8b','order-jun-12-2018-1137-am','','','2018-06-12 11:37:11','2018-06-12 11:37:11','',0,'https://localhost/?post_type=shop_order&#038;p=80',0,'shop_order','',1),(81,1,'2018-06-12 11:37:46','2018-06-12 11:37:46','','Order &ndash; June 12, 2018 @ 11:37 AM','','wc-completed','open','closed','order_5b1fb08ac0c22','order-jun-12-2018-1137-am-2','','','2018-06-12 11:37:47','2018-06-12 11:37:47','',0,'https://localhost/?post_type=shop_order&#038;p=81',0,'shop_order','',1),(82,1,'2018-06-12 11:38:07','2018-06-12 11:38:07','','Order &ndash; June 12, 2018 @ 11:38 AM','','wc-completed','open','closed','order_5b1fb09f6b76f','order-jun-12-2018-1138-am','','','2018-06-12 11:38:07','2018-06-12 11:38:07','',0,'https://localhost/?post_type=shop_order&#038;p=82',0,'shop_order','',1),(83,1,'2018-06-12 11:39:38','2018-06-12 11:39:38','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fa22837','order-jun-12-2018-1139-am','','','2018-06-12 11:39:38','2018-06-12 11:39:38','',0,'https://localhost/?post_type=shop_order&#038;p=83',0,'shop_order','',1),(84,1,'2018-06-12 11:39:40','2018-06-12 11:39:40','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fc12c3a','order-jun-12-2018-1139-am-2','','','2018-06-12 11:39:40','2018-06-12 11:39:40','',0,'https://localhost/?post_type=shop_order&#038;p=84',0,'shop_order','',1),(85,1,'2018-06-12 11:39:40','2018-06-12 11:39:40','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fcb3103','order-jun-12-2018-1139-am-3','','','2018-06-12 11:39:40','2018-06-12 11:39:40','',0,'https://localhost/?post_type=shop_order&#038;p=85',0,'shop_order','',1),(86,1,'2018-06-12 11:39:42','2018-06-12 11:39:42','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0fea59dd','order-jun-12-2018-1139-am-4','','','2018-06-12 11:39:42','2018-06-12 11:39:42','',0,'https://localhost/?post_type=shop_order&#038;p=86',0,'shop_order','',1),(87,1,'2018-06-12 11:39:43','2018-06-12 11:39:43','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb0ffd7087','order-jun-12-2018-1139-am-5','','','2018-06-12 11:39:44','2018-06-12 11:39:44','',0,'https://localhost/?post_type=shop_order&#038;p=87',0,'shop_order','',1),(88,1,'2018-06-12 11:39:46','2018-06-12 11:39:46','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1024cd00','order-jun-12-2018-1139-am-6','','','2018-06-12 11:39:46','2018-06-12 11:39:46','',0,'https://localhost/?post_type=shop_order&#038;p=88',0,'shop_order','',1),(89,1,'2018-06-12 11:39:47','2018-06-12 11:39:47','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1035e29e','order-jun-12-2018-1139-am-7','','','2018-06-12 11:39:47','2018-06-12 11:39:47','',0,'https://localhost/?post_type=shop_order&#038;p=89',0,'shop_order','',1),(90,1,'2018-06-12 11:39:49','2018-06-12 11:39:49','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1053caba','order-jun-12-2018-1139-am-8','','','2018-06-12 11:39:49','2018-06-12 11:39:49','',0,'https://localhost/?post_type=shop_order&#038;p=90',0,'shop_order','',1),(91,1,'2018-06-12 11:39:52','2018-06-12 11:39:52','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb1085abc7','order-jun-12-2018-1139-am-9','','','2018-06-12 11:39:52','2018-06-12 11:39:52','',0,'https://localhost/?post_type=shop_order&#038;p=91',0,'shop_order','',1),(92,1,'2018-06-12 11:39:53','2018-06-12 11:39:53','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10982bf6','order-jun-12-2018-1139-am-10','','','2018-06-12 11:39:53','2018-06-12 11:39:53','',0,'https://localhost/?post_type=shop_order&#038;p=92',0,'shop_order','',1),(93,1,'2018-06-12 11:39:54','2018-06-12 11:39:54','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10a26e83','order-jun-12-2018-1139-am-11','','','2018-06-12 11:39:54','2018-06-12 11:39:54','',0,'https://localhost/?post_type=shop_order&#038;p=93',0,'shop_order','',1),(94,1,'2018-06-12 11:39:54','2018-06-12 11:39:54','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10ac5ef3','order-jun-12-2018-1139-am-12','','','2018-06-12 11:39:55','2018-06-12 11:39:55','',0,'https://localhost/?post_type=shop_order&#038;p=94',0,'shop_order','',1),(95,1,'2018-06-12 11:39:57','2018-06-12 11:39:57','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10d24697','order-jun-12-2018-1139-am-13','','','2018-06-12 11:39:57','2018-06-12 11:39:57','',0,'https://localhost/?post_type=shop_order&#038;p=95',0,'shop_order','',1),(96,1,'2018-06-12 11:39:58','2018-06-12 11:39:58','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10e519e6','order-jun-12-2018-1139-am-14','','','2018-06-12 11:39:58','2018-06-12 11:39:58','',0,'https://localhost/?post_type=shop_order&#038;p=96',0,'shop_order','',1),(97,1,'2018-06-12 11:39:59','2018-06-12 11:39:59','','Order &ndash; June 12, 2018 @ 11:39 AM','','wc-completed','open','closed','order_5b1fb10f6c59f','order-jun-12-2018-1139-am-15','','','2018-06-12 11:39:59','2018-06-12 11:39:59','',0,'https://localhost/?post_type=shop_order&#038;p=97',0,'shop_order','',1),(98,1,'2018-06-12 11:40:04','2018-06-12 11:40:04','','Order &ndash; June 12, 2018 @ 11:40 AM','','wc-completed','open','closed','order_5b1fb114a508e','order-jun-12-2018-1140-am','','','2018-06-12 11:40:04','2018-06-12 11:40:04','',0,'https://localhost/?post_type=shop_order&#038;p=98',0,'shop_order','',1),(99,1,'2018-06-12 11:40:45','2018-06-12 11:40:45','','Order &ndash; June 12, 2018 @ 11:40 AM','','wc-completed','open','closed','order_5b1fb13dc3c36','order-jun-12-2018-1140-am-2','','','2018-06-12 11:40:46','2018-06-12 11:40:46','',0,'https://localhost/?post_type=shop_order&#038;p=99',0,'shop_order','',1),(100,1,'2018-06-12 11:41:08','2018-06-12 11:41:08','','Order &ndash; June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb15493b5f','order-jun-12-2018-1141-am','','','2018-06-12 11:41:08','2018-06-12 11:41:08','',0,'https://localhost/?post_type=shop_order&#038;p=100',0,'shop_order','',1),(101,1,'2018-06-12 11:41:12','2018-06-12 11:41:12','','Order &ndash; June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb15831233','order-jun-12-2018-1141-am-2','','','2018-06-12 11:41:12','2018-06-12 11:41:12','',0,'https://localhost/?post_type=shop_order&#038;p=101',0,'shop_order','',1),(102,1,'2018-06-12 11:41:13','2018-06-12 11:41:13','','Order &ndash; June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb159b7d77','order-jun-12-2018-1141-am-3','','','2018-06-12 11:41:13','2018-06-12 11:41:13','',0,'https://localhost/?post_type=shop_order&#038;p=102',0,'shop_order','',1),(103,1,'2018-06-12 11:41:42','2018-06-12 11:41:42','','Order &ndash; June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb1766e61e','order-jun-12-2018-1141-am-4','','','2018-06-12 11:41:42','2018-06-12 11:41:42','',0,'https://localhost/?post_type=shop_order&#038;p=103',0,'shop_order','',1),(104,1,'2018-06-12 11:41:43','2018-06-12 11:41:43','','Order &ndash; June 12, 2018 @ 11:41 AM','','wc-completed','open','closed','order_5b1fb177e8321','order-jun-12-2018-1141-am-5','','','2018-06-12 11:41:44','2018-06-12 11:41:44','',0,'https://localhost/?post_type=shop_order&#038;p=104',0,'shop_order','',1),(105,1,'2018-06-13 08:30:14','2018-06-13 08:30:14','','Order &ndash; June 13, 2018 @ 08:30 AM','','wc-processing','open','closed','order_5b20d616399d7','order-jun-13-2018-0830-am','','','2018-06-13 08:30:14','2018-06-13 08:30:14','',0,'http://localhost/?post_type=shop_order&#038;p=105',0,'shop_order','',1),(106,1,'2018-06-13 11:57:10','2018-06-13 11:57:10','','Order &ndash; June 13, 2018 @ 11:57 AM','','wc-completed','open','closed','order_5b210696980aa','order-jun-13-2018-1157-am','','','2018-06-13 11:57:10','2018-06-13 11:57:10','',0,'https://localhost/?post_type=shop_order&#038;p=106',0,'shop_order','',1),(107,1,'2018-06-13 11:59:31','2018-06-13 11:59:31','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210723889c7','order-jun-13-2018-1159-am','','','2018-06-13 11:59:31','2018-06-13 11:59:31','',0,'https://localhost/?post_type=shop_order&#038;p=107',0,'shop_order','',1),(108,1,'2018-06-13 11:59:31','2018-06-13 11:59:31','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210723ee783','order-jun-13-2018-1159-am-2','','','2018-06-13 11:59:32','2018-06-13 11:59:32','',0,'https://localhost/?post_type=shop_order&#038;p=108',0,'shop_order','',1),(109,1,'2018-06-13 11:59:32','2018-06-13 11:59:32','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072468d2d','order-jun-13-2018-1159-am-3','','','2018-06-13 11:59:32','2018-06-13 11:59:32','',0,'https://localhost/?post_type=shop_order&#038;p=109',0,'shop_order','',1),(110,1,'2018-06-13 11:59:32','2018-06-13 11:59:32','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210724cc57c','order-jun-13-2018-1159-am-4','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&#038;p=110',0,'shop_order','',1),(111,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107253bbb6','order-jun-13-2018-1159-am-5','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&#038;p=111',0,'shop_order','',1),(112,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107257fae3','order-jun-13-2018-1159-am-6','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&#038;p=112',0,'shop_order','',1),(113,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210725b01b9','order-jun-13-2018-1159-am-7','','','2018-06-13 11:59:33','2018-06-13 11:59:33','',0,'https://localhost/?post_type=shop_order&#038;p=113',0,'shop_order','',1),(114,1,'2018-06-13 11:59:33','2018-06-13 11:59:33','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210725d6531','order-jun-13-2018-1159-am-8','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&#038;p=114',0,'shop_order','',1),(115,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072617408','order-jun-13-2018-1159-am-9','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&#038;p=115',0,'shop_order','',1),(116,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072641db3','order-jun-13-2018-1159-am-10','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&#038;p=116',0,'shop_order','',1),(117,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072675ab6','order-jun-13-2018-1159-am-11','','','2018-06-13 11:59:34','2018-06-13 11:59:34','',0,'https://localhost/?post_type=shop_order&#038;p=117',0,'shop_order','',1),(118,1,'2018-06-13 11:59:34','2018-06-13 11:59:34','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210726cbd50','order-jun-13-2018-1159-am-12','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&#038;p=118',0,'shop_order','',1),(119,1,'2018-06-13 11:59:35','2018-06-13 11:59:35','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072737f0f','order-jun-13-2018-1159-am-13','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&#038;p=119',0,'shop_order','',1),(120,1,'2018-06-13 11:59:35','2018-06-13 11:59:35','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210727898f4','order-jun-13-2018-1159-am-14','','','2018-06-13 11:59:35','2018-06-13 11:59:35','',0,'https://localhost/?post_type=shop_order&#038;p=120',0,'shop_order','',1),(121,1,'2018-06-13 11:59:36','2018-06-13 11:59:36','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210728bca89','order-jun-13-2018-1159-am-15','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&#038;p=121',0,'shop_order','',1),(122,1,'2018-06-13 11:59:37','2018-06-13 11:59:37','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072982387','order-jun-13-2018-1159-am-16','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&#038;p=122',0,'shop_order','',1),(123,1,'2018-06-13 11:59:37','2018-06-13 11:59:37','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210729b36a2','order-jun-13-2018-1159-am-17','','','2018-06-13 11:59:37','2018-06-13 11:59:37','',0,'https://localhost/?post_type=shop_order&#038;p=123',0,'shop_order','',1),(124,1,'2018-06-13 11:59:38','2018-06-13 11:59:38','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072a46403','order-jun-13-2018-1159-am-18','','','2018-06-13 11:59:38','2018-06-13 11:59:38','',0,'https://localhost/?post_type=shop_order&#038;p=124',0,'shop_order','',1),(125,1,'2018-06-13 11:59:38','2018-06-13 11:59:38','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072aa26f1','order-jun-13-2018-1159-am-19','','','2018-06-13 11:59:38','2018-06-13 11:59:38','',0,'https://localhost/?post_type=shop_order&#038;p=125',0,'shop_order','',1),(126,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b169c5','order-jun-13-2018-1159-am-20','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&#038;p=126',0,'shop_order','',1),(127,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b4dca1','order-jun-13-2018-1159-am-21','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&#038;p=127',0,'shop_order','',1),(128,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072b7bf77','order-jun-13-2018-1159-am-22','','','2018-06-13 11:59:39','2018-06-13 11:59:39','',0,'https://localhost/?post_type=shop_order&#038;p=128',0,'shop_order','',1),(129,1,'2018-06-13 11:59:39','2018-06-13 11:59:39','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072babd02','order-jun-13-2018-1159-am-23','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&#038;p=129',0,'shop_order','',1),(130,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c2792f','order-jun-13-2018-1159-am-24','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&#038;p=130',0,'shop_order','',1),(131,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c64c57','order-jun-13-2018-1159-am-25','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&#038;p=131',0,'shop_order','',1),(132,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072c93c47','order-jun-13-2018-1159-am-26','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&#038;p=132',0,'shop_order','',1),(133,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072cbee23','order-jun-13-2018-1159-am-27','','','2018-06-13 11:59:40','2018-06-13 11:59:40','',0,'https://localhost/?post_type=shop_order&#038;p=133',0,'shop_order','',1),(134,1,'2018-06-13 11:59:40','2018-06-13 11:59:40','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ced45c','order-jun-13-2018-1159-am-28','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&#038;p=134',0,'shop_order','',1),(135,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072d29450','order-jun-13-2018-1159-am-29','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&#038;p=135',0,'shop_order','',1),(136,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072d5b235','order-jun-13-2018-1159-am-30','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&#038;p=136',0,'shop_order','',1),(137,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072da8aa3','order-jun-13-2018-1159-am-31','','','2018-06-13 11:59:41','2018-06-13 11:59:41','',0,'https://localhost/?post_type=shop_order&#038;p=137',0,'shop_order','',1),(138,1,'2018-06-13 11:59:41','2018-06-13 11:59:41','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072de622d','order-jun-13-2018-1159-am-32','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&#038;p=138',0,'shop_order','',1),(139,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e1150c','order-jun-13-2018-1159-am-33','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&#038;p=139',0,'shop_order','',1),(140,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e40aa0','order-jun-13-2018-1159-am-34','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&#038;p=140',0,'shop_order','',1),(141,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e6a06e','order-jun-13-2018-1159-am-35','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&#038;p=141',0,'shop_order','',1),(142,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072e97735','order-jun-13-2018-1159-am-36','','','2018-06-13 11:59:42','2018-06-13 11:59:42','',0,'https://localhost/?post_type=shop_order&#038;p=142',0,'shop_order','',1),(143,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ebdf03','order-jun-13-2018-1159-am-37','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&#038;p=143',0,'shop_order','',1),(144,1,'2018-06-13 11:59:42','2018-06-13 11:59:42','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072ee801d','order-jun-13-2018-1159-am-38','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&#038;p=144',0,'shop_order','',1),(145,1,'2018-06-13 11:59:43','2018-06-13 11:59:43','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072f1fccc','order-jun-13-2018-1159-am-39','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&#038;p=145',0,'shop_order','',1),(146,1,'2018-06-13 11:59:43','2018-06-13 11:59:43','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21072f528c8','order-jun-13-2018-1159-am-40','','','2018-06-13 11:59:43','2018-06-13 11:59:43','',0,'https://localhost/?post_type=shop_order&#038;p=146',0,'shop_order','',1),(147,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b21073050d7d','order-jun-13-2018-1159-am-41','','','2018-06-13 11:59:44','2018-06-13 11:59:44','',0,'https://localhost/?post_type=shop_order&#038;p=147',0,'shop_order','',1),(148,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107308504e','order-jun-13-2018-1159-am-42','','','2018-06-13 11:59:44','2018-06-13 11:59:44','',0,'https://localhost/?post_type=shop_order&#038;p=148',0,'shop_order','',1),(149,1,'2018-06-13 11:59:44','2018-06-13 11:59:44','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b210730b53d0','order-jun-13-2018-1159-am-43','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&#038;p=149',0,'shop_order','',1),(150,1,'2018-06-13 11:59:45','2018-06-13 11:59:45','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107311970f','order-jun-13-2018-1159-am-44','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&#038;p=150',0,'shop_order','',1),(151,1,'2018-06-13 11:59:45','2018-06-13 11:59:45','','Order &ndash; June 13, 2018 @ 11:59 AM','','wc-completed','open','closed','order_5b2107318554c','order-jun-13-2018-1159-am-45','','','2018-06-13 11:59:45','2018-06-13 11:59:45','',0,'https://localhost/?post_type=shop_order&#038;p=151',0,'shop_order','',1),(152,1,'2018-06-13 12:41:38','2018-06-13 12:41:38','','Order &ndash; June 13, 2018 @ 12:41 PM','','wc-completed','open','closed','order_5b211102c2651','order-jun-13-2018-1241-pm','','','2018-06-13 12:41:39','2018-06-13 12:41:39','',0,'https://localhost/?post_type=shop_order&#038;p=152',0,'shop_order','',1),(153,1,'2018-06-13 12:43:00','2018-06-13 12:43:00','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211154ca0e3','order-jun-13-2018-1243-pm','','','2018-06-13 12:43:01','2018-06-13 12:43:01','',0,'https://localhost/?post_type=shop_order&#038;p=153',0,'shop_order','',1),(154,1,'2018-06-13 12:43:13','2018-06-13 12:43:13','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211161cb11a','order-jun-13-2018-1243-pm-2','','','2018-06-13 12:43:14','2018-06-13 12:43:14','',0,'https://localhost/?post_type=shop_order&#038;p=154',0,'shop_order','',1),(155,1,'2018-06-13 12:43:20','2018-06-13 12:43:20','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b2111682d58b','order-jun-13-2018-1243-pm-3','','','2018-06-13 12:43:20','2018-06-13 12:43:20','',0,'https://localhost/?post_type=shop_order&#038;p=155',0,'shop_order','',1),(156,1,'2018-06-13 12:43:23','2018-06-13 12:43:23','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21116bcee4f','order-jun-13-2018-1243-pm-4','','','2018-06-13 12:43:24','2018-06-13 12:43:24','',0,'https://localhost/?post_type=shop_order&#038;p=156',0,'shop_order','',1),(157,1,'2018-06-13 12:43:26','2018-06-13 12:43:26','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21116ecb832','order-jun-13-2018-1243-pm-5','','','2018-06-13 12:43:27','2018-06-13 12:43:27','',0,'https://localhost/?post_type=shop_order&#038;p=157',0,'shop_order','',1),(158,1,'2018-06-13 12:43:28','2018-06-13 12:43:28','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21117021f2e','order-jun-13-2018-1243-pm-6','','','2018-06-13 12:43:28','2018-06-13 12:43:28','',0,'https://localhost/?post_type=shop_order&#038;p=158',0,'shop_order','',1),(159,1,'2018-06-13 12:43:29','2018-06-13 12:43:29','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b21117198118','order-jun-13-2018-1243-pm-7','','','2018-06-13 12:43:29','2018-06-13 12:43:29','',0,'https://localhost/?post_type=shop_order&#038;p=159',0,'shop_order','',1),(160,1,'2018-06-13 12:43:30','2018-06-13 12:43:30','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211172cd536','order-jun-13-2018-1243-pm-8','','','2018-06-13 12:43:31','2018-06-13 12:43:31','',0,'https://localhost/?post_type=shop_order&#038;p=160',0,'shop_order','',1),(161,1,'2018-06-13 12:43:31','2018-06-13 12:43:31','','Order &ndash; June 13, 2018 @ 12:43 PM','','wc-completed','open','closed','order_5b211173b4459','order-jun-13-2018-1243-pm-9','','','2018-06-13 12:43:32','2018-06-13 12:43:32','',0,'https://localhost/?post_type=shop_order&#038;p=161',0,'shop_order','',1),(162,1,'2018-06-13 13:08:31','2018-06-13 13:08:31','','Order &ndash; June 13, 2018 @ 01:08 PM','','wc-completed','open','closed','order_5b21174fa2900','order-jun-13-2018-0108-pm','','','2018-06-13 13:08:31','2018-06-13 13:08:31','',0,'https://localhost/?post_type=shop_order&#038;p=162',0,'shop_order','',1),(163,1,'2018-06-13 13:09:33','2018-06-13 13:09:33','','Order &ndash; June 13, 2018 @ 01:09 PM','','wc-completed','open','closed','order_5b21178d39c0d','order-jun-13-2018-0109-pm','','','2018-06-13 13:09:33','2018-06-13 13:09:33','',0,'https://localhost/?post_type=shop_order&#038;p=163',0,'shop_order','',1),(164,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 08:26:22','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-2.jpg',0,'attachment','image/jpeg',0),(165,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 08:26:22','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-2.jpg',0,'attachment','image/jpeg',0),(166,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 08:26:22','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-2.jpg',0,'attachment','image/jpeg',0),(167,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 08:26:22','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-2.jpg',0,'attachment','image/jpeg',0),(168,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 08:26:22','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-2.jpg',0,'attachment','image/jpeg',0),(169,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-2.jpg',0,'attachment','image/jpeg',0),(170,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-2.jpg',0,'attachment','image/jpeg',0),(171,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-2.jpg',0,'attachment','image/jpeg',0),(172,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-2.jpg',0,'attachment','image/jpeg',0),(173,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-2.jpg',0,'attachment','image/jpeg',0),(174,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-2.jpg',0,'attachment','image/jpeg',0),(175,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-2.jpg',0,'attachment','image/jpeg',0),(176,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 08:26:23','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-2.jpg',0,'attachment','image/jpeg',0),(177,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-2.jpg',0,'attachment','image/jpeg',0),(178,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-2.jpg',0,'attachment','image/jpeg',0),(179,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-2.jpg',0,'attachment','image/jpeg',0),(180,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/?page_id=180',0,'page','',0),(181,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/?page_id=181',0,'page','',0),(182,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/?page_id=182',0,'page','',0),(183,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/?page_id=183',0,'page','',0),(184,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=184',0,'product','',0),(185,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=185',0,'product','',0),(186,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=186',0,'product','',0),(187,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=187',0,'product','',0),(188,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=188',0,'product','',0),(189,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:26','2018-06-14 08:26:26','',0,'http://localhost/?p=189',0,'product','',0),(190,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:27','2018-06-14 08:26:27','',0,'http://localhost/?p=190',0,'product','',0),(191,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:27','2018-06-14 08:26:27','',0,'http://localhost/?p=191',0,'product','',0),(192,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:27','2018-06-14 08:26:27','',0,'http://localhost/?p=192',0,'product','',0),(193,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:27','2018-06-14 08:26:27','',0,'http://localhost/?p=193',0,'product','',0),(194,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:27','2018-06-14 08:26:27','',0,'http://localhost/?p=194',0,'product','',0),(195,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 08:26:28','2018-06-14 08:26:28','',0,'http://localhost/?p=195',0,'product','',0),(196,1,'2018-06-14 08:26:24','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 164,\n 165,\n 166,\n 167,\n 168,\n 169,\n 170,\n 171,\n 172,\n 173,\n 174,\n 175,\n 176,\n 177,\n 178,\n 179,\n 180,\n 181,\n 182,\n 183,\n 184,\n 185,\n 186,\n 187,\n 188,\n 189,\n 190,\n 191,\n 192,\n 193,\n 194,\n 195,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 181,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 182,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 180,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 183,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 08:26:24\"\n }\n}','','','auto-draft','closed','closed','','b974a385-a624-4d76-9350-d1068e71e97c','','','2018-06-14 08:26:24','0000-00-00 00:00:00','',0,'http://localhost/?p=196',0,'customize_changeset','',0),(197,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-3.jpg',0,'attachment','image/jpeg',0),(198,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-3.jpg',0,'attachment','image/jpeg',0),(199,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-3.jpg',0,'attachment','image/jpeg',0),(200,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-3.jpg',0,'attachment','image/jpeg',0),(201,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-3.jpg',0,'attachment','image/jpeg',0),(202,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-3.jpg',0,'attachment','image/jpeg',0),(203,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 09:02:35','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-3.jpg',0,'attachment','image/jpeg',0),(204,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-3.jpg',0,'attachment','image/jpeg',0),(205,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-3.jpg',0,'attachment','image/jpeg',0),(206,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-3.jpg',0,'attachment','image/jpeg',0),(207,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-3.jpg',0,'attachment','image/jpeg',0),(208,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-3.jpg',0,'attachment','image/jpeg',0),(209,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 09:02:36','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-3.jpg',0,'attachment','image/jpeg',0),(210,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-3.jpg',0,'attachment','image/jpeg',0),(211,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-3.jpg',0,'attachment','image/jpeg',0),(212,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-3.jpg',0,'attachment','image/jpeg',0),(213,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/?page_id=213',0,'page','',0),(214,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/?page_id=214',0,'page','',0),(215,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/?page_id=215',0,'page','',0),(216,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/?page_id=216',0,'page','',0),(217,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:38','2018-06-14 09:02:38','',0,'http://localhost/?p=217',0,'product','',0),(218,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:39','2018-06-14 09:02:39','',0,'http://localhost/?p=218',0,'product','',0),(219,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:39','2018-06-14 09:02:39','',0,'http://localhost/?p=219',0,'product','',0),(220,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:39','2018-06-14 09:02:39','',0,'http://localhost/?p=220',0,'product','',0),(221,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:39','2018-06-14 09:02:39','',0,'http://localhost/?p=221',0,'product','',0),(222,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:39','2018-06-14 09:02:39','',0,'http://localhost/?p=222',0,'product','',0),(223,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=223',0,'product','',0),(224,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=224',0,'product','',0),(225,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=225',0,'product','',0),(226,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=226',0,'product','',0),(227,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=227',0,'product','',0),(228,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:02:40','2018-06-14 09:02:40','',0,'http://localhost/?p=228',0,'product','',0),(229,1,'2018-06-14 09:02:37','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 197,\n 198,\n 199,\n 200,\n 201,\n 202,\n 203,\n 204,\n 205,\n 206,\n 207,\n 208,\n 209,\n 210,\n 211,\n 212,\n 213,\n 214,\n 215,\n 216,\n 217,\n 218,\n 219,\n 220,\n 221,\n 222,\n 223,\n 224,\n 225,\n 226,\n 227,\n 228,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 214,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 215,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 213,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 216,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:02:37\"\n }\n}','','','auto-draft','closed','closed','','b4021e13-be9c-4375-8336-053b2916a676','','','2018-06-14 09:02:37','0000-00-00 00:00:00','',0,'http://localhost/?p=229',0,'customize_changeset','',0),(230,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 09:39:43','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-4.jpg',0,'attachment','image/jpeg',0),(231,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 09:39:43','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-4.jpg',0,'attachment','image/jpeg',0),(232,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 09:39:43','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-4.jpg',0,'attachment','image/jpeg',0),(233,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 09:39:43','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-4.jpg',0,'attachment','image/jpeg',0),(234,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 09:39:43','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-4.jpg',0,'attachment','image/jpeg',0),(235,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-4.jpg',0,'attachment','image/jpeg',0),(236,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-4.jpg',0,'attachment','image/jpeg',0),(237,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-4.jpg',0,'attachment','image/jpeg',0),(238,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-4.jpg',0,'attachment','image/jpeg',0),(239,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-4.jpg',0,'attachment','image/jpeg',0),(240,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-4.jpg',0,'attachment','image/jpeg',0),(241,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-4.jpg',0,'attachment','image/jpeg',0),(242,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 09:39:44','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-4.jpg',0,'attachment','image/jpeg',0),(243,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-4.jpg',0,'attachment','image/jpeg',0),(244,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-4.jpg',0,'attachment','image/jpeg',0),(245,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-4.jpg',0,'attachment','image/jpeg',0),(246,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/?page_id=246',0,'page','',0),(247,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/?page_id=247',0,'page','',0),(248,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/?page_id=248',0,'page','',0),(249,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 09:39:45','0000-00-00 00:00:00','',0,'http://localhost/?page_id=249',0,'page','',0),(250,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:47','2018-06-14 09:39:47','',0,'http://localhost/?p=250',0,'product','',0),(251,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:47','2018-06-14 09:39:47','',0,'http://localhost/?p=251',0,'product','',0),(252,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:47','2018-06-14 09:39:47','',0,'http://localhost/?p=252',0,'product','',0),(253,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:47','2018-06-14 09:39:47','',0,'http://localhost/?p=253',0,'product','',0),(254,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:48','2018-06-14 09:39:48','',0,'http://localhost/?p=254',0,'product','',0),(255,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:48','2018-06-14 09:39:48','',0,'http://localhost/?p=255',0,'product','',0),(256,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:48','2018-06-14 09:39:48','',0,'http://localhost/?p=256',0,'product','',0),(257,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:48','2018-06-14 09:39:48','',0,'http://localhost/?p=257',0,'product','',0),(258,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:49','2018-06-14 09:39:49','',0,'http://localhost/?p=258',0,'product','',0),(259,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:49','2018-06-14 09:39:49','',0,'http://localhost/?p=259',0,'product','',0),(260,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:49','2018-06-14 09:39:49','',0,'http://localhost/?p=260',0,'product','',0),(261,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:39:49','2018-06-14 09:39:49','',0,'http://localhost/?p=261',0,'product','',0),(262,1,'2018-06-14 09:39:46','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 230,\n 231,\n 232,\n 233,\n 234,\n 235,\n 236,\n 237,\n 238,\n 239,\n 240,\n 241,\n 242,\n 243,\n 244,\n 245,\n 246,\n 247,\n 248,\n 249,\n 250,\n 251,\n 252,\n 253,\n 254,\n 255,\n 256,\n 257,\n 258,\n 259,\n 260,\n 261,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 247,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 248,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 246,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 249,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:39:46\"\n }\n}','','','auto-draft','closed','closed','','640426a7-c022-44f1-8732-39edb52045bf','','','2018-06-14 09:39:46','0000-00-00 00:00:00','',0,'http://localhost/?p=262',0,'customize_changeset','',0),(263,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-5.jpg',0,'attachment','image/jpeg',0),(264,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-5.jpg',0,'attachment','image/jpeg',0),(265,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-5.jpg',0,'attachment','image/jpeg',0),(266,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-5.jpg',0,'attachment','image/jpeg',0),(267,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-5.jpg',0,'attachment','image/jpeg',0),(268,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-5.jpg',0,'attachment','image/jpeg',0),(269,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-5.jpg',0,'attachment','image/jpeg',0),(270,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-5.jpg',0,'attachment','image/jpeg',0),(271,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 09:40:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-5.jpg',0,'attachment','image/jpeg',0),(272,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 09:40:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-5.jpg',0,'attachment','image/jpeg',0),(273,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:40:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-5.jpg',0,'attachment','image/jpeg',0),(274,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:40:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-5.jpg',0,'attachment','image/jpeg',0),(275,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 09:40:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-5.jpg',0,'attachment','image/jpeg',0),(276,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-5.jpg',0,'attachment','image/jpeg',0),(277,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-5.jpg',0,'attachment','image/jpeg',0),(278,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-5.jpg',0,'attachment','image/jpeg',0),(279,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/?page_id=279',0,'page','',0),(280,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/?page_id=280',0,'page','',0),(281,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/?page_id=281',0,'page','',0),(282,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/?page_id=282',0,'page','',0),(283,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=283',0,'product','',0),(284,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=284',0,'product','',0),(285,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=285',0,'product','',0),(286,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=286',0,'product','',0),(287,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=287',0,'product','',0),(288,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=288',0,'product','',0),(289,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=289',0,'product','',0),(290,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=290',0,'product','',0),(291,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=291',0,'product','',0),(292,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=292',0,'product','',0),(293,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=293',0,'product','',0),(294,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:40:21','2018-06-14 09:40:21','',0,'http://localhost/?p=294',0,'product','',0),(295,1,'2018-06-14 09:40:02','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 263,\n 264,\n 265,\n 266,\n 267,\n 268,\n 269,\n 270,\n 271,\n 272,\n 273,\n 274,\n 275,\n 276,\n 277,\n 278,\n 279,\n 280,\n 281,\n 282,\n 283,\n 284,\n 285,\n 286,\n 287,\n 288,\n 289,\n 290,\n 291,\n 292,\n 293,\n 294,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 280,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 281,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 279,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 282,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:40:02\"\n }\n}','','','auto-draft','closed','closed','','29924263-2407-46a8-950d-153b33dac666','','','2018-06-14 09:40:02','0000-00-00 00:00:00','',0,'http://localhost/?p=295',0,'customize_changeset','',0),(296,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-6.jpg',0,'attachment','image/jpeg',0),(297,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-6.jpg',0,'attachment','image/jpeg',0),(298,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-6.jpg',0,'attachment','image/jpeg',0),(299,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-6.jpg',0,'attachment','image/jpeg',0),(300,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-6.jpg',0,'attachment','image/jpeg',0),(301,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-6.jpg',0,'attachment','image/jpeg',0),(302,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-6.jpg',0,'attachment','image/jpeg',0),(303,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-6.jpg',0,'attachment','image/jpeg',0),(304,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 09:41:58','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-6.jpg',0,'attachment','image/jpeg',0),(305,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-6.jpg',0,'attachment','image/jpeg',0),(306,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-6.jpg',0,'attachment','image/jpeg',0),(307,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-6.jpg',0,'attachment','image/jpeg',0),(308,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-6.jpg',0,'attachment','image/jpeg',0),(309,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Beanie','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/beanie-7.jpg',0,'attachment','image/jpeg',0),(310,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Belt','','auto-draft','open','closed','','','','','2018-06-14 09:41:59','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/belt-7.jpg',0,'attachment','image/jpeg',0),(311,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-6.jpg',0,'attachment','image/jpeg',0),(312,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Cap','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/cap-7.jpg',0,'attachment','image/jpeg',0),(313,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-6.jpg',0,'attachment','image/jpeg',0),(314,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hoodie with Logo','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-logo-7.jpg',0,'attachment','image/jpeg',0),(315,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-6.jpg',0,'attachment','image/jpeg',0),(316,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hoodie with Pocket','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-pocket-7.jpg',0,'attachment','image/jpeg',0),(317,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?page_id=317',0,'page','',0),(318,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?page_id=318',0,'page','',0),(319,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?page_id=319',0,'page','',0),(320,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?page_id=320',0,'page','',0),(321,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=321',0,'product','',0),(322,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hoodie with Zipper','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-with-zipper-7.jpg',0,'attachment','image/jpeg',0),(323,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=323',0,'product','',0),(324,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=324',0,'product','',0),(325,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=325',0,'product','',0),(326,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=326',0,'product','',0),(327,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=327',0,'product','',0),(328,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=328',0,'product','',0),(329,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=329',0,'product','',0),(330,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=330',0,'product','',0),(331,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=331',0,'product','',0),(332,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=332',0,'product','',0),(333,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hoodie','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodie-7.jpg',0,'attachment','image/jpeg',0),(334,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=334',0,'product','',0),(335,1,'2018-06-14 09:42:00','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 296,\n 297,\n 298,\n 299,\n 300,\n 301,\n 302,\n 303,\n 304,\n 305,\n 306,\n 307,\n 308,\n 311,\n 313,\n 315,\n 317,\n 318,\n 319,\n 320,\n 321,\n 323,\n 324,\n 325,\n 326,\n 327,\n 328,\n 329,\n 330,\n 331,\n 332,\n 334,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 318,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 319,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 317,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 320,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:00\"\n }\n}','','','auto-draft','closed','closed','','4385be02-705f-48c4-8e85-d32a7f9479eb','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/?p=335',0,'customize_changeset','',0),(336,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Long Sleeve Tee','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/long-sleeve-tee-7.jpg',0,'attachment','image/jpeg',0),(337,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Polo','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/polo-7.jpg',0,'attachment','image/jpeg',0),(338,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Sunglasses','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/sunglasses-7.jpg',0,'attachment','image/jpeg',0),(339,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirt-7.jpg',0,'attachment','image/jpeg',0),(340,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Vneck Tshirt','','auto-draft','open','closed','','','','','2018-06-14 09:42:00','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/vneck-tee-7.jpg',0,'attachment','image/jpeg',0),(341,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hero','','auto-draft','open','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hero-7.jpg',0,'attachment','image/jpeg',0),(342,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Accessories','','auto-draft','open','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/accessories-7.jpg',0,'attachment','image/jpeg',0),(343,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','T-shirts','','auto-draft','open','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/tshirts-7.jpg',0,'attachment','image/jpeg',0),(344,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Hoodies','','auto-draft','open','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/wp-content/uploads/2018/06/hoodies-7.jpg',0,'attachment','image/jpeg',0),(345,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','This is your homepage which is what most visitors will see when they first visit your shop.\n\nYou can change this text by editing the &quot;Welcome&quot; page via the &quot;Pages&quot; menu in your dashboard.','Welcome','','auto-draft','closed','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/?page_id=345',0,'page','',0),(346,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/?page_id=346',0,'page','',0),(347,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2018-06-14 09:42:01','0000-00-00 00:00:00','',0,'http://localhost/?page_id=347',0,'page','',0),(348,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2018-06-14 09:42:02','0000-00-00 00:00:00','',0,'http://localhost/?page_id=348',0,'page','',0),(349,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:03','2018-06-14 09:42:03','',0,'http://localhost/?p=349',0,'product','',0),(350,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:03','2018-06-14 09:42:03','',0,'http://localhost/?p=350',0,'product','',0),(351,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=351',0,'product','',0),(352,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=352',0,'product','',0),(353,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=353',0,'product','',0),(354,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=354',0,'product','',0),(355,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=355',0,'product','',0),(356,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:04','2018-06-14 09:42:04','',0,'http://localhost/?p=356',0,'product','',0),(357,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:05','2018-06-14 09:42:05','',0,'http://localhost/?p=357',0,'product','',0),(358,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:05','2018-06-14 09:42:05','',0,'http://localhost/?p=358',0,'product','',0),(359,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:05','2018-06-14 09:42:05','',0,'http://localhost/?p=359',0,'product','',0),(360,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-06-14 09:42:05','2018-06-14 09:42:05','',0,'http://localhost/?p=360',0,'product','',0),(361,1,'2018-06-14 09:42:02','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"38999bd2991102a1293ea48a67af9771\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"sidebars_widgets[footer-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"42f1bdafb40b2edbb161d5232ac690fb\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"sidebars_widgets[footer-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 309,\n 310,\n 312,\n 314,\n 316,\n 322,\n 333,\n 336,\n 337,\n 338,\n 339,\n 340,\n 341,\n 342,\n 343,\n 344,\n 345,\n 346,\n 347,\n 348,\n 349,\n 350,\n 351,\n 352,\n 353,\n 354,\n 355,\n 356,\n 357,\n 358,\n 359,\n 360,\n 6,\n 7,\n 8,\n 5\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Primary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 346,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 347,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"storefront::nav_menu_locations[primary]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Secondary Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 8,\n \"position\": 0,\n \"nav_menu_term_id\": -4,\n \"title\": \"My account\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"storefront::nav_menu_locations[secondary]\": {\n \"starter_content\": true,\n \"value\": -4,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Handheld Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 5,\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"title\": \"Shop\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"storefront::nav_menu_locations[handheld]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 345,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 348,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-06-14 09:42:02\"\n }\n}','','','auto-draft','closed','closed','','09599997-b9ba-4db6-8f46-3c52e0805a91','','','2018-06-14 09:42:02','0000-00-00 00:00:00','',0,'http://localhost/?p=361',0,'customize_changeset','',0),(362,1,'2018-06-18 08:55:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-06-18 08:55:23','0000-00-00 00:00:00','',0,'http://localhost/?p=362',0,'post','',0),(363,1,'2018-06-20 10:13:30','2018-06-20 10:13:30','','Order &ndash; June 20, 2018 @ 10:13 AM','','wc-completed','open','closed','order_5b2a28caef7ca','order-jun-20-2018-1013-am','','','2018-06-20 10:13:31','2018-06-20 10:13:31','',0,'https://localhost/?post_type=shop_order&#038;p=363',0,'shop_order','',1),(364,1,'2018-06-20 12:45:59','2018-06-20 12:45:59','','Order &ndash; June 20, 2018 @ 12:45 PM','','wc-completed','open','closed','order_5b2a4c87da29b','order-jun-20-2018-1245-pm','','','2018-06-20 12:46:00','2018-06-20 12:46:00','',0,'https://localhost/?post_type=shop_order&#038;p=364',0,'shop_order','',1),(365,1,'2018-06-20 12:51:06','2018-06-20 12:51:06','','Order &ndash; June 20, 2018 @ 12:51 PM','','wc-completed','open','closed','order_5b2a4dba71cad','order-jun-20-2018-1251-pm','','','2018-06-20 12:51:06','2018-06-20 12:51:06','',0,'https://localhost/?post_type=shop_order&#038;p=365',0,'shop_order','',1),(366,1,'2018-06-20 13:26:29','2018-06-20 13:26:29','','Order &ndash; June 20, 2018 @ 01:26 PM','','wc-completed','open','closed','order_5b2a56053b36e','order-jun-20-2018-0126-pm','','','2018-06-20 13:26:29','2018-06-20 13:26:29','',0,'https://localhost/?post_type=shop_order&#038;p=366',0,'shop_order','',1),(367,1,'2018-06-20 13:27:07','2018-06-20 13:27:07','','Order &ndash; June 20, 2018 @ 01:27 PM','','wc-completed','open','closed','order_5b2a562b458f1','order-jun-20-2018-0127-pm','','','2018-06-20 13:27:07','2018-06-20 13:27:07','',0,'https://localhost/?post_type=shop_order&#038;p=367',0,'shop_order','',1),(368,1,'2018-06-20 13:31:24','2018-06-20 13:31:24','','Order &ndash; June 20, 2018 @ 01:31 PM','','wc-completed','open','closed','order_5b2a572c060d0','order-jun-20-2018-0131-pm','','','2018-06-20 13:31:24','2018-06-20 13:31:24','',0,'https://localhost/?post_type=shop_order&#038;p=368',0,'shop_order','',1),(369,1,'2018-06-20 13:37:47','2018-06-20 13:37:47','','Order &ndash; June 20, 2018 @ 01:37 PM','','wc-completed','open','closed','order_5b2a58ab91eef','order-jun-20-2018-0137-pm','','','2018-06-20 13:37:47','2018-06-20 13:37:47','',0,'https://localhost/?post_type=shop_order&#038;p=369',0,'shop_order','',1);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_queue`
--
DROP TABLE IF EXISTS `wp_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_queue` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attempts` tinyint(1) NOT NULL DEFAULT '0',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`locked_at` datetime DEFAULT NULL,
`available_at` datetime NOT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_queue`
--
LOCK TABLES `wp_queue` WRITE;
/*!40000 ALTER TABLE `wp_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(73,2,0),(73,15,0),(184,2,0),(184,16,0),(185,2,0),(185,16,0),(186,2,0),(186,16,0),(187,2,0),(187,8,0),(187,16,0),(188,2,0),(188,17,0),(189,2,0),(189,8,0),(189,17,0),(190,2,0),(190,8,0),(190,17,0),(191,2,0),(191,8,0),(191,17,0),(192,2,0),(192,18,0),(193,2,0),(193,18,0),(194,2,0),(194,18,0),(195,2,0),(195,18,0),(217,2,0),(217,16,0),(218,2,0),(218,16,0),(219,2,0),(219,16,0),(220,2,0),(220,8,0),(220,16,0),(221,2,0),(221,17,0),(222,2,0),(222,8,0),(222,17,0),(223,2,0),(223,8,0),(223,17,0),(224,2,0),(224,8,0),(224,17,0),(225,2,0),(225,18,0),(226,2,0),(226,18,0),(227,2,0),(227,18,0),(228,2,0),(228,18,0),(250,2,0),(250,16,0),(251,2,0),(251,16,0),(252,2,0),(252,16,0),(253,2,0),(253,8,0),(253,16,0),(254,2,0),(254,17,0),(255,2,0),(255,8,0),(255,17,0),(256,2,0),(256,8,0),(256,17,0),(257,2,0),(257,8,0),(257,17,0),(258,2,0),(258,18,0),(259,2,0),(259,18,0),(260,2,0),(260,18,0),(261,2,0),(261,18,0),(283,2,0),(283,16,0),(284,2,0),(284,16,0),(285,2,0),(285,16,0),(286,2,0),(286,8,0),(286,16,0),(287,2,0),(287,17,0),(288,2,0),(288,8,0),(288,17,0),(289,2,0),(289,8,0),(289,17,0),(290,2,0),(290,8,0),(290,17,0),(291,2,0),(291,18,0),(292,2,0),(292,18,0),(293,2,0),(293,18,0),(294,2,0),(294,18,0),(349,2,0),(349,16,0),(350,2,0),(350,16,0),(351,2,0),(351,16,0),(352,2,0),(352,8,0),(352,16,0),(353,2,0),(353,17,0),(354,2,0),(354,8,0),(354,17,0),(355,2,0),(355,8,0),(355,17,0),(356,2,0),(356,8,0),(356,17,0),(357,2,0),(357,18,0),(358,2,0),(358,18,0),(359,2,0),(359,18,0),(360,2,0),(360,18,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,1),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,1),(16,16,'product_cat','A short category description',0,0),(17,17,'product_cat','A short category description',0,0),(18,18,'product_cat','A short category description',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,16,'thumbnail_id','22'),(2,16,'product_count_product_cat','0'),(3,17,'thumbnail_id','24'),(4,17,'product_count_product_cat','0'),(5,18,'thumbnail_id','23'),(6,18,'product_count_product_cat','0'),(7,15,'product_count_product_cat','1');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Accessories','accessories',0),(17,'Hoodies','hoodies',0),(18,'Tshirts','tshirts',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','worpwooc'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:8:{s:64:\"09315a5fca8c2108c14fd3e8440916f3abcbb77831d25c5a73bb64df9e3415fc\";a:4:{s:10:\"expiration\";i:1529911878;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:5:\"login\";i:1528702278;}s:64:\"734009131c4b5c92de796fa5515f4c4e85731e5f32e00f3081d8819e056a52c0\";a:4:{s:10:\"expiration\";i:1530012494;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:5:\"login\";i:1528802894;}s:64:\"fbabbc0033caa419cf6ab96dee67658ecd7f9e2ff612595ae130a2d59b889dbd\";a:4:{s:10:\"expiration\";i:1530012507;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:5:\"login\";i:1528802907;}s:64:\"45e34a07a71371cdaad4b2acac930b708009bb672d4e5cc6fa4e35f1c253267b\";a:4:{s:10:\"expiration\";i:1530012829;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1528803229;}s:64:\"f03c2cf5e6d0f325d59fdf9da6c245717b8f0c1f93ab889783b27d190a4c6946\";a:4:{s:10:\"expiration\";i:1530088262;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:5:\"login\";i:1528878662;}s:64:\"f47fc01484aa188568daba8ccd9e5f668d65c5f9b9cbfd11d223bf03fa4b89c3\";a:4:{s:10:\"expiration\";i:1530088272;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:5:\"login\";i:1528878672;}s:64:\"ac9b5d9e8412a3a849530ad0205e7c2e65e0f5ac80eb3f5770099451eb428a11\";a:4:{s:10:\"expiration\";i:1529658091;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1529485291;}s:64:\"f67e8aa844683d1a04d5848df7f0d80b55702d92fcaf9cdb4f0065f229a31134\";a:4:{s:10:\"expiration\";i:1529662424;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1529489624;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','362'),(18,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(19,1,'jetpack_tracks_anon_id','jetpack:dJtly7NxwT0oEWoZgmi5zmnL'),(20,1,'wc_last_active','1529452800'),(21,2,'nickname','broker'),(22,2,'first_name','br'),(23,2,'last_name','ok'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:6:\"broker\";b:1;}'),(33,2,'wp_user_level','0'),(34,2,'dismissed_wp_pointers','wp496_privacy'),(35,3,'nickname','Multi User'),(36,3,'first_name','Multi'),(37,3,'last_name','User'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'syntax_highlighting','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','fresh'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'locale',''),(46,3,'wp_capabilities','a:2:{s:15:\"commercial_lead\";b:1;s:8:\"supplier\";b:1;}'),(47,3,'wp_user_level','0'),(48,3,'dismissed_wp_pointers','wp496_privacy'),(49,3,'billing_first_name','Multi'),(50,3,'billing_last_name','User'),(51,3,'billing_company',''),(52,3,'billing_address_1',''),(53,3,'billing_address_2',''),(54,3,'billing_city',''),(55,3,'billing_postcode',''),(56,3,'billing_country',''),(57,3,'billing_state',''),(58,3,'billing_phone',''),(59,3,'billing_email','multi@dfkdf.com'),(60,3,'shipping_first_name',''),(61,3,'shipping_last_name',''),(62,3,'shipping_company',''),(63,3,'shipping_address_1',''),(64,3,'shipping_address_2',''),(65,3,'shipping_city',''),(66,3,'shipping_postcode',''),(67,3,'shipping_country',''),(68,3,'shipping_state',''),(69,3,'last_update','1528971733'),(71,3,'wc_last_active','1528934400'),(72,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(73,1,'_order_count','0'),(74,1,'_money_spent','0'),(75,2,'_order_count','0'),(76,2,'_money_spent','0'),(77,3,'_order_count','0'),(78,3,'_money_spent','0');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'worpwooc','$P$BdSzgdjux.H1Od6aQDtJ5ZrWRHt6zD.','worpwooc','duplingnedim@gmail.com','','2018-06-11 07:30:53','',0,'worpwooc'),(2,'broker','$P$BvV.OvEnPgZ/IWvYfXf7rbloj6Ji551','broker','broke@broker.com','','2018-06-13 11:35:46','',0,'br ok'),(3,'Multi User','$P$BB8b9zoUmNkJ.4JEEWfkjzxYvCHM.M1','multi-user','multi@dfkdf.com','','2018-06-14 08:03:22','',0,'Multi User');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_download_log`
--
DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`),
CONSTRAINT `wp_wc_download_log_ibfk_1` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE,
CONSTRAINT `wp_wc_download_log_ibfk_2` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_download_log`
--
LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_webhooks`
--
DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT '0',
`pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_webhooks`
--
LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`nonces` longtext COLLATE utf8mb4_unicode_520_ci,
`truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_api_keys`
--
LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_api_keys` VALUES (4,1,'Tkey','read_write','c3c4268aa6b674de5e5d095b470927a7e25f6a94dd7b025d1e2019ff74b91de9','cs_1290deec8e07e3a4182cc88993734e77ff3f2cfa','a:1:{i:1529488884;s:11:\"AAq4fS86QEV\";}','a45dda4','2018-06-20 10:12:38'),(5,1,'Write key','read_write','d8fd9b7143bc9396aa638ddf1dc9da1fb1c526a4f1369a2891e7ab4165f7f6a6','cs_18bd03a0e6afd7d5c9e51e1d1c86032e425bd8d8','a:12:{i:1528798567;s:32:\"Mybcu9VTcIYZAbm6CiM3xDwTzkq2nzJl\";i:1528798585;s:32:\"fTAjzi33u17ESTIDOvouR31JUXrs8D04\";i:1528798589;s:32:\"czjKskxkWqfHuMCfgnlBf21BYnGG21Kt\";i:1528798616;s:32:\"xbxgfXDzPJsCFWmYWd3VOVa1ty0blTDV\";i:1528798815;s:32:\"4TtuVH1xC7DQamHIAKQARywWapilOKCI\";i:1528798823;s:32:\"xkB1Fsp4FPTawcjeMD9K2j7ZM14LjRex\";i:1528798838;s:32:\"ayvNSFnAz0iaPB8D4TmGC99abo02XF2V\";i:1528798844;s:32:\"8J9F2R1fw60nEMnvyQSFewXbgYKJxGLT\";i:1528798845;s:32:\"pGdBE50rNjO8iS8ttxfAw5dNUnj8bJMr\";i:1528798852;s:32:\"uMxWUCUHGYq8ZhtTB5WPOrERGnHNUHB7\";i:1528798917;s:32:\"zV61DT8BoVKPOzWAwErQ7l27xfKFme93\";i:1528799463;s:32:\"lFDBehUwM9D1cf0pzD5iEzP73dKDH1Rj\";}','6cc1287','2018-06-20 13:37:47');
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--
LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_log`
--
DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`context` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_log`
--
LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=1726 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--
LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','73'),(2,1,'_variation_id','0'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','1'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','1'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(10,2,'_product_id','73'),(11,2,'_variation_id','0'),(12,2,'_qty','1'),(13,2,'_tax_class',''),(14,2,'_line_subtotal','1'),(15,2,'_line_subtotal_tax','0'),(16,2,'_line_total','1'),(17,2,'_line_tax','0'),(18,2,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(19,3,'_product_id','0'),(20,3,'_variation_id','0'),(21,3,'_qty','2'),(22,3,'_tax_class',''),(23,3,'_line_subtotal','0'),(24,3,'_line_subtotal_tax','0'),(25,3,'_line_total','0'),(26,3,'_line_tax','0'),(27,3,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28,4,'_product_id','0'),(29,4,'_variation_id','0'),(30,4,'_qty','1'),(31,4,'_tax_class',''),(32,4,'_line_subtotal','0'),(33,4,'_line_subtotal_tax','0'),(34,4,'_line_total','0'),(35,4,'_line_tax','0'),(36,4,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37,5,'_product_id','0'),(38,5,'_variation_id','0'),(39,5,'_qty','2'),(40,5,'_tax_class',''),(41,5,'_line_subtotal','0'),(42,5,'_line_subtotal_tax','0'),(43,5,'_line_total','0'),(44,5,'_line_tax','0'),(45,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46,6,'_product_id','0'),(47,6,'_variation_id','0'),(48,6,'_qty','1'),(49,6,'_tax_class',''),(50,6,'_line_subtotal','0'),(51,6,'_line_subtotal_tax','0'),(52,6,'_line_total','0'),(53,6,'_line_tax','0'),(54,6,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55,7,'_product_id','0'),(56,7,'_variation_id','0'),(57,7,'_qty','2'),(58,7,'_tax_class',''),(59,7,'_line_subtotal','0'),(60,7,'_line_subtotal_tax','0'),(61,7,'_line_total','0'),(62,7,'_line_tax','0'),(63,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64,8,'_product_id','0'),(65,8,'_variation_id','0'),(66,8,'_qty','1'),(67,8,'_tax_class',''),(68,8,'_line_subtotal','0'),(69,8,'_line_subtotal_tax','0'),(70,8,'_line_total','0'),(71,8,'_line_tax','0'),(72,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73,9,'_product_id','0'),(74,9,'_variation_id','0'),(75,9,'_qty','2'),(76,9,'_tax_class',''),(77,9,'_line_subtotal','0'),(78,9,'_line_subtotal_tax','0'),(79,9,'_line_total','0'),(80,9,'_line_tax','0'),(81,9,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82,10,'_product_id','0'),(83,10,'_variation_id','0'),(84,10,'_qty','1'),(85,10,'_tax_class',''),(86,10,'_line_subtotal','0'),(87,10,'_line_subtotal_tax','0'),(88,10,'_line_total','0'),(89,10,'_line_tax','0'),(90,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91,11,'_product_id','0'),(92,11,'_variation_id','0'),(93,11,'_qty','2'),(94,11,'_tax_class',''),(95,11,'_line_subtotal','0'),(96,11,'_line_subtotal_tax','0'),(97,11,'_line_total','0'),(98,11,'_line_tax','0'),(99,11,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100,12,'_product_id','0'),(101,12,'_variation_id','0'),(102,12,'_qty','1'),(103,12,'_tax_class',''),(104,12,'_line_subtotal','0'),(105,12,'_line_subtotal_tax','0'),(106,12,'_line_total','0'),(107,12,'_line_tax','0'),(108,12,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109,13,'_product_id','0'),(110,13,'_variation_id','0'),(111,13,'_qty','2'),(112,13,'_tax_class',''),(113,13,'_line_subtotal','0'),(114,13,'_line_subtotal_tax','0'),(115,13,'_line_total','0'),(116,13,'_line_tax','0'),(117,13,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118,14,'_product_id','0'),(119,14,'_variation_id','0'),(120,14,'_qty','1'),(121,14,'_tax_class',''),(122,14,'_line_subtotal','0'),(123,14,'_line_subtotal_tax','0'),(124,14,'_line_total','0'),(125,14,'_line_tax','0'),(126,14,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127,15,'_product_id','0'),(128,15,'_variation_id','0'),(129,15,'_qty','2'),(130,15,'_tax_class',''),(131,15,'_line_subtotal','0'),(132,15,'_line_subtotal_tax','0'),(133,15,'_line_total','0'),(134,15,'_line_tax','0'),(135,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136,16,'_product_id','0'),(137,16,'_variation_id','0'),(138,16,'_qty','1'),(139,16,'_tax_class',''),(140,16,'_line_subtotal','0'),(141,16,'_line_subtotal_tax','0'),(142,16,'_line_total','0'),(143,16,'_line_tax','0'),(144,16,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145,17,'_product_id','0'),(146,17,'_variation_id','0'),(147,17,'_qty','2'),(148,17,'_tax_class',''),(149,17,'_line_subtotal','0'),(150,17,'_line_subtotal_tax','0'),(151,17,'_line_total','0'),(152,17,'_line_tax','0'),(153,17,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154,18,'_product_id','0'),(155,18,'_variation_id','0'),(156,18,'_qty','1'),(157,18,'_tax_class',''),(158,18,'_line_subtotal','0'),(159,18,'_line_subtotal_tax','0'),(160,18,'_line_total','0'),(161,18,'_line_tax','0'),(162,18,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163,19,'_product_id','0'),(164,19,'_variation_id','0'),(165,19,'_qty','2'),(166,19,'_tax_class',''),(167,19,'_line_subtotal','0'),(168,19,'_line_subtotal_tax','0'),(169,19,'_line_total','0'),(170,19,'_line_tax','0'),(171,19,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172,20,'_product_id','0'),(173,20,'_variation_id','0'),(174,20,'_qty','1'),(175,20,'_tax_class',''),(176,20,'_line_subtotal','0'),(177,20,'_line_subtotal_tax','0'),(178,20,'_line_total','0'),(179,20,'_line_tax','0'),(180,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181,21,'_product_id','0'),(182,21,'_variation_id','0'),(183,21,'_qty','2'),(184,21,'_tax_class',''),(185,21,'_line_subtotal','0'),(186,21,'_line_subtotal_tax','0'),(187,21,'_line_total','0'),(188,21,'_line_tax','0'),(189,21,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(190,22,'_product_id','0'),(191,22,'_variation_id','0'),(192,22,'_qty','1'),(193,22,'_tax_class',''),(194,22,'_line_subtotal','0'),(195,22,'_line_subtotal_tax','0'),(196,22,'_line_total','0'),(197,22,'_line_tax','0'),(198,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(199,23,'_product_id','0'),(200,23,'_variation_id','0'),(201,23,'_qty','2'),(202,23,'_tax_class',''),(203,23,'_line_subtotal','0'),(204,23,'_line_subtotal_tax','0'),(205,23,'_line_total','0'),(206,23,'_line_tax','0'),(207,23,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(208,24,'_product_id','0'),(209,24,'_variation_id','0'),(210,24,'_qty','1'),(211,24,'_tax_class',''),(212,24,'_line_subtotal','0'),(213,24,'_line_subtotal_tax','0'),(214,24,'_line_total','0'),(215,24,'_line_tax','0'),(216,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(217,25,'_product_id','0'),(218,25,'_variation_id','0'),(219,25,'_qty','2'),(220,25,'_tax_class',''),(221,25,'_line_subtotal','0'),(222,25,'_line_subtotal_tax','0'),(223,25,'_line_total','0'),(224,25,'_line_tax','0'),(225,25,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(226,26,'_product_id','0'),(227,26,'_variation_id','0'),(228,26,'_qty','1'),(229,26,'_tax_class',''),(230,26,'_line_subtotal','0'),(231,26,'_line_subtotal_tax','0'),(232,26,'_line_total','0'),(233,26,'_line_tax','0'),(234,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(235,27,'_product_id','0'),(236,27,'_variation_id','0'),(237,27,'_qty','2'),(238,27,'_tax_class',''),(239,27,'_line_subtotal','0'),(240,27,'_line_subtotal_tax','0'),(241,27,'_line_total','0'),(242,27,'_line_tax','0'),(243,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(244,28,'_product_id','0'),(245,28,'_variation_id','0'),(246,28,'_qty','1'),(247,28,'_tax_class',''),(248,28,'_line_subtotal','0'),(249,28,'_line_subtotal_tax','0'),(250,28,'_line_total','0'),(251,28,'_line_tax','0'),(252,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(253,29,'_product_id','0'),(254,29,'_variation_id','0'),(255,29,'_qty','2'),(256,29,'_tax_class',''),(257,29,'_line_subtotal','0'),(258,29,'_line_subtotal_tax','0'),(259,29,'_line_total','0'),(260,29,'_line_tax','0'),(261,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(262,30,'_product_id','0'),(263,30,'_variation_id','0'),(264,30,'_qty','1'),(265,30,'_tax_class',''),(266,30,'_line_subtotal','0'),(267,30,'_line_subtotal_tax','0'),(268,30,'_line_total','0'),(269,30,'_line_tax','0'),(270,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(271,31,'_product_id','0'),(272,31,'_variation_id','0'),(273,31,'_qty','2'),(274,31,'_tax_class',''),(275,31,'_line_subtotal','0'),(276,31,'_line_subtotal_tax','0'),(277,31,'_line_total','0'),(278,31,'_line_tax','0'),(279,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(280,32,'_product_id','0'),(281,32,'_variation_id','0'),(282,32,'_qty','1'),(283,32,'_tax_class',''),(284,32,'_line_subtotal','0'),(285,32,'_line_subtotal_tax','0'),(286,32,'_line_total','0'),(287,32,'_line_tax','0'),(288,32,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(289,33,'_product_id','0'),(290,33,'_variation_id','0'),(291,33,'_qty','2'),(292,33,'_tax_class',''),(293,33,'_line_subtotal','0'),(294,33,'_line_subtotal_tax','0'),(295,33,'_line_total','0'),(296,33,'_line_tax','0'),(297,33,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(298,34,'_product_id','0'),(299,34,'_variation_id','0'),(300,34,'_qty','1'),(301,34,'_tax_class',''),(302,34,'_line_subtotal','0'),(303,34,'_line_subtotal_tax','0'),(304,34,'_line_total','0'),(305,34,'_line_tax','0'),(306,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(307,35,'_product_id','0'),(308,35,'_variation_id','0'),(309,35,'_qty','2'),(310,35,'_tax_class',''),(311,35,'_line_subtotal','0'),(312,35,'_line_subtotal_tax','0'),(313,35,'_line_total','0'),(314,35,'_line_tax','0'),(315,35,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(316,36,'_product_id','0'),(317,36,'_variation_id','0'),(318,36,'_qty','1'),(319,36,'_tax_class',''),(320,36,'_line_subtotal','0'),(321,36,'_line_subtotal_tax','0'),(322,36,'_line_total','0'),(323,36,'_line_tax','0'),(324,36,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(325,37,'_product_id','0'),(326,37,'_variation_id','0'),(327,37,'_qty','2'),(328,37,'_tax_class',''),(329,37,'_line_subtotal','0'),(330,37,'_line_subtotal_tax','0'),(331,37,'_line_total','0'),(332,37,'_line_tax','0'),(333,37,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(334,38,'_product_id','0'),(335,38,'_variation_id','0'),(336,38,'_qty','1'),(337,38,'_tax_class',''),(338,38,'_line_subtotal','0'),(339,38,'_line_subtotal_tax','0'),(340,38,'_line_total','0'),(341,38,'_line_tax','0'),(342,38,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(343,39,'_product_id','0'),(344,39,'_variation_id','0'),(345,39,'_qty','2'),(346,39,'_tax_class',''),(347,39,'_line_subtotal','0'),(348,39,'_line_subtotal_tax','0'),(349,39,'_line_total','0'),(350,39,'_line_tax','0'),(351,39,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(352,40,'_product_id','0'),(353,40,'_variation_id','0'),(354,40,'_qty','1'),(355,40,'_tax_class',''),(356,40,'_line_subtotal','0'),(357,40,'_line_subtotal_tax','0'),(358,40,'_line_total','0'),(359,40,'_line_tax','0'),(360,40,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(361,41,'_product_id','0'),(362,41,'_variation_id','0'),(363,41,'_qty','2'),(364,41,'_tax_class',''),(365,41,'_line_subtotal','0'),(366,41,'_line_subtotal_tax','0'),(367,41,'_line_total','0'),(368,41,'_line_tax','0'),(369,41,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(370,42,'_product_id','0'),(371,42,'_variation_id','0'),(372,42,'_qty','1'),(373,42,'_tax_class',''),(374,42,'_line_subtotal','0'),(375,42,'_line_subtotal_tax','0'),(376,42,'_line_total','0'),(377,42,'_line_tax','0'),(378,42,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(379,43,'_product_id','0'),(380,43,'_variation_id','0'),(381,43,'_qty','2'),(382,43,'_tax_class',''),(383,43,'_line_subtotal','0'),(384,43,'_line_subtotal_tax','0'),(385,43,'_line_total','0'),(386,43,'_line_tax','0'),(387,43,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(388,44,'_product_id','0'),(389,44,'_variation_id','0'),(390,44,'_qty','1'),(391,44,'_tax_class',''),(392,44,'_line_subtotal','0'),(393,44,'_line_subtotal_tax','0'),(394,44,'_line_total','0'),(395,44,'_line_tax','0'),(396,44,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(397,45,'_product_id','0'),(398,45,'_variation_id','0'),(399,45,'_qty','2'),(400,45,'_tax_class',''),(401,45,'_line_subtotal','0'),(402,45,'_line_subtotal_tax','0'),(403,45,'_line_total','0'),(404,45,'_line_tax','0'),(405,45,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(406,46,'_product_id','0'),(407,46,'_variation_id','0'),(408,46,'_qty','1'),(409,46,'_tax_class',''),(410,46,'_line_subtotal','0'),(411,46,'_line_subtotal_tax','0'),(412,46,'_line_total','0'),(413,46,'_line_tax','0'),(414,46,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(415,47,'_product_id','0'),(416,47,'_variation_id','0'),(417,47,'_qty','2'),(418,47,'_tax_class',''),(419,47,'_line_subtotal','0'),(420,47,'_line_subtotal_tax','0'),(421,47,'_line_total','0'),(422,47,'_line_tax','0'),(423,47,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(424,48,'_product_id','0'),(425,48,'_variation_id','0'),(426,48,'_qty','1'),(427,48,'_tax_class',''),(428,48,'_line_subtotal','0'),(429,48,'_line_subtotal_tax','0'),(430,48,'_line_total','0'),(431,48,'_line_tax','0'),(432,48,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(433,49,'_product_id','0'),(434,49,'_variation_id','0'),(435,49,'_qty','2'),(436,49,'_tax_class',''),(437,49,'_line_subtotal','0'),(438,49,'_line_subtotal_tax','0'),(439,49,'_line_total','0'),(440,49,'_line_tax','0'),(441,49,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(442,50,'_product_id','0'),(443,50,'_variation_id','0'),(444,50,'_qty','1'),(445,50,'_tax_class',''),(446,50,'_line_subtotal','0'),(447,50,'_line_subtotal_tax','0'),(448,50,'_line_total','0'),(449,50,'_line_tax','0'),(450,50,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(451,51,'_product_id','0'),(452,51,'_variation_id','0'),(453,51,'_qty','2'),(454,51,'_tax_class',''),(455,51,'_line_subtotal','0'),(456,51,'_line_subtotal_tax','0'),(457,51,'_line_total','0'),(458,51,'_line_tax','0'),(459,51,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(460,52,'_product_id','0'),(461,52,'_variation_id','0'),(462,52,'_qty','1'),(463,52,'_tax_class',''),(464,52,'_line_subtotal','0'),(465,52,'_line_subtotal_tax','0'),(466,52,'_line_total','0'),(467,52,'_line_tax','0'),(468,52,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(469,53,'_product_id','0'),(470,53,'_variation_id','0'),(471,53,'_qty','2'),(472,53,'_tax_class',''),(473,53,'_line_subtotal','0'),(474,53,'_line_subtotal_tax','0'),(475,53,'_line_total','0'),(476,53,'_line_tax','0'),(477,53,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(478,54,'_product_id','0'),(479,54,'_variation_id','0'),(480,54,'_qty','1'),(481,54,'_tax_class',''),(482,54,'_line_subtotal','0'),(483,54,'_line_subtotal_tax','0'),(484,54,'_line_total','0'),(485,54,'_line_tax','0'),(486,54,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(487,55,'_product_id','0'),(488,55,'_variation_id','0'),(489,55,'_qty','2'),(490,55,'_tax_class',''),(491,55,'_line_subtotal','0'),(492,55,'_line_subtotal_tax','0'),(493,55,'_line_total','0'),(494,55,'_line_tax','0'),(495,55,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(496,56,'_product_id','0'),(497,56,'_variation_id','0'),(498,56,'_qty','1'),(499,56,'_tax_class',''),(500,56,'_line_subtotal','0'),(501,56,'_line_subtotal_tax','0'),(502,56,'_line_total','0'),(503,56,'_line_tax','0'),(504,56,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(505,57,'_product_id','0'),(506,57,'_variation_id','0'),(507,57,'_qty','2'),(508,57,'_tax_class',''),(509,57,'_line_subtotal','0'),(510,57,'_line_subtotal_tax','0'),(511,57,'_line_total','0'),(512,57,'_line_tax','0'),(513,57,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(514,58,'_product_id','0'),(515,58,'_variation_id','0'),(516,58,'_qty','1'),(517,58,'_tax_class',''),(518,58,'_line_subtotal','0'),(519,58,'_line_subtotal_tax','0'),(520,58,'_line_total','0'),(521,58,'_line_tax','0'),(522,58,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(523,59,'_product_id','0'),(524,59,'_variation_id','0'),(525,59,'_qty','2'),(526,59,'_tax_class',''),(527,59,'_line_subtotal','0'),(528,59,'_line_subtotal_tax','0'),(529,59,'_line_total','0'),(530,59,'_line_tax','0'),(531,59,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(532,60,'_product_id','0'),(533,60,'_variation_id','0'),(534,60,'_qty','1'),(535,60,'_tax_class',''),(536,60,'_line_subtotal','0'),(537,60,'_line_subtotal_tax','0'),(538,60,'_line_total','0'),(539,60,'_line_tax','0'),(540,60,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(541,61,'_product_id','73'),(542,61,'_variation_id','0'),(543,61,'_qty','1'),(544,61,'_tax_class',''),(545,61,'_line_subtotal','1'),(546,61,'_line_subtotal_tax','0'),(547,61,'_line_total','1'),(548,61,'_line_tax','0'),(549,61,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(550,62,'method_id','free_shipping'),(551,62,'instance_id','2'),(552,62,'cost','0.00'),(553,62,'total_tax','0'),(554,62,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(555,62,'Items','Hamo &times; 1'),(556,63,'_product_id','0'),(557,63,'_variation_id','0'),(558,63,'_qty','2'),(559,63,'_tax_class',''),(560,63,'_line_subtotal','0'),(561,63,'_line_subtotal_tax','0'),(562,63,'_line_total','0'),(563,63,'_line_tax','0'),(564,63,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(565,64,'_product_id','0'),(566,64,'_variation_id','0'),(567,64,'_qty','1'),(568,64,'_tax_class',''),(569,64,'_line_subtotal','0'),(570,64,'_line_subtotal_tax','0'),(571,64,'_line_total','0'),(572,64,'_line_tax','0'),(573,64,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(574,65,'_product_id','0'),(575,65,'_variation_id','0'),(576,65,'_qty','2'),(577,65,'_tax_class',''),(578,65,'_line_subtotal','0'),(579,65,'_line_subtotal_tax','0'),(580,65,'_line_total','0'),(581,65,'_line_tax','0'),(582,65,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(583,66,'_product_id','0'),(584,66,'_variation_id','0'),(585,66,'_qty','1'),(586,66,'_tax_class',''),(587,66,'_line_subtotal','0'),(588,66,'_line_subtotal_tax','0'),(589,66,'_line_total','0'),(590,66,'_line_tax','0'),(591,66,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(592,67,'_product_id','0'),(593,67,'_variation_id','0'),(594,67,'_qty','2'),(595,67,'_tax_class',''),(596,67,'_line_subtotal','0'),(597,67,'_line_subtotal_tax','0'),(598,67,'_line_total','0'),(599,67,'_line_tax','0'),(600,67,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(601,68,'_product_id','0'),(602,68,'_variation_id','0'),(603,68,'_qty','1'),(604,68,'_tax_class',''),(605,68,'_line_subtotal','0'),(606,68,'_line_subtotal_tax','0'),(607,68,'_line_total','0'),(608,68,'_line_tax','0'),(609,68,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(610,69,'_product_id','0'),(611,69,'_variation_id','0'),(612,69,'_qty','2'),(613,69,'_tax_class',''),(614,69,'_line_subtotal','0'),(615,69,'_line_subtotal_tax','0'),(616,69,'_line_total','0'),(617,69,'_line_tax','0'),(618,69,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(619,70,'_product_id','0'),(620,70,'_variation_id','0'),(621,70,'_qty','1'),(622,70,'_tax_class',''),(623,70,'_line_subtotal','0'),(624,70,'_line_subtotal_tax','0'),(625,70,'_line_total','0'),(626,70,'_line_tax','0'),(627,70,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(628,71,'_product_id','0'),(629,71,'_variation_id','0'),(630,71,'_qty','2'),(631,71,'_tax_class',''),(632,71,'_line_subtotal','0'),(633,71,'_line_subtotal_tax','0'),(634,71,'_line_total','0'),(635,71,'_line_tax','0'),(636,71,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(637,72,'_product_id','0'),(638,72,'_variation_id','0'),(639,72,'_qty','1'),(640,72,'_tax_class',''),(641,72,'_line_subtotal','0'),(642,72,'_line_subtotal_tax','0'),(643,72,'_line_total','0'),(644,72,'_line_tax','0'),(645,72,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(646,73,'_product_id','0'),(647,73,'_variation_id','0'),(648,73,'_qty','2'),(649,73,'_tax_class',''),(650,73,'_line_subtotal','0'),(651,73,'_line_subtotal_tax','0'),(652,73,'_line_total','0'),(653,73,'_line_tax','0'),(654,73,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(655,74,'_product_id','0'),(656,74,'_variation_id','0'),(657,74,'_qty','1'),(658,74,'_tax_class',''),(659,74,'_line_subtotal','0'),(660,74,'_line_subtotal_tax','0'),(661,74,'_line_total','0'),(662,74,'_line_tax','0'),(663,74,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(664,75,'_product_id','0'),(665,75,'_variation_id','0'),(666,75,'_qty','2'),(667,75,'_tax_class',''),(668,75,'_line_subtotal','0'),(669,75,'_line_subtotal_tax','0'),(670,75,'_line_total','0'),(671,75,'_line_tax','0'),(672,75,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(673,76,'_product_id','0'),(674,76,'_variation_id','0'),(675,76,'_qty','1'),(676,76,'_tax_class',''),(677,76,'_line_subtotal','0'),(678,76,'_line_subtotal_tax','0'),(679,76,'_line_total','0'),(680,76,'_line_tax','0'),(681,76,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(682,77,'_product_id','0'),(683,77,'_variation_id','0'),(684,77,'_qty','2'),(685,77,'_tax_class',''),(686,77,'_line_subtotal','0'),(687,77,'_line_subtotal_tax','0'),(688,77,'_line_total','0'),(689,77,'_line_tax','0'),(690,77,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(691,78,'_product_id','0'),(692,78,'_variation_id','0'),(693,78,'_qty','1'),(694,78,'_tax_class',''),(695,78,'_line_subtotal','0'),(696,78,'_line_subtotal_tax','0'),(697,78,'_line_total','0'),(698,78,'_line_tax','0'),(699,78,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(700,79,'_product_id','0'),(701,79,'_variation_id','0'),(702,79,'_qty','2'),(703,79,'_tax_class',''),(704,79,'_line_subtotal','0'),(705,79,'_line_subtotal_tax','0'),(706,79,'_line_total','0'),(707,79,'_line_tax','0'),(708,79,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(709,80,'_product_id','0'),(710,80,'_variation_id','0'),(711,80,'_qty','1'),(712,80,'_tax_class',''),(713,80,'_line_subtotal','0'),(714,80,'_line_subtotal_tax','0'),(715,80,'_line_total','0'),(716,80,'_line_tax','0'),(717,80,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(718,81,'_product_id','0'),(719,81,'_variation_id','0'),(720,81,'_qty','2'),(721,81,'_tax_class',''),(722,81,'_line_subtotal','0'),(723,81,'_line_subtotal_tax','0'),(724,81,'_line_total','0'),(725,81,'_line_tax','0'),(726,81,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(727,82,'_product_id','0'),(728,82,'_variation_id','0'),(729,82,'_qty','1'),(730,82,'_tax_class',''),(731,82,'_line_subtotal','0'),(732,82,'_line_subtotal_tax','0'),(733,82,'_line_total','0'),(734,82,'_line_tax','0'),(735,82,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(736,83,'_product_id','0'),(737,83,'_variation_id','0'),(738,83,'_qty','2'),(739,83,'_tax_class',''),(740,83,'_line_subtotal','0'),(741,83,'_line_subtotal_tax','0'),(742,83,'_line_total','0'),(743,83,'_line_tax','0'),(744,83,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(745,84,'_product_id','0'),(746,84,'_variation_id','0'),(747,84,'_qty','1'),(748,84,'_tax_class',''),(749,84,'_line_subtotal','0'),(750,84,'_line_subtotal_tax','0'),(751,84,'_line_total','0'),(752,84,'_line_tax','0'),(753,84,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(754,85,'_product_id','0'),(755,85,'_variation_id','0'),(756,85,'_qty','2'),(757,85,'_tax_class',''),(758,85,'_line_subtotal','0'),(759,85,'_line_subtotal_tax','0'),(760,85,'_line_total','0'),(761,85,'_line_tax','0'),(762,85,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(763,86,'_product_id','0'),(764,86,'_variation_id','0'),(765,86,'_qty','1'),(766,86,'_tax_class',''),(767,86,'_line_subtotal','0'),(768,86,'_line_subtotal_tax','0'),(769,86,'_line_total','0'),(770,86,'_line_tax','0'),(771,86,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(772,87,'_product_id','0'),(773,87,'_variation_id','0'),(774,87,'_qty','2'),(775,87,'_tax_class',''),(776,87,'_line_subtotal','0'),(777,87,'_line_subtotal_tax','0'),(778,87,'_line_total','0'),(779,87,'_line_tax','0'),(780,87,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(781,88,'_product_id','0'),(782,88,'_variation_id','0'),(783,88,'_qty','1'),(784,88,'_tax_class',''),(785,88,'_line_subtotal','0'),(786,88,'_line_subtotal_tax','0'),(787,88,'_line_total','0'),(788,88,'_line_tax','0'),(789,88,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(790,89,'_product_id','0'),(791,89,'_variation_id','0'),(792,89,'_qty','2'),(793,89,'_tax_class',''),(794,89,'_line_subtotal','0'),(795,89,'_line_subtotal_tax','0'),(796,89,'_line_total','0'),(797,89,'_line_tax','0'),(798,89,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(799,90,'_product_id','0'),(800,90,'_variation_id','0'),(801,90,'_qty','1'),(802,90,'_tax_class',''),(803,90,'_line_subtotal','0'),(804,90,'_line_subtotal_tax','0'),(805,90,'_line_total','0'),(806,90,'_line_tax','0'),(807,90,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(808,91,'_product_id','0'),(809,91,'_variation_id','0'),(810,91,'_qty','2'),(811,91,'_tax_class',''),(812,91,'_line_subtotal','0'),(813,91,'_line_subtotal_tax','0'),(814,91,'_line_total','0'),(815,91,'_line_tax','0'),(816,91,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(817,92,'_product_id','0'),(818,92,'_variation_id','0'),(819,92,'_qty','1'),(820,92,'_tax_class',''),(821,92,'_line_subtotal','0'),(822,92,'_line_subtotal_tax','0'),(823,92,'_line_total','0'),(824,92,'_line_tax','0'),(825,92,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(826,93,'_product_id','0'),(827,93,'_variation_id','0'),(828,93,'_qty','2'),(829,93,'_tax_class',''),(830,93,'_line_subtotal','0'),(831,93,'_line_subtotal_tax','0'),(832,93,'_line_total','0'),(833,93,'_line_tax','0'),(834,93,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(835,94,'_product_id','0'),(836,94,'_variation_id','0'),(837,94,'_qty','1'),(838,94,'_tax_class',''),(839,94,'_line_subtotal','0'),(840,94,'_line_subtotal_tax','0'),(841,94,'_line_total','0'),(842,94,'_line_tax','0'),(843,94,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(844,95,'_product_id','0'),(845,95,'_variation_id','0'),(846,95,'_qty','2'),(847,95,'_tax_class',''),(848,95,'_line_subtotal','0'),(849,95,'_line_subtotal_tax','0'),(850,95,'_line_total','0'),(851,95,'_line_tax','0'),(852,95,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(853,96,'_product_id','0'),(854,96,'_variation_id','0'),(855,96,'_qty','1'),(856,96,'_tax_class',''),(857,96,'_line_subtotal','0'),(858,96,'_line_subtotal_tax','0'),(859,96,'_line_total','0'),(860,96,'_line_tax','0'),(861,96,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(862,97,'_product_id','0'),(863,97,'_variation_id','0'),(864,97,'_qty','2'),(865,97,'_tax_class',''),(866,97,'_line_subtotal','0'),(867,97,'_line_subtotal_tax','0'),(868,97,'_line_total','0'),(869,97,'_line_tax','0'),(870,97,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(871,98,'_product_id','0'),(872,98,'_variation_id','0'),(873,98,'_qty','1'),(874,98,'_tax_class',''),(875,98,'_line_subtotal','0'),(876,98,'_line_subtotal_tax','0'),(877,98,'_line_total','0'),(878,98,'_line_tax','0'),(879,98,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(880,99,'_product_id','0'),(881,99,'_variation_id','0'),(882,99,'_qty','2'),(883,99,'_tax_class',''),(884,99,'_line_subtotal','0'),(885,99,'_line_subtotal_tax','0'),(886,99,'_line_total','0'),(887,99,'_line_tax','0'),(888,99,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(889,100,'_product_id','0'),(890,100,'_variation_id','0'),(891,100,'_qty','1'),(892,100,'_tax_class',''),(893,100,'_line_subtotal','0'),(894,100,'_line_subtotal_tax','0'),(895,100,'_line_total','0'),(896,100,'_line_tax','0'),(897,100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(898,101,'_product_id','0'),(899,101,'_variation_id','0'),(900,101,'_qty','2'),(901,101,'_tax_class',''),(902,101,'_line_subtotal','0'),(903,101,'_line_subtotal_tax','0'),(904,101,'_line_total','0'),(905,101,'_line_tax','0'),(906,101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(907,102,'_product_id','0'),(908,102,'_variation_id','0'),(909,102,'_qty','1'),(910,102,'_tax_class',''),(911,102,'_line_subtotal','0'),(912,102,'_line_subtotal_tax','0'),(913,102,'_line_total','0'),(914,102,'_line_tax','0'),(915,102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(916,103,'_product_id','0'),(917,103,'_variation_id','0'),(918,103,'_qty','2'),(919,103,'_tax_class',''),(920,103,'_line_subtotal','0'),(921,103,'_line_subtotal_tax','0'),(922,103,'_line_total','0'),(923,103,'_line_tax','0'),(924,103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(925,104,'_product_id','0'),(926,104,'_variation_id','0'),(927,104,'_qty','1'),(928,104,'_tax_class',''),(929,104,'_line_subtotal','0'),(930,104,'_line_subtotal_tax','0'),(931,104,'_line_total','0'),(932,104,'_line_tax','0'),(933,104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(934,105,'_product_id','0'),(935,105,'_variation_id','0'),(936,105,'_qty','2'),(937,105,'_tax_class',''),(938,105,'_line_subtotal','0'),(939,105,'_line_subtotal_tax','0'),(940,105,'_line_total','0'),(941,105,'_line_tax','0'),(942,105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(943,106,'_product_id','0'),(944,106,'_variation_id','0'),(945,106,'_qty','1'),(946,106,'_tax_class',''),(947,106,'_line_subtotal','0'),(948,106,'_line_subtotal_tax','0'),(949,106,'_line_total','0'),(950,106,'_line_tax','0'),(951,106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(952,107,'_product_id','0'),(953,107,'_variation_id','0'),(954,107,'_qty','2'),(955,107,'_tax_class',''),(956,107,'_line_subtotal','0'),(957,107,'_line_subtotal_tax','0'),(958,107,'_line_total','0'),(959,107,'_line_tax','0'),(960,107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(961,108,'_product_id','0'),(962,108,'_variation_id','0'),(963,108,'_qty','1'),(964,108,'_tax_class',''),(965,108,'_line_subtotal','0'),(966,108,'_line_subtotal_tax','0'),(967,108,'_line_total','0'),(968,108,'_line_tax','0'),(969,108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(970,109,'_product_id','0'),(971,109,'_variation_id','0'),(972,109,'_qty','2'),(973,109,'_tax_class',''),(974,109,'_line_subtotal','0'),(975,109,'_line_subtotal_tax','0'),(976,109,'_line_total','0'),(977,109,'_line_tax','0'),(978,109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(979,110,'_product_id','0'),(980,110,'_variation_id','0'),(981,110,'_qty','1'),(982,110,'_tax_class',''),(983,110,'_line_subtotal','0'),(984,110,'_line_subtotal_tax','0'),(985,110,'_line_total','0'),(986,110,'_line_tax','0'),(987,110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(988,111,'_product_id','0'),(989,111,'_variation_id','0'),(990,111,'_qty','2'),(991,111,'_tax_class',''),(992,111,'_line_subtotal','0'),(993,111,'_line_subtotal_tax','0'),(994,111,'_line_total','0'),(995,111,'_line_tax','0'),(996,111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(997,112,'_product_id','0'),(998,112,'_variation_id','0'),(999,112,'_qty','1'),(1000,112,'_tax_class',''),(1001,112,'_line_subtotal','0'),(1002,112,'_line_subtotal_tax','0'),(1003,112,'_line_total','0'),(1004,112,'_line_tax','0'),(1005,112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1006,113,'_product_id','0'),(1007,113,'_variation_id','0'),(1008,113,'_qty','2'),(1009,113,'_tax_class',''),(1010,113,'_line_subtotal','0'),(1011,113,'_line_subtotal_tax','0'),(1012,113,'_line_total','0'),(1013,113,'_line_tax','0'),(1014,113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1015,114,'_product_id','0'),(1016,114,'_variation_id','0'),(1017,114,'_qty','1'),(1018,114,'_tax_class',''),(1019,114,'_line_subtotal','0'),(1020,114,'_line_subtotal_tax','0'),(1021,114,'_line_total','0'),(1022,114,'_line_tax','0'),(1023,114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1024,115,'_product_id','0'),(1025,115,'_variation_id','0'),(1026,115,'_qty','2'),(1027,115,'_tax_class',''),(1028,115,'_line_subtotal','0'),(1029,115,'_line_subtotal_tax','0'),(1030,115,'_line_total','0'),(1031,115,'_line_tax','0'),(1032,115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1033,116,'_product_id','0'),(1034,116,'_variation_id','0'),(1035,116,'_qty','1'),(1036,116,'_tax_class',''),(1037,116,'_line_subtotal','0'),(1038,116,'_line_subtotal_tax','0'),(1039,116,'_line_total','0'),(1040,116,'_line_tax','0'),(1041,116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1042,117,'_product_id','0'),(1043,117,'_variation_id','0'),(1044,117,'_qty','2'),(1045,117,'_tax_class',''),(1046,117,'_line_subtotal','0'),(1047,117,'_line_subtotal_tax','0'),(1048,117,'_line_total','0'),(1049,117,'_line_tax','0'),(1050,117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1051,118,'_product_id','0'),(1052,118,'_variation_id','0'),(1053,118,'_qty','1'),(1054,118,'_tax_class',''),(1055,118,'_line_subtotal','0'),(1056,118,'_line_subtotal_tax','0'),(1057,118,'_line_total','0'),(1058,118,'_line_tax','0'),(1059,118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1060,119,'_product_id','0'),(1061,119,'_variation_id','0'),(1062,119,'_qty','2'),(1063,119,'_tax_class',''),(1064,119,'_line_subtotal','0'),(1065,119,'_line_subtotal_tax','0'),(1066,119,'_line_total','0'),(1067,119,'_line_tax','0'),(1068,119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1069,120,'_product_id','0'),(1070,120,'_variation_id','0'),(1071,120,'_qty','1'),(1072,120,'_tax_class',''),(1073,120,'_line_subtotal','0'),(1074,120,'_line_subtotal_tax','0'),(1075,120,'_line_total','0'),(1076,120,'_line_tax','0'),(1077,120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1078,121,'_product_id','0'),(1079,121,'_variation_id','0'),(1080,121,'_qty','2'),(1081,121,'_tax_class',''),(1082,121,'_line_subtotal','0'),(1083,121,'_line_subtotal_tax','0'),(1084,121,'_line_total','0'),(1085,121,'_line_tax','0'),(1086,121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1087,122,'_product_id','0'),(1088,122,'_variation_id','0'),(1089,122,'_qty','1'),(1090,122,'_tax_class',''),(1091,122,'_line_subtotal','0'),(1092,122,'_line_subtotal_tax','0'),(1093,122,'_line_total','0'),(1094,122,'_line_tax','0'),(1095,122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1096,123,'_product_id','0'),(1097,123,'_variation_id','0'),(1098,123,'_qty','2'),(1099,123,'_tax_class',''),(1100,123,'_line_subtotal','0'),(1101,123,'_line_subtotal_tax','0'),(1102,123,'_line_total','0'),(1103,123,'_line_tax','0'),(1104,123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1105,124,'_product_id','0'),(1106,124,'_variation_id','0'),(1107,124,'_qty','1'),(1108,124,'_tax_class',''),(1109,124,'_line_subtotal','0'),(1110,124,'_line_subtotal_tax','0'),(1111,124,'_line_total','0'),(1112,124,'_line_tax','0'),(1113,124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1114,125,'_product_id','0'),(1115,125,'_variation_id','0'),(1116,125,'_qty','2'),(1117,125,'_tax_class',''),(1118,125,'_line_subtotal','0'),(1119,125,'_line_subtotal_tax','0'),(1120,125,'_line_total','0'),(1121,125,'_line_tax','0'),(1122,125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1123,126,'_product_id','0'),(1124,126,'_variation_id','0'),(1125,126,'_qty','1'),(1126,126,'_tax_class',''),(1127,126,'_line_subtotal','0'),(1128,126,'_line_subtotal_tax','0'),(1129,126,'_line_total','0'),(1130,126,'_line_tax','0'),(1131,126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1132,127,'_product_id','0'),(1133,127,'_variation_id','0'),(1134,127,'_qty','2'),(1135,127,'_tax_class',''),(1136,127,'_line_subtotal','0'),(1137,127,'_line_subtotal_tax','0'),(1138,127,'_line_total','0'),(1139,127,'_line_tax','0'),(1140,127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1141,128,'_product_id','0'),(1142,128,'_variation_id','0'),(1143,128,'_qty','1'),(1144,128,'_tax_class',''),(1145,128,'_line_subtotal','0'),(1146,128,'_line_subtotal_tax','0'),(1147,128,'_line_total','0'),(1148,128,'_line_tax','0'),(1149,128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1150,129,'_product_id','0'),(1151,129,'_variation_id','0'),(1152,129,'_qty','2'),(1153,129,'_tax_class',''),(1154,129,'_line_subtotal','0'),(1155,129,'_line_subtotal_tax','0'),(1156,129,'_line_total','0'),(1157,129,'_line_tax','0'),(1158,129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1159,130,'_product_id','0'),(1160,130,'_variation_id','0'),(1161,130,'_qty','1'),(1162,130,'_tax_class',''),(1163,130,'_line_subtotal','0'),(1164,130,'_line_subtotal_tax','0'),(1165,130,'_line_total','0'),(1166,130,'_line_tax','0'),(1167,130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1168,131,'_product_id','0'),(1169,131,'_variation_id','0'),(1170,131,'_qty','2'),(1171,131,'_tax_class',''),(1172,131,'_line_subtotal','0'),(1173,131,'_line_subtotal_tax','0'),(1174,131,'_line_total','0'),(1175,131,'_line_tax','0'),(1176,131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1177,132,'_product_id','0'),(1178,132,'_variation_id','0'),(1179,132,'_qty','1'),(1180,132,'_tax_class',''),(1181,132,'_line_subtotal','0'),(1182,132,'_line_subtotal_tax','0'),(1183,132,'_line_total','0'),(1184,132,'_line_tax','0'),(1185,132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1186,133,'_product_id','0'),(1187,133,'_variation_id','0'),(1188,133,'_qty','2'),(1189,133,'_tax_class',''),(1190,133,'_line_subtotal','0'),(1191,133,'_line_subtotal_tax','0'),(1192,133,'_line_total','0'),(1193,133,'_line_tax','0'),(1194,133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1195,134,'_product_id','0'),(1196,134,'_variation_id','0'),(1197,134,'_qty','1'),(1198,134,'_tax_class',''),(1199,134,'_line_subtotal','0'),(1200,134,'_line_subtotal_tax','0'),(1201,134,'_line_total','0'),(1202,134,'_line_tax','0'),(1203,134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1204,135,'_product_id','0'),(1205,135,'_variation_id','0'),(1206,135,'_qty','2'),(1207,135,'_tax_class',''),(1208,135,'_line_subtotal','0'),(1209,135,'_line_subtotal_tax','0'),(1210,135,'_line_total','0'),(1211,135,'_line_tax','0'),(1212,135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1213,136,'_product_id','0'),(1214,136,'_variation_id','0'),(1215,136,'_qty','1'),(1216,136,'_tax_class',''),(1217,136,'_line_subtotal','0'),(1218,136,'_line_subtotal_tax','0'),(1219,136,'_line_total','0'),(1220,136,'_line_tax','0'),(1221,136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1222,137,'_product_id','0'),(1223,137,'_variation_id','0'),(1224,137,'_qty','2'),(1225,137,'_tax_class',''),(1226,137,'_line_subtotal','0'),(1227,137,'_line_subtotal_tax','0'),(1228,137,'_line_total','0'),(1229,137,'_line_tax','0'),(1230,137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1231,138,'_product_id','0'),(1232,138,'_variation_id','0'),(1233,138,'_qty','1'),(1234,138,'_tax_class',''),(1235,138,'_line_subtotal','0'),(1236,138,'_line_subtotal_tax','0'),(1237,138,'_line_total','0'),(1238,138,'_line_tax','0'),(1239,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1240,139,'_product_id','0'),(1241,139,'_variation_id','0'),(1242,139,'_qty','2'),(1243,139,'_tax_class',''),(1244,139,'_line_subtotal','0'),(1245,139,'_line_subtotal_tax','0'),(1246,139,'_line_total','0'),(1247,139,'_line_tax','0'),(1248,139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1249,140,'_product_id','0'),(1250,140,'_variation_id','0'),(1251,140,'_qty','1'),(1252,140,'_tax_class',''),(1253,140,'_line_subtotal','0'),(1254,140,'_line_subtotal_tax','0'),(1255,140,'_line_total','0'),(1256,140,'_line_tax','0'),(1257,140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1258,141,'_product_id','0'),(1259,141,'_variation_id','0'),(1260,141,'_qty','2'),(1261,141,'_tax_class',''),(1262,141,'_line_subtotal','0'),(1263,141,'_line_subtotal_tax','0'),(1264,141,'_line_total','0'),(1265,141,'_line_tax','0'),(1266,141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1267,142,'_product_id','0'),(1268,142,'_variation_id','0'),(1269,142,'_qty','1'),(1270,142,'_tax_class',''),(1271,142,'_line_subtotal','0'),(1272,142,'_line_subtotal_tax','0'),(1273,142,'_line_total','0'),(1274,142,'_line_tax','0'),(1275,142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1276,143,'_product_id','0'),(1277,143,'_variation_id','0'),(1278,143,'_qty','2'),(1279,143,'_tax_class',''),(1280,143,'_line_subtotal','0'),(1281,143,'_line_subtotal_tax','0'),(1282,143,'_line_total','0'),(1283,143,'_line_tax','0'),(1284,143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1285,144,'_product_id','0'),(1286,144,'_variation_id','0'),(1287,144,'_qty','1'),(1288,144,'_tax_class',''),(1289,144,'_line_subtotal','0'),(1290,144,'_line_subtotal_tax','0'),(1291,144,'_line_total','0'),(1292,144,'_line_tax','0'),(1293,144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1294,145,'_product_id','0'),(1295,145,'_variation_id','0'),(1296,145,'_qty','2'),(1297,145,'_tax_class',''),(1298,145,'_line_subtotal','0'),(1299,145,'_line_subtotal_tax','0'),(1300,145,'_line_total','0'),(1301,145,'_line_tax','0'),(1302,145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1303,146,'_product_id','0'),(1304,146,'_variation_id','0'),(1305,146,'_qty','1'),(1306,146,'_tax_class',''),(1307,146,'_line_subtotal','0'),(1308,146,'_line_subtotal_tax','0'),(1309,146,'_line_total','0'),(1310,146,'_line_tax','0'),(1311,146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1312,147,'_product_id','0'),(1313,147,'_variation_id','0'),(1314,147,'_qty','2'),(1315,147,'_tax_class',''),(1316,147,'_line_subtotal','0'),(1317,147,'_line_subtotal_tax','0'),(1318,147,'_line_total','0'),(1319,147,'_line_tax','0'),(1320,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1321,148,'_product_id','0'),(1322,148,'_variation_id','0'),(1323,148,'_qty','1'),(1324,148,'_tax_class',''),(1325,148,'_line_subtotal','0'),(1326,148,'_line_subtotal_tax','0'),(1327,148,'_line_total','0'),(1328,148,'_line_tax','0'),(1329,148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1330,149,'_product_id','0'),(1331,149,'_variation_id','0'),(1332,149,'_qty','2'),(1333,149,'_tax_class',''),(1334,149,'_line_subtotal','0'),(1335,149,'_line_subtotal_tax','0'),(1336,149,'_line_total','0'),(1337,149,'_line_tax','0'),(1338,149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1339,150,'_product_id','0'),(1340,150,'_variation_id','0'),(1341,150,'_qty','1'),(1342,150,'_tax_class',''),(1343,150,'_line_subtotal','0'),(1344,150,'_line_subtotal_tax','0'),(1345,150,'_line_total','0'),(1346,150,'_line_tax','0'),(1347,150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1348,151,'_product_id','0'),(1349,151,'_variation_id','0'),(1350,151,'_qty','2'),(1351,151,'_tax_class',''),(1352,151,'_line_subtotal','0'),(1353,151,'_line_subtotal_tax','0'),(1354,151,'_line_total','0'),(1355,151,'_line_tax','0'),(1356,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1357,152,'_product_id','0'),(1358,152,'_variation_id','0'),(1359,152,'_qty','1'),(1360,152,'_tax_class',''),(1361,152,'_line_subtotal','0'),(1362,152,'_line_subtotal_tax','0'),(1363,152,'_line_total','0'),(1364,152,'_line_tax','0'),(1365,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1366,153,'_product_id','0'),(1367,153,'_variation_id','0'),(1368,153,'_qty','2'),(1369,153,'_tax_class',''),(1370,153,'_line_subtotal','0'),(1371,153,'_line_subtotal_tax','0'),(1372,153,'_line_total','0'),(1373,153,'_line_tax','0'),(1374,153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1375,154,'_product_id','0'),(1376,154,'_variation_id','0'),(1377,154,'_qty','1'),(1378,154,'_tax_class',''),(1379,154,'_line_subtotal','0'),(1380,154,'_line_subtotal_tax','0'),(1381,154,'_line_total','0'),(1382,154,'_line_tax','0'),(1383,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1384,155,'_product_id','0'),(1385,155,'_variation_id','0'),(1386,155,'_qty','2'),(1387,155,'_tax_class',''),(1388,155,'_line_subtotal','0'),(1389,155,'_line_subtotal_tax','0'),(1390,155,'_line_total','0'),(1391,155,'_line_tax','0'),(1392,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1393,156,'_product_id','0'),(1394,156,'_variation_id','0'),(1395,156,'_qty','1'),(1396,156,'_tax_class',''),(1397,156,'_line_subtotal','0'),(1398,156,'_line_subtotal_tax','0'),(1399,156,'_line_total','0'),(1400,156,'_line_tax','0'),(1401,156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1402,157,'_product_id','0'),(1403,157,'_variation_id','0'),(1404,157,'_qty','2'),(1405,157,'_tax_class',''),(1406,157,'_line_subtotal','0'),(1407,157,'_line_subtotal_tax','0'),(1408,157,'_line_total','0'),(1409,157,'_line_tax','0'),(1410,157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1411,158,'_product_id','0'),(1412,158,'_variation_id','0'),(1413,158,'_qty','1'),(1414,158,'_tax_class',''),(1415,158,'_line_subtotal','0'),(1416,158,'_line_subtotal_tax','0'),(1417,158,'_line_total','0'),(1418,158,'_line_tax','0'),(1419,158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1420,159,'_product_id','0'),(1421,159,'_variation_id','0'),(1422,159,'_qty','2'),(1423,159,'_tax_class',''),(1424,159,'_line_subtotal','0'),(1425,159,'_line_subtotal_tax','0'),(1426,159,'_line_total','0'),(1427,159,'_line_tax','0'),(1428,159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1429,160,'_product_id','0'),(1430,160,'_variation_id','0'),(1431,160,'_qty','1'),(1432,160,'_tax_class',''),(1433,160,'_line_subtotal','0'),(1434,160,'_line_subtotal_tax','0'),(1435,160,'_line_total','0'),(1436,160,'_line_tax','0'),(1437,160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1438,161,'_product_id','0'),(1439,161,'_variation_id','0'),(1440,161,'_qty','2'),(1441,161,'_tax_class',''),(1442,161,'_line_subtotal','0'),(1443,161,'_line_subtotal_tax','0'),(1444,161,'_line_total','0'),(1445,161,'_line_tax','0'),(1446,161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1447,162,'_product_id','0'),(1448,162,'_variation_id','0'),(1449,162,'_qty','1'),(1450,162,'_tax_class',''),(1451,162,'_line_subtotal','0'),(1452,162,'_line_subtotal_tax','0'),(1453,162,'_line_total','0'),(1454,162,'_line_tax','0'),(1455,162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1456,163,'_product_id','0'),(1457,163,'_variation_id','0'),(1458,163,'_qty','2'),(1459,163,'_tax_class',''),(1460,163,'_line_subtotal','0'),(1461,163,'_line_subtotal_tax','0'),(1462,163,'_line_total','0'),(1463,163,'_line_tax','0'),(1464,163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1465,164,'_product_id','0'),(1466,164,'_variation_id','0'),(1467,164,'_qty','1'),(1468,164,'_tax_class',''),(1469,164,'_line_subtotal','0'),(1470,164,'_line_subtotal_tax','0'),(1471,164,'_line_total','0'),(1472,164,'_line_tax','0'),(1473,164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1474,165,'_product_id','0'),(1475,165,'_variation_id','0'),(1476,165,'_qty','2'),(1477,165,'_tax_class',''),(1478,165,'_line_subtotal','0'),(1479,165,'_line_subtotal_tax','0'),(1480,165,'_line_total','0'),(1481,165,'_line_tax','0'),(1482,165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1483,166,'_product_id','0'),(1484,166,'_variation_id','0'),(1485,166,'_qty','1'),(1486,166,'_tax_class',''),(1487,166,'_line_subtotal','0'),(1488,166,'_line_subtotal_tax','0'),(1489,166,'_line_total','0'),(1490,166,'_line_tax','0'),(1491,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1492,167,'_product_id','0'),(1493,167,'_variation_id','0'),(1494,167,'_qty','2'),(1495,167,'_tax_class',''),(1496,167,'_line_subtotal','0'),(1497,167,'_line_subtotal_tax','0'),(1498,167,'_line_total','0'),(1499,167,'_line_tax','0'),(1500,167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1501,168,'_product_id','0'),(1502,168,'_variation_id','0'),(1503,168,'_qty','1'),(1504,168,'_tax_class',''),(1505,168,'_line_subtotal','0'),(1506,168,'_line_subtotal_tax','0'),(1507,168,'_line_total','0'),(1508,168,'_line_tax','0'),(1509,168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1510,169,'_product_id','0'),(1511,169,'_variation_id','0'),(1512,169,'_qty','2'),(1513,169,'_tax_class',''),(1514,169,'_line_subtotal','0'),(1515,169,'_line_subtotal_tax','0'),(1516,169,'_line_total','0'),(1517,169,'_line_tax','0'),(1518,169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1519,170,'_product_id','0'),(1520,170,'_variation_id','0'),(1521,170,'_qty','1'),(1522,170,'_tax_class',''),(1523,170,'_line_subtotal','0'),(1524,170,'_line_subtotal_tax','0'),(1525,170,'_line_total','0'),(1526,170,'_line_tax','0'),(1527,170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1528,171,'_product_id','0'),(1529,171,'_variation_id','0'),(1530,171,'_qty','2'),(1531,171,'_tax_class',''),(1532,171,'_line_subtotal','0'),(1533,171,'_line_subtotal_tax','0'),(1534,171,'_line_total','0'),(1535,171,'_line_tax','0'),(1536,171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1537,172,'_product_id','0'),(1538,172,'_variation_id','0'),(1539,172,'_qty','1'),(1540,172,'_tax_class',''),(1541,172,'_line_subtotal','0'),(1542,172,'_line_subtotal_tax','0'),(1543,172,'_line_total','0'),(1544,172,'_line_tax','0'),(1545,172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1546,173,'_product_id','0'),(1547,173,'_variation_id','0'),(1548,173,'_qty','2'),(1549,173,'_tax_class',''),(1550,173,'_line_subtotal','0'),(1551,173,'_line_subtotal_tax','0'),(1552,173,'_line_total','0'),(1553,173,'_line_tax','0'),(1554,173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1555,174,'_product_id','0'),(1556,174,'_variation_id','0'),(1557,174,'_qty','1'),(1558,174,'_tax_class',''),(1559,174,'_line_subtotal','0'),(1560,174,'_line_subtotal_tax','0'),(1561,174,'_line_total','0'),(1562,174,'_line_tax','0'),(1563,174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1564,175,'_product_id','0'),(1565,175,'_variation_id','0'),(1566,175,'_qty','2'),(1567,175,'_tax_class',''),(1568,175,'_line_subtotal','0'),(1569,175,'_line_subtotal_tax','0'),(1570,175,'_line_total','0'),(1571,175,'_line_tax','0'),(1572,175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1573,176,'_product_id','0'),(1574,176,'_variation_id','0'),(1575,176,'_qty','1'),(1576,176,'_tax_class',''),(1577,176,'_line_subtotal','0'),(1578,176,'_line_subtotal_tax','0'),(1579,176,'_line_total','0'),(1580,176,'_line_tax','0'),(1581,176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1582,177,'_product_id','0'),(1583,177,'_variation_id','0'),(1584,177,'_qty','2'),(1585,177,'_tax_class',''),(1586,177,'_line_subtotal','0'),(1587,177,'_line_subtotal_tax','0'),(1588,177,'_line_total','0'),(1589,177,'_line_tax','0'),(1590,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1591,178,'_product_id','0'),(1592,178,'_variation_id','0'),(1593,178,'_qty','1'),(1594,178,'_tax_class',''),(1595,178,'_line_subtotal','0'),(1596,178,'_line_subtotal_tax','0'),(1597,178,'_line_total','0'),(1598,178,'_line_tax','0'),(1599,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1600,179,'_product_id','0'),(1601,179,'_variation_id','0'),(1602,179,'_qty','2'),(1603,179,'_tax_class',''),(1604,179,'_line_subtotal','0'),(1605,179,'_line_subtotal_tax','0'),(1606,179,'_line_total','0'),(1607,179,'_line_tax','0'),(1608,179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1609,180,'_product_id','0'),(1610,180,'_variation_id','0'),(1611,180,'_qty','1'),(1612,180,'_tax_class',''),(1613,180,'_line_subtotal','0'),(1614,180,'_line_subtotal_tax','0'),(1615,180,'_line_total','0'),(1616,180,'_line_tax','0'),(1617,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1618,181,'_product_id','0'),(1619,181,'_variation_id','0'),(1620,181,'_qty','2'),(1621,181,'_tax_class',''),(1622,181,'_line_subtotal','0'),(1623,181,'_line_subtotal_tax','0'),(1624,181,'_line_total','0'),(1625,181,'_line_tax','0'),(1626,181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1627,182,'_product_id','0'),(1628,182,'_variation_id','0'),(1629,182,'_qty','1'),(1630,182,'_tax_class',''),(1631,182,'_line_subtotal','0'),(1632,182,'_line_subtotal_tax','0'),(1633,182,'_line_total','0'),(1634,182,'_line_tax','0'),(1635,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1636,183,'_product_id','0'),(1637,183,'_variation_id','0'),(1638,183,'_qty','2'),(1639,183,'_tax_class',''),(1640,183,'_line_subtotal','0'),(1641,183,'_line_subtotal_tax','0'),(1642,183,'_line_total','0'),(1643,183,'_line_tax','0'),(1644,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1645,184,'_product_id','0'),(1646,184,'_variation_id','0'),(1647,184,'_qty','1'),(1648,184,'_tax_class',''),(1649,184,'_line_subtotal','0'),(1650,184,'_line_subtotal_tax','0'),(1651,184,'_line_total','0'),(1652,184,'_line_tax','0'),(1653,184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1654,185,'_product_id','0'),(1655,185,'_variation_id','0'),(1656,185,'_qty','2'),(1657,185,'_tax_class',''),(1658,185,'_line_subtotal','0'),(1659,185,'_line_subtotal_tax','0'),(1660,185,'_line_total','0'),(1661,185,'_line_tax','0'),(1662,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1663,186,'_product_id','0'),(1664,186,'_variation_id','0'),(1665,186,'_qty','1'),(1666,186,'_tax_class',''),(1667,186,'_line_subtotal','0'),(1668,186,'_line_subtotal_tax','0'),(1669,186,'_line_total','0'),(1670,186,'_line_tax','0'),(1671,186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1672,187,'_product_id','0'),(1673,187,'_variation_id','0'),(1674,187,'_qty','2'),(1675,187,'_tax_class',''),(1676,187,'_line_subtotal','0'),(1677,187,'_line_subtotal_tax','0'),(1678,187,'_line_total','0'),(1679,187,'_line_tax','0'),(1680,187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1681,188,'_product_id','0'),(1682,188,'_variation_id','0'),(1683,188,'_qty','1'),(1684,188,'_tax_class',''),(1685,188,'_line_subtotal','0'),(1686,188,'_line_subtotal_tax','0'),(1687,188,'_line_total','0'),(1688,188,'_line_tax','0'),(1689,188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1690,189,'_product_id','0'),(1691,189,'_variation_id','0'),(1692,189,'_qty','2'),(1693,189,'_tax_class',''),(1694,189,'_line_subtotal','0'),(1695,189,'_line_subtotal_tax','0'),(1696,189,'_line_total','0'),(1697,189,'_line_tax','0'),(1698,189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1699,190,'_product_id','0'),(1700,190,'_variation_id','0'),(1701,190,'_qty','1'),(1702,190,'_tax_class',''),(1703,190,'_line_subtotal','0'),(1704,190,'_line_subtotal_tax','0'),(1705,190,'_line_total','0'),(1706,190,'_line_tax','0'),(1707,190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1708,191,'_product_id','0'),(1709,191,'_variation_id','0'),(1710,191,'_qty','2'),(1711,191,'_tax_class',''),(1712,191,'_line_subtotal','0'),(1713,191,'_line_subtotal_tax','0'),(1714,191,'_line_total','0'),(1715,191,'_line_tax','0'),(1716,191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1717,192,'_product_id','0'),(1718,192,'_variation_id','0'),(1719,192,'_qty','1'),(1720,192,'_tax_class',''),(1721,192,'_line_subtotal','0'),(1722,192,'_line_subtotal_tax','0'),(1723,192,'_line_total','0'),(1724,192,'_line_tax','0'),(1725,192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_items`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_items`
--
LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Hamo','line_item',74),(2,'Hamo','line_item',75),(3,'','line_item',76),(4,'','line_item',76),(5,'','line_item',77),(6,'','line_item',77),(7,'','line_item',78),(8,'','line_item',78),(9,'','line_item',79),(10,'','line_item',79),(11,'','line_item',80),(12,'','line_item',80),(13,'','line_item',81),(14,'','line_item',81),(15,'','line_item',82),(16,'','line_item',82),(17,'','line_item',83),(18,'','line_item',83),(19,'','line_item',84),(20,'','line_item',84),(21,'','line_item',85),(22,'','line_item',85),(23,'','line_item',86),(24,'','line_item',86),(25,'','line_item',87),(26,'','line_item',87),(27,'','line_item',88),(28,'','line_item',88),(29,'','line_item',89),(30,'','line_item',89),(31,'','line_item',90),(32,'','line_item',90),(33,'','line_item',91),(34,'','line_item',91),(35,'','line_item',92),(36,'','line_item',92),(37,'','line_item',93),(38,'','line_item',93),(39,'','line_item',94),(40,'','line_item',94),(41,'','line_item',95),(42,'','line_item',95),(43,'','line_item',96),(44,'','line_item',96),(45,'','line_item',97),(46,'','line_item',97),(47,'','line_item',98),(48,'','line_item',98),(49,'','line_item',99),(50,'','line_item',99),(51,'','line_item',100),(52,'','line_item',100),(53,'','line_item',101),(54,'','line_item',101),(55,'','line_item',102),(56,'','line_item',102),(57,'','line_item',103),(58,'','line_item',103),(59,'','line_item',104),(60,'','line_item',104),(61,'Hamo','line_item',105),(62,'Free shipping','shipping',105),(63,'','line_item',106),(64,'','line_item',106),(65,'','line_item',107),(66,'','line_item',107),(67,'','line_item',108),(68,'','line_item',108),(69,'','line_item',109),(70,'','line_item',109),(71,'','line_item',110),(72,'','line_item',110),(73,'','line_item',111),(74,'','line_item',111),(75,'','line_item',112),(76,'','line_item',112),(77,'','line_item',113),(78,'','line_item',113),(79,'','line_item',114),(80,'','line_item',114),(81,'','line_item',115),(82,'','line_item',115),(83,'','line_item',116),(84,'','line_item',116),(85,'','line_item',117),(86,'','line_item',117),(87,'','line_item',118),(88,'','line_item',118),(89,'','line_item',119),(90,'','line_item',119),(91,'','line_item',120),(92,'','line_item',120),(93,'','line_item',121),(94,'','line_item',121),(95,'','line_item',122),(96,'','line_item',122),(97,'','line_item',123),(98,'','line_item',123),(99,'','line_item',124),(100,'','line_item',124),(101,'','line_item',125),(102,'','line_item',125),(103,'','line_item',126),(104,'','line_item',126),(105,'','line_item',127),(106,'','line_item',127),(107,'','line_item',128),(108,'','line_item',128),(109,'','line_item',129),(110,'','line_item',129),(111,'','line_item',130),(112,'','line_item',130),(113,'','line_item',131),(114,'','line_item',131),(115,'','line_item',132),(116,'','line_item',132),(117,'','line_item',133),(118,'','line_item',133),(119,'','line_item',134),(120,'','line_item',134),(121,'','line_item',135),(122,'','line_item',135),(123,'','line_item',136),(124,'','line_item',136),(125,'','line_item',137),(126,'','line_item',137),(127,'','line_item',138),(128,'','line_item',138),(129,'','line_item',139),(130,'','line_item',139),(131,'','line_item',140),(132,'','line_item',140),(133,'','line_item',141),(134,'','line_item',141),(135,'','line_item',142),(136,'','line_item',142),(137,'','line_item',143),(138,'','line_item',143),(139,'','line_item',144),(140,'','line_item',144),(141,'','line_item',145),(142,'','line_item',145),(143,'','line_item',146),(144,'','line_item',146),(145,'','line_item',147),(146,'','line_item',147),(147,'','line_item',148),(148,'','line_item',148),(149,'','line_item',149),(150,'','line_item',149),(151,'','line_item',150),(152,'','line_item',150),(153,'','line_item',151),(154,'','line_item',151),(155,'','line_item',152),(156,'','line_item',152),(157,'','line_item',153),(158,'','line_item',153),(159,'','line_item',154),(160,'','line_item',154),(161,'','line_item',155),(162,'','line_item',155),(163,'','line_item',156),(164,'','line_item',156),(165,'','line_item',157),(166,'','line_item',157),(167,'','line_item',158),(168,'','line_item',158),(169,'','line_item',159),(170,'','line_item',159),(171,'','line_item',160),(172,'','line_item',160),(173,'','line_item',161),(174,'','line_item',161),(175,'','line_item',162),(176,'','line_item',162),(177,'','line_item',163),(178,'','line_item',163),(179,'','line_item',363),(180,'','line_item',363),(181,'','line_item',364),(182,'','line_item',364),(183,'','line_item',365),(184,'','line_item',365),(185,'','line_item',366),(186,'','line_item',366),(187,'','line_item',367),(188,'','line_item',367),(189,'','line_item',368),(190,'','line_item',368),(191,'','line_item',369),(192,'','line_item',369);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--
LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--
LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_sessions`
--
DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_key`),
UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_sessions`
--
LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (73,'1','a:9:{s:22:\"mailchimp_landing_site\";s:78:\"http://localhost/wp-json/jetpack/v4/updates/plugins?_cacheBuster=1529312097342\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:710:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:22:\"duplingnedim@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:22:\"order_awaiting_payment\";b:0;}',1529662410),(75,'3','a:8:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:26:{s:2:\"id\";s:1:\"3\";s:13:\"date_modified\";s:25:\"2018-06-14T10:22:13+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:5:\"Multi\";s:9:\"last_name\";s:4:\"User\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"multi@dfkdf.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:22:\"mailchimp_landing_site\";s:41:\"https://localhost/wp-json/wiaas/v1/user/1\";}',1529679974),(71,'3e3a42cdb1b3d8b7af803f09fbe286c2','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529585024),(70,'4a17f4d13a7c69af5bee317ba5a9c401','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529580844),(72,'87a26c2fd182e0ac778cbfc96b143ee7','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529661684),(69,'a92b7e58b4002399077c661807f17018','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529570601),(68,'b2cc2bb7a2e9ee815b281751f2c1b326','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529570600),(67,'f280e82aaad5c44084de6d2e7a7ea07b','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1529570594);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_id` (`location_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--
LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--
LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'free_shipping',1,1),(0,2,'free_shipping',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--
LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States (US)',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--
LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT '0',
`tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rates`
--
LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-06-20 18:17:43