⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
stores.dev-unit.com
/
View File Name :
database.sql
-- MySQL dump 10.13 Distrib 5.7.44, for osx10.19 (x86_64) -- -- Host: 127.0.0.1 Database: farmart -- ------------------------------------------------------ -- Server version 8.0.36 /*!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 `activations` -- DROP TABLE IF EXISTS `activations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `activations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `code` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `completed` tinyint(1) NOT NULL DEFAULT '0', `completed_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `activations_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activations` -- LOCK TABLES `activations` WRITE; /*!40000 ALTER TABLE `activations` DISABLE KEYS */; INSERT INTO `activations` VALUES (1,1,'AjqD3fV51nycnuCgj6nklUva3DtFBK5f',1,'2024-09-20 21:03:16','2024-09-20 21:03:16','2024-09-20 21:03:16'); /*!40000 ALTER TABLE `activations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_notifications` -- DROP TABLE IF EXISTS `admin_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `admin_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `action_label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `action_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `read_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `permission` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admin_notifications` -- LOCK TABLES `admin_notifications` WRITE; /*!40000 ALTER TABLE `admin_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `admin_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ads` -- DROP TABLE IF EXISTS `ads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ads` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `expired_at` datetime DEFAULT NULL, `location` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `clicked` bigint NOT NULL DEFAULT '0', `order` int DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `open_in_new_tab` tinyint(1) NOT NULL DEFAULT '1', `tablet_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mobile_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ads_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `google_adsense_slot_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ads_key_unique` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ads` -- LOCK TABLES `ads` WRITE; /*!40000 ALTER TABLE `ads` DISABLE KEYS */; INSERT INTO `ads` VALUES (1,'Top Slider Image 1','2029-09-21 00:00:00','not_set','VC2C8Q1UGCBG','promotion/1.jpg','/products',0,1,'published','2024-09-20 21:03:36','2024-09-20 21:03:36',1,NULL,NULL,NULL,NULL),(2,'Homepage middle 1','2029-09-21 00:00:00','not_set','IZ6WU8KUALYD','promotion/2.png','/products',0,2,'published','2024-09-20 21:03:36','2024-09-20 21:03:36',1,NULL,NULL,NULL,NULL),(3,'Homepage middle 2','2029-09-21 00:00:00','not_set','ILSFJVYFGCPZ','promotion/3.png','/products',0,3,'published','2024-09-20 21:03:36','2024-09-20 21:03:36',1,NULL,NULL,NULL,NULL),(4,'Homepage middle 3','2029-09-21 00:00:00','not_set','ZDOZUZZIU7FT','promotion/4.png','/products',0,4,'published','2024-09-20 21:03:36','2024-09-20 21:03:36',1,NULL,NULL,NULL,NULL),(5,'Products list 1','2029-09-21 00:00:00','not_set','ZDOZUZZIU7FZ','promotion/5.png','/products/beat-headphone',0,5,'published','2024-09-20 21:03:36','2024-09-20 21:03:36',1,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ads_translations` -- DROP TABLE IF EXISTS `ads_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ads_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ads_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ads_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ads_translations` -- LOCK TABLES `ads_translations` WRITE; /*!40000 ALTER TABLE `ads_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ads_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `audit_histories` -- DROP TABLE IF EXISTS `audit_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `audit_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `module` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `request` longtext COLLATE utf8mb4_unicode_ci, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_user` bigint unsigned NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `audit_histories_user_id_index` (`user_id`), KEY `audit_histories_module_index` (`module`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `audit_histories` -- LOCK TABLES `audit_histories` WRITE; /*!40000 ALTER TABLE `audit_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `audit_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `icon` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` int unsigned NOT NULL DEFAULT '0', `is_featured` tinyint NOT NULL DEFAULT '0', `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `categories_parent_id_index` (`parent_id`), KEY `categories_status_index` (`status`), KEY `categories_created_at_index` (`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,'Ecommerce',0,'Aperiam officiis et quam recusandae illo. Quos non repellat assumenda consequuntur ut. Nostrum et dignissimos eaque ut. Aut dolorem assumenda ea voluptas.','published',1,'Botble\\ACL\\Models\\User',NULL,0,0,1,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(2,'Fashion',0,'Blanditiis rerum doloremque aut laudantium eos fuga. Delectus velit ad id architecto dicta qui aut. Fuga quia beatae est nemo. Nisi et eveniet aut aut totam sed non illum.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(3,'Electronic',0,'Suscipit quia eos omnis impedit laudantium aliquid. Magni et ea voluptatem ducimus qui. Eos porro omnis sed facere sed.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(4,'Commercial',0,'Non voluptate quia placeat quod. Mollitia quod enim quo et. Debitis repudiandae doloribus aut eveniet et deserunt qui.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-09-20 21:03:35','2024-09-20 21:03:35'); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories_translations` -- DROP TABLE IF EXISTS `categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `categories_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `categories_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `categories_translations` -- LOCK TABLES `categories_translations` WRITE; /*!40000 ALTER TABLE `categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cities` -- DROP TABLE IF EXISTS `cities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cities` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state_id` bigint unsigned DEFAULT NULL, `country_id` bigint unsigned DEFAULT NULL, `record_id` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `cities_slug_unique` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cities` -- LOCK TABLES `cities` WRITE; /*!40000 ALTER TABLE `cities` DISABLE KEYS */; /*!40000 ALTER TABLE `cities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cities_translations` -- DROP TABLE IF EXISTS `cities_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cities_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `cities_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`cities_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cities_translations` -- LOCK TABLES `cities_translations` WRITE; /*!40000 ALTER TABLE `cities_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `cities_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_field_options` -- DROP TABLE IF EXISTS `contact_custom_field_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contact_custom_field_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `custom_field_id` bigint unsigned NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `order` int NOT NULL DEFAULT '999', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_field_options` -- LOCK TABLES `contact_custom_field_options` WRITE; /*!40000 ALTER TABLE `contact_custom_field_options` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_field_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_field_options_translations` -- DROP TABLE IF EXISTS `contact_custom_field_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contact_custom_field_options_translations` ( `contact_custom_field_options_id` bigint unsigned NOT NULL, `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`contact_custom_field_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_field_options_translations` -- LOCK TABLES `contact_custom_field_options_translations` WRITE; /*!40000 ALTER TABLE `contact_custom_field_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_field_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_fields` -- DROP TABLE IF EXISTS `contact_custom_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contact_custom_fields` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` int NOT NULL DEFAULT '999', `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_fields` -- LOCK TABLES `contact_custom_fields` WRITE; /*!40000 ALTER TABLE `contact_custom_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_fields_translations` -- DROP TABLE IF EXISTS `contact_custom_fields_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contact_custom_fields_translations` ( `contact_custom_fields_id` bigint unsigned NOT NULL, `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`contact_custom_fields_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_fields_translations` -- LOCK TABLES `contact_custom_fields_translations` WRITE; /*!40000 ALTER TABLE `contact_custom_fields_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_fields_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_replies` -- DROP TABLE IF EXISTS `contact_replies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contact_replies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `contact_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_replies` -- LOCK TABLES `contact_replies` WRITE; /*!40000 ALTER TABLE `contact_replies` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_replies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contacts` -- DROP TABLE IF EXISTS `contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `contacts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subject` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` text COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unread', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contacts` -- LOCK TABLES `contacts` WRITE; /*!40000 ALTER TABLE `contacts` DISABLE KEYS */; INSERT INTO `contacts` VALUES (1,'Brenden Rodriguez','nicholas.emard@example.net','216-314-3682','221 Grace Via Suite 196\nMertzborough, MO 12326-7246','Omnis enim distinctio porro.','Ut occaecati tempora voluptas vitae fugit quo mollitia. Illum libero non suscipit aut eius. Voluptatum aliquid sed hic adipisci nihil consequatur. Quia quas ea omnis aut dolor sint est. Qui quos et sapiente. Cumque qui est similique. Necessitatibus nemo recusandae magnam quibusdam velit reiciendis et. Quod labore dolorem quod fuga quis at. Amet rerum sit aut similique non et debitis. Laudantium impedit et tempore dolores. Amet maiores magnam repudiandae illo vero iusto.',NULL,'read','2024-09-20 21:03:35','2024-09-20 21:03:35'),(2,'Providenci Brakus','bill.hettinger@example.org','+15614501246','5825 Kulas Parkway\nLake Israelberg, OH 13448-6985','Enim itaque quasi dolorum necessitatibus.','Veniam et atque incidunt ullam enim. Facere blanditiis asperiores molestiae ex quia consectetur. Ratione voluptas quia eos amet nesciunt ut rerum. Enim et eius aut voluptatem. Quia praesentium consequuntur quod facere reprehenderit esse aut. Et quae quia distinctio nobis velit et quasi cum. Suscipit aliquam ab velit est maiores neque. Assumenda dolore minus perferendis aliquam sit. Deserunt tenetur voluptatem non consequuntur in quae. Voluptas error itaque velit consequatur non et doloribus.',NULL,'read','2024-09-20 21:03:35','2024-09-20 21:03:35'),(3,'Javonte Jacobson','travis.kiehn@example.com','+1.309.760.4515','559 Olson Manor\nStokesborough, NY 14595-3304','Maxime est non deserunt quasi quia ratione.','In qui possimus corporis eum accusamus est quia. Omnis corrupti error et voluptas. Dignissimos commodi labore consequuntur qui ipsam. Mollitia debitis dolore necessitatibus voluptatibus. Et aut debitis alias aut qui nostrum. Illum dolor et veritatis nihil odio aut. Ut dolorum impedit reiciendis eos in adipisci atque non. Dignissimos vero magnam expedita suscipit nostrum vitae.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'),(4,'Lyda Miller','hermiston.crystal@example.com','+1 (252) 967-4787','6423 Jast Forge\nHyattburgh, NH 45143-4548','Totam quasi qui rerum magnam qui voluptas aut.','Inventore consequuntur adipisci voluptas cumque ratione. Quia ut adipisci enim at. Voluptatum assumenda sunt ut aut. Inventore ducimus dolores reiciendis exercitationem nihil sunt sint. Provident sed impedit laboriosam quod eum. Id accusamus eum illo sit. Atque corporis eveniet sit quo quia veritatis accusantium itaque.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'),(5,'Prof. Moriah Cassin','vwuckert@example.com','279.428.0270','98016 Collins Haven\nBuckfurt, OR 15416-7351','Omnis quia corrupti qui tempora quo nihil.','Eveniet impedit provident laudantium non nulla impedit et distinctio. Culpa sed laborum quos magni qui fugiat. Ut esse et harum consequatur sunt natus explicabo. Nam doloribus voluptate voluptate est. Corporis voluptates quo occaecati molestiae mollitia. Reiciendis molestias nostrum dolor aut. Incidunt et voluptas et. Omnis temporibus nesciunt odit laborum ratione iusto.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'),(6,'Dr. Juanita Kunze DVM','mcglynn.gideon@example.net','+19512824016','341 Fredy Bypass\nChesleymouth, NH 20360-9588','Debitis quaerat iste sed et autem et.','Temporibus eum ut consectetur perspiciatis provident voluptatibus. Soluta repellat ut et adipisci ad. Porro minima nemo voluptatum. Voluptatem qui et atque exercitationem qui aperiam qui. Quod sed vel animi non eveniet similique. Inventore ut qui perspiciatis aliquid. Placeat debitis et atque aspernatur. Ut ad ea ut eum veniam adipisci tenetur qui. Dignissimos officiis eius voluptatem itaque quis quo. Est ullam eveniet sunt aspernatur a dicta.',NULL,'read','2024-09-20 21:03:35','2024-09-20 21:03:35'),(7,'Mr. Benny Murray','qparisian@example.net','256-697-7341','729 Benny Stravenue\nEast Luluport, NJ 06038','Voluptatem et unde ea quasi nihil amet molestiae.','Dolores repellat perspiciatis laudantium voluptate. Id rem dignissimos porro beatae tenetur. Et ut qui earum quaerat voluptatem officia dolores qui. Suscipit commodi qui voluptatem maiores. Nisi non eligendi aut saepe earum exercitationem. Sapiente quod aut quisquam molestiae aut. Numquam et in exercitationem vel cupiditate iste dolore. Delectus qui sapiente provident repudiandae deserunt ipsam minima. Nulla praesentium assumenda doloremque et id repudiandae sunt ut.',NULL,'read','2024-09-20 21:03:35','2024-09-20 21:03:35'),(8,'Edison Lesch IV','demetrius.hilpert@example.net','804.214.9068','4098 Anderson Estate\nNorth Lurline, KY 58910','Alias commodi numquam praesentium id rerum.','Aut exercitationem hic explicabo amet. Aut accusantium rerum eum ut laudantium saepe. Id odio a tempore animi error. Eligendi nihil quos esse quam enim. Cumque optio qui libero et ipsam labore. Non nam eius vel doloribus. Et id nemo et quisquam ut rerum sint temporibus. Nostrum reprehenderit expedita velit quis. Dolor laboriosam culpa illum praesentium provident nemo alias.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'),(9,'Morgan Walsh','jalen40@example.net','352.738.9327','22366 Glover Crescent Apt. 089\nEast Gwendolyn, ME 72834-4555','Ut est sit facilis natus voluptatum labore.','Praesentium et maxime eaque sed et aut odit aut. Sit doloribus autem inventore sunt porro. Est occaecati aspernatur laboriosam laboriosam. Suscipit iste occaecati aut aut eos. Occaecati aut et vitae voluptates. Vel ipsam nulla aut nam dicta. Harum itaque perspiciatis et non et soluta temporibus. Exercitationem quos tenetur ex commodi aliquid veniam dolores. Id est vitae itaque eum. Pariatur illum quo at quia voluptas excepturi.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'),(10,'Lilliana Langworth','shayne.collier@example.net','+1-757-426-5217','702 Cathrine Isle Apt. 779\nMaudiefort, KS 91437','Nisi ut maxime nihil laudantium autem aut rem.','Facilis earum a excepturi consequatur. Id quis non voluptatem ut. Et eaque occaecati ea pariatur commodi velit et. Omnis eius tempora debitis omnis vitae. Similique amet placeat sed consequatur. Temporibus fugit enim atque quae in dolore. Ad quia consequatur laudantium nostrum excepturi et. Facere quis quam consequatur sed ratione.',NULL,'unread','2024-09-20 21:03:35','2024-09-20 21:03:35'); /*!40000 ALTER TABLE `contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries` -- DROP TABLE IF EXISTS `countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `countries` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `nationality` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `code` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countries` -- LOCK TABLES `countries` WRITE; /*!40000 ALTER TABLE `countries` DISABLE KEYS */; /*!40000 ALTER TABLE `countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries_translations` -- DROP TABLE IF EXISTS `countries_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `countries_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `countries_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nationality` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`countries_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countries_translations` -- LOCK TABLES `countries_translations` WRITE; /*!40000 ALTER TABLE `countries_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `countries_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_widget_settings` -- DROP TABLE IF EXISTS `dashboard_widget_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dashboard_widget_settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `settings` text COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned NOT NULL, `widget_id` bigint unsigned NOT NULL, `order` tinyint unsigned NOT NULL DEFAULT '0', `status` tinyint unsigned NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `dashboard_widget_settings_user_id_index` (`user_id`), KEY `dashboard_widget_settings_widget_id_index` (`widget_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_widget_settings` -- LOCK TABLES `dashboard_widget_settings` WRITE; /*!40000 ALTER TABLE `dashboard_widget_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `dashboard_widget_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_widgets` -- DROP TABLE IF EXISTS `dashboard_widgets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dashboard_widgets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_widgets` -- LOCK TABLES `dashboard_widgets` WRITE; /*!40000 ALTER TABLE `dashboard_widgets` DISABLE KEYS */; /*!40000 ALTER TABLE `dashboard_widgets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_brands` -- DROP TABLE IF EXISTS `ec_brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_brands` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, `website` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` tinyint unsigned NOT NULL DEFAULT '0', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_brands` -- LOCK TABLES `ec_brands` WRITE; /*!40000 ALTER TABLE `ec_brands` DISABLE KEYS */; INSERT INTO `ec_brands` VALUES (1,'FoodPound','New Snacks Release',NULL,'brands/1.png','published',0,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(2,'iTea JSC','Happy Tea 100% Organic. From $29.9',NULL,'brands/2.png','published',1,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(3,'Soda Brand','Fresh Meat Sausage. BUY 2 GET 1!',NULL,'brands/3.png','published',2,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(4,'Farmart','Fresh Meat Sausage. BUY 2 GET 1!',NULL,'brands/4.png','published',3,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(5,'Soda Brand','Fresh Meat Sausage. BUY 2 GET 1!',NULL,'brands/3.png','published',4,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'); /*!40000 ALTER TABLE `ec_brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_brands_translations` -- DROP TABLE IF EXISTS `ec_brands_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_brands_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_brands_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_brands_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_brands_translations` -- LOCK TABLES `ec_brands_translations` WRITE; /*!40000 ALTER TABLE `ec_brands_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_brands_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_cart` -- DROP TABLE IF EXISTS `ec_cart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_cart` ( `identifier` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `instance` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`identifier`,`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_cart` -- LOCK TABLES `ec_cart` WRITE; /*!40000 ALTER TABLE `ec_cart` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_currencies` -- DROP TABLE IF EXISTS `ec_currencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_currencies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `symbol` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `is_prefix_symbol` tinyint unsigned NOT NULL DEFAULT '0', `decimals` tinyint unsigned DEFAULT '0', `order` int unsigned DEFAULT '0', `is_default` tinyint NOT NULL DEFAULT '0', `exchange_rate` double NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_currencies` -- LOCK TABLES `ec_currencies` WRITE; /*!40000 ALTER TABLE `ec_currencies` DISABLE KEYS */; INSERT INTO `ec_currencies` VALUES (1,'USD','$',1,2,0,1,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(2,'EUR','€',0,2,1,0,0.84,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(3,'VND','₫',0,0,2,0,23203,'2024-09-20 21:03:16','2024-09-20 21:03:16'),(4,'NGN','₦',1,2,2,0,895.52,'2024-09-20 21:03:16','2024-09-20 21:03:16'); /*!40000 ALTER TABLE `ec_currencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_addresses` -- DROP TABLE IF EXISTS `ec_customer_addresses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customer_addresses` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_id` bigint unsigned NOT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_addresses` -- LOCK TABLES `ec_customer_addresses` WRITE; /*!40000 ALTER TABLE `ec_customer_addresses` DISABLE KEYS */; INSERT INTO `ec_customer_addresses` VALUES (1,'Jennyfer Howell','customer@botble.com','+18563235726','LU','New Jersey','East Shainachester','94538 Jayson Road',1,1,'2024-09-20 21:03:18','2024-09-20 21:03:18','60600'),(2,'Jennyfer Howell','customer@botble.com','+19512866233','TD','Delaware','Kshlerinmouth','2333 Rogahn Ports',1,0,'2024-09-20 21:03:18','2024-09-20 21:03:18','08882'),(3,'Rod Monahan','vendor@botble.com','+18319626428','PM','Texas','Port Eula','508 DuBuque Islands Suite 918',2,1,'2024-09-20 21:03:18','2024-09-20 21:03:18','81219'),(4,'Rod Monahan','vendor@botble.com','+12289373947','WF','Connecticut','North Svenbury','59503 Ross Views Suite 605',2,0,'2024-09-20 21:03:18','2024-09-20 21:03:18','39362'),(5,'Meggie Kris','grady67@example.net','+14588550512','SX','New Hampshire','Huelview','488 Monahan Causeway Apt. 034',3,1,'2024-09-20 21:03:19','2024-09-20 21:03:19','41337-0282'),(6,'Prof. Estevan Will I','larue90@example.org','+15206932240','JP','Alabama','Yundtville','288 Casper Square',4,1,'2024-09-20 21:03:19','2024-09-20 21:03:19','31015'),(7,'Terrence Cummerata','sauer.treva@example.com','+13219909059','LI','New Mexico','Kautzerbury','23918 Tyshawn Forest Suite 759',5,1,'2024-09-20 21:03:19','2024-09-20 21:03:19','12338-5758'),(8,'Miss Maritza Cassin PhD','philip.hackett@example.net','+12149107085','AL','Nevada','Hellenside','59908 Hoppe Mill Apt. 820',6,1,'2024-09-20 21:03:19','2024-09-20 21:03:19','97232-1615'),(9,'Prof. Davonte Gottlieb I','mae.ratke@example.org','+19864169023','SR','North Carolina','North Marleefurt','3247 Brakus Shoal',7,1,'2024-09-20 21:03:20','2024-09-20 21:03:20','40893'),(10,'Derek Jakubowski','okunde@example.com','+15858982688','HR','California','Ferryhaven','842 Gutkowski Forges Suite 814',8,1,'2024-09-20 21:03:20','2024-09-20 21:03:20','35874-6731'),(11,'Nicolas O\'Reilly','sally38@example.com','+12203642438','PW','Vermont','Lake Cotytown','3584 Reyna Center Suite 409',9,1,'2024-09-20 21:03:20','2024-09-20 21:03:20','54608'),(12,'Annie Schimmel','cecilia00@example.com','+18577304280','ME','California','New Alvah','1372 Yundt Common Suite 291',10,1,'2024-09-20 21:03:21','2024-09-20 21:03:21','29005-1544'); /*!40000 ALTER TABLE `ec_customer_addresses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_deletion_requests` -- DROP TABLE IF EXISTS `ec_customer_deletion_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customer_deletion_requests` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned NOT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'waiting_for_confirmation', `reason` text COLLATE utf8mb4_unicode_ci, `confirmed_at` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_customer_deletion_requests_token_unique` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_deletion_requests` -- LOCK TABLES `ec_customer_deletion_requests` WRITE; /*!40000 ALTER TABLE `ec_customer_deletion_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_deletion_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_password_resets` -- DROP TABLE IF EXISTS `ec_customer_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customer_password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `ec_customer_password_resets_email_index` (`email`), KEY `ec_customer_password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_password_resets` -- LOCK TABLES `ec_customer_password_resets` WRITE; /*!40000 ALTER TABLE `ec_customer_password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_recently_viewed_products` -- DROP TABLE IF EXISTS `ec_customer_recently_viewed_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customer_recently_viewed_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_recently_viewed_products` -- LOCK TABLES `ec_customer_recently_viewed_products` WRITE; /*!40000 ALTER TABLE `ec_customer_recently_viewed_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_recently_viewed_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_used_coupons` -- DROP TABLE IF EXISTS `ec_customer_used_coupons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customer_used_coupons` ( `discount_id` bigint unsigned NOT NULL, `customer_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_used_coupons` -- LOCK TABLES `ec_customer_used_coupons` WRITE; /*!40000 ALTER TABLE `ec_customer_used_coupons` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_used_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customers` -- DROP TABLE IF EXISTS `ec_customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_customers` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dob` date DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `confirmed_at` datetime DEFAULT NULL, `email_verify_token` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'activated', `block_reason` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `private_notes` text COLLATE utf8mb4_unicode_ci, `is_vendor` tinyint(1) NOT NULL DEFAULT '0', `vendor_verified_at` datetime DEFAULT NULL, `stripe_account_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `stripe_account_active` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `ec_customers_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customers` -- LOCK TABLES `ec_customers` WRITE; /*!40000 ALTER TABLE `ec_customers` DISABLE KEYS */; INSERT INTO `ec_customers` VALUES (1,'Jennyfer Howell','customer@botble.com','$2y$12$AwLEOgfFFYcs38s96t9OUut1br7tu/UzqaqtDtCYlCqS3MbJh7cO6','customers/3.jpg','1991-08-24','+18547001396',NULL,'2024-09-20 21:03:18','2024-09-20 21:03:18','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,0,NULL,NULL,0),(2,'Rod Monahan','vendor@botble.com','$2y$12$plqLbQqF2M1RLHF4p2Srbu2dHhz1okkngbdihs7iUGB4QRWqxPEwm','customers/5.jpg','1978-08-24','+12297022373',NULL,'2024-09-20 21:03:18','2024-09-20 21:03:33','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(3,'Meggie Kris','grady67@example.net','$2y$12$taTZ8Cgp2o/Z6qU9MhR11O8/H5qthlVvR2efq34WwkFoWCrpLnoS2','customers/1.jpg','2002-09-01','+16235899332',NULL,'2024-09-20 21:03:19','2024-09-20 21:03:33','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(4,'Prof. Estevan Will I','larue90@example.org','$2y$12$Uu926gQ1xjI9u3EdRXnq9uDWH2KeP6qb2j06m2zK7tVGj/RLqx1lG','customers/2.jpg','1986-09-05','+13858168489',NULL,'2024-09-20 21:03:19','2024-09-20 21:03:33','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(5,'Terrence Cummerata','sauer.treva@example.com','$2y$12$bJ2cy9BMr5g.5lZl1VxDAe9jJxe2KqjwvmOgxPRYcSQ9PWcCVUgW.','customers/3.jpg','1984-09-12','+18283150220',NULL,'2024-09-20 21:03:19','2024-09-20 21:03:34','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(6,'Miss Maritza Cassin PhD','philip.hackett@example.net','$2y$12$o0Oc.P/rdvnjLisbj/3cX.SyxKfGOq5lA4UDCrJi.oJlKg3/zGm1C','customers/4.jpg','1992-08-28','+13519097496',NULL,'2024-09-20 21:03:19','2024-09-20 21:03:34','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(7,'Prof. Davonte Gottlieb I','mae.ratke@example.org','$2y$12$SRgz9rdQNKNs.EpU.JSgd.7VGmkHQfJ84NJkwDPSB.RE83ic5lG3W','customers/5.jpg','1996-09-18','+15805562105',NULL,'2024-09-20 21:03:20','2024-09-20 21:03:34','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(8,'Derek Jakubowski','okunde@example.com','$2y$12$WAyuXLo6cFmqopI7zGnCUuq8px4Nt4yXAuKe3YBqHtrREMG16TMlO','customers/6.jpg','1980-08-30','+18479328454',NULL,'2024-09-20 21:03:20','2024-09-20 21:03:34','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,1,'2024-09-21 04:03:33',NULL,0),(9,'Nicolas O\'Reilly','sally38@example.com','$2y$12$l5YpvxxXjPZlzr6F3Z87FeOoGPnOIYBRCFsK.PLvJeWJOYaHQDTR.','customers/7.jpg','1992-09-04','+12188438042',NULL,'2024-09-20 21:03:20','2024-09-20 21:03:35','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,0,NULL,NULL,0),(10,'Annie Schimmel','cecilia00@example.com','$2y$12$UdtOpahONkCe2PbO6P/kwuEzr4mPOPRJ5LuJjunDVpA/qinIQZ0Au','customers/8.jpg','1986-09-07','+12708701043',NULL,'2024-09-20 21:03:21','2024-09-20 21:03:35','2024-09-21 04:03:18',NULL,'activated',NULL,NULL,0,NULL,NULL,0); /*!40000 ALTER TABLE `ec_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_customers` -- DROP TABLE IF EXISTS `ec_discount_customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_discount_customers` ( `discount_id` bigint unsigned NOT NULL, `customer_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_customers` -- LOCK TABLES `ec_discount_customers` WRITE; /*!40000 ALTER TABLE `ec_discount_customers` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_product_categories` -- DROP TABLE IF EXISTS `ec_discount_product_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_discount_product_categories` ( `discount_id` bigint unsigned NOT NULL, `product_category_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_product_categories` -- LOCK TABLES `ec_discount_product_categories` WRITE; /*!40000 ALTER TABLE `ec_discount_product_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_product_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_product_collections` -- DROP TABLE IF EXISTS `ec_discount_product_collections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_discount_product_collections` ( `discount_id` bigint unsigned NOT NULL, `product_collection_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_collection_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_product_collections` -- LOCK TABLES `ec_discount_product_collections` WRITE; /*!40000 ALTER TABLE `ec_discount_product_collections` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_product_collections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_products` -- DROP TABLE IF EXISTS `ec_discount_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_discount_products` ( `discount_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_products` -- LOCK TABLES `ec_discount_products` WRITE; /*!40000 ALTER TABLE `ec_discount_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discounts` -- DROP TABLE IF EXISTS `ec_discounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_discounts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `quantity` int DEFAULT NULL, `total_used` int unsigned NOT NULL DEFAULT '0', `value` double DEFAULT NULL, `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'coupon', `can_use_with_promotion` tinyint(1) NOT NULL DEFAULT '0', `can_use_with_flash_sale` tinyint(1) NOT NULL DEFAULT '0', `discount_on` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_quantity` int unsigned DEFAULT NULL, `type_option` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'amount', `target` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'all-orders', `min_order_price` decimal(15,2) DEFAULT NULL, `apply_via_url` tinyint(1) NOT NULL DEFAULT '0', `display_at_checkout` tinyint(1) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `store_id` bigint unsigned DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_discounts_code_unique` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discounts` -- LOCK TABLES `ec_discounts` WRITE; /*!40000 ALTER TABLE `ec_discounts` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sale_products` -- DROP TABLE IF EXISTS `ec_flash_sale_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_flash_sale_products` ( `flash_sale_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `price` double unsigned DEFAULT NULL, `quantity` int unsigned DEFAULT NULL, `sold` int unsigned NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sale_products` -- LOCK TABLES `ec_flash_sale_products` WRITE; /*!40000 ALTER TABLE `ec_flash_sale_products` DISABLE KEYS */; INSERT INTO `ec_flash_sale_products` VALUES (1,28,600.6,19,2),(1,53,504.81,19,5),(1,58,126.85,8,2),(1,13,383.5,7,3),(1,9,331.08,9,2),(1,20,322.2912,7,5),(1,31,298.22,14,2),(1,11,365.37,14,2),(1,26,683.4,16,5),(1,4,60.26,17,5); /*!40000 ALTER TABLE `ec_flash_sale_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sales` -- DROP TABLE IF EXISTS `ec_flash_sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_flash_sales` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `end_date` datetime NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sales` -- LOCK TABLES `ec_flash_sales` WRITE; /*!40000 ALTER TABLE `ec_flash_sales` DISABLE KEYS */; INSERT INTO `ec_flash_sales` VALUES (1,'Winter Sale','2024-10-21 00:00:00','published','2024-09-20 21:03:32','2024-09-20 21:03:32'); /*!40000 ALTER TABLE `ec_flash_sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sales_translations` -- DROP TABLE IF EXISTS `ec_flash_sales_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_flash_sales_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_flash_sales_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_flash_sales_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sales_translations` -- LOCK TABLES `ec_flash_sales_translations` WRITE; /*!40000 ALTER TABLE `ec_flash_sales_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_flash_sales_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_option_value` -- DROP TABLE IF EXISTS `ec_global_option_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_global_option_value` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_id` bigint unsigned NOT NULL COMMENT 'option id', `option_value` tinytext COLLATE utf8mb4_unicode_ci COMMENT 'option value', `affect_price` double DEFAULT NULL COMMENT 'value of price of this option affect', `order` int NOT NULL DEFAULT '9999', `affect_type` tinyint NOT NULL DEFAULT '0' COMMENT '0. fixed 1. percent', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_option_value` -- LOCK TABLES `ec_global_option_value` WRITE; /*!40000 ALTER TABLE `ec_global_option_value` DISABLE KEYS */; INSERT INTO `ec_global_option_value` VALUES (1,1,'1 Year',0,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(2,1,'2 Year',10,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(3,1,'3 Year',20,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(4,2,'4GB',0,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(5,2,'8GB',10,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(6,2,'16GB',20,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(7,3,'Core i5',0,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(8,3,'Core i7',10,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(9,3,'Core i9',20,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(10,4,'128GB',0,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(11,4,'256GB',10,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(12,4,'512GB',20,9999,0,'2024-09-20 21:03:17','2024-09-20 21:03:17'); /*!40000 ALTER TABLE `ec_global_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_option_value_translations` -- DROP TABLE IF EXISTS `ec_global_option_value_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_global_option_value_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_global_option_value_id` bigint unsigned NOT NULL, `option_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_global_option_value_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_option_value_translations` -- LOCK TABLES `ec_global_option_value_translations` WRITE; /*!40000 ALTER TABLE `ec_global_option_value_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_option_value_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_options` -- DROP TABLE IF EXISTS `ec_global_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_global_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Name of options', `option_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'option type', `required` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Checked if this option is required', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_options` -- LOCK TABLES `ec_global_options` WRITE; /*!40000 ALTER TABLE `ec_global_options` DISABLE KEYS */; INSERT INTO `ec_global_options` VALUES (1,'Warranty','Botble\\Ecommerce\\Option\\OptionType\\RadioButton',1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(2,'RAM','Botble\\Ecommerce\\Option\\OptionType\\RadioButton',1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(3,'CPU','Botble\\Ecommerce\\Option\\OptionType\\RadioButton',1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(4,'HDD','Botble\\Ecommerce\\Option\\OptionType\\Dropdown',0,'2024-09-20 21:03:17','2024-09-20 21:03:17'); /*!40000 ALTER TABLE `ec_global_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_options_translations` -- DROP TABLE IF EXISTS `ec_global_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_global_options_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_global_options_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_global_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_options_translations` -- LOCK TABLES `ec_global_options_translations` WRITE; /*!40000 ALTER TABLE `ec_global_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_grouped_products` -- DROP TABLE IF EXISTS `ec_grouped_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_grouped_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `parent_product_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `fixed_qty` int NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_grouped_products` -- LOCK TABLES `ec_grouped_products` WRITE; /*!40000 ALTER TABLE `ec_grouped_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_grouped_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_invoice_items` -- DROP TABLE IF EXISTS `ec_invoice_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_invoice_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `invoice_id` bigint unsigned NOT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qty` int unsigned NOT NULL, `price` decimal(15,2) NOT NULL DEFAULT '0.00', `sub_total` decimal(15,2) unsigned NOT NULL, `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `amount` decimal(15,2) unsigned NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_invoice_items_reference_type_reference_id_index` (`reference_type`,`reference_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_invoice_items` -- LOCK TABLES `ec_invoice_items` WRITE; /*!40000 ALTER TABLE `ec_invoice_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_invoice_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_invoices` -- DROP TABLE IF EXISTS `ec_invoices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_invoices` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_tax_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sub_total` decimal(15,2) unsigned NOT NULL, `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `shipping_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `shipping_option` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_method` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `coupon_code` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` decimal(15,2) unsigned NOT NULL, `description` text COLLATE utf8mb4_unicode_ci, `payment_id` bigint unsigned DEFAULT NULL, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `paid_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_invoices_code_unique` (`code`), KEY `ec_invoices_reference_type_reference_id_index` (`reference_type`,`reference_id`), KEY `ec_invoices_payment_id_index` (`payment_id`), KEY `ec_invoices_status_index` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_invoices` -- LOCK TABLES `ec_invoices` WRITE; /*!40000 ALTER TABLE `ec_invoices` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_invoices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_option_value` -- DROP TABLE IF EXISTS `ec_option_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_option_value` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_id` bigint unsigned NOT NULL COMMENT 'option id', `option_value` tinytext COLLATE utf8mb4_unicode_ci COMMENT 'option value', `affect_price` double DEFAULT NULL COMMENT 'value of price of this option affect', `order` int NOT NULL DEFAULT '9999', `affect_type` tinyint NOT NULL DEFAULT '0' COMMENT '0. fixed 1. percent', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_option_value` -- LOCK TABLES `ec_option_value` WRITE; /*!40000 ALTER TABLE `ec_option_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_option_value_translations` -- DROP TABLE IF EXISTS `ec_option_value_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_option_value_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_option_value_id` bigint unsigned NOT NULL, `option_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_option_value_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_option_value_translations` -- LOCK TABLES `ec_option_value_translations` WRITE; /*!40000 ALTER TABLE `ec_option_value_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_option_value_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_options` -- DROP TABLE IF EXISTS `ec_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Name of options', `option_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'option type', `product_id` bigint unsigned NOT NULL DEFAULT '0', `order` int NOT NULL DEFAULT '9999', `required` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Checked if this option is required', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_options` -- LOCK TABLES `ec_options` WRITE; /*!40000 ALTER TABLE `ec_options` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_options_translations` -- DROP TABLE IF EXISTS `ec_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_options_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_options_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_options_translations` -- LOCK TABLES `ec_options_translations` WRITE; /*!40000 ALTER TABLE `ec_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_addresses` -- DROP TABLE IF EXISTS `ec_order_addresses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_addresses` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned NOT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'shipping_address', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_addresses` -- LOCK TABLES `ec_order_addresses` WRITE; /*!40000 ALTER TABLE `ec_order_addresses` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_addresses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_histories` -- DROP TABLE IF EXISTS `ec_order_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `order_id` bigint unsigned NOT NULL, `extras` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_histories` -- LOCK TABLES `ec_order_histories` WRITE; /*!40000 ALTER TABLE `ec_order_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_product` -- DROP TABLE IF EXISTS `ec_order_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_product` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `qty` int NOT NULL, `price` decimal(15,2) NOT NULL, `tax_amount` decimal(15,2) NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `product_options` text COLLATE utf8mb4_unicode_ci COMMENT 'product option data', `product_id` bigint unsigned DEFAULT NULL, `product_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `product_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `weight` double(8,2) DEFAULT '0.00', `restock_quantity` int unsigned DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `product_type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'physical', `times_downloaded` int NOT NULL DEFAULT '0', `license_code` char(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `downloaded_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_product` -- LOCK TABLES `ec_order_product` WRITE; /*!40000 ALTER TABLE `ec_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_referrals` -- DROP TABLE IF EXISTS `ec_order_referrals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_referrals` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(39) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_domain` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_page` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_params` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referral` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gclid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fclid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_source` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_campaign` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_medium` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_term` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_content` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referrer_url` text COLLATE utf8mb4_unicode_ci, `referrer_domain` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_order_referrals_order_id_index` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_referrals` -- LOCK TABLES `ec_order_referrals` WRITE; /*!40000 ALTER TABLE `ec_order_referrals` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_referrals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_return_histories` -- DROP TABLE IF EXISTS `ec_order_return_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_return_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned DEFAULT NULL, `order_return_id` bigint unsigned NOT NULL, `action` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_return_histories` -- LOCK TABLES `ec_order_return_histories` WRITE; /*!40000 ALTER TABLE `ec_order_return_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_return_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_return_items` -- DROP TABLE IF EXISTS `ec_order_return_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_return_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_return_id` bigint unsigned NOT NULL COMMENT 'Order return id', `order_product_id` bigint unsigned NOT NULL COMMENT 'Order product id', `product_id` bigint unsigned NOT NULL COMMENT 'Product id', `product_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `product_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qty` int NOT NULL COMMENT 'Quantity return', `price` decimal(15,2) NOT NULL COMMENT 'Price Product', `reason` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `refund_amount` decimal(12,2) DEFAULT '0.00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_return_items` -- LOCK TABLES `ec_order_return_items` WRITE; /*!40000 ALTER TABLE `ec_order_return_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_return_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_returns` -- DROP TABLE IF EXISTS `ec_order_returns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_returns` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned NOT NULL COMMENT 'Order ID', `store_id` bigint unsigned DEFAULT NULL COMMENT 'Store ID', `user_id` bigint unsigned NOT NULL COMMENT 'Customer ID', `reason` text COLLATE utf8mb4_unicode_ci COMMENT 'Reason return order', `order_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Order current status', `return_status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Return status', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_order_returns_code_unique` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_returns` -- LOCK TABLES `ec_order_returns` WRITE; /*!40000 ALTER TABLE `ec_order_returns` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_returns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_tax_information` -- DROP TABLE IF EXISTS `ec_order_tax_information`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_order_tax_information` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `company_name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `company_address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `company_tax_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `company_email` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_order_tax_information_order_id_index` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_tax_information` -- LOCK TABLES `ec_order_tax_information` WRITE; /*!40000 ALTER TABLE `ec_order_tax_information` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_tax_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_orders` -- DROP TABLE IF EXISTS `ec_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_orders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned NOT NULL, `shipping_option` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_method` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `status` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `amount` decimal(15,2) NOT NULL, `tax_amount` decimal(15,2) DEFAULT NULL, `shipping_amount` decimal(15,2) DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `coupon_code` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_amount` decimal(15,2) DEFAULT NULL, `sub_total` decimal(15,2) NOT NULL, `is_confirmed` tinyint(1) NOT NULL DEFAULT '0', `discount_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_finished` tinyint(1) DEFAULT '0', `cancellation_reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cancellation_reason_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completed_at` timestamp NULL DEFAULT NULL, `token` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `proof_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `store_id` bigint unsigned DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_orders_code_unique` (`code`), KEY `ec_orders_user_id_status_created_at_index` (`user_id`,`status`,`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_orders` -- LOCK TABLES `ec_orders` WRITE; /*!40000 ALTER TABLE `ec_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attribute_sets` -- DROP TABLE IF EXISTS `ec_product_attribute_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_attribute_sets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `display_layout` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'swatch_dropdown', `is_searchable` tinyint unsigned NOT NULL DEFAULT '1', `is_comparable` tinyint unsigned NOT NULL DEFAULT '1', `is_use_in_product_listing` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `use_image_from_product_variation` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attribute_sets` -- LOCK TABLES `ec_product_attribute_sets` WRITE; /*!40000 ALTER TABLE `ec_product_attribute_sets` DISABLE KEYS */; INSERT INTO `ec_product_attribute_sets` VALUES (1,'Color','color','visual',1,1,1,'published',0,'2024-09-20 21:03:17','2024-09-20 21:03:17',0),(2,'Size','size','text',1,1,1,'published',1,'2024-09-20 21:03:17','2024-09-20 21:03:17',0),(3,'Weight','weight','text',1,1,1,'published',0,'2024-09-20 21:03:17','2024-09-20 21:03:17',0),(4,'Boxes','boxes','text',1,1,1,'published',1,'2024-09-20 21:03:17','2024-09-20 21:03:17',0); /*!40000 ALTER TABLE `ec_product_attribute_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attribute_sets_translations` -- DROP TABLE IF EXISTS `ec_product_attribute_sets_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_attribute_sets_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_attribute_sets_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_attribute_sets_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attribute_sets_translations` -- LOCK TABLES `ec_product_attribute_sets_translations` WRITE; /*!40000 ALTER TABLE `ec_product_attribute_sets_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_attribute_sets_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attributes` -- DROP TABLE IF EXISTS `ec_product_attributes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_attributes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `attribute_set_id` bigint unsigned NOT NULL, `title` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `order` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `attribute_set_status_index` (`attribute_set_id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attributes` -- LOCK TABLES `ec_product_attributes` WRITE; /*!40000 ALTER TABLE `ec_product_attributes` DISABLE KEYS */; INSERT INTO `ec_product_attributes` VALUES (1,1,'Green','green','#5FB7D4',NULL,1,1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(2,1,'Blue','blue','#333333',NULL,0,2,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(3,1,'Red','red','#DA323F',NULL,0,3,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(4,1,'Black','black','#2F366C',NULL,0,4,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(5,1,'Brown','brown','#87554B',NULL,0,5,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(6,2,'S','s',NULL,NULL,1,1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(7,2,'M','m',NULL,NULL,0,2,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(8,2,'L','l',NULL,NULL,0,3,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(9,2,'XL','xl',NULL,NULL,0,4,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(10,2,'XXL','xxl',NULL,NULL,0,5,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(11,3,'1KG','1kg',NULL,NULL,1,1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(12,3,'2KG','2kg',NULL,NULL,0,2,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(13,3,'3KG','3kg',NULL,NULL,0,3,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(14,3,'4KG','4kg',NULL,NULL,0,4,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(15,3,'5KG','5kg',NULL,NULL,0,5,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(16,4,'1 Box','1-box',NULL,NULL,1,1,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(17,4,'2 Boxes','2-boxes',NULL,NULL,0,2,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(18,4,'3 Boxes','3-boxes',NULL,NULL,0,3,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(19,4,'4 Boxes','4-boxes',NULL,NULL,0,4,'2024-09-20 21:03:17','2024-09-20 21:03:17'),(20,4,'5 Boxes','5-boxes',NULL,NULL,0,5,'2024-09-20 21:03:17','2024-09-20 21:03:17'); /*!40000 ALTER TABLE `ec_product_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attributes_translations` -- DROP TABLE IF EXISTS `ec_product_attributes_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_attributes_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_attributes_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_attributes_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attributes_translations` -- LOCK TABLES `ec_product_attributes_translations` WRITE; /*!40000 ALTER TABLE `ec_product_attributes_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_attributes_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categories` -- DROP TABLE IF EXISTS `ec_product_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `description` mediumtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` int unsigned NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_product_categories_parent_id_status_created_at_index` (`parent_id`,`status`,`created_at`), KEY `ec_product_categories_parent_id_status_index` (`parent_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categories` -- LOCK TABLES `ec_product_categories` WRITE; /*!40000 ALTER TABLE `ec_product_categories` DISABLE KEYS */; INSERT INTO `ec_product_categories` VALUES (1,'Fruits & Vegetables',0,NULL,'published',0,'product-categories/1.png',1,'2024-09-20 21:03:16','2024-09-20 21:03:16','icon-star',NULL),(2,'Fruits',1,NULL,'published',0,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(3,'Apples',2,NULL,'published',0,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(4,'Bananas',2,NULL,'published',1,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(5,'Berries',2,NULL,'published',2,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(6,'Oranges & Easy Peelers',2,NULL,'published',3,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(7,'Grapes',2,NULL,'published',4,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(8,'Lemons & Limes',2,NULL,'published',5,NULL,0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,NULL),(9,'Peaches & Nectarines',2,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(10,'Pears',2,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(11,'Melon',2,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(12,'Avocados',2,NULL,'published',9,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(13,'Plums & Apricots',2,NULL,'published',10,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(14,'Vegetables',1,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(15,'Potatoes',14,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(16,'Carrots & Root Vegetables',14,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(17,'Broccoli & Cauliflower',14,NULL,'published',2,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(18,'Cabbage, Spinach & Greens',14,NULL,'published',3,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(19,'Onions, Leeks & Garlic',14,NULL,'published',4,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(20,'Mushrooms',14,NULL,'published',5,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(21,'Tomatoes',14,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(22,'Beans, Peas & Sweetcorn',14,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(23,'Freshly Drink Orange Juice',14,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(24,'Breads Sweets',0,NULL,'published',1,'product-categories/2.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-bread',NULL),(25,'Crisps, Snacks & Nuts',24,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(26,'Crisps & Popcorn',25,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(27,'Nuts & Seeds',25,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(28,'Lighter Options',25,NULL,'published',2,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(29,'Cereal Bars',25,NULL,'published',3,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(30,'Breadsticks & Pretzels',25,NULL,'published',4,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(31,'Fruit Snacking',25,NULL,'published',5,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(32,'Rice & Corn Cakes',25,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(33,'Protein & Energy Snacks',25,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(34,'Toddler Snacks',25,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(35,'Meat Snacks',25,NULL,'published',9,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(36,'Beans',25,NULL,'published',10,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(37,'Lentils',25,NULL,'published',11,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(38,'Chickpeas',25,NULL,'published',12,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(39,'Tins & Cans',24,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(40,'Tomatoes',39,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(41,'Baked Beans, Spaghetti',39,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(42,'Fish',39,NULL,'published',2,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(43,'Beans & Pulses',39,NULL,'published',3,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(44,'Fruit',39,NULL,'published',4,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(45,'Coconut Milk & Cream',39,NULL,'published',5,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(46,'Lighter Options',39,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(47,'Olives',39,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(48,'Sweetcorn',39,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(49,'Carrots',39,NULL,'published',9,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(50,'Peas',39,NULL,'published',10,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(51,'Mixed Vegetables',39,NULL,'published',11,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(52,'Frozen Seafoods',0,NULL,'published',2,'product-categories/3.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-hamburger',NULL),(53,'Raw Meats',0,NULL,'published',3,'product-categories/4.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-steak',NULL),(54,'Wines & Alcohol Drinks',0,NULL,'published',4,'product-categories/5.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-glass',NULL),(55,'Ready Meals',54,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(56,'Meals for 1',55,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(57,'Meals for 2',55,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(58,'Indian',55,NULL,'published',2,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(59,'Italian',55,NULL,'published',3,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(60,'Chinese',55,NULL,'published',4,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(61,'Traditional British',55,NULL,'published',5,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(62,'Thai & Oriental',55,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(63,'Mediterranean & Moroccan',55,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(64,'Mexican & Caribbean',55,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(65,'Lighter Meals',55,NULL,'published',9,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(66,'Lunch & Veg Pots',55,NULL,'published',10,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(67,'Salad & Herbs',54,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(68,'Salad Bags',67,NULL,'published',0,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(69,'Cucumber',67,NULL,'published',1,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(70,'Tomatoes',67,NULL,'published',2,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(71,'Lettuce',67,NULL,'published',3,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(72,'Lunch Salad Bowls',67,NULL,'published',4,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(73,'Lunch Salad Bowls',67,NULL,'published',5,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(74,'Fresh Herbs',67,NULL,'published',6,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(75,'Avocados',67,NULL,'published',7,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(76,'Peppers',67,NULL,'published',8,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(77,'Coleslaw & Potato Salad',67,NULL,'published',9,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(78,'Spring Onions',67,NULL,'published',10,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(79,'Chilli, Ginger & Garlic',67,NULL,'published',11,NULL,0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,NULL),(80,'Tea & Coffee',0,NULL,'published',5,'product-categories/6.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-teacup',NULL),(81,'Milks and Dairies',0,NULL,'published',6,'product-categories/7.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-coffee-cup',NULL),(82,'Pet Foods',0,NULL,'published',7,'product-categories/8.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-hotdog',NULL),(83,'Food Cupboard',0,NULL,'published',8,'product-categories/1.png',1,'2024-09-20 21:03:17','2024-09-20 21:03:17','icon-cheese',NULL); /*!40000 ALTER TABLE `ec_product_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categories_translations` -- DROP TABLE IF EXISTS `ec_product_categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_categories_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_categories_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_product_categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categories_translations` -- LOCK TABLES `ec_product_categories_translations` WRITE; /*!40000 ALTER TABLE `ec_product_categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categorizables` -- DROP TABLE IF EXISTS `ec_product_categorizables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_categorizables` ( `category_id` bigint unsigned NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`category_id`,`reference_id`,`reference_type`), KEY `ec_product_categorizables_category_id_index` (`category_id`), KEY `ec_product_categorizables_reference_id_index` (`reference_id`), KEY `ec_product_categorizables_reference_type_index` (`reference_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categorizables` -- LOCK TABLES `ec_product_categorizables` WRITE; /*!40000 ALTER TABLE `ec_product_categorizables` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_categorizables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_category_product` -- DROP TABLE IF EXISTS `ec_product_category_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_category_product` ( `category_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`category_id`), KEY `ec_product_category_product_category_id_index` (`category_id`), KEY `ec_product_category_product_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_category_product` -- LOCK TABLES `ec_product_category_product` WRITE; /*!40000 ALTER TABLE `ec_product_category_product` DISABLE KEYS */; INSERT INTO `ec_product_category_product` VALUES (1,1),(1,32),(1,47),(2,21),(2,49),(3,6),(3,15),(3,16),(3,44),(3,53),(4,46),(5,2),(6,10),(6,14),(6,35),(7,4),(7,10),(7,24),(7,63),(8,3),(8,57),(8,65),(9,7),(9,28),(9,41),(9,54),(10,2),(10,32),(10,40),(11,8),(12,17),(12,55),(12,62),(13,34),(14,5),(15,5),(15,15),(15,58),(15,61),(15,62),(16,24),(16,29),(16,39),(17,6),(17,43),(17,45),(17,50),(18,4),(18,30),(18,50),(19,1),(19,33),(19,56),(19,61),(20,17),(20,20),(20,33),(20,47),(20,49),(20,63),(21,28),(21,41),(21,43),(21,62),(22,17),(22,18),(22,22),(22,29),(22,35),(22,65),(23,2),(24,27),(24,38),(24,60),(25,21),(25,34),(25,36),(25,43),(25,51),(26,16),(26,21),(26,31),(26,35),(26,64),(27,13),(27,41),(28,7),(28,57),(29,18),(30,1),(30,14),(30,26),(30,56),(31,4),(31,25),(31,26),(31,47),(31,52),(32,23),(32,54),(32,56),(33,6),(33,9),(33,10),(33,15),(33,27),(34,3),(34,23),(34,48),(34,57),(35,11),(35,58),(35,60),(35,61),(36,37),(36,58),(37,27),(37,59),(38,23),(39,27),(39,46),(39,63),(40,47),(41,3),(41,13),(41,30),(41,34),(41,50),(41,55),(42,26),(42,38),(42,49),(43,30),(44,29),(44,39),(44,43),(45,16),(46,7),(46,45),(46,51),(48,5),(49,1),(49,9),(49,42),(49,53),(50,19),(50,54),(50,56),(50,59),(51,2),(51,20),(51,37),(51,64),(52,18),(52,51),(53,60),(54,24),(54,37),(54,55),(54,58),(54,64),(55,12),(55,14),(55,16),(55,50),(56,28),(57,49),(57,62),(58,41),(58,46),(58,59),(59,19),(59,28),(59,35),(59,52),(59,64),(60,12),(60,19),(60,22),(60,33),(61,11),(61,13),(61,25),(61,36),(62,18),(62,31),(62,40),(62,63),(63,48),(63,52),(63,61),(64,30),(64,37),(64,40),(64,51),(65,20),(65,31),(65,53),(66,42),(67,9),(67,36),(67,39),(68,15),(68,38),(69,21),(69,39),(70,32),(70,40),(71,6),(71,8),(71,26),(72,10),(72,12),(72,32),(72,38),(72,42),(72,45),(73,7),(73,9),(73,11),(73,14),(73,17),(73,20),(73,22),(73,25),(73,44),(73,46),(73,54),(74,12),(74,13),(74,42),(75,3),(75,11),(75,52),(76,4),(76,24),(76,25),(77,8),(77,23),(77,29),(77,31),(77,34),(77,48),(77,55),(77,60),(77,65),(78,19),(78,44),(78,45),(78,57),(78,65),(79,8),(79,44),(80,22),(80,48),(80,59),(81,53),(82,5),(82,33),(82,36); /*!40000 ALTER TABLE `ec_product_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collection_products` -- DROP TABLE IF EXISTS `ec_product_collection_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_collection_products` ( `product_collection_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`product_collection_id`), KEY `ec_product_collection_products_product_collection_id_index` (`product_collection_id`), KEY `ec_product_collection_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collection_products` -- LOCK TABLES `ec_product_collection_products` WRITE; /*!40000 ALTER TABLE `ec_product_collection_products` DISABLE KEYS */; INSERT INTO `ec_product_collection_products` VALUES (1,3),(1,14),(1,20),(1,21),(1,27),(1,32),(1,37),(1,40),(1,42),(1,47),(1,48),(1,52),(1,57),(1,60),(1,61),(1,62),(2,2),(2,5),(2,6),(2,7),(2,12),(2,15),(2,17),(2,19),(2,22),(2,23),(2,25),(2,28),(2,29),(2,34),(2,39),(2,43),(2,44),(2,45),(2,46),(2,49),(2,50),(2,53),(2,54),(2,59),(2,63),(2,64),(3,1),(3,4),(3,8),(3,9),(3,10),(3,11),(3,13),(3,16),(3,18),(3,24),(3,26),(3,30),(3,31),(3,33),(3,35),(3,36),(3,38),(3,41),(3,51),(3,55),(3,56),(3,58),(3,65); /*!40000 ALTER TABLE `ec_product_collection_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collections` -- DROP TABLE IF EXISTS `ec_product_collections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_collections` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_featured` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collections` -- LOCK TABLES `ec_product_collections` WRITE; /*!40000 ALTER TABLE `ec_product_collections` DISABLE KEYS */; INSERT INTO `ec_product_collections` VALUES (1,'New Arrival','new-arrival',NULL,NULL,'published','2024-09-20 21:03:17','2024-09-20 21:03:17',0),(2,'Best Sellers','best-sellers',NULL,NULL,'published','2024-09-20 21:03:17','2024-09-20 21:03:17',0),(3,'Special Offer','special-offer',NULL,NULL,'published','2024-09-20 21:03:17','2024-09-20 21:03:17',0); /*!40000 ALTER TABLE `ec_product_collections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collections_translations` -- DROP TABLE IF EXISTS `ec_product_collections_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_collections_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_collections_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_collections_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collections_translations` -- LOCK TABLES `ec_product_collections_translations` WRITE; /*!40000 ALTER TABLE `ec_product_collections_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_collections_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_cross_sale_relations` -- DROP TABLE IF EXISTS `ec_product_cross_sale_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_cross_sale_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, `is_variant` tinyint(1) NOT NULL DEFAULT '0', `price` decimal(15,2) DEFAULT '0.00', `price_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fixed', `apply_to_all_variations` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_cross_sale_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_cross_sale_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_cross_sale_relations` -- LOCK TABLES `ec_product_cross_sale_relations` WRITE; /*!40000 ALTER TABLE `ec_product_cross_sale_relations` DISABLE KEYS */; INSERT INTO `ec_product_cross_sale_relations` VALUES (1,5,0,0.00,'fixed',1),(1,13,0,0.00,'fixed',1),(1,16,0,0.00,'fixed',1),(1,23,0,0.00,'fixed',1),(1,30,0,0.00,'fixed',1),(1,46,0,0.00,'fixed',1),(1,59,0,0.00,'fixed',1),(2,12,0,0.00,'fixed',1),(2,19,0,0.00,'fixed',1),(2,43,0,0.00,'fixed',1),(2,55,0,0.00,'fixed',1),(2,56,0,0.00,'fixed',1),(2,58,0,0.00,'fixed',1),(3,13,0,0.00,'fixed',1),(3,26,0,0.00,'fixed',1),(3,34,0,0.00,'fixed',1),(3,37,0,0.00,'fixed',1),(3,45,0,0.00,'fixed',1),(3,50,0,0.00,'fixed',1),(4,1,0,0.00,'fixed',1),(4,23,0,0.00,'fixed',1),(4,32,0,0.00,'fixed',1),(4,42,0,0.00,'fixed',1),(4,44,0,0.00,'fixed',1),(4,51,0,0.00,'fixed',1),(4,57,0,0.00,'fixed',1),(5,7,0,0.00,'fixed',1),(5,27,0,0.00,'fixed',1),(5,28,0,0.00,'fixed',1),(5,35,0,0.00,'fixed',1),(5,36,0,0.00,'fixed',1),(5,54,0,0.00,'fixed',1),(5,56,0,0.00,'fixed',1),(6,3,0,0.00,'fixed',1),(6,13,0,0.00,'fixed',1),(6,27,0,0.00,'fixed',1),(6,30,0,0.00,'fixed',1),(6,43,0,0.00,'fixed',1),(6,49,0,0.00,'fixed',1),(6,60,0,0.00,'fixed',1),(7,3,0,0.00,'fixed',1),(7,16,0,0.00,'fixed',1),(7,29,0,0.00,'fixed',1),(7,30,0,0.00,'fixed',1),(7,40,0,0.00,'fixed',1),(7,41,0,0.00,'fixed',1),(7,64,0,0.00,'fixed',1),(8,2,0,0.00,'fixed',1),(8,11,0,0.00,'fixed',1),(8,20,0,0.00,'fixed',1),(8,23,0,0.00,'fixed',1),(8,43,0,0.00,'fixed',1),(8,48,0,0.00,'fixed',1),(8,49,0,0.00,'fixed',1),(9,15,0,0.00,'fixed',1),(9,16,0,0.00,'fixed',1),(9,17,0,0.00,'fixed',1),(9,34,0,0.00,'fixed',1),(9,48,0,0.00,'fixed',1),(9,56,0,0.00,'fixed',1),(10,1,0,0.00,'fixed',1),(10,4,0,0.00,'fixed',1),(10,16,0,0.00,'fixed',1),(10,33,0,0.00,'fixed',1),(10,44,0,0.00,'fixed',1),(10,59,0,0.00,'fixed',1),(10,65,0,0.00,'fixed',1),(11,3,0,0.00,'fixed',1),(11,14,0,0.00,'fixed',1),(11,21,0,0.00,'fixed',1),(11,22,0,0.00,'fixed',1),(11,29,0,0.00,'fixed',1),(11,33,0,0.00,'fixed',1),(11,36,0,0.00,'fixed',1),(12,2,0,0.00,'fixed',1),(12,13,0,0.00,'fixed',1),(12,21,0,0.00,'fixed',1),(12,28,0,0.00,'fixed',1),(12,36,0,0.00,'fixed',1),(12,39,0,0.00,'fixed',1),(12,42,0,0.00,'fixed',1),(13,3,0,0.00,'fixed',1),(13,10,0,0.00,'fixed',1),(13,11,0,0.00,'fixed',1),(13,12,0,0.00,'fixed',1),(13,18,0,0.00,'fixed',1),(13,53,0,0.00,'fixed',1),(14,11,0,0.00,'fixed',1),(14,42,0,0.00,'fixed',1),(14,43,0,0.00,'fixed',1),(14,44,0,0.00,'fixed',1),(14,53,0,0.00,'fixed',1),(14,61,0,0.00,'fixed',1),(15,16,0,0.00,'fixed',1),(15,31,0,0.00,'fixed',1),(15,38,0,0.00,'fixed',1),(15,43,0,0.00,'fixed',1),(15,46,0,0.00,'fixed',1),(15,56,0,0.00,'fixed',1),(15,59,0,0.00,'fixed',1),(16,6,0,0.00,'fixed',1),(16,9,0,0.00,'fixed',1),(16,25,0,0.00,'fixed',1),(16,29,0,0.00,'fixed',1),(16,37,0,0.00,'fixed',1),(16,55,0,0.00,'fixed',1),(16,59,0,0.00,'fixed',1),(17,4,0,0.00,'fixed',1),(17,23,0,0.00,'fixed',1),(17,28,0,0.00,'fixed',1),(17,31,0,0.00,'fixed',1),(17,50,0,0.00,'fixed',1),(17,55,0,0.00,'fixed',1),(17,61,0,0.00,'fixed',1),(18,4,0,0.00,'fixed',1),(18,12,0,0.00,'fixed',1),(18,31,0,0.00,'fixed',1),(18,36,0,0.00,'fixed',1),(18,47,0,0.00,'fixed',1),(18,48,0,0.00,'fixed',1),(18,53,0,0.00,'fixed',1),(19,5,0,0.00,'fixed',1),(19,6,0,0.00,'fixed',1),(19,11,0,0.00,'fixed',1),(19,28,0,0.00,'fixed',1),(19,33,0,0.00,'fixed',1),(19,50,0,0.00,'fixed',1),(19,59,0,0.00,'fixed',1),(20,2,0,0.00,'fixed',1),(20,18,0,0.00,'fixed',1),(20,26,0,0.00,'fixed',1),(20,37,0,0.00,'fixed',1),(20,39,0,0.00,'fixed',1),(20,42,0,0.00,'fixed',1),(20,54,0,0.00,'fixed',1),(21,9,0,0.00,'fixed',1),(21,42,0,0.00,'fixed',1),(21,46,0,0.00,'fixed',1),(21,50,0,0.00,'fixed',1),(21,55,0,0.00,'fixed',1),(21,63,0,0.00,'fixed',1),(22,14,0,0.00,'fixed',1),(22,21,0,0.00,'fixed',1),(22,40,0,0.00,'fixed',1),(22,53,0,0.00,'fixed',1),(22,56,0,0.00,'fixed',1),(22,65,0,0.00,'fixed',1),(23,11,0,0.00,'fixed',1),(23,18,0,0.00,'fixed',1),(23,19,0,0.00,'fixed',1),(23,26,0,0.00,'fixed',1),(23,34,0,0.00,'fixed',1),(23,54,0,0.00,'fixed',1),(23,58,0,0.00,'fixed',1),(24,1,0,0.00,'fixed',1),(24,12,0,0.00,'fixed',1),(24,14,0,0.00,'fixed',1),(24,43,0,0.00,'fixed',1),(24,44,0,0.00,'fixed',1),(24,57,0,0.00,'fixed',1),(25,6,0,0.00,'fixed',1),(25,9,0,0.00,'fixed',1),(25,10,0,0.00,'fixed',1),(25,31,0,0.00,'fixed',1),(25,32,0,0.00,'fixed',1),(25,36,0,0.00,'fixed',1),(25,59,0,0.00,'fixed',1),(26,4,0,0.00,'fixed',1),(26,7,0,0.00,'fixed',1),(26,22,0,0.00,'fixed',1),(26,23,0,0.00,'fixed',1),(26,28,0,0.00,'fixed',1),(26,45,0,0.00,'fixed',1),(26,64,0,0.00,'fixed',1),(27,13,0,0.00,'fixed',1),(27,16,0,0.00,'fixed',1),(27,33,0,0.00,'fixed',1),(27,49,0,0.00,'fixed',1),(27,60,0,0.00,'fixed',1),(27,62,0,0.00,'fixed',1),(27,64,0,0.00,'fixed',1),(28,2,0,0.00,'fixed',1),(28,10,0,0.00,'fixed',1),(28,24,0,0.00,'fixed',1),(28,26,0,0.00,'fixed',1),(28,33,0,0.00,'fixed',1),(28,35,0,0.00,'fixed',1),(28,56,0,0.00,'fixed',1),(29,10,0,0.00,'fixed',1),(29,11,0,0.00,'fixed',1),(29,27,0,0.00,'fixed',1),(29,30,0,0.00,'fixed',1),(29,32,0,0.00,'fixed',1),(29,38,0,0.00,'fixed',1),(30,13,0,0.00,'fixed',1),(30,18,0,0.00,'fixed',1),(30,21,0,0.00,'fixed',1),(30,29,0,0.00,'fixed',1),(30,33,0,0.00,'fixed',1),(30,46,0,0.00,'fixed',1),(30,59,0,0.00,'fixed',1),(31,14,0,0.00,'fixed',1),(31,19,0,0.00,'fixed',1),(31,34,0,0.00,'fixed',1),(31,38,0,0.00,'fixed',1),(31,42,0,0.00,'fixed',1),(31,50,0,0.00,'fixed',1),(31,52,0,0.00,'fixed',1),(32,1,0,0.00,'fixed',1),(32,14,0,0.00,'fixed',1),(32,27,0,0.00,'fixed',1),(32,30,0,0.00,'fixed',1),(32,34,0,0.00,'fixed',1),(32,44,0,0.00,'fixed',1),(33,12,0,0.00,'fixed',1),(33,23,0,0.00,'fixed',1),(33,32,0,0.00,'fixed',1),(33,34,0,0.00,'fixed',1),(33,35,0,0.00,'fixed',1),(33,41,0,0.00,'fixed',1),(33,59,0,0.00,'fixed',1),(34,5,0,0.00,'fixed',1),(34,13,0,0.00,'fixed',1),(34,14,0,0.00,'fixed',1),(34,18,0,0.00,'fixed',1),(34,24,0,0.00,'fixed',1),(34,37,0,0.00,'fixed',1),(34,50,0,0.00,'fixed',1),(35,8,0,0.00,'fixed',1),(35,11,0,0.00,'fixed',1),(35,19,0,0.00,'fixed',1),(35,34,0,0.00,'fixed',1),(35,43,0,0.00,'fixed',1),(35,65,0,0.00,'fixed',1),(36,5,0,0.00,'fixed',1),(36,11,0,0.00,'fixed',1),(36,19,0,0.00,'fixed',1),(36,27,0,0.00,'fixed',1),(36,28,0,0.00,'fixed',1),(36,31,0,0.00,'fixed',1),(36,38,0,0.00,'fixed',1),(37,2,0,0.00,'fixed',1),(37,6,0,0.00,'fixed',1),(37,39,0,0.00,'fixed',1),(37,46,0,0.00,'fixed',1),(37,51,0,0.00,'fixed',1),(37,57,0,0.00,'fixed',1),(38,10,0,0.00,'fixed',1),(38,14,0,0.00,'fixed',1),(38,30,0,0.00,'fixed',1),(38,31,0,0.00,'fixed',1),(38,32,0,0.00,'fixed',1),(38,34,0,0.00,'fixed',1),(38,42,0,0.00,'fixed',1),(39,20,0,0.00,'fixed',1),(39,27,0,0.00,'fixed',1),(39,31,0,0.00,'fixed',1),(39,34,0,0.00,'fixed',1),(39,53,0,0.00,'fixed',1),(39,63,0,0.00,'fixed',1),(40,1,0,0.00,'fixed',1),(40,13,0,0.00,'fixed',1),(40,29,0,0.00,'fixed',1),(40,37,0,0.00,'fixed',1),(40,41,0,0.00,'fixed',1),(40,51,0,0.00,'fixed',1),(40,65,0,0.00,'fixed',1),(41,6,0,0.00,'fixed',1),(41,21,0,0.00,'fixed',1),(41,51,0,0.00,'fixed',1),(41,55,0,0.00,'fixed',1),(41,57,0,0.00,'fixed',1),(41,60,0,0.00,'fixed',1),(42,35,0,0.00,'fixed',1),(42,37,0,0.00,'fixed',1),(42,39,0,0.00,'fixed',1),(42,43,0,0.00,'fixed',1),(42,57,0,0.00,'fixed',1),(42,63,0,0.00,'fixed',1),(42,64,0,0.00,'fixed',1),(43,4,0,0.00,'fixed',1),(43,7,0,0.00,'fixed',1),(43,25,0,0.00,'fixed',1),(43,29,0,0.00,'fixed',1),(43,40,0,0.00,'fixed',1),(43,50,0,0.00,'fixed',1),(44,3,0,0.00,'fixed',1),(44,8,0,0.00,'fixed',1),(44,19,0,0.00,'fixed',1),(44,32,0,0.00,'fixed',1),(44,49,0,0.00,'fixed',1),(44,51,0,0.00,'fixed',1),(44,64,0,0.00,'fixed',1),(45,2,0,0.00,'fixed',1),(45,6,0,0.00,'fixed',1),(45,16,0,0.00,'fixed',1),(45,18,0,0.00,'fixed',1),(45,26,0,0.00,'fixed',1),(45,39,0,0.00,'fixed',1),(45,50,0,0.00,'fixed',1),(46,3,0,0.00,'fixed',1),(46,12,0,0.00,'fixed',1),(46,25,0,0.00,'fixed',1),(46,36,0,0.00,'fixed',1),(46,47,0,0.00,'fixed',1),(46,52,0,0.00,'fixed',1),(46,54,0,0.00,'fixed',1),(47,1,0,0.00,'fixed',1),(47,2,0,0.00,'fixed',1),(47,39,0,0.00,'fixed',1),(47,52,0,0.00,'fixed',1),(47,58,0,0.00,'fixed',1),(47,61,0,0.00,'fixed',1),(48,9,0,0.00,'fixed',1),(48,22,0,0.00,'fixed',1),(48,29,0,0.00,'fixed',1),(48,31,0,0.00,'fixed',1),(48,45,0,0.00,'fixed',1),(48,46,0,0.00,'fixed',1),(48,53,0,0.00,'fixed',1),(49,5,0,0.00,'fixed',1),(49,15,0,0.00,'fixed',1),(49,16,0,0.00,'fixed',1),(49,19,0,0.00,'fixed',1),(49,28,0,0.00,'fixed',1),(49,57,0,0.00,'fixed',1),(49,65,0,0.00,'fixed',1),(50,4,0,0.00,'fixed',1),(50,7,0,0.00,'fixed',1),(50,11,0,0.00,'fixed',1),(50,28,0,0.00,'fixed',1),(50,40,0,0.00,'fixed',1),(50,41,0,0.00,'fixed',1),(50,63,0,0.00,'fixed',1),(51,5,0,0.00,'fixed',1),(51,9,0,0.00,'fixed',1),(51,19,0,0.00,'fixed',1),(51,21,0,0.00,'fixed',1),(51,30,0,0.00,'fixed',1),(51,33,0,0.00,'fixed',1),(51,57,0,0.00,'fixed',1),(52,5,0,0.00,'fixed',1),(52,20,0,0.00,'fixed',1),(52,22,0,0.00,'fixed',1),(52,53,0,0.00,'fixed',1),(52,54,0,0.00,'fixed',1),(52,60,0,0.00,'fixed',1),(53,2,0,0.00,'fixed',1),(53,17,0,0.00,'fixed',1),(53,40,0,0.00,'fixed',1),(53,44,0,0.00,'fixed',1),(53,57,0,0.00,'fixed',1),(53,59,0,0.00,'fixed',1),(53,63,0,0.00,'fixed',1),(54,5,0,0.00,'fixed',1),(54,17,0,0.00,'fixed',1),(54,24,0,0.00,'fixed',1),(54,32,0,0.00,'fixed',1),(54,36,0,0.00,'fixed',1),(54,37,0,0.00,'fixed',1),(54,65,0,0.00,'fixed',1),(55,29,0,0.00,'fixed',1),(55,33,0,0.00,'fixed',1),(55,39,0,0.00,'fixed',1),(55,46,0,0.00,'fixed',1),(55,51,0,0.00,'fixed',1),(55,56,0,0.00,'fixed',1),(55,65,0,0.00,'fixed',1),(56,7,0,0.00,'fixed',1),(56,13,0,0.00,'fixed',1),(56,14,0,0.00,'fixed',1),(56,18,0,0.00,'fixed',1),(56,36,0,0.00,'fixed',1),(56,46,0,0.00,'fixed',1),(57,21,0,0.00,'fixed',1),(57,22,0,0.00,'fixed',1),(57,30,0,0.00,'fixed',1),(57,38,0,0.00,'fixed',1),(57,61,0,0.00,'fixed',1),(58,9,0,0.00,'fixed',1),(58,12,0,0.00,'fixed',1),(58,27,0,0.00,'fixed',1),(58,39,0,0.00,'fixed',1),(58,48,0,0.00,'fixed',1),(58,59,0,0.00,'fixed',1),(58,61,0,0.00,'fixed',1),(59,3,0,0.00,'fixed',1),(59,5,0,0.00,'fixed',1),(59,9,0,0.00,'fixed',1),(59,11,0,0.00,'fixed',1),(59,51,0,0.00,'fixed',1),(59,57,0,0.00,'fixed',1),(60,4,0,0.00,'fixed',1),(60,19,0,0.00,'fixed',1),(60,25,0,0.00,'fixed',1),(60,37,0,0.00,'fixed',1),(60,40,0,0.00,'fixed',1),(60,47,0,0.00,'fixed',1),(60,63,0,0.00,'fixed',1),(61,9,0,0.00,'fixed',1),(61,21,0,0.00,'fixed',1),(61,25,0,0.00,'fixed',1),(61,38,0,0.00,'fixed',1),(61,42,0,0.00,'fixed',1),(61,47,0,0.00,'fixed',1),(61,50,0,0.00,'fixed',1),(62,7,0,0.00,'fixed',1),(62,12,0,0.00,'fixed',1),(62,23,0,0.00,'fixed',1),(62,29,0,0.00,'fixed',1),(62,33,0,0.00,'fixed',1),(62,36,0,0.00,'fixed',1),(62,49,0,0.00,'fixed',1),(63,9,0,0.00,'fixed',1),(63,18,0,0.00,'fixed',1),(63,27,0,0.00,'fixed',1),(63,28,0,0.00,'fixed',1),(63,41,0,0.00,'fixed',1),(63,44,0,0.00,'fixed',1),(63,48,0,0.00,'fixed',1),(64,8,0,0.00,'fixed',1),(64,14,0,0.00,'fixed',1),(64,34,0,0.00,'fixed',1),(64,41,0,0.00,'fixed',1),(64,46,0,0.00,'fixed',1),(64,57,0,0.00,'fixed',1),(64,61,0,0.00,'fixed',1),(65,5,0,0.00,'fixed',1),(65,9,0,0.00,'fixed',1),(65,22,0,0.00,'fixed',1),(65,30,0,0.00,'fixed',1),(65,50,0,0.00,'fixed',1),(65,64,0,0.00,'fixed',1); /*!40000 ALTER TABLE `ec_product_cross_sale_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_files` -- DROP TABLE IF EXISTS `ec_product_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_files` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned DEFAULT NULL, `url` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `extras` mediumtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_product_files_product_id_index` (`product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_files` -- LOCK TABLES `ec_product_files` WRITE; /*!40000 ALTER TABLE `ec_product_files` DISABLE KEYS */; INSERT INTO `ec_product_files` VALUES (1,4,'ecommerce/digital-product-files/4.jpg','{\"filename\":\"4.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/4.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"4\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(2,4,'ecommerce/digital-product-files/4-1.jpg','{\"filename\":\"4-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/4-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"4-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(3,8,'ecommerce/digital-product-files/8.jpg','{\"filename\":\"8.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/8.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"8\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(4,8,'ecommerce/digital-product-files/8-1.jpg','{\"filename\":\"8-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/8-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"8-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(5,12,'ecommerce/digital-product-files/12.jpg','{\"filename\":\"12.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/12.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"12\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(6,12,'ecommerce/digital-product-files/12-1.jpg','{\"filename\":\"12-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/12-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"12-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(7,16,'ecommerce/digital-product-files/16.jpg','{\"filename\":\"16.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/16.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"16\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(8,20,'ecommerce/digital-product-files/20.jpg','{\"filename\":\"20.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/20.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"20\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(9,20,'ecommerce/digital-product-files/20-1.jpg','{\"filename\":\"20-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/20-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"20-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(10,24,'ecommerce/digital-product-files/24.jpg','{\"filename\":\"24.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/24.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"24\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(11,24,'ecommerce/digital-product-files/24-1.jpg','{\"filename\":\"24-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/24-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"24-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(12,28,'ecommerce/digital-product-files/28.jpg','{\"filename\":\"28.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/28.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"28\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(13,28,'ecommerce/digital-product-files/28-1.jpg','{\"filename\":\"28-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/28-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"28-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(14,32,'ecommerce/digital-product-files/32.jpg','{\"filename\":\"32.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/32.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"32\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(15,32,'ecommerce/digital-product-files/32-1.jpg','{\"filename\":\"32-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/32-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"32-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(16,36,'ecommerce/digital-product-files/36.jpg','{\"filename\":\"36.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/36.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"36\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(17,36,'ecommerce/digital-product-files/36-1.jpg','{\"filename\":\"36-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/36-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"36-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(18,40,'ecommerce/digital-product-files/40.jpg','{\"filename\":\"40.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/40.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"40\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(19,40,'ecommerce/digital-product-files/40-1.jpg','{\"filename\":\"40-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/40-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"40-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(20,44,'ecommerce/digital-product-files/44.jpg','{\"filename\":\"44.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/44.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"44\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(21,44,'ecommerce/digital-product-files/44-1.jpg','{\"filename\":\"44-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/44-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"44-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(22,48,'ecommerce/digital-product-files/48.jpg','{\"filename\":\"48.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/48.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"48\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(23,48,'ecommerce/digital-product-files/48-1.jpg','{\"filename\":\"48-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/48-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"48-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(24,52,'ecommerce/digital-product-files/52.jpg','{\"filename\":\"52.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/52.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"52\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(25,52,'ecommerce/digital-product-files/52-1.jpg','{\"filename\":\"52-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/52-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"52-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(26,56,'ecommerce/digital-product-files/56.jpg','{\"filename\":\"56.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/56.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"56\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(27,56,'ecommerce/digital-product-files/56-1.jpg','{\"filename\":\"56-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/56-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"56-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(28,60,'ecommerce/digital-product-files/60.jpg','{\"filename\":\"60.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/60.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"60\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(29,60,'ecommerce/digital-product-files/60-1.jpg','{\"filename\":\"60-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/60-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"60-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(30,64,'ecommerce/digital-product-files/64.jpg','{\"filename\":\"64.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(31,64,'ecommerce/digital-product-files/64-1.jpg','{\"filename\":\"64-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(32,76,'ecommerce/digital-product-files/12-1.jpg','{\"filename\":\"12-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/12-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"12-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(33,77,'ecommerce/digital-product-files/12-2.jpg','{\"filename\":\"12-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/12-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"12-2\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(34,78,'ecommerce/digital-product-files/12-3.jpg','{\"filename\":\"12-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/12-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"12-3\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(35,88,'ecommerce/digital-product-files/20-1.jpg','{\"filename\":\"20-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/20-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"20-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(36,89,'ecommerce/digital-product-files/20-2.jpg','{\"filename\":\"20-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/20-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"20-2\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(37,90,'ecommerce/digital-product-files/20-3.jpg','{\"filename\":\"20-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/20-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"20-3\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(38,104,'ecommerce/digital-product-files/28-1.jpg','{\"filename\":\"28-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/28-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"28-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(39,105,'ecommerce/digital-product-files/28-2.jpg','{\"filename\":\"28-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/28-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"28-2\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(40,106,'ecommerce/digital-product-files/28.jpg','{\"filename\":\"28.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/28.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"28\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(41,129,'ecommerce/digital-product-files/40-1.jpg','{\"filename\":\"40-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/40-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"40-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(42,135,'ecommerce/digital-product-files/44-1.jpg','{\"filename\":\"44-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/44-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"44-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(43,136,'ecommerce/digital-product-files/44-2.jpg','{\"filename\":\"44-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/44-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"44-2\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(44,137,'ecommerce/digital-product-files/44.jpg','{\"filename\":\"44.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/44.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"44\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(45,141,'ecommerce/digital-product-files/56-1.jpg','{\"filename\":\"56-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/56-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"56-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(46,142,'ecommerce/digital-product-files/56-2.jpg','{\"filename\":\"56-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/56-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"56-2\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(47,152,'ecommerce/digital-product-files/64-1.jpg','{\"filename\":\"64-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64-1\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(48,153,'ecommerce/digital-product-files/64.jpg','{\"filename\":\"64.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(49,154,'ecommerce/digital-product-files/64.jpg','{\"filename\":\"64.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'),(50,155,'ecommerce/digital-product-files/64.jpg','{\"filename\":\"64.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/64.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":9803,\"modified\":\"2024-09-21 04:03:32\",\"name\":\"64\",\"extension\":\"jpg\"}','2024-09-20 21:03:32','2024-09-20 21:03:32'); /*!40000 ALTER TABLE `ec_product_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_label_products` -- DROP TABLE IF EXISTS `ec_product_label_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_label_products` ( `product_label_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_label_id`,`product_id`), KEY `ec_product_label_products_product_label_id_index` (`product_label_id`), KEY `ec_product_label_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_label_products` -- LOCK TABLES `ec_product_label_products` WRITE; /*!40000 ALTER TABLE `ec_product_label_products` DISABLE KEYS */; INSERT INTO `ec_product_label_products` VALUES (1,3),(1,6),(1,21),(1,54),(2,15),(2,27),(2,30),(2,33),(2,36),(2,45),(2,48),(2,60),(2,63),(3,9),(3,12),(3,18),(3,24),(3,39),(3,42),(3,51),(3,57); /*!40000 ALTER TABLE `ec_product_label_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_labels` -- DROP TABLE IF EXISTS `ec_product_labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_labels` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `color` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_labels` -- LOCK TABLES `ec_product_labels` WRITE; /*!40000 ALTER TABLE `ec_product_labels` DISABLE KEYS */; INSERT INTO `ec_product_labels` VALUES (1,'Hot','#d71e2d','published','2024-09-20 21:03:17','2024-09-20 21:03:17'),(2,'New','#02856e','published','2024-09-20 21:03:17','2024-09-20 21:03:17'),(3,'Sale','#fe9931','published','2024-09-20 21:03:17','2024-09-20 21:03:17'); /*!40000 ALTER TABLE `ec_product_labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_labels_translations` -- DROP TABLE IF EXISTS `ec_product_labels_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_labels_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_labels_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_labels_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_labels_translations` -- LOCK TABLES `ec_product_labels_translations` WRITE; /*!40000 ALTER TABLE `ec_product_labels_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_labels_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_related_relations` -- DROP TABLE IF EXISTS `ec_product_related_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_related_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_related_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_related_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_related_relations` -- LOCK TABLES `ec_product_related_relations` WRITE; /*!40000 ALTER TABLE `ec_product_related_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_related_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_specification_attribute` -- DROP TABLE IF EXISTS `ec_product_specification_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_specification_attribute` ( `product_id` bigint unsigned NOT NULL, `attribute_id` bigint unsigned NOT NULL, `value` text COLLATE utf8mb4_unicode_ci, `hidden` tinyint(1) NOT NULL DEFAULT '0', `order` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`product_id`,`attribute_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_specification_attribute` -- LOCK TABLES `ec_product_specification_attribute` WRITE; /*!40000 ALTER TABLE `ec_product_specification_attribute` DISABLE KEYS */; INSERT INTO `ec_product_specification_attribute` VALUES (1,1,'80.85 cm',0,0),(1,2,'63.01 cm',0,0),(1,3,'4.66 cm',0,0),(1,4,'61.43 cm',0,0),(1,5,'16.47 cm',0,0),(2,1,'62.89 cm',0,0),(2,2,'88.6 cm',0,0),(2,3,'30.32 cm',0,0),(2,4,'32.88 cm',0,0),(2,5,'96.74 cm',0,0),(3,6,'84.75 cm',0,0),(3,7,'11.82 cm',0,0),(3,8,'3840x2160',0,0),(4,6,'16.58 cm',0,0),(4,7,'19.8 cm',0,0),(4,8,'3840x2160',0,0),(5,1,'86.32 cm',0,0),(5,2,'80.39 cm',0,0),(5,3,'65.17 cm',0,0),(5,4,'34.72 cm',0,0),(5,5,'87.52 cm',0,0),(6,6,'85.83 cm',0,0),(6,7,'37.42 cm',0,0),(6,8,'2560x1440',0,0),(7,6,'43.24 cm',0,0),(7,7,'84.84 cm',0,0),(7,8,'2560x1440',0,0),(8,6,'65.5 cm',0,0),(8,7,'9.74 cm',0,0),(8,8,'3840x2160',0,0),(9,6,'37.89 cm',0,0),(9,7,'94.22 cm',0,0),(9,8,'2560x1440',0,0),(10,1,'88.7 cm',0,0),(10,2,'18.38 cm',0,0),(10,3,'21.25 cm',0,0),(10,4,'12.64 cm',0,0),(10,5,'91.16 cm',0,0),(11,1,'20.43 cm',0,0),(11,2,'50.77 cm',0,0),(11,3,'96.5 cm',0,0),(11,4,'44.85 cm',0,0),(11,5,'9.59 cm',0,0),(12,6,'47.39 cm',0,0),(12,7,'66.32 cm',0,0),(12,8,'3840x2160',0,0),(13,1,'74.36 cm',0,0),(13,2,'45.61 cm',0,0),(13,3,'54.64 cm',0,0),(13,4,'15.87 cm',0,0),(13,5,'21.81 cm',0,0),(14,1,'82.06 cm',0,0),(14,2,'25.97 cm',0,0),(14,3,'83.82 cm',0,0),(14,4,'2.54 cm',0,0),(14,5,'13.02 cm',0,0),(15,6,'82.79 cm',0,0),(15,7,'80.34 cm',0,0),(15,8,'3840x2160',0,0),(16,6,'59.9 cm',0,0),(16,7,'52.48 cm',0,0),(16,8,'3840x2160',0,0),(17,6,'21.97 cm',0,0),(17,7,'2.48 cm',0,0),(17,8,'2560x1440',0,0),(18,1,'40.51 cm',0,0),(18,2,'52.19 cm',0,0),(18,3,'24.55 cm',0,0),(18,4,'16.02 cm',0,0),(18,5,'29.97 cm',0,0),(19,1,'17.92 cm',0,0),(19,2,'41.11 cm',0,0),(19,3,'23.42 cm',0,0),(19,4,'5.57 cm',0,0),(19,5,'51.61 cm',0,0),(20,6,'22.19 cm',0,0),(20,7,'53.42 cm',0,0),(20,8,'2560x1440',0,0),(21,6,'28.01 cm',0,0),(21,7,'1.15 cm',0,0),(21,8,'3840x2160',0,0),(22,6,'31.88 cm',0,0),(22,7,'94.43 cm',0,0),(22,8,'1920x1080',0,0),(23,6,'29.7 cm',0,0),(23,7,'96.13 cm',0,0),(23,8,'3840x2160',0,0),(24,6,'59.63 cm',0,0),(24,7,'95.97 cm',0,0),(24,8,'3840x2160',0,0),(25,1,'83.45 cm',0,0),(25,2,'11.31 cm',0,0),(25,3,'52.35 cm',0,0),(25,4,'59.66 cm',0,0),(25,5,'62.83 cm',0,0),(26,6,'47.02 cm',0,0),(26,7,'96.68 cm',0,0),(26,8,'1920x1080',0,0),(27,6,'96.81 cm',0,0),(27,7,'58.76 cm',0,0),(27,8,'1920x1080',0,0),(28,1,'53.55 cm',0,0),(28,2,'53.5 cm',0,0),(28,3,'53.44 cm',0,0),(28,4,'63.84 cm',0,0),(28,5,'47.68 cm',0,0),(29,6,'82.05 cm',0,0),(29,7,'88.01 cm',0,0),(29,8,'3840x2160',0,0),(30,1,'28.67 cm',0,0),(30,2,'81.4 cm',0,0),(30,3,'45.47 cm',0,0),(30,4,'47.8 cm',0,0),(30,5,'50.1 cm',0,0),(31,6,'39.01 cm',0,0),(31,7,'47.63 cm',0,0),(31,8,'2560x1440',0,0),(32,1,'85.3 cm',0,0),(32,2,'81.12 cm',0,0),(32,3,'12.08 cm',0,0),(32,4,'40.05 cm',0,0),(32,5,'91.58 cm',0,0),(33,1,'38.95 cm',0,0),(33,2,'98.19 cm',0,0),(33,3,'69.55 cm',0,0),(33,4,'20.74 cm',0,0),(33,5,'91.58 cm',0,0),(34,1,'66.01 cm',0,0),(34,2,'32.82 cm',0,0),(34,3,'19.5 cm',0,0),(34,4,'82.82 cm',0,0),(34,5,'40.89 cm',0,0),(35,6,'76.17 cm',0,0),(35,7,'79.26 cm',0,0),(35,8,'3840x2160',0,0),(36,6,'22.62 cm',0,0),(36,7,'86.63 cm',0,0),(36,8,'3840x2160',0,0),(37,6,'98.87 cm',0,0),(37,7,'29.26 cm',0,0),(37,8,'3840x2160',0,0),(38,6,'67.64 cm',0,0),(38,7,'24.59 cm',0,0),(38,8,'1920x1080',0,0),(39,6,'38.1 cm',0,0),(39,7,'68.03 cm',0,0),(39,8,'1920x1080',0,0),(40,1,'98.37 cm',0,0),(40,2,'40.93 cm',0,0),(40,3,'95.15 cm',0,0),(40,4,'26.3 cm',0,0),(40,5,'61.98 cm',0,0),(41,6,'48.56 cm',0,0),(41,7,'9.8 cm',0,0),(41,8,'2560x1440',0,0),(42,6,'21.25 cm',0,0),(42,7,'93.53 cm',0,0),(42,8,'3840x2160',0,0),(43,1,'34.78 cm',0,0),(43,2,'84.33 cm',0,0),(43,3,'30.1 cm',0,0),(43,4,'68.07 cm',0,0),(43,5,'40.81 cm',0,0),(44,1,'48.76 cm',0,0),(44,2,'26.6 cm',0,0),(44,3,'84.07 cm',0,0),(44,4,'81.42 cm',0,0),(44,5,'82.71 cm',0,0),(45,1,'81.09 cm',0,0),(45,2,'97.24 cm',0,0),(45,3,'26.96 cm',0,0),(45,4,'59.81 cm',0,0),(45,5,'14.09 cm',0,0),(46,6,'20.6 cm',0,0),(46,7,'13.55 cm',0,0),(46,8,'1920x1080',0,0),(47,1,'98.72 cm',0,0),(47,2,'75.4 cm',0,0),(47,3,'91.61 cm',0,0),(47,4,'40.91 cm',0,0),(47,5,'25.77 cm',0,0),(48,6,'12.84 cm',0,0),(48,7,'6.38 cm',0,0),(48,8,'3840x2160',0,0),(49,6,'83.87 cm',0,0),(49,7,'87.45 cm',0,0),(49,8,'2560x1440',0,0),(50,1,'87.4 cm',0,0),(50,2,'88.61 cm',0,0),(50,3,'17.88 cm',0,0),(50,4,'23.37 cm',0,0),(50,5,'59.21 cm',0,0),(51,1,'2.09 cm',0,0),(51,2,'97.08 cm',0,0),(51,3,'86.86 cm',0,0),(51,4,'54.22 cm',0,0),(51,5,'46.84 cm',0,0),(52,6,'26.11 cm',0,0),(52,7,'78.87 cm',0,0),(52,8,'2560x1440',0,0),(53,6,'46.7 cm',0,0),(53,7,'91.75 cm',0,0),(53,8,'2560x1440',0,0),(54,1,'82.27 cm',0,0),(54,2,'37.29 cm',0,0),(54,3,'48.36 cm',0,0),(54,4,'55.34 cm',0,0),(54,5,'27.07 cm',0,0),(55,1,'96.69 cm',0,0),(55,2,'89.36 cm',0,0),(55,3,'95.01 cm',0,0),(55,4,'21.39 cm',0,0),(55,5,'68.11 cm',0,0),(56,6,'99.14 cm',0,0),(56,7,'77.01 cm',0,0),(56,8,'1920x1080',0,0),(57,6,'38.17 cm',0,0),(57,7,'78.18 cm',0,0),(57,8,'2560x1440',0,0),(58,6,'17 cm',0,0),(58,7,'31.06 cm',0,0),(58,8,'2560x1440',0,0),(59,6,'16.33 cm',0,0),(59,7,'7.65 cm',0,0),(59,8,'2560x1440',0,0),(60,6,'18.51 cm',0,0),(60,7,'12.44 cm',0,0),(60,8,'2560x1440',0,0),(61,1,'4.01 cm',0,0),(61,2,'12.08 cm',0,0),(61,3,'37.99 cm',0,0),(61,4,'43.34 cm',0,0),(61,5,'96.34 cm',0,0),(62,6,'60.89 cm',0,0),(62,7,'13.52 cm',0,0),(62,8,'3840x2160',0,0),(63,6,'31.16 cm',0,0),(63,7,'20.82 cm',0,0),(63,8,'3840x2160',0,0),(64,6,'11.86 cm',0,0),(64,7,'40.78 cm',0,0),(64,8,'2560x1440',0,0),(65,1,'71.34 cm',0,0),(65,2,'36.99 cm',0,0),(65,3,'49.58 cm',0,0),(65,4,'70.67 cm',0,0),(65,5,'49.78 cm',0,0); /*!40000 ALTER TABLE `ec_product_specification_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tag_product` -- DROP TABLE IF EXISTS `ec_product_tag_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_tag_product` ( `product_id` bigint unsigned NOT NULL, `tag_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`tag_id`), KEY `ec_product_tag_product_product_id_index` (`product_id`), KEY `ec_product_tag_product_tag_id_index` (`tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tag_product` -- LOCK TABLES `ec_product_tag_product` WRITE; /*!40000 ALTER TABLE `ec_product_tag_product` DISABLE KEYS */; INSERT INTO `ec_product_tag_product` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(3,3),(3,5),(3,6),(4,1),(4,3),(4,6),(5,1),(5,2),(5,5),(6,1),(6,2),(6,5),(7,2),(7,3),(7,5),(8,1),(8,5),(8,6),(9,2),(9,5),(9,6),(10,1),(10,2),(10,3),(11,2),(11,4),(11,6),(12,2),(12,4),(12,5),(13,3),(13,5),(13,6),(14,1),(14,4),(14,6),(15,4),(15,5),(15,6),(16,4),(16,5),(16,6),(17,2),(17,3),(17,6),(18,1),(18,2),(18,5),(19,1),(19,3),(19,6),(20,1),(20,3),(20,6),(21,1),(21,3),(21,5),(22,2),(22,3),(22,6),(23,1),(23,3),(23,6),(24,3),(24,4),(24,6),(25,1),(25,4),(25,6),(26,2),(26,4),(26,5),(27,1),(27,2),(27,6),(28,2),(28,3),(28,5),(29,3),(29,5),(29,6),(30,1),(30,4),(30,5),(31,1),(31,5),(31,6),(32,1),(32,3),(32,5),(33,3),(33,4),(33,6),(34,2),(34,5),(34,6),(35,1),(35,5),(35,6),(36,1),(36,2),(36,5),(37,3),(37,4),(37,6),(38,2),(38,4),(38,6),(39,3),(39,4),(39,6),(40,3),(40,5),(40,6),(41,1),(41,2),(41,6),(42,2),(42,3),(42,5),(43,2),(43,3),(43,4),(44,1),(44,4),(44,5),(45,3),(45,4),(45,6),(46,2),(46,3),(46,6),(47,2),(47,4),(47,5),(48,1),(48,2),(48,6),(49,1),(49,4),(49,5),(50,1),(50,2),(50,5),(51,1),(51,2),(51,4),(52,3),(52,4),(52,6),(53,3),(53,4),(53,6),(54,1),(54,3),(54,4),(55,2),(55,4),(55,6),(56,1),(56,4),(56,5),(57,1),(57,2),(57,5),(58,3),(58,5),(58,6),(59,3),(59,4),(59,5),(60,1),(60,3),(60,6),(61,1),(61,4),(61,6),(62,3),(62,4),(62,6),(63,2),(63,4),(63,6),(64,2),(64,3),(64,5),(65,3),(65,4),(65,5); /*!40000 ALTER TABLE `ec_product_tag_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tags` -- DROP TABLE IF EXISTS `ec_product_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_tags` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tags` -- LOCK TABLES `ec_product_tags` WRITE; /*!40000 ALTER TABLE `ec_product_tags` DISABLE KEYS */; INSERT INTO `ec_product_tags` VALUES (1,'Electronic',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(2,'Mobile',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(3,'Iphone',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(4,'Printer',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(5,'Office',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(6,'IT',NULL,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'); /*!40000 ALTER TABLE `ec_product_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tags_translations` -- DROP TABLE IF EXISTS `ec_product_tags_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_tags_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_tags_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_tags_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tags_translations` -- LOCK TABLES `ec_product_tags_translations` WRITE; /*!40000 ALTER TABLE `ec_product_tags_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_tags_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_up_sale_relations` -- DROP TABLE IF EXISTS `ec_product_up_sale_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_up_sale_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_up_sale_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_up_sale_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_up_sale_relations` -- LOCK TABLES `ec_product_up_sale_relations` WRITE; /*!40000 ALTER TABLE `ec_product_up_sale_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_up_sale_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_variation_items` -- DROP TABLE IF EXISTS `ec_product_variation_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_variation_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `attribute_id` bigint unsigned NOT NULL, `variation_id` bigint unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_product_variation_items_attribute_id_variation_id_unique` (`attribute_id`,`variation_id`), KEY `attribute_variation_index` (`attribute_id`,`variation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_variation_items` -- LOCK TABLES `ec_product_variation_items` WRITE; /*!40000 ALTER TABLE `ec_product_variation_items` DISABLE KEYS */; INSERT INTO `ec_product_variation_items` VALUES (9,1,5),(25,1,13),(43,1,22),(55,1,28),(57,1,29),(59,1,30),(63,1,32),(97,1,49),(15,2,8),(17,2,9),(29,2,15),(33,2,17),(35,2,18),(81,2,41),(89,2,45),(13,3,7),(37,3,19),(53,3,27),(83,3,42),(87,3,44),(1,4,1),(3,4,2),(7,4,4),(19,4,10),(21,4,11),(23,4,12),(27,4,14),(39,4,20),(41,4,21),(45,4,23),(47,4,24),(49,4,25),(51,4,26),(67,4,34),(75,4,38),(77,4,39),(91,4,46),(5,5,3),(11,5,6),(31,5,16),(61,5,31),(65,5,33),(69,5,35),(71,5,36),(73,5,37),(79,5,40),(85,5,43),(93,5,47),(95,5,48),(4,6,2),(30,6,15),(40,6,20),(42,6,21),(50,6,25),(60,6,30),(62,6,31),(86,6,43),(88,6,44),(6,7,3),(14,7,7),(16,7,8),(22,7,11),(84,7,42),(90,7,45),(92,7,46),(2,8,1),(10,8,5),(24,8,12),(26,8,13),(28,8,14),(34,8,17),(36,8,18),(44,8,22),(48,8,24),(52,8,26),(64,8,32),(68,8,34),(70,8,35),(74,8,37),(82,8,41),(96,8,48),(12,9,6),(18,9,9),(20,9,10),(32,9,16),(54,9,27),(56,9,28),(58,9,29),(66,9,33),(76,9,38),(80,9,40),(8,10,4),(38,10,19),(46,10,23),(72,10,36),(78,10,39),(94,10,47),(98,10,49),(107,11,54),(111,11,56),(117,11,59),(125,11,63),(131,11,66),(155,11,78),(163,11,82),(177,11,89),(179,11,90),(119,12,60),(135,12,68),(99,13,50),(103,13,52),(105,13,53),(109,13,55),(123,13,62),(133,13,67),(141,13,71),(143,13,72),(145,13,73),(157,13,79),(167,13,84),(169,13,85),(113,14,57),(127,14,64),(137,14,69),(153,14,77),(171,14,86),(175,14,88),(101,15,51),(115,15,58),(121,15,61),(129,15,65),(139,15,70),(147,15,74),(149,15,75),(151,15,76),(159,15,80),(161,15,81),(165,15,83),(173,15,87),(122,16,61),(132,16,66),(160,16,80),(174,16,87),(176,16,88),(110,17,55),(124,17,62),(130,17,65),(134,17,67),(144,17,72),(150,17,75),(158,17,79),(166,17,83),(168,17,84),(102,18,51),(106,18,53),(120,18,60),(140,18,70),(142,18,71),(162,18,81),(172,18,86),(104,19,52),(108,19,54),(112,19,56),(114,19,57),(126,19,63),(136,19,68),(146,19,73),(148,19,74),(100,20,50),(116,20,58),(118,20,59),(128,20,64),(138,20,69),(152,20,76),(154,20,77),(156,20,78),(164,20,82),(170,20,85),(178,20,89),(180,20,90); /*!40000 ALTER TABLE `ec_product_variation_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_variations` -- DROP TABLE IF EXISTS `ec_product_variations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_variations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned DEFAULT NULL, `configurable_product_id` bigint unsigned NOT NULL, `is_default` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `ec_product_variations_product_id_configurable_product_id_unique` (`product_id`,`configurable_product_id`), KEY `configurable_product_index` (`product_id`,`configurable_product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_variations` -- LOCK TABLES `ec_product_variations` WRITE; /*!40000 ALTER TABLE `ec_product_variations` DISABLE KEYS */; INSERT INTO `ec_product_variations` VALUES (1,66,2,1),(2,67,2,0),(3,68,2,0),(4,69,2,0),(5,70,2,0),(6,71,7,1),(7,72,7,0),(8,73,7,0),(9,74,9,1),(10,75,9,0),(11,76,12,1),(12,77,12,0),(13,78,12,0),(14,79,13,1),(15,80,14,1),(16,81,14,0),(17,82,14,0),(18,83,15,1),(19,84,15,0),(20,85,15,0),(21,86,17,1),(22,87,17,0),(23,88,20,1),(24,89,20,0),(25,90,20,0),(26,91,21,1),(27,92,21,0),(28,93,21,0),(29,94,21,0),(30,95,22,1),(31,96,22,0),(32,97,25,1),(33,98,26,1),(34,99,26,0),(35,100,27,1),(36,101,27,0),(37,102,27,0),(38,103,27,0),(39,104,28,1),(40,105,28,0),(41,106,28,0),(42,107,29,1),(43,108,29,0),(44,109,29,0),(45,110,29,0),(46,111,30,1),(47,112,30,0),(48,113,30,0),(49,114,31,1),(50,115,33,1),(51,116,33,0),(52,117,35,1),(53,118,35,0),(54,119,35,0),(55,120,37,1),(56,121,37,0),(57,122,37,0),(58,123,38,1),(59,124,38,0),(60,125,38,0),(61,126,38,0),(62,127,39,1),(63,128,39,0),(64,129,40,1),(65,130,41,1),(66,131,41,0),(67,132,42,1),(68,133,42,0),(69,134,43,1),(70,135,44,1),(71,136,44,0),(72,137,44,0),(73,138,45,1),(74,139,45,0),(75,140,51,1),(76,141,56,1),(77,142,56,0),(78,143,57,1),(79,144,57,0),(80,145,57,0),(81,146,59,1),(82,147,59,0),(83,148,59,0),(84,149,61,1),(85,150,61,0),(86,151,61,0),(87,152,64,1),(88,153,64,0),(89,154,64,0),(90,155,64,0); /*!40000 ALTER TABLE `ec_product_variations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_views` -- DROP TABLE IF EXISTS `ec_product_views`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_views` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned NOT NULL, `views` int NOT NULL DEFAULT '1', `date` date NOT NULL DEFAULT '2024-09-21', PRIMARY KEY (`id`), UNIQUE KEY `ec_product_views_product_id_date_unique` (`product_id`,`date`), KEY `ec_product_views_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_views` -- LOCK TABLES `ec_product_views` WRITE; /*!40000 ALTER TABLE `ec_product_views` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_with_attribute_set` -- DROP TABLE IF EXISTS `ec_product_with_attribute_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_product_with_attribute_set` ( `attribute_set_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `order` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`product_id`,`attribute_set_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_with_attribute_set` -- LOCK TABLES `ec_product_with_attribute_set` WRITE; /*!40000 ALTER TABLE `ec_product_with_attribute_set` DISABLE KEYS */; INSERT INTO `ec_product_with_attribute_set` VALUES (1,2,0),(2,2,0),(1,7,0),(2,7,0),(1,9,0),(2,9,0),(1,12,0),(2,12,0),(1,13,0),(2,13,0),(1,14,0),(2,14,0),(1,15,0),(2,15,0),(1,17,0),(2,17,0),(1,20,0),(2,20,0),(1,21,0),(2,21,0),(1,22,0),(2,22,0),(1,25,0),(2,25,0),(1,26,0),(2,26,0),(1,27,0),(2,27,0),(1,28,0),(2,28,0),(1,29,0),(2,29,0),(1,30,0),(2,30,0),(1,31,0),(2,31,0),(3,33,0),(4,33,0),(3,35,0),(4,35,0),(3,37,0),(4,37,0),(3,38,0),(4,38,0),(3,39,0),(4,39,0),(3,40,0),(4,40,0),(3,41,0),(4,41,0),(3,42,0),(4,42,0),(3,43,0),(4,43,0),(3,44,0),(4,44,0),(3,45,0),(4,45,0),(3,51,0),(4,51,0),(3,56,0),(4,56,0),(3,57,0),(4,57,0),(3,59,0),(4,59,0),(3,61,0),(4,61,0),(3,64,0),(4,64,0); /*!40000 ALTER TABLE `ec_product_with_attribute_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_products` -- DROP TABLE IF EXISTS `ec_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci, `content` longtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `images` text COLLATE utf8mb4_unicode_ci, `video_media` text COLLATE utf8mb4_unicode_ci, `sku` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` int unsigned NOT NULL DEFAULT '0', `quantity` int unsigned DEFAULT NULL, `allow_checkout_when_out_of_stock` tinyint unsigned NOT NULL DEFAULT '0', `with_storehouse_management` tinyint unsigned NOT NULL DEFAULT '0', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `brand_id` bigint unsigned DEFAULT NULL, `is_variation` tinyint NOT NULL DEFAULT '0', `sale_type` tinyint NOT NULL DEFAULT '0', `price` double unsigned DEFAULT NULL, `sale_price` double unsigned DEFAULT NULL, `start_date` timestamp NULL DEFAULT NULL, `end_date` timestamp NULL DEFAULT NULL, `length` double(8,2) DEFAULT NULL, `wide` double(8,2) DEFAULT NULL, `height` double(8,2) DEFAULT NULL, `weight` double(8,2) DEFAULT NULL, `tax_id` bigint unsigned DEFAULT NULL, `views` bigint NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `stock_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'in_stock', `created_by_id` bigint unsigned DEFAULT '0', `created_by_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'physical', `barcode` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cost_per_item` double DEFAULT NULL, `generate_license_code` tinyint(1) NOT NULL DEFAULT '0', `minimum_order_quantity` int unsigned DEFAULT '0', `maximum_order_quantity` int unsigned DEFAULT '0', `notify_attachment_updated` tinyint(1) NOT NULL DEFAULT '0', `specification_table_id` bigint unsigned DEFAULT NULL, `store_id` bigint unsigned DEFAULT NULL, `approved_by` bigint unsigned DEFAULT '0', PRIMARY KEY (`id`), KEY `ec_products_brand_id_status_is_variation_created_at_index` (`brand_id`,`status`,`is_variation`,`created_at`), KEY `sale_type_index` (`sale_type`), KEY `start_date_index` (`start_date`), KEY `end_date_index` (`end_date`), KEY `sale_price_index` (`sale_price`), KEY `is_variation_index` (`is_variation`), KEY `ec_products_sku_index` (`sku`) ) ENGINE=InnoDB AUTO_INCREMENT=156 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_products` -- LOCK TABLES `ec_products` WRITE; /*!40000 ALTER TABLE `ec_products` DISABLE KEYS */; INSERT INTO `ec_products` VALUES (1,'Dual Camera 20MP','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/1.jpg\"]',NULL,'H3-122',0,14,0,1,1,1,0,0,80.25,24.25,NULL,NULL,14.00,20.00,12.00,805.00,NULL,28552,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,2,0),(2,'Smart Watches','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/2.jpg\",\"products\\/2-1.jpg\",\"products\\/2-2.jpg\",\"products\\/2-3.jpg\"]',NULL,'I3-171-A1',0,15,0,1,1,5,0,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,97840,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,3,0),(3,'Beat Headphone','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/3.jpg\"]',NULL,'9S-184',0,17,0,1,1,2,0,0,20,16,NULL,NULL,10.00,13.00,15.00,742.00,NULL,187337,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,8,0),(4,'Red & Black Headphone (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/4.jpg\",\"products\\/4-1.jpg\",\"products\\/4-2.jpg\",\"products\\/4-3.jpg\"]',NULL,'EI-134',0,16,0,1,1,4,0,0,571,131,NULL,NULL,11.00,14.00,18.00,886.00,NULL,91468,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,4,0),(5,'Smart Watch External','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/5.jpg\",\"products\\/5-1.jpg\",\"products\\/5-2.jpg\",\"products\\/5-3.jpg\"]',NULL,'KU-169',0,15,0,1,1,2,0,0,774,495,NULL,NULL,18.00,19.00,18.00,735.00,NULL,32942,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,8,0),(6,'Nikon HD camera','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/6.jpg\"]',NULL,'DO-111',0,17,0,1,1,3,0,0,468,95,NULL,NULL,16.00,18.00,16.00,529.00,NULL,107031,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(7,'Audio Equipment','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/7.jpg\"]',NULL,'RB-118-A1',0,12,0,1,1,5,0,0,588,NULL,NULL,NULL,20.00,12.00,15.00,689.00,NULL,180269,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(8,'Smart Televisions (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/8.jpg\",\"products\\/8-1.jpg\",\"products\\/8-2.jpg\",\"products\\/8-3.jpg\"]',NULL,'FZ-156',0,11,0,1,1,4,0,0,1286,908,NULL,NULL,12.00,15.00,17.00,589.00,NULL,170213,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,3,0),(9,'Samsung Smart Phone','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/9.jpg\",\"products\\/9-1.jpg\",\"products\\/9-2.jpg\"]',NULL,'AJ-104-A1',0,16,0,1,1,4,0,0,534,NULL,NULL,NULL,14.00,12.00,13.00,812.00,NULL,172412,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,1,0),(10,'Herschel Leather Duffle Bag In Brown Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/10.jpg\",\"products\\/10-1.jpg\",\"products\\/10-2.jpg\"]',NULL,'WM-183',0,15,0,1,1,2,0,0,1202,932,NULL,NULL,12.00,20.00,16.00,612.00,NULL,131852,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,8,0),(11,'Xbox One Wireless Controller Black Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/11.jpg\",\"products\\/11-1.jpg\",\"products\\/11-2.jpg\",\"products\\/11-3.jpg\"]',NULL,'HW-110',0,16,0,1,0,4,0,0,1226,641,NULL,NULL,11.00,18.00,13.00,547.00,NULL,140452,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,6,0),(12,'EPSION Plaster Printer (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/12.jpg\",\"products\\/12-1.jpg\",\"products\\/12-2.jpg\",\"products\\/12-3.jpg\"]',NULL,'QV-184-A1',0,13,0,1,1,2,0,0,521,380.33,NULL,NULL,10.00,10.00,19.00,607.00,NULL,48268,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,8,0),(13,'Sound Intone I65 Earphone White Version','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/13.jpg\",\"products\\/13-1.jpg\"]',NULL,'JJ-200-A1',0,10,0,1,1,3,0,0,590,NULL,NULL,NULL,10.00,15.00,11.00,893.00,NULL,72467,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,5,0),(14,'B&O Play Mini Bluetooth Speaker','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/14.jpg\"]',NULL,'53-137-A1',0,19,0,1,0,1,0,0,564,NULL,NULL,NULL,16.00,15.00,17.00,537.00,NULL,125882,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,1,0),(15,'Apple MacBook Air Retina 13.3-Inch Laptop','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/15.jpg\",\"products\\/15-1.jpg\"]',NULL,'P4-140-A1',0,17,0,1,1,1,0,0,581,NULL,NULL,NULL,13.00,17.00,13.00,735.00,NULL,185968,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(16,'Apple MacBook Air Retina 12-Inch Laptop (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/16.jpg\"]',NULL,'UG-130',0,15,0,1,0,3,0,0,585,158,NULL,NULL,10.00,18.00,12.00,798.00,NULL,4536,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,6,0),(17,'Samsung Gear VR Virtual Reality Headset','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/17.jpg\",\"products\\/17-1.jpg\",\"products\\/17-2.jpg\",\"products\\/17-3.jpg\"]',NULL,'QQ-134-A1',0,12,0,1,1,3,0,0,538,NULL,NULL,NULL,10.00,11.00,11.00,697.00,NULL,144034,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,3,0),(18,'Aveeno Moisturizing Body Shower 450ml','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/18.jpg\",\"products\\/18-1.jpg\",\"products\\/18-2.jpg\",\"products\\/18-3.jpg\"]',NULL,'XR-127',0,17,0,1,0,4,0,0,1070,266,NULL,NULL,20.00,19.00,14.00,683.00,NULL,171648,'2024-09-20 21:03:29','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,6,0),(19,'NYX Beauty Couton Pallete Makeup 12','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/19.jpg\",\"products\\/19-1.jpg\",\"products\\/19-2.jpg\",\"products\\/19-3.jpg\"]',NULL,'G3-146',0,10,0,1,1,1,0,0,1255,709,NULL,NULL,17.00,12.00,12.00,840.00,NULL,178351,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,7,0),(20,'NYX Beauty Couton Pallete Makeup 12 (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/20.jpg\",\"products\\/20-1.jpg\",\"products\\/20-2.jpg\",\"products\\/20-3.jpg\"]',NULL,'P5-163-A1',0,19,0,1,1,4,0,0,872,767.36,NULL,NULL,18.00,14.00,19.00,863.00,NULL,135560,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,6,0),(21,'MVMTH Classical Leather Watch In Black','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/21.jpg\",\"products\\/21-1.jpg\",\"products\\/21-2.jpg\"]',NULL,'TE-176-A1',0,20,0,1,0,1,0,0,759,NULL,NULL,NULL,19.00,19.00,20.00,843.00,NULL,6922,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,5,0),(22,'Baxter Care Hair Kit For Bearded Mens','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/22.jpg\",\"products\\/22-1.jpg\",\"products\\/22-2.jpg\",\"products\\/22-3.jpg\"]',NULL,'XU-197-A1',0,19,0,1,1,5,0,0,424,NULL,NULL,NULL,18.00,12.00,11.00,888.00,NULL,72827,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,1,0),(23,'Ciate Palemore Lipstick Bold Red Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/23.jpg\",\"products\\/23-1.jpg\",\"products\\/23-2.jpg\",\"products\\/23-3.jpg\"]',NULL,'9U-192',0,14,0,1,0,1,0,0,1296,363,NULL,NULL,13.00,12.00,12.00,766.00,NULL,64987,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,2,0),(24,'Vimto Squash Remix Apple 1.5 Litres (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/24.jpg\",\"products\\/24-1.jpg\",\"products\\/24-2.jpg\"]',NULL,'HT-185',0,10,0,1,0,3,0,0,1270,63,NULL,NULL,11.00,20.00,16.00,659.00,NULL,30463,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,5,0),(25,'Crock Pot Slow Cooker','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/25.jpg\",\"products\\/25-1.jpg\",\"products\\/25-2.jpg\"]',NULL,'BS-165-A1',0,10,0,1,1,2,0,0,776,NULL,NULL,NULL,10.00,11.00,16.00,836.00,NULL,181501,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,3,0),(26,'Taylors of Harrogate Yorkshire Coffee','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/26.jpg\",\"products\\/26-1.jpg\"]',NULL,'KR-132-A1',0,15,0,1,0,5,0,0,1020,NULL,NULL,NULL,18.00,17.00,19.00,593.00,NULL,20802,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(27,'Soft Mochi & Galeto Ice Cream','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/27.jpg\",\"products\\/27-1.jpg\"]',NULL,'G5-140-A1',0,16,0,1,0,2,0,0,809,NULL,NULL,NULL,13.00,16.00,17.00,885.00,NULL,184200,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(28,'Naked Noodle Egg Noodles Singapore (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/28.jpg\",\"products\\/28-1.jpg\",\"products\\/28-2.jpg\"]',NULL,'WE-180-A1',0,19,0,1,1,3,0,0,1000,780,NULL,NULL,16.00,20.00,20.00,616.00,NULL,76441,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,1,8,0),(29,'Saute Pan Silver','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/29.jpg\",\"products\\/29-1.jpg\",\"products\\/29-2.jpg\"]',NULL,'2G-158-A1',0,20,0,1,0,3,0,0,998,NULL,NULL,NULL,17.00,12.00,19.00,795.00,NULL,190613,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,1,0),(30,'Bar S – Classic Bun Length Franks','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/30.jpg\",\"products\\/30-1.jpg\",\"products\\/30-2.jpg\"]',NULL,'53-192-A1',0,20,0,1,0,3,0,0,520,NULL,NULL,NULL,17.00,10.00,18.00,830.00,NULL,7956,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,6,0),(31,'Broccoli Crowns','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/31.jpg\",\"products\\/31-1.jpg\"]',NULL,'FK-196-A1',0,13,0,1,1,4,0,0,962,NULL,NULL,NULL,12.00,16.00,12.00,502.00,NULL,13976,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(32,'Slimming World Vegan Mac Greens (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/32.jpg\",\"products\\/32-1.jpg\",\"products\\/32-2.jpg\"]',NULL,'GV-100',0,19,0,1,1,5,0,0,1208,923,NULL,NULL,17.00,10.00,10.00,816.00,NULL,113534,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,1,7,0),(33,'Häagen-Dazs Salted Caramel','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/33.jpg\",\"products\\/33-1.jpg\",\"products\\/33-2.jpg\"]',NULL,'LR-132-A1',0,12,0,1,0,3,0,0,1211,NULL,NULL,NULL,11.00,10.00,13.00,734.00,NULL,76760,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,6,0),(34,'Iceland 3 Solo Exotic Burst','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/34.jpg\",\"products\\/34-1.jpg\"]',NULL,'TB-122',0,18,0,1,1,4,0,0,1141,865,NULL,NULL,14.00,18.00,12.00,633.00,NULL,191040,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,1,0),(35,'Extreme Budweiser Light Can','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/35.jpg\",\"products\\/35-1.jpg\"]',NULL,'JK-134-A1',0,16,0,1,0,5,0,0,879,NULL,NULL,NULL,19.00,10.00,19.00,803.00,NULL,71010,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,2,0),(36,'Iceland Macaroni Cheese Traybake (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/36.jpg\",\"products\\/36-1.jpg\",\"products\\/36-2.jpg\"]',NULL,'EK-102',0,15,0,1,1,3,0,0,974,859,NULL,NULL,12.00,13.00,16.00,579.00,NULL,198708,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,4,0),(37,'Dolmio Bolognese Pasta Sauce','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/37.jpg\",\"products\\/37-1.jpg\",\"products\\/37-2.jpg\"]',NULL,'CH-172-A1',0,11,0,1,0,3,0,0,628,NULL,NULL,NULL,18.00,14.00,15.00,715.00,NULL,141740,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,5,0),(38,'Sitema BakeIT Plastic Box','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/38.jpg\",\"products\\/38-1.jpg\",\"products\\/38-2.jpg\",\"products\\/38-3.jpg\"]',NULL,'DO-190-A1',0,15,0,1,0,3,0,0,646,NULL,NULL,NULL,17.00,15.00,19.00,724.00,NULL,162111,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,5,0),(39,'Wayfair Basics Dinner Plate Storage','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/39.jpg\",\"products\\/39-1.jpg\",\"products\\/39-2.jpg\"]',NULL,'7R-138-A1',0,18,0,1,1,3,0,0,1265,NULL,NULL,NULL,20.00,19.00,20.00,624.00,NULL,183676,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,7,0),(40,'Miko The Panda Water Bottle (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/40.jpg\",\"products\\/40-1.jpg\"]',NULL,'LS-118-A1',0,11,0,1,1,5,0,0,851,697.82,NULL,NULL,10.00,16.00,10.00,728.00,NULL,11851,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,1,1,0),(41,'Sesame Seed Bread','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/41.jpg\",\"products\\/41-1.jpg\",\"products\\/41-2.jpg\"]',NULL,'EY-170-A1',0,19,0,1,1,2,0,0,691,NULL,NULL,NULL,10.00,12.00,15.00,794.00,NULL,179323,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,5,0),(42,'Morrisons The Best Beef','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/42.jpg\",\"products\\/42-1.jpg\",\"products\\/42-2.jpg\"]',NULL,'CV-166-A1',0,19,0,1,0,4,0,0,771,NULL,NULL,NULL,14.00,20.00,17.00,691.00,NULL,191661,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(43,'Avocado, Hass Large','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/43.jpg\",\"products\\/43-1.jpg\",\"products\\/43-2.jpg\"]',NULL,'XL-149-A1',0,20,0,1,0,3,0,0,882,NULL,NULL,NULL,11.00,12.00,18.00,797.00,NULL,23064,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,6,0),(44,'Italia Beef Lasagne (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/44.jpg\",\"products\\/44-1.jpg\",\"products\\/44-2.jpg\"]',NULL,'QH-141-A1',0,17,0,1,1,3,0,0,818,638.04,NULL,NULL,13.00,19.00,12.00,831.00,NULL,174426,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,1,1,0),(45,'Maxwell House Classic Roast Mocha','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/45.jpg\",\"products\\/45-1.jpg\"]',NULL,'2Y-143-A1',0,17,0,1,0,5,0,0,840,NULL,NULL,NULL,18.00,12.00,19.00,760.00,NULL,46566,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,3,0),(46,'Bottled Pure Water 500ml','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/46.jpg\",\"products\\/46-1.jpg\"]',NULL,'A6-145',0,14,0,1,1,4,0,0,969,104,NULL,NULL,19.00,17.00,12.00,773.00,NULL,190975,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,6,0),(47,'Famart Farmhouse Soft White','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/47.jpg\",\"products\\/47-1.jpg\"]',NULL,'O8-101',0,19,0,1,1,1,0,0,758,141,NULL,NULL,10.00,15.00,14.00,535.00,NULL,156194,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,2,0),(48,'Coca-Cola Original Taste (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/48.jpg\",\"products\\/48-1.jpg\",\"products\\/48-2.jpg\"]',NULL,'IU-116',0,17,0,1,0,5,0,0,757,58,NULL,NULL,19.00,12.00,14.00,736.00,NULL,83559,'2024-09-20 21:03:30','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,5,0),(49,'Casillero Diablo Cabernet Sauvignon','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/49.jpg\",\"products\\/49-1.jpg\",\"products\\/49-2.jpg\"]',NULL,'EX-150',0,19,0,1,0,4,0,0,939,693,NULL,NULL,12.00,12.00,10.00,585.00,NULL,108000,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,3,0),(50,'Arla Organic Free Range Milk','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/50.jpg\",\"products\\/50-1.jpg\"]',NULL,'AL-134',0,19,0,1,0,4,0,0,656,212,NULL,NULL,10.00,13.00,17.00,615.00,NULL,38184,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,5,0),(51,'Aptamil Follow On Baby Milk','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/51.jpg\"]',NULL,'LS-198-A1',0,17,0,1,1,1,0,0,1289,NULL,NULL,NULL,16.00,16.00,15.00,645.00,NULL,79726,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,2,0),(52,'Cuisinart Chef’S Classic Hard-Anodized (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/52.jpg\",\"products\\/52-1.jpg\",\"products\\/52-2.jpg\"]',NULL,'PE-190',0,11,0,1,1,2,0,0,732,523,NULL,NULL,13.00,15.00,13.00,519.00,NULL,175337,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,7,0),(53,'Corn, Yellow Sweet','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/53.jpg\",\"products\\/53-1.jpg\"]',NULL,'LN-176',0,15,0,1,0,5,0,0,1123,711,NULL,NULL,18.00,11.00,14.00,889.00,NULL,21649,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,4,0),(54,'Hobnobs The Nobbly Biscuit','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/54.jpg\",\"products\\/54-1.jpg\"]',NULL,'QK-133',0,10,0,1,1,2,0,0,911,70,NULL,NULL,14.00,20.00,13.00,599.00,NULL,112976,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,8,0),(55,'Honest Organic Still Lemonade','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/55.jpg\",\"products\\/55-1.jpg\",\"products\\/55-2.jpg\"]',NULL,'TY-104',0,15,0,1,0,2,0,0,869,506,NULL,NULL,15.00,13.00,17.00,797.00,NULL,90980,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,7,0),(56,'Ice Beck’s Beer 350ml x 24 Pieces (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/56.jpg\",\"products\\/56-1.jpg\",\"products\\/56-2.jpg\"]',NULL,'PO-128-A1',0,16,0,1,1,5,0,0,1044,856.08,NULL,NULL,14.00,18.00,11.00,758.00,NULL,170087,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,4,0),(57,'Iceland 6 Hot Cross Buns','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/57.jpg\",\"products\\/57-1.jpg\"]',NULL,'V5-190-A1',0,17,0,1,1,4,0,0,959,NULL,NULL,NULL,18.00,10.00,19.00,735.00,NULL,9225,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,2,0),(58,'Iceland Luxury 4 Panini Rolls','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/58.jpg\",\"products\\/58-1.jpg\",\"products\\/58-2.jpg\"]',NULL,'YD-130',0,12,0,1,1,3,0,0,652,295,NULL,NULL,18.00,18.00,10.00,714.00,NULL,130479,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,1,0),(59,'Iceland Soft Scoop Vanilla','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/59.jpg\",\"products\\/59-1.jpg\",\"products\\/59-2.jpg\",\"products\\/59-3.jpg\"]',NULL,'ID-186-A1',0,12,0,1,1,1,0,0,668,NULL,NULL,NULL,12.00,16.00,20.00,510.00,NULL,187742,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,1,0),(60,'Iceland Spaghetti Bolognese (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/60.jpg\",\"products\\/60-1.jpg\",\"products\\/60-2.jpg\"]',NULL,'KV-157',0,20,0,1,1,2,0,0,584,527,NULL,NULL,10.00,18.00,13.00,818.00,NULL,153412,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,4,0),(61,'Kellogg’s Coco Pops Cereal','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/61.jpg\",\"products\\/61-1.jpg\"]',NULL,'KQ-177-A1',0,10,0,1,0,2,0,0,732,NULL,NULL,NULL,18.00,12.00,12.00,518.00,NULL,5962,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,4,0),(62,'Kit Kat Chunky Milk Chocolate','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/62.jpg\",\"products\\/62-1.jpg\"]',NULL,'9E-127',0,13,0,1,0,4,0,0,884,825,NULL,NULL,15.00,15.00,17.00,800.00,NULL,38221,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,2,0),(63,'Large Green Bell Pepper','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/63.jpg\",\"products\\/63-1.jpg\"]',NULL,'3W-141',0,19,0,1,0,1,0,0,970,627,NULL,NULL,11.00,16.00,15.00,653.00,NULL,192437,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,2,5,0),(64,'Pice 94w Beasley Journal (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/64.jpg\",\"products\\/64-1.jpg\"]',NULL,'G4-114-A1',0,12,0,1,1,2,0,0,752,571.52,NULL,NULL,11.00,10.00,17.00,807.00,NULL,194810,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,2,6,0),(65,'Province Piece Glass Drinking Glass','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/65.jpg\",\"products\\/65-1.jpg\",\"products\\/65-2.jpg\"]',NULL,'YF-111',0,18,0,1,0,2,0,0,654,531,NULL,NULL,19.00,13.00,10.00,803.00,NULL,111082,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,1,4,0),(66,'Smart Watches',NULL,NULL,'published','[\"products\\/2-1.jpg\"]',NULL,'I3-171-A1',0,15,0,1,0,5,1,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(67,'Smart Watches',NULL,NULL,'published','[\"products\\/2-2.jpg\"]',NULL,'I3-171-A1-A2',0,15,0,1,0,5,1,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(68,'Smart Watches',NULL,NULL,'published','[\"products\\/2-3.jpg\"]',NULL,'I3-171-A1-A3',0,15,0,1,0,5,1,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(69,'Smart Watches',NULL,NULL,'published','[\"products\\/2.jpg\"]',NULL,'I3-171-A1-A4',0,15,0,1,0,5,1,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(70,'Smart Watches',NULL,NULL,'published','[\"products\\/2.jpg\"]',NULL,'I3-171-A1-A5',0,15,0,1,0,5,1,0,40.5,NULL,NULL,NULL,17.00,16.00,10.00,718.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(71,'Audio Equipment',NULL,NULL,'published','[\"products\\/7.jpg\"]',NULL,'RB-118-A1',0,12,0,1,0,5,1,0,588,NULL,NULL,NULL,20.00,12.00,15.00,689.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(72,'Audio Equipment',NULL,NULL,'published','[\"products\\/7.jpg\"]',NULL,'RB-118-A1-A2',0,12,0,1,0,5,1,0,588,NULL,NULL,NULL,20.00,12.00,15.00,689.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(73,'Audio Equipment',NULL,NULL,'published','[\"products\\/7.jpg\"]',NULL,'RB-118-A1-A3',0,12,0,1,0,5,1,0,588,NULL,NULL,NULL,20.00,12.00,15.00,689.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(74,'Samsung Smart Phone',NULL,NULL,'published','[\"products\\/9-1.jpg\"]',NULL,'AJ-104-A1',0,16,0,1,0,4,1,0,534,NULL,NULL,NULL,14.00,12.00,13.00,812.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(75,'Samsung Smart Phone',NULL,NULL,'published','[\"products\\/9-2.jpg\"]',NULL,'AJ-104-A1-A2',0,16,0,1,0,4,1,0,534,NULL,NULL,NULL,14.00,12.00,13.00,812.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(76,'EPSION Plaster Printer (Digital)',NULL,NULL,'published','[\"products\\/12-1.jpg\"]',NULL,'QV-184-A1',0,13,0,1,0,2,1,0,521,380.33,NULL,NULL,10.00,10.00,19.00,607.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(77,'EPSION Plaster Printer (Digital)',NULL,NULL,'published','[\"products\\/12-2.jpg\"]',NULL,'QV-184-A1-A2',0,13,0,1,0,2,1,0,521,437.64,NULL,NULL,10.00,10.00,19.00,607.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(78,'EPSION Plaster Printer (Digital)',NULL,NULL,'published','[\"products\\/12-3.jpg\"]',NULL,'QV-184-A1-A3',0,13,0,1,0,2,1,0,521,380.33,NULL,NULL,10.00,10.00,19.00,607.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(79,'Sound Intone I65 Earphone White Version',NULL,NULL,'published','[\"products\\/13-1.jpg\"]',NULL,'JJ-200-A1',0,10,0,1,0,3,1,0,590,NULL,NULL,NULL,10.00,15.00,11.00,893.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(80,'B&O Play Mini Bluetooth Speaker',NULL,NULL,'published','[\"products\\/14.jpg\"]',NULL,'53-137-A1',0,19,0,1,0,1,1,0,564,NULL,NULL,NULL,16.00,15.00,17.00,537.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(81,'B&O Play Mini Bluetooth Speaker',NULL,NULL,'published','[\"products\\/14.jpg\"]',NULL,'53-137-A1-A2',0,19,0,1,0,1,1,0,564,NULL,NULL,NULL,16.00,15.00,17.00,537.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(82,'B&O Play Mini Bluetooth Speaker',NULL,NULL,'published','[\"products\\/14.jpg\"]',NULL,'53-137-A1-A3',0,19,0,1,0,1,1,0,564,NULL,NULL,NULL,16.00,15.00,17.00,537.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(83,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15-1.jpg\"]',NULL,'P4-140-A1',0,17,0,1,0,1,1,0,581,NULL,NULL,NULL,13.00,17.00,13.00,735.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(84,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15.jpg\"]',NULL,'P4-140-A1-A2',0,17,0,1,0,1,1,0,581,NULL,NULL,NULL,13.00,17.00,13.00,735.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(85,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15.jpg\"]',NULL,'P4-140-A1-A3',0,17,0,1,0,1,1,0,581,NULL,NULL,NULL,13.00,17.00,13.00,735.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(86,'Samsung Gear VR Virtual Reality Headset',NULL,NULL,'published','[\"products\\/17-1.jpg\"]',NULL,'QQ-134-A1',0,12,0,1,0,3,1,0,538,NULL,NULL,NULL,10.00,11.00,11.00,697.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(87,'Samsung Gear VR Virtual Reality Headset',NULL,NULL,'published','[\"products\\/17-2.jpg\"]',NULL,'QQ-134-A1-A2',0,12,0,1,0,3,1,0,538,NULL,NULL,NULL,10.00,11.00,11.00,697.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(88,'NYX Beauty Couton Pallete Makeup 12 (Digital)',NULL,NULL,'published','[\"products\\/20-1.jpg\"]',NULL,'P5-163-A1',0,19,0,1,0,4,1,0,872,767.36,NULL,NULL,18.00,14.00,19.00,863.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(89,'NYX Beauty Couton Pallete Makeup 12 (Digital)',NULL,NULL,'published','[\"products\\/20-2.jpg\"]',NULL,'P5-163-A1-A2',0,19,0,1,0,4,1,0,872,767.36,NULL,NULL,18.00,14.00,19.00,863.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(90,'NYX Beauty Couton Pallete Makeup 12 (Digital)',NULL,NULL,'published','[\"products\\/20-3.jpg\"]',NULL,'P5-163-A1-A3',0,19,0,1,0,4,1,0,872,723.76,NULL,NULL,18.00,14.00,19.00,863.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(91,'MVMTH Classical Leather Watch In Black',NULL,NULL,'published','[\"products\\/21-1.jpg\"]',NULL,'TE-176-A1',0,20,0,1,0,1,1,0,759,NULL,NULL,NULL,19.00,19.00,20.00,843.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(92,'MVMTH Classical Leather Watch In Black',NULL,NULL,'published','[\"products\\/21-2.jpg\"]',NULL,'TE-176-A1-A2',0,20,0,1,0,1,1,0,759,NULL,NULL,NULL,19.00,19.00,20.00,843.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(93,'MVMTH Classical Leather Watch In Black',NULL,NULL,'published','[\"products\\/21.jpg\"]',NULL,'TE-176-A1-A3',0,20,0,1,0,1,1,0,759,NULL,NULL,NULL,19.00,19.00,20.00,843.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(94,'MVMTH Classical Leather Watch In Black',NULL,NULL,'published','[\"products\\/21.jpg\"]',NULL,'TE-176-A1-A4',0,20,0,1,0,1,1,0,759,NULL,NULL,NULL,19.00,19.00,20.00,843.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(95,'Baxter Care Hair Kit For Bearded Mens',NULL,NULL,'published','[\"products\\/22-1.jpg\"]',NULL,'XU-197-A1',0,19,0,1,0,5,1,0,424,NULL,NULL,NULL,18.00,12.00,11.00,888.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(96,'Baxter Care Hair Kit For Bearded Mens',NULL,NULL,'published','[\"products\\/22-2.jpg\"]',NULL,'XU-197-A1-A2',0,19,0,1,0,5,1,0,424,NULL,NULL,NULL,18.00,12.00,11.00,888.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(97,'Crock Pot Slow Cooker',NULL,NULL,'published','[\"products\\/25-1.jpg\"]',NULL,'BS-165-A1',0,10,0,1,0,2,1,0,776,NULL,NULL,NULL,10.00,11.00,16.00,836.00,NULL,0,'2024-09-20 21:03:31','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(98,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26-1.jpg\"]',NULL,'KR-132-A1',0,15,0,1,0,5,1,0,1020,NULL,NULL,NULL,18.00,17.00,19.00,593.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(99,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26.jpg\"]',NULL,'KR-132-A1-A2',0,15,0,1,0,5,1,0,1020,NULL,NULL,NULL,18.00,17.00,19.00,593.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(100,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27-1.jpg\"]',NULL,'G5-140-A1',0,16,0,1,0,2,1,0,809,NULL,NULL,NULL,13.00,16.00,17.00,885.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(101,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]',NULL,'G5-140-A1-A2',0,16,0,1,0,2,1,0,809,NULL,NULL,NULL,13.00,16.00,17.00,885.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(102,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]',NULL,'G5-140-A1-A3',0,16,0,1,0,2,1,0,809,NULL,NULL,NULL,13.00,16.00,17.00,885.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(103,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]',NULL,'G5-140-A1-A4',0,16,0,1,0,2,1,0,809,NULL,NULL,NULL,13.00,16.00,17.00,885.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(104,'Naked Noodle Egg Noodles Singapore (Digital)',NULL,NULL,'published','[\"products\\/28-1.jpg\"]',NULL,'WE-180-A1',0,19,0,1,0,3,1,0,1000,780,NULL,NULL,16.00,20.00,20.00,616.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(105,'Naked Noodle Egg Noodles Singapore (Digital)',NULL,NULL,'published','[\"products\\/28-2.jpg\"]',NULL,'WE-180-A1-A2',0,19,0,1,0,3,1,0,1000,700,NULL,NULL,16.00,20.00,20.00,616.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(106,'Naked Noodle Egg Noodles Singapore (Digital)',NULL,NULL,'published','[\"products\\/28.jpg\"]',NULL,'WE-180-A1-A3',0,19,0,1,0,3,1,0,1000,710,NULL,NULL,16.00,20.00,20.00,616.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(107,'Saute Pan Silver',NULL,NULL,'published','[\"products\\/29-1.jpg\"]',NULL,'2G-158-A1',0,20,0,1,0,3,1,0,998,NULL,NULL,NULL,17.00,12.00,19.00,795.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(108,'Saute Pan Silver',NULL,NULL,'published','[\"products\\/29-2.jpg\"]',NULL,'2G-158-A1-A2',0,20,0,1,0,3,1,0,998,NULL,NULL,NULL,17.00,12.00,19.00,795.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(109,'Saute Pan Silver',NULL,NULL,'published','[\"products\\/29.jpg\"]',NULL,'2G-158-A1-A3',0,20,0,1,0,3,1,0,998,NULL,NULL,NULL,17.00,12.00,19.00,795.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(110,'Saute Pan Silver',NULL,NULL,'published','[\"products\\/29.jpg\"]',NULL,'2G-158-A1-A4',0,20,0,1,0,3,1,0,998,NULL,NULL,NULL,17.00,12.00,19.00,795.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(111,'Bar S – Classic Bun Length Franks',NULL,NULL,'published','[\"products\\/30-1.jpg\"]',NULL,'53-192-A1',0,20,0,1,0,3,1,0,520,NULL,NULL,NULL,17.00,10.00,18.00,830.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(112,'Bar S – Classic Bun Length Franks',NULL,NULL,'published','[\"products\\/30-2.jpg\"]',NULL,'53-192-A1-A2',0,20,0,1,0,3,1,0,520,NULL,NULL,NULL,17.00,10.00,18.00,830.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(113,'Bar S – Classic Bun Length Franks',NULL,NULL,'published','[\"products\\/30.jpg\"]',NULL,'53-192-A1-A3',0,20,0,1,0,3,1,0,520,NULL,NULL,NULL,17.00,10.00,18.00,830.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(114,'Broccoli Crowns',NULL,NULL,'published','[\"products\\/31-1.jpg\"]',NULL,'FK-196-A1',0,13,0,1,0,4,1,0,962,NULL,NULL,NULL,12.00,16.00,12.00,502.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(115,'Häagen-Dazs Salted Caramel',NULL,NULL,'published','[\"products\\/33-1.jpg\"]',NULL,'LR-132-A1',0,12,0,1,0,3,1,0,1211,NULL,NULL,NULL,11.00,10.00,13.00,734.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(116,'Häagen-Dazs Salted Caramel',NULL,NULL,'published','[\"products\\/33-2.jpg\"]',NULL,'LR-132-A1-A2',0,12,0,1,0,3,1,0,1211,NULL,NULL,NULL,11.00,10.00,13.00,734.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(117,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35-1.jpg\"]',NULL,'JK-134-A1',0,16,0,1,0,5,1,0,879,NULL,NULL,NULL,19.00,10.00,19.00,803.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(118,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35.jpg\"]',NULL,'JK-134-A1-A2',0,16,0,1,0,5,1,0,879,NULL,NULL,NULL,19.00,10.00,19.00,803.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(119,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35.jpg\"]',NULL,'JK-134-A1-A3',0,16,0,1,0,5,1,0,879,NULL,NULL,NULL,19.00,10.00,19.00,803.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(120,'Dolmio Bolognese Pasta Sauce',NULL,NULL,'published','[\"products\\/37-1.jpg\"]',NULL,'CH-172-A1',0,11,0,1,0,3,1,0,628,NULL,NULL,NULL,18.00,14.00,15.00,715.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(121,'Dolmio Bolognese Pasta Sauce',NULL,NULL,'published','[\"products\\/37-2.jpg\"]',NULL,'CH-172-A1-A2',0,11,0,1,0,3,1,0,628,NULL,NULL,NULL,18.00,14.00,15.00,715.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(122,'Dolmio Bolognese Pasta Sauce',NULL,NULL,'published','[\"products\\/37.jpg\"]',NULL,'CH-172-A1-A3',0,11,0,1,0,3,1,0,628,NULL,NULL,NULL,18.00,14.00,15.00,715.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(123,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38-1.jpg\"]',NULL,'DO-190-A1',0,15,0,1,0,3,1,0,646,NULL,NULL,NULL,17.00,15.00,19.00,724.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(124,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38-2.jpg\"]',NULL,'DO-190-A1-A2',0,15,0,1,0,3,1,0,646,NULL,NULL,NULL,17.00,15.00,19.00,724.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(125,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38-3.jpg\"]',NULL,'DO-190-A1-A3',0,15,0,1,0,3,1,0,646,NULL,NULL,NULL,17.00,15.00,19.00,724.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(126,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38.jpg\"]',NULL,'DO-190-A1-A4',0,15,0,1,0,3,1,0,646,NULL,NULL,NULL,17.00,15.00,19.00,724.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(127,'Wayfair Basics Dinner Plate Storage',NULL,NULL,'published','[\"products\\/39-1.jpg\"]',NULL,'7R-138-A1',0,18,0,1,0,3,1,0,1265,NULL,NULL,NULL,20.00,19.00,20.00,624.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(128,'Wayfair Basics Dinner Plate Storage',NULL,NULL,'published','[\"products\\/39-2.jpg\"]',NULL,'7R-138-A1-A2',0,18,0,1,0,3,1,0,1265,NULL,NULL,NULL,20.00,19.00,20.00,624.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(129,'Miko The Panda Water Bottle (Digital)',NULL,NULL,'published','[\"products\\/40-1.jpg\"]',NULL,'LS-118-A1',0,11,0,1,0,5,1,0,851,697.82,NULL,NULL,10.00,16.00,10.00,728.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(130,'Sesame Seed Bread',NULL,NULL,'published','[\"products\\/41-1.jpg\"]',NULL,'EY-170-A1',0,19,0,1,0,2,1,0,691,NULL,NULL,NULL,10.00,12.00,15.00,794.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(131,'Sesame Seed Bread',NULL,NULL,'published','[\"products\\/41-2.jpg\"]',NULL,'EY-170-A1-A2',0,19,0,1,0,2,1,0,691,NULL,NULL,NULL,10.00,12.00,15.00,794.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(132,'Morrisons The Best Beef',NULL,NULL,'published','[\"products\\/42-1.jpg\"]',NULL,'CV-166-A1',0,19,0,1,0,4,1,0,771,NULL,NULL,NULL,14.00,20.00,17.00,691.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(133,'Morrisons The Best Beef',NULL,NULL,'published','[\"products\\/42-2.jpg\"]',NULL,'CV-166-A1-A2',0,19,0,1,0,4,1,0,771,NULL,NULL,NULL,14.00,20.00,17.00,691.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(134,'Avocado, Hass Large',NULL,NULL,'published','[\"products\\/43-1.jpg\"]',NULL,'XL-149-A1',0,20,0,1,0,3,1,0,882,NULL,NULL,NULL,11.00,12.00,18.00,797.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(135,'Italia Beef Lasagne (Digital)',NULL,NULL,'published','[\"products\\/44-1.jpg\"]',NULL,'QH-141-A1',0,17,0,1,0,3,1,0,818,638.04,NULL,NULL,13.00,19.00,12.00,831.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(136,'Italia Beef Lasagne (Digital)',NULL,NULL,'published','[\"products\\/44-2.jpg\"]',NULL,'QH-141-A1-A2',0,17,0,1,0,3,1,0,818,621.68,NULL,NULL,13.00,19.00,12.00,831.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(137,'Italia Beef Lasagne (Digital)',NULL,NULL,'published','[\"products\\/44.jpg\"]',NULL,'QH-141-A1-A3',0,17,0,1,0,3,1,0,818,736.2,NULL,NULL,13.00,19.00,12.00,831.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(138,'Maxwell House Classic Roast Mocha',NULL,NULL,'published','[\"products\\/45-1.jpg\"]',NULL,'2Y-143-A1',0,17,0,1,0,5,1,0,840,NULL,NULL,NULL,18.00,12.00,19.00,760.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(139,'Maxwell House Classic Roast Mocha',NULL,NULL,'published','[\"products\\/45.jpg\"]',NULL,'2Y-143-A1-A2',0,17,0,1,0,5,1,0,840,NULL,NULL,NULL,18.00,12.00,19.00,760.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(140,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]',NULL,'LS-198-A1',0,17,0,1,0,1,1,0,1289,NULL,NULL,NULL,16.00,16.00,15.00,645.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(141,'Ice Beck’s Beer 350ml x 24 Pieces (Digital)',NULL,NULL,'published','[\"products\\/56-1.jpg\"]',NULL,'PO-128-A1',0,16,0,1,0,5,1,0,1044,856.08,NULL,NULL,14.00,18.00,11.00,758.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(142,'Ice Beck’s Beer 350ml x 24 Pieces (Digital)',NULL,NULL,'published','[\"products\\/56-2.jpg\"]',NULL,'PO-128-A1-A2',0,16,0,1,0,5,1,0,1044,772.56,NULL,NULL,14.00,18.00,11.00,758.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(143,'Iceland 6 Hot Cross Buns',NULL,NULL,'published','[\"products\\/57-1.jpg\"]',NULL,'V5-190-A1',0,17,0,1,0,4,1,0,959,NULL,NULL,NULL,18.00,10.00,19.00,735.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(144,'Iceland 6 Hot Cross Buns',NULL,NULL,'published','[\"products\\/57.jpg\"]',NULL,'V5-190-A1-A2',0,17,0,1,0,4,1,0,959,NULL,NULL,NULL,18.00,10.00,19.00,735.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(145,'Iceland 6 Hot Cross Buns',NULL,NULL,'published','[\"products\\/57.jpg\"]',NULL,'V5-190-A1-A3',0,17,0,1,0,4,1,0,959,NULL,NULL,NULL,18.00,10.00,19.00,735.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(146,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-1.jpg\"]',NULL,'ID-186-A1',0,12,0,1,0,1,1,0,668,NULL,NULL,NULL,12.00,16.00,20.00,510.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(147,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-2.jpg\"]',NULL,'ID-186-A1-A2',0,12,0,1,0,1,1,0,668,NULL,NULL,NULL,12.00,16.00,20.00,510.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(148,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-3.jpg\"]',NULL,'ID-186-A1-A3',0,12,0,1,0,1,1,0,668,NULL,NULL,NULL,12.00,16.00,20.00,510.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(149,'Kellogg’s Coco Pops Cereal',NULL,NULL,'published','[\"products\\/61-1.jpg\"]',NULL,'KQ-177-A1',0,10,0,1,0,2,1,0,732,NULL,NULL,NULL,18.00,12.00,12.00,518.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(150,'Kellogg’s Coco Pops Cereal',NULL,NULL,'published','[\"products\\/61.jpg\"]',NULL,'KQ-177-A1-A2',0,10,0,1,0,2,1,0,732,NULL,NULL,NULL,18.00,12.00,12.00,518.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(151,'Kellogg’s Coco Pops Cereal',NULL,NULL,'published','[\"products\\/61.jpg\"]',NULL,'KQ-177-A1-A3',0,10,0,1,0,2,1,0,732,NULL,NULL,NULL,18.00,12.00,12.00,518.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0,0,NULL,NULL,0),(152,'Pice 94w Beasley Journal (Digital)',NULL,NULL,'published','[\"products\\/64-1.jpg\"]',NULL,'G4-114-A1',0,12,0,1,0,2,1,0,752,571.52,NULL,NULL,11.00,10.00,17.00,807.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(153,'Pice 94w Beasley Journal (Digital)',NULL,NULL,'published','[\"products\\/64.jpg\"]',NULL,'G4-114-A1-A2',0,12,0,1,0,2,1,0,752,556.48,NULL,NULL,11.00,10.00,17.00,807.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(154,'Pice 94w Beasley Journal (Digital)',NULL,NULL,'published','[\"products\\/64.jpg\"]',NULL,'G4-114-A1-A3',0,12,0,1,0,2,1,0,752,533.92,NULL,NULL,11.00,10.00,17.00,807.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0),(155,'Pice 94w Beasley Journal (Digital)',NULL,NULL,'published','[\"products\\/64.jpg\"]',NULL,'G4-114-A1-A4',0,12,0,1,0,2,1,0,752,601.6,NULL,NULL,11.00,10.00,17.00,807.00,NULL,0,'2024-09-20 21:03:32','2024-09-20 21:03:36','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0,0,NULL,NULL,0); /*!40000 ALTER TABLE `ec_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_products_translations` -- DROP TABLE IF EXISTS `ec_products_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_products_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_products_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `content` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_products_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_products_translations` -- LOCK TABLES `ec_products_translations` WRITE; /*!40000 ALTER TABLE `ec_products_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_products_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_review_replies` -- DROP TABLE IF EXISTS `ec_review_replies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_review_replies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `review_id` bigint unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_review_replies_review_id_user_id_unique` (`review_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_review_replies` -- LOCK TABLES `ec_review_replies` WRITE; /*!40000 ALTER TABLE `ec_review_replies` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_review_replies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_reviews` -- DROP TABLE IF EXISTS `ec_reviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_reviews` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned DEFAULT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_id` bigint unsigned NOT NULL, `star` double(8,2) NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `images` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `ec_reviews_product_id_customer_id_unique` (`product_id`,`customer_id`), KEY `ec_reviews_product_id_customer_id_status_created_at_index` (`product_id`,`customer_id`,`status`,`created_at`), KEY `review_relation_index` (`product_id`,`customer_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_reviews` -- LOCK TABLES `ec_reviews` WRITE; /*!40000 ALTER TABLE `ec_reviews` DISABLE KEYS */; INSERT INTO `ec_reviews` VALUES (1,10,NULL,NULL,23,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/17-2.jpg\",\"products\\/22-2.jpg\",\"products\\/56-2.jpg\"]'),(2,8,NULL,NULL,48,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/37-1.jpg\",\"products\\/50-1.jpg\",\"products\\/65-2.jpg\"]'),(3,2,NULL,NULL,50,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\",\"products\\/56-2.jpg\"]'),(4,3,NULL,NULL,48,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11.jpg\",\"products\\/13-1.jpg\",\"products\\/38-3.jpg\"]'),(5,3,NULL,NULL,37,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/49.jpg\",\"products\\/59-2.jpg\"]'),(6,2,NULL,NULL,33,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\"]'),(7,5,NULL,NULL,11,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-2.jpg\",\"products\\/53.jpg\"]'),(8,2,NULL,NULL,16,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/11-2.jpg\",\"products\\/23-3.jpg\"]'),(9,5,NULL,NULL,16,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-1.jpg\",\"products\\/38.jpg\",\"products\\/49.jpg\",\"products\\/62.jpg\"]'),(10,1,NULL,NULL,32,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\",\"products\\/27.jpg\"]'),(11,1,NULL,NULL,45,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/43.jpg\",\"products\\/46-1.jpg\"]'),(12,4,NULL,NULL,51,1.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-2.jpg\",\"products\\/15.jpg\",\"products\\/28-1.jpg\"]'),(13,7,NULL,NULL,48,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-1.jpg\",\"products\\/32-1.jpg\",\"products\\/49-2.jpg\"]'),(14,10,NULL,NULL,2,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13-1.jpg\",\"products\\/24-1.jpg\",\"products\\/53-1.jpg\",\"products\\/57.jpg\"]'),(15,2,NULL,NULL,9,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9.jpg\",\"products\\/49-2.jpg\"]'),(16,7,NULL,NULL,19,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-1.jpg\",\"products\\/55-1.jpg\"]'),(17,5,NULL,NULL,39,2.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/52-2.jpg\"]'),(18,2,NULL,NULL,62,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\",\"products\\/41.jpg\",\"products\\/48.jpg\"]'),(19,6,NULL,NULL,22,5.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/6.jpg\",\"products\\/8-2.jpg\"]'),(20,6,NULL,NULL,38,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30.jpg\",\"products\\/41-2.jpg\",\"products\\/63.jpg\"]'),(21,7,NULL,NULL,36,5.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/38-3.jpg\",\"products\\/45-1.jpg\",\"products\\/52-2.jpg\"]'),(22,8,NULL,NULL,62,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\"]'),(23,10,NULL,NULL,39,5.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/36-2.jpg\",\"products\\/49-1.jpg\",\"products\\/59.jpg\"]'),(24,9,NULL,NULL,17,1.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/42-2.jpg\",\"products\\/55.jpg\"]'),(25,4,NULL,NULL,27,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/58-1.jpg\"]'),(26,7,NULL,NULL,23,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-2.jpg\"]'),(27,10,NULL,NULL,20,2.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/13.jpg\",\"products\\/21.jpg\"]'),(28,8,NULL,NULL,50,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/27-1.jpg\"]'),(29,4,NULL,NULL,1,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/52-1.jpg\"]'),(30,6,NULL,NULL,37,3.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/47.jpg\"]'),(32,1,NULL,NULL,28,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/31-1.jpg\"]'),(33,8,NULL,NULL,27,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-3.jpg\",\"products\\/46.jpg\",\"products\\/49-1.jpg\"]'),(34,5,NULL,NULL,22,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/24-1.jpg\",\"products\\/28-2.jpg\"]'),(36,1,NULL,NULL,46,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21.jpg\",\"products\\/26.jpg\",\"products\\/41-1.jpg\"]'),(37,7,NULL,NULL,52,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\",\"products\\/38-3.jpg\"]'),(38,8,NULL,NULL,36,5.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\"]'),(39,5,NULL,NULL,45,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\"]'),(40,5,NULL,NULL,31,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/52-1.jpg\"]'),(42,9,NULL,NULL,4,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-2.jpg\",\"products\\/26.jpg\",\"products\\/34-1.jpg\",\"products\\/40.jpg\"]'),(43,7,NULL,NULL,27,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13.jpg\",\"products\\/23-1.jpg\",\"products\\/37-2.jpg\"]'),(44,10,NULL,NULL,42,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-1.jpg\",\"products\\/22.jpg\",\"products\\/61.jpg\"]'),(45,7,NULL,NULL,30,1.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/29.jpg\",\"products\\/35.jpg\"]'),(46,5,NULL,NULL,1,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-1.jpg\",\"products\\/53-1.jpg\"]'),(47,9,NULL,NULL,65,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/43.jpg\",\"products\\/63.jpg\"]'),(48,2,NULL,NULL,17,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/18-3.jpg\",\"products\\/35.jpg\"]'),(49,1,NULL,NULL,41,5.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-1.jpg\",\"products\\/23-2.jpg\",\"products\\/58.jpg\"]'),(50,5,NULL,NULL,9,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-2.jpg\",\"products\\/18-3.jpg\",\"products\\/57.jpg\"]'),(51,4,NULL,NULL,13,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/8-1.jpg\",\"products\\/58.jpg\"]'),(52,8,NULL,NULL,15,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-2.jpg\",\"products\\/42.jpg\"]'),(53,7,NULL,NULL,45,2.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/65-1.jpg\"]'),(54,5,NULL,NULL,57,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/10-2.jpg\",\"products\\/31-1.jpg\",\"products\\/45-1.jpg\"]'),(55,3,NULL,NULL,7,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/63-1.jpg\"]'),(56,4,NULL,NULL,16,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/9-2.jpg\",\"products\\/10-1.jpg\"]'),(57,7,NULL,NULL,49,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11.jpg\",\"products\\/31.jpg\",\"products\\/65-1.jpg\"]'),(58,3,NULL,NULL,10,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/12-3.jpg\",\"products\\/55-1.jpg\"]'),(59,8,NULL,NULL,18,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\",\"products\\/30-1.jpg\"]'),(60,5,NULL,NULL,8,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\"]'),(61,10,NULL,NULL,13,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/49-1.jpg\"]'),(62,7,NULL,NULL,21,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/12-3.jpg\",\"products\\/24-1.jpg\",\"products\\/60.jpg\"]'),(63,9,NULL,NULL,64,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-2.jpg\",\"products\\/20.jpg\"]'),(65,2,NULL,NULL,22,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/29-1.jpg\",\"products\\/35.jpg\",\"products\\/54.jpg\"]'),(66,9,NULL,NULL,46,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\",\"products\\/6.jpg\",\"products\\/17-2.jpg\"]'),(67,1,NULL,NULL,8,5.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-1.jpg\",\"products\\/39-2.jpg\"]'),(68,9,NULL,NULL,9,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\"]'),(69,4,NULL,NULL,65,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/12-2.jpg\",\"products\\/13-1.jpg\",\"products\\/18-1.jpg\"]'),(70,7,NULL,NULL,57,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-3.jpg\",\"products\\/19-2.jpg\"]'),(71,3,NULL,NULL,12,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9.jpg\",\"products\\/38.jpg\",\"products\\/55-1.jpg\"]'),(72,1,NULL,NULL,11,1.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-1.jpg\",\"products\\/29-1.jpg\",\"products\\/60.jpg\"]'),(73,8,NULL,NULL,39,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/50-1.jpg\"]'),(75,10,NULL,NULL,37,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/53-1.jpg\",\"products\\/53.jpg\",\"products\\/62.jpg\"]'),(76,5,NULL,NULL,44,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/38-2.jpg\"]'),(77,7,NULL,NULL,10,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/26.jpg\",\"products\\/29-2.jpg\",\"products\\/38.jpg\"]'),(78,3,NULL,NULL,35,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24.jpg\"]'),(79,4,NULL,NULL,40,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/11-1.jpg\",\"products\\/11-2.jpg\",\"products\\/34.jpg\"]'),(81,8,NULL,NULL,59,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/19-1.jpg\",\"products\\/61-1.jpg\"]'),(82,8,NULL,NULL,19,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\",\"products\\/39-2.jpg\",\"products\\/49-2.jpg\"]'),(84,8,NULL,NULL,20,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35.jpg\",\"products\\/56-1.jpg\"]'),(85,1,NULL,NULL,63,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\",\"products\\/23-1.jpg\",\"products\\/29.jpg\"]'),(86,7,NULL,NULL,43,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/4.jpg\",\"products\\/24.jpg\",\"products\\/53.jpg\"]'),(87,3,NULL,NULL,15,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\",\"products\\/36-1.jpg\",\"products\\/38.jpg\"]'),(88,5,NULL,NULL,29,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35.jpg\"]'),(89,6,NULL,NULL,19,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/12-2.jpg\",\"products\\/38.jpg\",\"products\\/49.jpg\"]'),(91,4,NULL,NULL,29,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-1.jpg\"]'),(92,5,NULL,NULL,46,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60.jpg\"]'),(93,5,NULL,NULL,61,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/37-1.jpg\"]'),(94,2,NULL,NULL,63,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/11-1.jpg\",\"products\\/53-1.jpg\",\"products\\/55-2.jpg\"]'),(95,5,NULL,NULL,55,1.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/63.jpg\"]'),(96,9,NULL,NULL,35,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/30-1.jpg\",\"products\\/53.jpg\"]'),(97,6,NULL,NULL,47,3.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\",\"products\\/47-1.jpg\",\"products\\/56-1.jpg\",\"products\\/61.jpg\"]'),(98,2,NULL,NULL,37,4.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/40.jpg\",\"products\\/47-1.jpg\",\"products\\/50-1.jpg\"]'),(99,9,NULL,NULL,60,1.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25-1.jpg\"]'),(100,7,NULL,NULL,8,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/7.jpg\",\"products\\/54-1.jpg\"]'),(101,6,NULL,NULL,52,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-1.jpg\",\"products\\/51.jpg\"]'),(102,5,NULL,NULL,18,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28.jpg\",\"products\\/30-1.jpg\",\"products\\/60-1.jpg\"]'),(103,7,NULL,NULL,4,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/5-1.jpg\"]'),(104,9,NULL,NULL,33,5.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/38.jpg\"]'),(105,3,NULL,NULL,52,2.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/26-1.jpg\",\"products\\/38-1.jpg\",\"products\\/65-1.jpg\"]'),(106,3,NULL,NULL,56,2.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-1.jpg\",\"products\\/17-2.jpg\",\"products\\/31-1.jpg\"]'),(107,2,NULL,NULL,54,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/6.jpg\"]'),(108,10,NULL,NULL,60,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/27.jpg\",\"products\\/30-1.jpg\"]'),(110,5,NULL,NULL,19,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/42-1.jpg\",\"products\\/48.jpg\",\"products\\/55-1.jpg\"]'),(111,1,NULL,NULL,16,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-2.jpg\",\"products\\/42-1.jpg\",\"products\\/50.jpg\"]'),(113,10,NULL,NULL,64,2.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/25-1.jpg\",\"products\\/52.jpg\",\"products\\/58-1.jpg\"]'),(114,10,NULL,NULL,63,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/13.jpg\",\"products\\/60-1.jpg\",\"products\\/65-1.jpg\"]'),(115,5,NULL,NULL,49,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/54.jpg\",\"products\\/56-1.jpg\"]'),(116,5,NULL,NULL,4,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15.jpg\",\"products\\/17-1.jpg\",\"products\\/59-1.jpg\"]'),(117,3,NULL,NULL,3,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60-1.jpg\",\"products\\/61.jpg\"]'),(118,6,NULL,NULL,4,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/39-2.jpg\"]'),(120,7,NULL,NULL,12,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/24-2.jpg\"]'),(121,8,NULL,NULL,51,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/65-2.jpg\"]'),(122,8,NULL,NULL,56,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15.jpg\",\"products\\/55-2.jpg\"]'),(123,3,NULL,NULL,41,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-1.jpg\",\"products\\/20-1.jpg\"]'),(124,2,NULL,NULL,41,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11.jpg\",\"products\\/15-1.jpg\",\"products\\/60-1.jpg\"]'),(126,6,NULL,NULL,28,4.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13.jpg\",\"products\\/57-1.jpg\"]'),(128,10,NULL,NULL,51,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/49-1.jpg\",\"products\\/59-1.jpg\"]'),(129,4,NULL,NULL,39,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\"]'),(130,6,NULL,NULL,62,2.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/33-2.jpg\",\"products\\/64-1.jpg\"]'),(132,9,NULL,NULL,2,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/43-2.jpg\",\"products\\/60-2.jpg\"]'),(134,2,NULL,NULL,6,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-1.jpg\",\"products\\/23-3.jpg\",\"products\\/35.jpg\",\"products\\/46-1.jpg\"]'),(135,10,NULL,NULL,58,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-2.jpg\"]'),(138,1,NULL,NULL,14,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/45.jpg\"]'),(140,5,NULL,NULL,32,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/62.jpg\"]'),(141,4,NULL,NULL,43,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-2.jpg\",\"products\\/24-1.jpg\"]'),(143,3,NULL,NULL,57,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/1.jpg\",\"products\\/10.jpg\"]'),(144,8,NULL,NULL,35,5.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\",\"products\\/43-1.jpg\"]'),(146,2,NULL,NULL,57,5.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/5-3.jpg\",\"products\\/36-1.jpg\",\"products\\/48-1.jpg\"]'),(148,10,NULL,NULL,54,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/39-2.jpg\"]'),(149,2,NULL,NULL,2,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/11.jpg\",\"products\\/16.jpg\"]'),(150,6,NULL,NULL,43,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/22.jpg\"]'),(151,1,NULL,NULL,18,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35.jpg\",\"products\\/49-2.jpg\"]'),(153,2,NULL,NULL,27,3.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/18-1.jpg\",\"products\\/23-3.jpg\",\"products\\/38-3.jpg\"]'),(154,6,NULL,NULL,5,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18.jpg\",\"products\\/32-2.jpg\",\"products\\/41.jpg\",\"products\\/60-1.jpg\"]'),(155,8,NULL,NULL,31,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/4.jpg\",\"products\\/49.jpg\"]'),(156,2,NULL,NULL,32,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/11.jpg\",\"products\\/29.jpg\",\"products\\/44.jpg\"]'),(157,4,NULL,NULL,64,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32.jpg\"]'),(160,2,NULL,NULL,38,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\",\"products\\/42-2.jpg\",\"products\\/44-1.jpg\"]'),(161,3,NULL,NULL,51,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/8-3.jpg\",\"products\\/32-2.jpg\"]'),(162,8,NULL,NULL,4,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/53.jpg\"]'),(163,10,NULL,NULL,11,5.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/34-1.jpg\",\"products\\/42-2.jpg\"]'),(164,6,NULL,NULL,29,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/24.jpg\",\"products\\/38.jpg\",\"products\\/45.jpg\"]'),(165,1,NULL,NULL,33,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25-1.jpg\",\"products\\/32.jpg\"]'),(166,5,NULL,NULL,52,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/18.jpg\",\"products\\/21-2.jpg\",\"products\\/22-3.jpg\"]'),(167,4,NULL,NULL,4,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30-1.jpg\",\"products\\/35.jpg\",\"products\\/48-1.jpg\"]'),(168,4,NULL,NULL,17,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/55.jpg\"]'),(169,10,NULL,NULL,1,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/36-2.jpg\"]'),(170,2,NULL,NULL,15,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\",\"products\\/24.jpg\"]'),(171,3,NULL,NULL,44,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\"]'),(172,1,NULL,NULL,1,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-2.jpg\"]'),(173,6,NULL,NULL,55,2.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11.jpg\",\"products\\/36.jpg\",\"products\\/42-1.jpg\"]'),(174,3,NULL,NULL,39,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-1.jpg\",\"products\\/41-2.jpg\",\"products\\/43.jpg\",\"products\\/63.jpg\"]'),(175,1,NULL,NULL,50,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\"]'),(177,8,NULL,NULL,1,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/10-2.jpg\",\"products\\/11-1.jpg\"]'),(178,5,NULL,NULL,62,1.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13.jpg\",\"products\\/43-2.jpg\"]'),(180,1,NULL,NULL,49,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-2.jpg\",\"products\\/64-1.jpg\"]'),(182,1,NULL,NULL,20,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24-2.jpg\",\"products\\/50.jpg\",\"products\\/52.jpg\"]'),(183,1,NULL,NULL,9,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/43-1.jpg\",\"products\\/63.jpg\"]'),(184,9,NULL,NULL,25,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/23-1.jpg\",\"products\\/29-1.jpg\",\"products\\/34-1.jpg\"]'),(185,4,NULL,NULL,14,1.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-3.jpg\"]'),(187,2,NULL,NULL,35,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/12-3.jpg\",\"products\\/18-1.jpg\"]'),(188,9,NULL,NULL,21,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\",\"products\\/31.jpg\",\"products\\/44-1.jpg\"]'),(189,10,NULL,NULL,55,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/39.jpg\",\"products\\/41-1.jpg\",\"products\\/55-2.jpg\",\"products\\/65.jpg\"]'),(191,2,NULL,NULL,47,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30-1.jpg\",\"products\\/45.jpg\",\"products\\/62-1.jpg\"]'),(192,4,NULL,NULL,24,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23.jpg\"]'),(193,9,NULL,NULL,34,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/43-1.jpg\"]'),(196,5,NULL,NULL,20,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/31.jpg\",\"products\\/45.jpg\"]'),(197,10,NULL,NULL,28,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-1.jpg\",\"products\\/59-3.jpg\"]'),(198,3,NULL,NULL,9,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-2.jpg\"]'),(199,1,NULL,NULL,48,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\"]'),(200,1,NULL,NULL,54,2.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/3.jpg\",\"products\\/8.jpg\"]'),(201,10,NULL,NULL,3,2.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/17-1.jpg\",\"products\\/22.jpg\"]'),(202,9,NULL,NULL,11,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30-1.jpg\"]'),(203,10,NULL,NULL,56,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/24-2.jpg\",\"products\\/48-2.jpg\"]'),(205,2,NULL,NULL,39,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/26.jpg\",\"products\\/60.jpg\"]'),(207,10,NULL,NULL,26,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/8.jpg\",\"products\\/55-2.jpg\",\"products\\/63.jpg\"]'),(208,9,NULL,NULL,12,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\",\"products\\/23-1.jpg\"]'),(209,5,NULL,NULL,33,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/40-1.jpg\",\"products\\/56-2.jpg\"]'),(210,7,NULL,NULL,40,1.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/39-1.jpg\"]'),(212,9,NULL,NULL,39,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\"]'),(213,5,NULL,NULL,56,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/35.jpg\",\"products\\/42-2.jpg\"]'),(218,8,NULL,NULL,44,4.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-2.jpg\"]'),(219,3,NULL,NULL,34,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11.jpg\"]'),(224,7,NULL,NULL,33,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-1.jpg\",\"products\\/38-2.jpg\",\"products\\/39-1.jpg\",\"products\\/59-3.jpg\"]'),(226,3,NULL,NULL,27,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/16.jpg\",\"products\\/29-2.jpg\",\"products\\/41.jpg\"]'),(227,6,NULL,NULL,40,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\",\"products\\/21-2.jpg\",\"products\\/65.jpg\"]'),(228,8,NULL,NULL,25,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-1.jpg\",\"products\\/12-3.jpg\",\"products\\/23-3.jpg\",\"products\\/35-1.jpg\"]'),(229,4,NULL,NULL,9,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13-1.jpg\",\"products\\/23-3.jpg\"]'),(231,3,NULL,NULL,25,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35-1.jpg\",\"products\\/40.jpg\",\"products\\/60-1.jpg\"]'),(232,7,NULL,NULL,51,3.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/34-1.jpg\",\"products\\/48-2.jpg\"]'),(233,1,NULL,NULL,5,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/55.jpg\",\"products\\/57-1.jpg\"]'),(234,5,NULL,NULL,3,4.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/8-2.jpg\",\"products\\/20-1.jpg\",\"products\\/32-1.jpg\"]'),(235,10,NULL,NULL,27,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/29-1.jpg\",\"products\\/32-2.jpg\"]'),(237,6,NULL,NULL,63,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/57.jpg\"]'),(238,6,NULL,NULL,24,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13.jpg\",\"products\\/25.jpg\",\"products\\/35-1.jpg\",\"products\\/45-1.jpg\"]'),(239,8,NULL,NULL,37,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35-1.jpg\",\"products\\/55-2.jpg\"]'),(240,9,NULL,NULL,57,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\",\"products\\/39-1.jpg\"]'),(241,2,NULL,NULL,20,2.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-1.jpg\",\"products\\/35.jpg\",\"products\\/37-2.jpg\",\"products\\/45.jpg\"]'),(243,6,NULL,NULL,64,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-1.jpg\"]'),(244,2,NULL,NULL,5,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-2.jpg\",\"products\\/15-1.jpg\"]'),(245,6,NULL,NULL,35,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27.jpg\",\"products\\/41-2.jpg\",\"products\\/45-1.jpg\"]'),(247,9,NULL,NULL,32,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25.jpg\",\"products\\/31.jpg\"]'),(248,9,NULL,NULL,56,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/48.jpg\",\"products\\/60-2.jpg\"]'),(249,7,NULL,NULL,35,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/58-2.jpg\"]'),(250,5,NULL,NULL,48,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\",\"products\\/33-1.jpg\",\"products\\/43.jpg\",\"products\\/65-2.jpg\"]'),(252,2,NULL,NULL,24,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29.jpg\",\"products\\/38-1.jpg\"]'),(253,4,NULL,NULL,36,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/12-2.jpg\",\"products\\/38-2.jpg\"]'),(254,4,NULL,NULL,38,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/46-1.jpg\",\"products\\/61.jpg\",\"products\\/64-1.jpg\"]'),(256,4,NULL,NULL,50,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35-1.jpg\",\"products\\/43.jpg\"]'),(257,2,NULL,NULL,11,2.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/46-1.jpg\"]'),(258,2,NULL,NULL,25,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-3.jpg\",\"products\\/43-1.jpg\",\"products\\/43.jpg\"]'),(259,2,NULL,NULL,46,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\",\"products\\/13.jpg\",\"products\\/32-2.jpg\",\"products\\/52-1.jpg\"]'),(260,5,NULL,NULL,60,1.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24.jpg\",\"products\\/40-1.jpg\",\"products\\/59-2.jpg\"]'),(261,1,NULL,NULL,6,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30-1.jpg\",\"products\\/34.jpg\",\"products\\/47-1.jpg\",\"products\\/59-1.jpg\"]'),(262,3,NULL,NULL,64,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/21-1.jpg\",\"products\\/40-1.jpg\",\"products\\/60.jpg\"]'),(263,7,NULL,NULL,55,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-3.jpg\"]'),(264,1,NULL,NULL,4,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/65.jpg\"]'),(265,10,NULL,NULL,7,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\"]'),(266,3,NULL,NULL,28,1.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-1.jpg\",\"products\\/31-1.jpg\",\"products\\/36-2.jpg\"]'),(267,7,NULL,NULL,3,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-2.jpg\",\"products\\/48-2.jpg\"]'),(269,3,NULL,NULL,22,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\"]'),(271,6,NULL,NULL,41,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13-1.jpg\"]'),(273,4,NULL,NULL,31,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32.jpg\",\"products\\/39-2.jpg\",\"products\\/45-1.jpg\",\"products\\/52.jpg\"]'),(275,2,NULL,NULL,7,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9.jpg\",\"products\\/38.jpg\",\"products\\/65.jpg\"]'),(276,10,NULL,NULL,40,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\",\"products\\/56-1.jpg\"]'),(279,5,NULL,NULL,35,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13-1.jpg\",\"products\\/36-2.jpg\",\"products\\/56.jpg\",\"products\\/65-2.jpg\"]'),(280,5,NULL,NULL,30,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/46-1.jpg\"]'),(281,7,NULL,NULL,47,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-1.jpg\"]'),(283,2,NULL,NULL,58,1.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/42-2.jpg\"]'),(284,9,NULL,NULL,47,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-2.jpg\",\"products\\/11-3.jpg\",\"products\\/48-2.jpg\"]'),(286,3,NULL,NULL,55,3.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17.jpg\",\"products\\/58-2.jpg\",\"products\\/60-1.jpg\"]'),(287,8,NULL,NULL,29,2.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-1.jpg\"]'),(288,5,NULL,NULL,28,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29.jpg\",\"products\\/38-2.jpg\",\"products\\/45-1.jpg\",\"products\\/64-1.jpg\"]'),(293,1,NULL,NULL,34,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-1.jpg\",\"products\\/19-3.jpg\",\"products\\/26.jpg\",\"products\\/41-1.jpg\"]'),(294,1,NULL,NULL,19,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\",\"products\\/37-1.jpg\"]'),(295,3,NULL,NULL,5,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/8-2.jpg\",\"products\\/40-1.jpg\",\"products\\/57-1.jpg\"]'),(297,10,NULL,NULL,47,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/6.jpg\",\"products\\/17-3.jpg\",\"products\\/62.jpg\"]'),(298,6,NULL,NULL,65,5.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\"]'),(300,5,NULL,NULL,6,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27-1.jpg\",\"products\\/31-1.jpg\",\"products\\/55-1.jpg\",\"products\\/59-2.jpg\"]'),(301,4,NULL,NULL,33,1.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-2.jpg\",\"products\\/48-2.jpg\"]'),(304,9,NULL,NULL,40,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-2.jpg\",\"products\\/21-1.jpg\",\"products\\/41-1.jpg\",\"products\\/65-1.jpg\"]'),(305,8,NULL,NULL,12,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-2.jpg\",\"products\\/64.jpg\"]'),(306,7,NULL,NULL,20,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/9-2.jpg\"]'),(307,2,NULL,NULL,34,2.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/59-2.jpg\"]'),(309,4,NULL,NULL,47,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\"]'),(311,6,NULL,NULL,2,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-2.jpg\",\"products\\/15.jpg\",\"products\\/42-1.jpg\"]'),(312,10,NULL,NULL,35,1.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\",\"products\\/21-2.jpg\",\"products\\/22-3.jpg\",\"products\\/62-1.jpg\"]'),(313,3,NULL,NULL,8,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\"]'),(314,6,NULL,NULL,23,5.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\",\"products\\/47-1.jpg\"]'),(316,3,NULL,NULL,11,5.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/35-1.jpg\",\"products\\/46-1.jpg\"]'),(317,1,NULL,NULL,51,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-2.jpg\",\"products\\/14.jpg\",\"products\\/23-2.jpg\"]'),(318,9,NULL,NULL,8,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17.jpg\",\"products\\/38-1.jpg\",\"products\\/41-1.jpg\",\"products\\/45.jpg\"]'),(319,6,NULL,NULL,26,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/1.jpg\",\"products\\/5-1.jpg\",\"products\\/30-2.jpg\",\"products\\/43-2.jpg\"]'),(320,6,NULL,NULL,7,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/44-1.jpg\"]'),(322,4,NULL,NULL,25,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/37-2.jpg\",\"products\\/48-1.jpg\",\"products\\/50.jpg\"]'),(323,7,NULL,NULL,22,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\",\"products\\/46-1.jpg\"]'),(326,2,NULL,NULL,44,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-3.jpg\"]'),(327,9,NULL,NULL,37,3.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-1.jpg\",\"products\\/33.jpg\",\"products\\/56.jpg\"]'),(328,4,NULL,NULL,48,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10.jpg\"]'),(334,10,NULL,NULL,24,2.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/49.jpg\"]'),(336,6,NULL,NULL,30,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\",\"products\\/29-2.jpg\"]'),(337,8,NULL,NULL,24,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21.jpg\",\"products\\/25-1.jpg\"]'),(338,8,NULL,NULL,65,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24-2.jpg\",\"products\\/38.jpg\"]'),(341,2,NULL,NULL,55,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-2.jpg\",\"products\\/20.jpg\",\"products\\/47.jpg\",\"products\\/48-1.jpg\"]'),(350,6,NULL,NULL,3,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/40.jpg\",\"products\\/54-1.jpg\",\"products\\/55.jpg\"]'),(353,9,NULL,NULL,54,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-1.jpg\"]'),(354,2,NULL,NULL,52,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/7.jpg\",\"products\\/55.jpg\",\"products\\/60.jpg\"]'),(358,9,NULL,NULL,13,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17.jpg\",\"products\\/33-2.jpg\",\"products\\/38-3.jpg\",\"products\\/39.jpg\"]'),(359,2,NULL,NULL,1,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-3.jpg\",\"products\\/45.jpg\"]'),(361,10,NULL,NULL,19,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/64-1.jpg\"]'),(362,8,NULL,NULL,45,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/37-2.jpg\"]'),(363,10,NULL,NULL,50,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\",\"products\\/33.jpg\",\"products\\/35-1.jpg\",\"products\\/37-2.jpg\"]'),(364,1,NULL,NULL,29,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/14.jpg\",\"products\\/28-1.jpg\"]'),(366,2,NULL,NULL,10,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/6.jpg\",\"products\\/17-1.jpg\",\"products\\/49-2.jpg\"]'),(367,6,NULL,NULL,34,3.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-2.jpg\",\"products\\/33-1.jpg\",\"products\\/52.jpg\"]'),(368,9,NULL,NULL,10,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\",\"products\\/59.jpg\"]'),(370,6,NULL,NULL,58,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/54.jpg\",\"products\\/59-1.jpg\",\"products\\/61.jpg\",\"products\\/65-1.jpg\"]'),(377,10,NULL,NULL,29,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\",\"products\\/36-1.jpg\",\"products\\/52.jpg\"]'),(378,7,NULL,NULL,16,3.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29.jpg\",\"products\\/35-1.jpg\",\"products\\/49-2.jpg\",\"products\\/60-1.jpg\"]'),(384,1,NULL,NULL,61,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/65-2.jpg\"]'),(387,9,NULL,NULL,7,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/23-1.jpg\",\"products\\/37-2.jpg\",\"products\\/63-1.jpg\"]'),(389,5,NULL,NULL,12,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\"]'),(392,1,NULL,NULL,44,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\",\"products\\/45.jpg\",\"products\\/56.jpg\",\"products\\/58.jpg\"]'),(393,9,NULL,NULL,29,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/49-2.jpg\"]'),(394,8,NULL,NULL,38,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\",\"products\\/52-2.jpg\"]'),(395,9,NULL,NULL,28,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\",\"products\\/14.jpg\",\"products\\/20-1.jpg\"]'),(396,1,NULL,NULL,3,1.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\"]'),(397,8,NULL,NULL,41,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-2.jpg\"]'),(399,9,NULL,NULL,23,3.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10.jpg\",\"products\\/24-2.jpg\"]'),(403,2,NULL,NULL,45,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\"]'),(404,7,NULL,NULL,5,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/14.jpg\",\"products\\/19-3.jpg\",\"products\\/36.jpg\",\"products\\/40.jpg\"]'),(407,8,NULL,NULL,52,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-1.jpg\",\"products\\/17-3.jpg\"]'),(413,3,NULL,NULL,45,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/65-2.jpg\"]'),(415,8,NULL,NULL,58,2.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/52.jpg\"]'),(417,1,NULL,NULL,10,4.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\"]'),(419,1,NULL,NULL,64,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/37-1.jpg\",\"products\\/49-1.jpg\"]'),(422,6,NULL,NULL,13,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-2.jpg\",\"products\\/51.jpg\"]'),(425,7,NULL,NULL,37,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17.jpg\",\"products\\/22-1.jpg\",\"products\\/47.jpg\",\"products\\/60-1.jpg\"]'),(426,6,NULL,NULL,59,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-1.jpg\",\"products\\/45-1.jpg\"]'),(427,1,NULL,NULL,23,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25.jpg\",\"products\\/44-2.jpg\",\"products\\/48-1.jpg\"]'),(428,1,NULL,NULL,24,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/6.jpg\",\"products\\/37-1.jpg\",\"products\\/41.jpg\",\"products\\/56.jpg\"]'),(429,1,NULL,NULL,38,2.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-3.jpg\",\"products\\/27-1.jpg\",\"products\\/59.jpg\"]'),(430,4,NULL,NULL,2,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-1.jpg\",\"products\\/42-1.jpg\",\"products\\/42.jpg\",\"products\\/50.jpg\"]'),(431,3,NULL,NULL,61,2.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-2.jpg\",\"products\\/12.jpg\",\"products\\/18.jpg\",\"products\\/56.jpg\"]'),(433,8,NULL,NULL,61,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\",\"products\\/22-2.jpg\",\"products\\/52.jpg\",\"products\\/62.jpg\"]'),(437,6,NULL,NULL,54,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\",\"products\\/18-1.jpg\",\"products\\/56.jpg\",\"products\\/59-3.jpg\"]'),(438,3,NULL,NULL,43,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-3.jpg\",\"products\\/59-2.jpg\"]'),(439,4,NULL,NULL,59,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23.jpg\",\"products\\/24.jpg\",\"products\\/40-1.jpg\",\"products\\/60-2.jpg\"]'),(441,8,NULL,NULL,63,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21.jpg\",\"products\\/22-1.jpg\",\"products\\/32-1.jpg\"]'),(442,5,NULL,NULL,53,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/16.jpg\",\"products\\/42.jpg\",\"products\\/52-2.jpg\"]'),(444,7,NULL,NULL,18,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/13-1.jpg\",\"products\\/48-2.jpg\",\"products\\/59-1.jpg\"]'),(445,8,NULL,NULL,13,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/13.jpg\",\"products\\/32-1.jpg\",\"products\\/61-1.jpg\"]'),(448,6,NULL,NULL,49,2.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/42.jpg\",\"products\\/52-1.jpg\",\"products\\/53-1.jpg\"]'),(449,2,NULL,NULL,21,1.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/56-2.jpg\"]'),(451,9,NULL,NULL,61,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-1.jpg\",\"products\\/51.jpg\",\"products\\/55-2.jpg\"]'),(453,2,NULL,NULL,60,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/39-1.jpg\",\"products\\/40-1.jpg\",\"products\\/53.jpg\"]'),(458,1,NULL,NULL,37,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\",\"products\\/36-2.jpg\"]'),(459,6,NULL,NULL,56,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/1.jpg\",\"products\\/2-3.jpg\",\"products\\/49-1.jpg\",\"products\\/59-2.jpg\"]'),(461,4,NULL,NULL,53,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/5-3.jpg\",\"products\\/11-2.jpg\"]'),(462,4,NULL,NULL,56,1.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\",\"products\\/44-1.jpg\",\"products\\/65-1.jpg\"]'),(466,5,NULL,NULL,26,5.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60-1.jpg\"]'),(467,2,NULL,NULL,29,2.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-3.jpg\",\"products\\/28.jpg\",\"products\\/52.jpg\",\"products\\/54-1.jpg\"]'),(469,5,NULL,NULL,63,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25-1.jpg\",\"products\\/29.jpg\"]'),(473,1,NULL,NULL,26,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\",\"products\\/23-1.jpg\",\"products\\/60.jpg\"]'),(474,6,NULL,NULL,15,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/24-2.jpg\",\"products\\/28-2.jpg\"]'),(477,9,NULL,NULL,3,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-2.jpg\",\"products\\/60-2.jpg\"]'),(478,3,NULL,NULL,13,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/17-3.jpg\",\"products\\/55-1.jpg\"]'),(480,5,NULL,NULL,10,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/4-1.jpg\",\"products\\/58-2.jpg\"]'),(482,9,NULL,NULL,63,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27.jpg\"]'),(484,8,NULL,NULL,54,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-1.jpg\"]'),(485,8,NULL,NULL,46,4.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/40.jpg\",\"products\\/49.jpg\",\"products\\/55-2.jpg\"]'),(487,2,NULL,NULL,65,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\"]'),(490,9,NULL,NULL,31,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\",\"products\\/42.jpg\"]'),(491,9,NULL,NULL,22,1.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/14.jpg\",\"products\\/23.jpg\",\"products\\/48-1.jpg\"]'),(497,3,NULL,NULL,16,5.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/46-1.jpg\"]'),(498,6,NULL,NULL,6,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/27-1.jpg\",\"products\\/33.jpg\"]'),(503,8,NULL,NULL,47,2.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/8.jpg\",\"products\\/47.jpg\"]'),(505,10,NULL,NULL,10,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/63-1.jpg\"]'),(506,8,NULL,NULL,57,3.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-3.jpg\",\"products\\/24-2.jpg\",\"products\\/29-2.jpg\"]'),(507,6,NULL,NULL,21,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-3.jpg\",\"products\\/18-1.jpg\",\"products\\/63.jpg\"]'),(509,10,NULL,NULL,32,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/20-3.jpg\",\"products\\/38-1.jpg\"]'),(511,1,NULL,NULL,25,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\"]'),(512,8,NULL,NULL,40,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/18-3.jpg\",\"products\\/62.jpg\"]'),(513,9,NULL,NULL,14,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\"]'),(515,1,NULL,NULL,43,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-2.jpg\",\"products\\/17-1.jpg\",\"products\\/57-1.jpg\",\"products\\/58-1.jpg\"]'),(518,1,NULL,NULL,47,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/19-1.jpg\"]'),(519,9,NULL,NULL,20,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-1.jpg\",\"products\\/35-1.jpg\",\"products\\/36-1.jpg\"]'),(520,3,NULL,NULL,30,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24.jpg\",\"products\\/33-2.jpg\",\"products\\/36-2.jpg\",\"products\\/64-1.jpg\"]'),(521,5,NULL,NULL,58,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/43-1.jpg\",\"products\\/50-1.jpg\"]'),(524,2,NULL,NULL,4,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-2.jpg\",\"products\\/36-2.jpg\",\"products\\/36.jpg\",\"products\\/61.jpg\"]'),(526,4,NULL,NULL,62,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/34-1.jpg\",\"products\\/36-2.jpg\",\"products\\/47.jpg\"]'),(527,8,NULL,NULL,30,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/54.jpg\",\"products\\/59-2.jpg\"]'),(528,8,NULL,NULL,6,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/11-3.jpg\",\"products\\/41-1.jpg\"]'),(529,9,NULL,NULL,55,2.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\",\"products\\/18-2.jpg\",\"products\\/50-1.jpg\"]'),(530,10,NULL,NULL,34,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60-2.jpg\",\"products\\/65-2.jpg\"]'),(534,8,NULL,NULL,17,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28.jpg\",\"products\\/39-2.jpg\",\"products\\/56-2.jpg\",\"products\\/59-1.jpg\"]'),(536,4,NULL,NULL,7,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-3.jpg\"]'),(541,8,NULL,NULL,34,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\",\"products\\/41-2.jpg\"]'),(543,1,NULL,NULL,22,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25-1.jpg\"]'),(545,9,NULL,NULL,50,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\",\"products\\/22-1.jpg\",\"products\\/53-1.jpg\",\"products\\/54-1.jpg\"]'),(546,2,NULL,NULL,53,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-2.jpg\"]'),(548,1,NULL,NULL,65,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/36-2.jpg\"]'),(549,2,NULL,NULL,36,5.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/17-1.jpg\",\"products\\/28.jpg\",\"products\\/62.jpg\"]'),(552,4,NULL,NULL,22,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/55-2.jpg\",\"products\\/59-1.jpg\"]'),(557,1,NULL,NULL,7,2.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/14.jpg\",\"products\\/26.jpg\",\"products\\/55-2.jpg\"]'),(558,5,NULL,NULL,24,3.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-1.jpg\",\"products\\/28-1.jpg\",\"products\\/56-2.jpg\"]'),(559,1,NULL,NULL,30,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21.jpg\",\"products\\/46-1.jpg\"]'),(563,4,NULL,NULL,8,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/35.jpg\",\"products\\/36-2.jpg\",\"products\\/62-1.jpg\"]'),(567,3,NULL,NULL,18,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\",\"products\\/17-3.jpg\",\"products\\/49-1.jpg\",\"products\\/60-2.jpg\"]'),(569,6,NULL,NULL,36,3.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9-1.jpg\",\"products\\/33-2.jpg\",\"products\\/54-1.jpg\"]'),(570,6,NULL,NULL,27,1.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\",\"products\\/20.jpg\",\"products\\/40-1.jpg\"]'),(571,7,NULL,NULL,11,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-3.jpg\",\"products\\/58-2.jpg\"]'),(573,1,NULL,NULL,2,5.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-2.jpg\",\"products\\/27.jpg\",\"products\\/59-2.jpg\",\"products\\/60-2.jpg\"]'),(575,8,NULL,NULL,32,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/33-2.jpg\"]'),(581,2,NULL,NULL,31,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20.jpg\"]'),(582,6,NULL,NULL,39,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/36-1.jpg\"]'),(583,4,NULL,NULL,57,1.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/34.jpg\",\"products\\/65-1.jpg\"]'),(585,7,NULL,NULL,62,4.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-3.jpg\",\"products\\/37-1.jpg\",\"products\\/42-2.jpg\"]'),(586,8,NULL,NULL,53,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/59.jpg\"]'),(588,8,NULL,NULL,23,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30.jpg\"]'),(589,7,NULL,NULL,31,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-1.jpg\"]'),(590,2,NULL,NULL,42,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/31.jpg\",\"products\\/64.jpg\"]'),(591,3,NULL,NULL,6,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\",\"products\\/37.jpg\"]'),(594,8,NULL,NULL,33,5.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/5-2.jpg\",\"products\\/23.jpg\",\"products\\/52.jpg\"]'),(598,2,NULL,NULL,51,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4.jpg\",\"products\\/13-1.jpg\",\"products\\/19-3.jpg\",\"products\\/29.jpg\"]'),(603,3,NULL,NULL,17,2.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-3.jpg\",\"products\\/21-2.jpg\",\"products\\/23-1.jpg\",\"products\\/49.jpg\"]'),(604,5,NULL,NULL,34,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/65-1.jpg\"]'),(606,6,NULL,NULL,60,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/2.jpg\",\"products\\/38-1.jpg\",\"products\\/60.jpg\"]'),(610,3,NULL,NULL,32,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/16.jpg\",\"products\\/24-1.jpg\",\"products\\/45-1.jpg\"]'),(612,1,NULL,NULL,36,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/13-1.jpg\",\"products\\/17-3.jpg\",\"products\\/36-2.jpg\",\"products\\/56.jpg\"]'),(616,9,NULL,NULL,6,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-2.jpg\",\"products\\/38-3.jpg\",\"products\\/51.jpg\",\"products\\/56-2.jpg\"]'),(620,3,NULL,NULL,53,2.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60.jpg\"]'),(630,5,NULL,NULL,43,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-3.jpg\",\"products\\/22.jpg\"]'),(632,1,NULL,NULL,17,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\"]'),(636,4,NULL,NULL,44,3.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/56-2.jpg\"]'),(639,8,NULL,NULL,11,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/50-1.jpg\"]'),(641,4,NULL,NULL,52,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/10-2.jpg\",\"products\\/52.jpg\"]'),(646,2,NULL,NULL,43,1.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23-1.jpg\",\"products\\/56-2.jpg\"]'),(647,10,NULL,NULL,33,3.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-2.jpg\"]'),(650,10,NULL,NULL,52,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15.jpg\"]'),(651,2,NULL,NULL,49,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-1.jpg\"]'),(653,4,NULL,NULL,61,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20.jpg\",\"products\\/28-2.jpg\"]'),(655,4,NULL,NULL,20,1.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9.jpg\",\"products\\/14.jpg\"]'),(656,8,NULL,NULL,5,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/26.jpg\",\"products\\/33-1.jpg\"]'),(657,3,NULL,NULL,36,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/44-2.jpg\"]'),(658,2,NULL,NULL,30,1.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-2.jpg\",\"products\\/44-2.jpg\",\"products\\/49.jpg\"]'),(659,9,NULL,NULL,48,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-1.jpg\",\"products\\/39-1.jpg\"]'),(661,10,NULL,NULL,6,5.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30.jpg\",\"products\\/31-1.jpg\",\"products\\/36.jpg\"]'),(669,10,NULL,NULL,49,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\",\"products\\/5.jpg\",\"products\\/58.jpg\"]'),(672,1,NULL,NULL,31,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30-2.jpg\"]'),(675,2,NULL,NULL,18,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28.jpg\"]'),(676,10,NULL,NULL,41,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-1.jpg\",\"products\\/25-2.jpg\",\"products\\/59.jpg\",\"products\\/60-1.jpg\"]'),(679,10,NULL,NULL,43,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-3.jpg\",\"products\\/30-1.jpg\",\"products\\/47.jpg\"]'),(681,5,NULL,NULL,36,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27-1.jpg\"]'),(682,6,NULL,NULL,10,4.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/27-1.jpg\",\"products\\/37.jpg\",\"products\\/43-1.jpg\"]'),(687,4,NULL,NULL,58,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/28-1.jpg\",\"products\\/42.jpg\"]'),(688,3,NULL,NULL,4,5.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-3.jpg\"]'),(689,8,NULL,NULL,16,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/9.jpg\",\"products\\/33.jpg\"]'),(693,4,NULL,NULL,60,1.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-1.jpg\"]'),(700,7,NULL,NULL,29,4.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27.jpg\",\"products\\/39-2.jpg\",\"products\\/52.jpg\",\"products\\/54-1.jpg\"]'),(706,9,NULL,NULL,16,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/50-1.jpg\"]'),(707,3,NULL,NULL,21,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/6.jpg\",\"products\\/18-2.jpg\",\"products\\/56.jpg\",\"products\\/65-1.jpg\"]'),(715,4,NULL,NULL,41,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/20-3.jpg\",\"products\\/23.jpg\",\"products\\/57-1.jpg\"]'),(719,1,NULL,NULL,60,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-1.jpg\"]'),(720,8,NULL,NULL,3,3.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-1.jpg\",\"products\\/31-1.jpg\",\"products\\/34.jpg\"]'),(731,3,NULL,NULL,42,5.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/52-2.jpg\"]'),(733,10,NULL,NULL,9,3.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19-3.jpg\",\"products\\/24-1.jpg\",\"products\\/32-1.jpg\",\"products\\/55-2.jpg\"]'),(734,7,NULL,NULL,17,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/34-1.jpg\",\"products\\/45-1.jpg\",\"products\\/59-1.jpg\",\"products\\/59-2.jpg\"]'),(737,2,NULL,NULL,59,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-1.jpg\"]'),(740,7,NULL,NULL,1,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/1.jpg\",\"products\\/5-2.jpg\",\"products\\/53-1.jpg\"]'),(741,7,NULL,NULL,24,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-2.jpg\",\"products\\/35-1.jpg\"]'),(742,4,NULL,NULL,12,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/23.jpg\"]'),(744,2,NULL,NULL,8,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/12-1.jpg\",\"products\\/13.jpg\",\"products\\/46.jpg\"]'),(750,6,NULL,NULL,17,2.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12-2.jpg\",\"products\\/24.jpg\"]'),(752,5,NULL,NULL,2,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8.jpg\",\"products\\/13-1.jpg\",\"products\\/31-1.jpg\",\"products\\/60.jpg\"]'),(754,1,NULL,NULL,12,2.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/33.jpg\",\"products\\/65-2.jpg\"]'),(757,1,NULL,NULL,58,4.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28-1.jpg\",\"products\\/54.jpg\",\"products\\/59-2.jpg\"]'),(758,9,NULL,NULL,1,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5.jpg\",\"products\\/28-2.jpg\",\"products\\/53.jpg\",\"products\\/54-1.jpg\"]'),(764,7,NULL,NULL,15,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22.jpg\",\"products\\/44-1.jpg\"]'),(772,9,NULL,NULL,45,5.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/17-3.jpg\"]'),(778,10,NULL,NULL,46,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/53.jpg\",\"products\\/59-3.jpg\"]'),(782,3,NULL,NULL,47,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/49-1.jpg\",\"products\\/60-1.jpg\"]'),(786,5,NULL,NULL,42,5.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\",\"products\\/41.jpg\"]'),(787,10,NULL,NULL,65,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/31-1.jpg\"]'),(788,7,NULL,NULL,46,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10.jpg\",\"products\\/17-1.jpg\",\"products\\/26.jpg\",\"products\\/53.jpg\"]'),(790,4,NULL,NULL,23,1.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/41-2.jpg\",\"products\\/55-1.jpg\"]'),(791,9,NULL,NULL,18,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/36-2.jpg\",\"products\\/54-1.jpg\"]'),(792,10,NULL,NULL,44,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20-3.jpg\",\"products\\/22.jpg\",\"products\\/42-2.jpg\",\"products\\/52.jpg\"]'),(794,10,NULL,NULL,45,4.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30.jpg\"]'),(796,10,NULL,NULL,57,5.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10.jpg\",\"products\\/12-2.jpg\",\"products\\/21-2.jpg\",\"products\\/42-1.jpg\"]'),(800,5,NULL,NULL,38,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-3.jpg\",\"products\\/26.jpg\",\"products\\/36.jpg\",\"products\\/41.jpg\"]'),(807,9,NULL,NULL,30,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/36-1.jpg\",\"products\\/41.jpg\",\"products\\/63.jpg\"]'),(810,6,NULL,NULL,50,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/7.jpg\",\"products\\/19-3.jpg\"]'),(812,4,NULL,NULL,45,4.00,'Best ecommerce CMS online store!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/54-1.jpg\",\"products\\/62-1.jpg\"]'),(814,7,NULL,NULL,60,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/49-1.jpg\"]'),(816,4,NULL,NULL,19,4.00,'Clean & perfect source code','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-1.jpg\",\"products\\/45-1.jpg\",\"products\\/56.jpg\"]'),(817,4,NULL,NULL,10,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-2.jpg\",\"products\\/23-3.jpg\",\"products\\/29.jpg\",\"products\\/60.jpg\"]'),(825,10,NULL,NULL,61,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/42.jpg\"]'),(834,7,NULL,NULL,38,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-3.jpg\",\"products\\/31-1.jpg\"]'),(838,5,NULL,NULL,15,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/4-3.jpg\",\"products\\/22-2.jpg\",\"products\\/49-2.jpg\",\"products\\/60-1.jpg\"]'),(845,4,NULL,NULL,42,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\"]'),(849,5,NULL,NULL,21,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/12.jpg\",\"products\\/20-2.jpg\",\"products\\/20-3.jpg\",\"products\\/63-1.jpg\"]'),(851,1,NULL,NULL,62,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/54-1.jpg\"]'),(853,4,NULL,NULL,21,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-2.jpg\",\"products\\/19.jpg\",\"products\\/44.jpg\"]'),(854,8,NULL,NULL,9,1.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/5-1.jpg\",\"products\\/18-3.jpg\",\"products\\/23-3.jpg\",\"products\\/49-2.jpg\"]'),(856,3,NULL,NULL,63,4.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/3.jpg\",\"products\\/42-2.jpg\"]'),(863,3,NULL,NULL,2,4.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-2.jpg\",\"products\\/12-2.jpg\",\"products\\/33-2.jpg\",\"products\\/38-2.jpg\"]'),(864,10,NULL,NULL,48,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/23.jpg\",\"products\\/28-2.jpg\",\"products\\/40.jpg\",\"products\\/62-1.jpg\"]'),(870,7,NULL,NULL,25,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/27.jpg\",\"products\\/40-1.jpg\",\"products\\/56-1.jpg\",\"products\\/62-1.jpg\"]'),(871,5,NULL,NULL,41,2.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/17-1.jpg\"]'),(874,7,NULL,NULL,64,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-3.jpg\",\"products\\/42-2.jpg\",\"products\\/55-1.jpg\"]'),(877,10,NULL,NULL,31,3.00,'Good app, good backup service and support. Good documentation.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/45.jpg\"]'),(879,9,NULL,NULL,5,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/21-2.jpg\",\"products\\/39-2.jpg\"]'),(881,2,NULL,NULL,14,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2.jpg\",\"products\\/46.jpg\",\"products\\/47.jpg\"]'),(887,4,NULL,NULL,35,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/19.jpg\"]'),(890,8,NULL,NULL,55,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-2.jpg\",\"products\\/52-1.jpg\"]'),(896,6,NULL,NULL,57,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/3.jpg\",\"products\\/58-1.jpg\"]'),(906,7,NULL,NULL,59,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/29-1.jpg\",\"products\\/62.jpg\"]'),(910,7,NULL,NULL,13,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/3.jpg\",\"products\\/12-2.jpg\",\"products\\/22.jpg\"]'),(911,7,NULL,NULL,56,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/10-1.jpg\",\"products\\/11-1.jpg\",\"products\\/17-2.jpg\",\"products\\/62.jpg\"]'),(914,5,NULL,NULL,37,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/3.jpg\",\"products\\/10.jpg\",\"products\\/31.jpg\",\"products\\/35-1.jpg\"]'),(920,2,NULL,NULL,13,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/22-1.jpg\"]'),(921,7,NULL,NULL,54,2.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/32-1.jpg\",\"products\\/61.jpg\"]'),(923,9,NULL,NULL,15,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/14.jpg\"]'),(925,4,NULL,NULL,34,2.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-1.jpg\",\"products\\/18.jpg\",\"products\\/26.jpg\",\"products\\/41-2.jpg\"]'),(927,1,NULL,NULL,56,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-1.jpg\",\"products\\/18-1.jpg\",\"products\\/21.jpg\",\"products\\/36.jpg\"]'),(931,4,NULL,NULL,11,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/25.jpg\",\"products\\/59-1.jpg\"]'),(938,4,NULL,NULL,18,3.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/46-1.jpg\",\"products\\/52.jpg\"]'),(940,1,NULL,NULL,27,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-2.jpg\",\"products\\/65-1.jpg\"]'),(943,2,NULL,NULL,26,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-1.jpg\",\"products\\/22-2.jpg\",\"products\\/55-2.jpg\"]'),(949,10,NULL,NULL,14,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/24-2.jpg\",\"products\\/42-1.jpg\"]'),(952,5,NULL,NULL,25,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/48-1.jpg\"]'),(954,2,NULL,NULL,28,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/11-2.jpg\",\"products\\/36-2.jpg\"]'),(959,9,NULL,NULL,42,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/15-1.jpg\",\"products\\/16.jpg\",\"products\\/22-2.jpg\",\"products\\/33-2.jpg\"]'),(965,9,NULL,NULL,53,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/18-2.jpg\",\"products\\/36-2.jpg\",\"products\\/42.jpg\",\"products\\/46.jpg\"]'),(966,6,NULL,NULL,45,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/2-3.jpg\",\"products\\/33-1.jpg\"]'),(977,6,NULL,NULL,51,4.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/8-1.jpg\",\"products\\/57.jpg\"]'),(979,10,NULL,NULL,16,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/20.jpg\"]'),(982,10,NULL,NULL,12,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/30.jpg\"]'),(984,10,NULL,NULL,59,3.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/28.jpg\",\"products\\/37-2.jpg\",\"products\\/52.jpg\"]'),(989,3,NULL,NULL,14,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/60.jpg\"]'),(997,10,NULL,NULL,38,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-09-20 21:03:32','2024-09-20 21:03:32','[\"products\\/26-1.jpg\"]'); /*!40000 ALTER TABLE `ec_reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shared_wishlists` -- DROP TABLE IF EXISTS `ec_shared_wishlists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shared_wishlists` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `product_ids` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_shared_wishlists_code_unique` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shared_wishlists` -- LOCK TABLES `ec_shared_wishlists` WRITE; /*!40000 ALTER TABLE `ec_shared_wishlists` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shared_wishlists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipment_histories` -- DROP TABLE IF EXISTS `ec_shipment_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shipment_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `shipment_id` bigint unsigned NOT NULL, `order_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipment_histories` -- LOCK TABLES `ec_shipment_histories` WRITE; /*!40000 ALTER TABLE `ec_shipment_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipment_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipments` -- DROP TABLE IF EXISTS `ec_shipments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shipments` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `user_id` bigint unsigned DEFAULT NULL, `weight` double(8,2) DEFAULT '0.00', `shipment_id` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rate_id` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `cod_amount` decimal(15,2) DEFAULT '0.00', `cod_status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `cross_checking_status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `price` decimal(15,2) DEFAULT '0.00', `store_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `tracking_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_company_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tracking_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `estimate_date_shipped` datetime DEFAULT NULL, `date_shipped` datetime DEFAULT NULL, `customer_delivered_confirmed_at` timestamp NULL DEFAULT NULL, `label_url` text COLLATE utf8mb4_unicode_ci, `metadata` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipments` -- LOCK TABLES `ec_shipments` WRITE; /*!40000 ALTER TABLE `ec_shipments` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping` -- DROP TABLE IF EXISTS `ec_shipping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shipping` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping` -- LOCK TABLES `ec_shipping` WRITE; /*!40000 ALTER TABLE `ec_shipping` DISABLE KEYS */; INSERT INTO `ec_shipping` VALUES (1,'All',NULL,'2024-09-20 21:03:21','2024-09-20 21:03:21'); /*!40000 ALTER TABLE `ec_shipping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping_rule_items` -- DROP TABLE IF EXISTS `ec_shipping_rule_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shipping_rule_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `shipping_rule_id` bigint unsigned NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `adjustment_price` decimal(15,2) DEFAULT '0.00', `is_enabled` tinyint(1) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping_rule_items` -- LOCK TABLES `ec_shipping_rule_items` WRITE; /*!40000 ALTER TABLE `ec_shipping_rule_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipping_rule_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping_rules` -- DROP TABLE IF EXISTS `ec_shipping_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_shipping_rules` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `shipping_id` bigint unsigned NOT NULL, `type` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT 'based_on_price', `from` decimal(15,2) DEFAULT '0.00', `to` decimal(15,2) DEFAULT '0.00', `price` decimal(15,2) DEFAULT '0.00', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping_rules` -- LOCK TABLES `ec_shipping_rules` WRITE; /*!40000 ALTER TABLE `ec_shipping_rules` DISABLE KEYS */; INSERT INTO `ec_shipping_rules` VALUES (1,'Free delivery',1,'based_on_price',1000.00,NULL,0.00,'2024-09-20 21:03:21','2024-09-20 21:03:21'),(2,'Flat Rate',1,'based_on_price',0.00,NULL,20.00,'2024-09-20 21:03:21','2024-09-20 21:03:21'),(3,'Local Pickup',1,'based_on_price',0.00,NULL,0.00,'2024-09-20 21:03:21','2024-09-20 21:03:21'); /*!40000 ALTER TABLE `ec_shipping_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_specification_attributes` -- DROP TABLE IF EXISTS `ec_specification_attributes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_specification_attributes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `group_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `default_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `author_id` bigint unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_specification_attributes_author_type_author_id_index` (`author_type`,`author_id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_specification_attributes` -- LOCK TABLES `ec_specification_attributes` WRITE; /*!40000 ALTER TABLE `ec_specification_attributes` DISABLE KEYS */; INSERT INTO `ec_specification_attributes` VALUES (1,1,'Height','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(2,1,'Width','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(3,1,'Weight','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(4,2,'Power','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(5,2,'Speed','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(6,3,'Battery Life','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(7,4,'Screen Size','text',NULL,NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(8,4,'Resolution','select','[\"1920x1080\",\"2560x1440\",\"3840x2160\"]',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL); /*!40000 ALTER TABLE `ec_specification_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_specification_attributes_translations` -- DROP TABLE IF EXISTS `ec_specification_attributes_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_specification_attributes_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_specification_attributes_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `options` text COLLATE utf8mb4_unicode_ci, `default_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_specification_attributes_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_specification_attributes_translations` -- LOCK TABLES `ec_specification_attributes_translations` WRITE; /*!40000 ALTER TABLE `ec_specification_attributes_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_specification_attributes_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_specification_groups` -- DROP TABLE IF EXISTS `ec_specification_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_specification_groups` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `author_id` bigint unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_specification_groups_author_type_author_id_index` (`author_type`,`author_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_specification_groups` -- LOCK TABLES `ec_specification_groups` WRITE; /*!40000 ALTER TABLE `ec_specification_groups` DISABLE KEYS */; INSERT INTO `ec_specification_groups` VALUES (1,'Dimensions',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(2,'Performance',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(3,'Battery',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(4,'Display',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL); /*!40000 ALTER TABLE `ec_specification_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_specification_table_group` -- DROP TABLE IF EXISTS `ec_specification_table_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_specification_table_group` ( `table_id` bigint unsigned NOT NULL, `group_id` bigint unsigned NOT NULL, `order` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`table_id`,`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_specification_table_group` -- LOCK TABLES `ec_specification_table_group` WRITE; /*!40000 ALTER TABLE `ec_specification_table_group` DISABLE KEYS */; INSERT INTO `ec_specification_table_group` VALUES (1,1,0),(1,2,0),(2,3,0),(2,4,0); /*!40000 ALTER TABLE `ec_specification_table_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_specification_tables` -- DROP TABLE IF EXISTS `ec_specification_tables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_specification_tables` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `author_id` bigint unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_specification_tables_author_type_author_id_index` (`author_type`,`author_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_specification_tables` -- LOCK TABLES `ec_specification_tables` WRITE; /*!40000 ALTER TABLE `ec_specification_tables` DISABLE KEYS */; INSERT INTO `ec_specification_tables` VALUES (1,'General Specification',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL),(2,'Technical Specification',NULL,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,NULL); /*!40000 ALTER TABLE `ec_specification_tables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_store_locators` -- DROP TABLE IF EXISTS `ec_store_locators`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_store_locators` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_primary` tinyint(1) DEFAULT '0', `is_shipping_location` tinyint(1) DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_store_locators` -- LOCK TABLES `ec_store_locators` WRITE; /*!40000 ALTER TABLE `ec_store_locators` DISABLE KEYS */; INSERT INTO `ec_store_locators` VALUES (1,'Farmart','sales@botble.com','1800979769','502 New Street','AU','Brighton VIC','Brighton VIC',1,1,'2024-09-20 21:03:32','2024-09-20 21:03:32',NULL); /*!40000 ALTER TABLE `ec_store_locators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_tax_products` -- DROP TABLE IF EXISTS `ec_tax_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_tax_products` ( `tax_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`tax_id`), KEY `ec_tax_products_tax_id_index` (`tax_id`), KEY `ec_tax_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_tax_products` -- LOCK TABLES `ec_tax_products` WRITE; /*!40000 ALTER TABLE `ec_tax_products` DISABLE KEYS */; INSERT INTO `ec_tax_products` VALUES (1,1),(1,3),(1,5),(1,6),(1,8),(1,9),(1,12),(1,13),(1,14),(1,16),(1,18),(1,19),(1,21),(1,23),(1,24),(1,26),(1,30),(1,31),(1,32),(1,33),(1,34),(1,37),(1,38),(1,39),(1,43),(1,45),(1,47),(1,52),(1,62),(1,63),(2,7),(2,10),(2,11),(2,17),(2,22),(2,25),(2,29),(2,36),(2,41),(2,44),(2,46),(2,50),(2,53),(2,56),(2,58),(2,59),(2,64),(3,2),(3,4),(3,15),(3,20),(3,27),(3,28),(3,35),(3,40),(3,42),(3,48),(3,49),(3,51),(3,54),(3,55),(3,57),(3,60),(3,61),(3,65); /*!40000 ALTER TABLE `ec_tax_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_tax_rules` -- DROP TABLE IF EXISTS `ec_tax_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_tax_rules` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `tax_id` bigint unsigned NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `priority` int DEFAULT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `percentage` double(8,6) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_tax_rules` -- LOCK TABLES `ec_tax_rules` WRITE; /*!40000 ALTER TABLE `ec_tax_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_tax_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_taxes` -- DROP TABLE IF EXISTS `ec_taxes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_taxes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `percentage` double(8,6) DEFAULT NULL, `priority` int DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_taxes` -- LOCK TABLES `ec_taxes` WRITE; /*!40000 ALTER TABLE `ec_taxes` DISABLE KEYS */; INSERT INTO `ec_taxes` VALUES (1,'VAT',10.000000,1,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(2,'None',0.000000,2,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'),(3,'Import Tax',15.000000,3,'published','2024-09-20 21:03:21','2024-09-20 21:03:21'); /*!40000 ALTER TABLE `ec_taxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_wish_lists` -- DROP TABLE IF EXISTS `ec_wish_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ec_wish_lists` ( `customer_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`customer_id`,`product_id`), KEY `wishlist_relation_index` (`product_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_wish_lists` -- LOCK TABLES `ec_wish_lists` WRITE; /*!40000 ALTER TABLE `ec_wish_lists` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_wish_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `failed_jobs` -- DROP TABLE IF EXISTS `failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `failed_jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `failed_jobs` -- LOCK TABLES `failed_jobs` WRITE; /*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq_categories` -- DROP TABLE IF EXISTS `faq_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `faq_categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `order` tinyint NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faq_categories` -- LOCK TABLES `faq_categories` WRITE; /*!40000 ALTER TABLE `faq_categories` DISABLE KEYS */; INSERT INTO `faq_categories` VALUES (1,'SHIPPING',0,'published','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL),(2,'PAYMENT',1,'published','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL),(3,'ORDER & RETURNS',2,'published','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL); /*!40000 ALTER TABLE `faq_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq_categories_translations` -- DROP TABLE IF EXISTS `faq_categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `faq_categories_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `faq_categories_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`faq_categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faq_categories_translations` -- LOCK TABLES `faq_categories_translations` WRITE; /*!40000 ALTER TABLE `faq_categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `faq_categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `faqs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `question` text COLLATE utf8mb4_unicode_ci NOT NULL, `answer` text COLLATE utf8mb4_unicode_ci NOT NULL, `category_id` bigint unsigned NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; INSERT INTO `faqs` VALUES (1,'What Shipping Methods Are Available?','Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.',1,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(2,'Do You Ship Internationally?','Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.',1,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(3,'How Long Will It Take To Get My Package?','Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.',1,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(4,'What Payment Methods Are Accepted?','Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.',2,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(5,'Is Buying On-Line Safe?','Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.',2,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(6,'How do I place an Order?','Keytar cray slow-carb, Godard banh mi salvia pour-over. Slow-carb Odd Future seitan normcore. Master cleanse American Apparel gentrify flexitarian beard slow-carb next level. Raw denim polaroid paleo farm-to-table, put a bird on it lo-fi tattooed Wes Anderson Pinterest letterpress. Fingerstache McSweeney’s pour-over, letterpress Schlitz photo booth master cleanse bespoke hashtag chillwave gentrify.',3,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(7,'How Can I Cancel Or Change My Order?','Plaid letterpress leggings craft beer meh ethical Pinterest. Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth.',3,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(8,'Do I need an account to place an order?','Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY. Cray ugh 3 wolf moon fap, fashion axe irony butcher cornhole typewriter chambray VHS banjo street art.',3,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(9,'How Do I Track My Order?','Keytar cray slow-carb, Godard banh mi salvia pour-over. Slow-carb @Odd Future seitan normcore. Master cleanse American Apparel gentrify flexitarian beard slow-carb next level.',3,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'),(10,'How Can I Return a Product?','Kale chips Truffaut Williamsburg, hashtag fixie Pinterest raw denim c hambray drinking vinegar Carles street art Bushwick gastropub. Wolf Tumblr paleo church-key. Plaid food truck Echo Park YOLO bitters hella, direct trade Thundercats leggings quinoa before they sold out. You probably haven’t heard of them wayfarers authentic umami drinking vinegar Pinterest Cosby sweater, fingerstache fap High Life.',3,'published','2024-09-20 21:03:16','2024-09-20 21:03:16'); /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs_translations` -- DROP TABLE IF EXISTS `faqs_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `faqs_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `faqs_id` bigint unsigned NOT NULL, `question` text COLLATE utf8mb4_unicode_ci, `answer` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`faqs_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs_translations` -- LOCK TABLES `faqs_translations` WRITE; /*!40000 ALTER TABLE `faqs_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jobs` -- DROP TABLE IF EXISTS `jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `queue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `attempts` tinyint unsigned NOT NULL, `reserved_at` int unsigned DEFAULT NULL, `available_at` int unsigned NOT NULL, `created_at` int unsigned NOT NULL, PRIMARY KEY (`id`), KEY `jobs_queue_index` (`queue`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jobs` -- LOCK TABLES `jobs` WRITE; /*!40000 ALTER TABLE `jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `language_meta` -- DROP TABLE IF EXISTS `language_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `language_meta` ( `lang_meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `lang_meta_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lang_meta_origin` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`lang_meta_id`), KEY `language_meta_reference_id_index` (`reference_id`), KEY `meta_code_index` (`lang_meta_code`), KEY `meta_origin_index` (`lang_meta_origin`), KEY `meta_reference_type_index` (`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `language_meta` -- LOCK TABLES `language_meta` WRITE; /*!40000 ALTER TABLE `language_meta` DISABLE KEYS */; INSERT INTO `language_meta` VALUES (1,'en_US','ef1efc6529f913734e61d586e2b158ce',1,'Botble\\SimpleSlider\\Models\\SimpleSlider'),(2,'en_US','4c2122ee52536038a549c34474e47510',1,'Botble\\Menu\\Models\\MenuLocation'),(3,'en_US','ee598a96e6cf5114ed191e4d9c28b09c',1,'Botble\\Menu\\Models\\Menu'),(4,'en_US','4cdd83f8dc06f50c0b0bfe409047bf0a',2,'Botble\\Menu\\Models\\MenuLocation'),(5,'en_US','4b2316516150f929cb38933acd07ecba',2,'Botble\\Menu\\Models\\Menu'),(6,'en_US','2c36f52e1e196a96d93972639998917d',3,'Botble\\Menu\\Models\\Menu'),(7,'en_US','3c63ddcb217b5fae5b5c3fe702bd17ae',4,'Botble\\Menu\\Models\\Menu'),(8,'en_US','e7f01d232f23f1fd9bb72f68a748f6be',5,'Botble\\Menu\\Models\\Menu'); /*!40000 ALTER TABLE `language_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `languages` -- DROP TABLE IF EXISTS `languages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `languages` ( `lang_id` bigint unsigned NOT NULL AUTO_INCREMENT, `lang_name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_locale` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_flag` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lang_is_default` tinyint unsigned NOT NULL DEFAULT '0', `lang_order` int NOT NULL DEFAULT '0', `lang_is_rtl` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`lang_id`), KEY `lang_locale_index` (`lang_locale`), KEY `lang_code_index` (`lang_code`), KEY `lang_is_default_index` (`lang_is_default`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `languages` -- LOCK TABLES `languages` WRITE; /*!40000 ALTER TABLE `languages` DISABLE KEYS */; INSERT INTO `languages` VALUES (1,'English','en','en_US','us',1,0,0); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_files` -- DROP TABLE IF EXISTS `media_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `media_files` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `alt` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `folder_id` bigint unsigned NOT NULL DEFAULT '0', `mime_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `size` int NOT NULL, `url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `visibility` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public', PRIMARY KEY (`id`), KEY `media_files_user_id_index` (`user_id`), KEY `media_files_index` (`folder_id`,`user_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=263 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_files` -- LOCK TABLES `media_files` WRITE; /*!40000 ALTER TABLE `media_files` DISABLE KEYS */; INSERT INTO `media_files` VALUES (1,0,'1','1',1,'image/png',5403,'brands/1.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(2,0,'2','2',1,'image/png',5403,'brands/2.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(3,0,'3','3',1,'image/png',5403,'brands/3.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(4,0,'4','4',1,'image/png',5403,'brands/4.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(5,0,'1','1',2,'image/png',5327,'product-categories/1.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(6,0,'2','2',2,'image/png',5327,'product-categories/2.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(7,0,'3','3',2,'image/png',5327,'product-categories/3.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(8,0,'4','4',2,'image/png',5327,'product-categories/4.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(9,0,'5','5',2,'image/png',5327,'product-categories/5.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(10,0,'6','6',2,'image/png',5327,'product-categories/6.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(11,0,'7','7',2,'image/png',5327,'product-categories/7.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(12,0,'8','8',2,'image/png',5327,'product-categories/8.png','[]','2024-09-20 21:03:16','2024-09-20 21:03:16',NULL,'public'),(13,0,'1','1',3,'image/jpeg',9803,'customers/1.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(14,0,'10','10',3,'image/jpeg',9803,'customers/10.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(15,0,'2','2',3,'image/jpeg',9803,'customers/2.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(16,0,'3','3',3,'image/jpeg',9803,'customers/3.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(17,0,'4','4',3,'image/jpeg',9803,'customers/4.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(18,0,'5','5',3,'image/jpeg',9803,'customers/5.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(19,0,'6','6',3,'image/jpeg',9803,'customers/6.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(20,0,'7','7',3,'image/jpeg',9803,'customers/7.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(21,0,'8','8',3,'image/jpeg',9803,'customers/8.jpg','[]','2024-09-20 21:03:17','2024-09-20 21:03:17',NULL,'public'),(22,0,'9','9',3,'image/jpeg',9803,'customers/9.jpg','[]','2024-09-20 21:03:18','2024-09-20 21:03:18',NULL,'public'),(23,0,'1','1',4,'image/jpeg',9803,'products/1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(24,0,'10-1','10-1',4,'image/jpeg',9803,'products/10-1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(25,0,'10-2','10-2',4,'image/jpeg',9803,'products/10-2.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(26,0,'10','10',4,'image/jpeg',9803,'products/10.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(27,0,'11-1','11-1',4,'image/jpeg',9803,'products/11-1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(28,0,'11-2','11-2',4,'image/jpeg',9803,'products/11-2.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(29,0,'11-3','11-3',4,'image/jpeg',9803,'products/11-3.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(30,0,'11','11',4,'image/jpeg',9803,'products/11.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(31,0,'12-1','12-1',4,'image/jpeg',9803,'products/12-1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(32,0,'12-2','12-2',4,'image/jpeg',9803,'products/12-2.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(33,0,'12-3','12-3',4,'image/jpeg',9803,'products/12-3.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(34,0,'12','12',4,'image/jpeg',9803,'products/12.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(35,0,'13-1','13-1',4,'image/jpeg',9803,'products/13-1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(36,0,'13','13',4,'image/jpeg',9803,'products/13.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(37,0,'14','14',4,'image/jpeg',9803,'products/14.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(38,0,'15-1','15-1',4,'image/jpeg',9803,'products/15-1.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(39,0,'15','15',4,'image/jpeg',9803,'products/15.jpg','[]','2024-09-20 21:03:21','2024-09-20 21:03:21',NULL,'public'),(40,0,'16','16',4,'image/jpeg',9803,'products/16.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(41,0,'17-1','17-1',4,'image/jpeg',9803,'products/17-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(42,0,'17-2','17-2',4,'image/jpeg',9803,'products/17-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(43,0,'17-3','17-3',4,'image/jpeg',9803,'products/17-3.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(44,0,'17','17',4,'image/jpeg',9803,'products/17.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(45,0,'18-1','18-1',4,'image/jpeg',9803,'products/18-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(46,0,'18-2','18-2',4,'image/jpeg',9803,'products/18-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(47,0,'18-3','18-3',4,'image/jpeg',9803,'products/18-3.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(48,0,'18','18',4,'image/jpeg',9803,'products/18.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(49,0,'19-1','19-1',4,'image/jpeg',9803,'products/19-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(50,0,'19-2','19-2',4,'image/jpeg',9803,'products/19-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(51,0,'19-3','19-3',4,'image/jpeg',9803,'products/19-3.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(52,0,'19','19',4,'image/jpeg',9803,'products/19.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(53,0,'2-1','2-1',4,'image/jpeg',9803,'products/2-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(54,0,'2-2','2-2',4,'image/jpeg',9803,'products/2-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(55,0,'2-3','2-3',4,'image/jpeg',9803,'products/2-3.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(56,0,'2','2',4,'image/jpeg',9803,'products/2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(57,0,'20-1','20-1',4,'image/jpeg',9803,'products/20-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(58,0,'20-2','20-2',4,'image/jpeg',9803,'products/20-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(59,0,'20-3','20-3',4,'image/jpeg',9803,'products/20-3.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(60,0,'20','20',4,'image/jpeg',9803,'products/20.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(61,0,'21-1','21-1',4,'image/jpeg',9803,'products/21-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(62,0,'21-2','21-2',4,'image/jpeg',9803,'products/21-2.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(63,0,'21','21',4,'image/jpeg',9803,'products/21.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(64,0,'22-1','22-1',4,'image/jpeg',9803,'products/22-1.jpg','[]','2024-09-20 21:03:22','2024-09-20 21:03:22',NULL,'public'),(65,0,'22-2','22-2',4,'image/jpeg',9803,'products/22-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(66,0,'22-3','22-3',4,'image/jpeg',9803,'products/22-3.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(67,0,'22','22',4,'image/jpeg',9803,'products/22.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(68,0,'23-1','23-1',4,'image/jpeg',9803,'products/23-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(69,0,'23-2','23-2',4,'image/jpeg',9803,'products/23-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(70,0,'23-3','23-3',4,'image/jpeg',9803,'products/23-3.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(71,0,'23','23',4,'image/jpeg',9803,'products/23.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(72,0,'24-1','24-1',4,'image/jpeg',9803,'products/24-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(73,0,'24-2','24-2',4,'image/jpeg',9803,'products/24-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(74,0,'24','24',4,'image/jpeg',9803,'products/24.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(75,0,'25-1','25-1',4,'image/jpeg',9803,'products/25-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(76,0,'25-2','25-2',4,'image/jpeg',9803,'products/25-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(77,0,'25','25',4,'image/jpeg',9803,'products/25.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(78,0,'26-1','26-1',4,'image/jpeg',9803,'products/26-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(79,0,'26','26',4,'image/jpeg',9803,'products/26.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(80,0,'27-1','27-1',4,'image/jpeg',9803,'products/27-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(81,0,'27','27',4,'image/jpeg',9803,'products/27.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(82,0,'28-1','28-1',4,'image/jpeg',9803,'products/28-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(83,0,'28-2','28-2',4,'image/jpeg',9803,'products/28-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(84,0,'28','28',4,'image/jpeg',9803,'products/28.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(85,0,'29-1','29-1',4,'image/jpeg',9803,'products/29-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(86,0,'29-2','29-2',4,'image/jpeg',9803,'products/29-2.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(87,0,'29','29',4,'image/jpeg',9803,'products/29.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(88,0,'3','3',4,'image/jpeg',9803,'products/3.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(89,0,'30-1','30-1',4,'image/jpeg',9803,'products/30-1.jpg','[]','2024-09-20 21:03:23','2024-09-20 21:03:23',NULL,'public'),(90,0,'30-2','30-2',4,'image/jpeg',9803,'products/30-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(91,0,'30','30',4,'image/jpeg',9803,'products/30.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(92,0,'31-1','31-1',4,'image/jpeg',9803,'products/31-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(93,0,'31','31',4,'image/jpeg',9803,'products/31.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(94,0,'32-1','32-1',4,'image/jpeg',9803,'products/32-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(95,0,'32-2','32-2',4,'image/jpeg',9803,'products/32-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(96,0,'32','32',4,'image/jpeg',9803,'products/32.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(97,0,'33-1','33-1',4,'image/jpeg',9803,'products/33-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(98,0,'33-2','33-2',4,'image/jpeg',9803,'products/33-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(99,0,'33','33',4,'image/jpeg',9803,'products/33.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(100,0,'34-1','34-1',4,'image/jpeg',9803,'products/34-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(101,0,'34','34',4,'image/jpeg',9803,'products/34.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(102,0,'35-1','35-1',4,'image/jpeg',9803,'products/35-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(103,0,'35','35',4,'image/jpeg',9803,'products/35.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(104,0,'36-1','36-1',4,'image/jpeg',9803,'products/36-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(105,0,'36-2','36-2',4,'image/jpeg',9803,'products/36-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(106,0,'36','36',4,'image/jpeg',9803,'products/36.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(107,0,'37-1','37-1',4,'image/jpeg',9803,'products/37-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(108,0,'37-2','37-2',4,'image/jpeg',9803,'products/37-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(109,0,'37','37',4,'image/jpeg',9803,'products/37.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(110,0,'38-1','38-1',4,'image/jpeg',9803,'products/38-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(111,0,'38-2','38-2',4,'image/jpeg',9803,'products/38-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(112,0,'38-3','38-3',4,'image/jpeg',9803,'products/38-3.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(113,0,'38','38',4,'image/jpeg',9803,'products/38.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(114,0,'39-1','39-1',4,'image/jpeg',9803,'products/39-1.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(115,0,'39-2','39-2',4,'image/jpeg',9803,'products/39-2.jpg','[]','2024-09-20 21:03:24','2024-09-20 21:03:24',NULL,'public'),(116,0,'39','39',4,'image/jpeg',9803,'products/39.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(117,0,'4-1','4-1',4,'image/jpeg',9803,'products/4-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(118,0,'4-2','4-2',4,'image/jpeg',9803,'products/4-2.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(119,0,'4-3','4-3',4,'image/jpeg',9803,'products/4-3.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(120,0,'4','4',4,'image/jpeg',9803,'products/4.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(121,0,'40-1','40-1',4,'image/jpeg',9803,'products/40-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(122,0,'40','40',4,'image/jpeg',9803,'products/40.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(123,0,'41-1','41-1',4,'image/jpeg',9803,'products/41-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(124,0,'41-2','41-2',4,'image/jpeg',9803,'products/41-2.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(125,0,'41','41',4,'image/jpeg',9803,'products/41.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(126,0,'42-1','42-1',4,'image/jpeg',9803,'products/42-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(127,0,'42-2','42-2',4,'image/jpeg',9803,'products/42-2.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(128,0,'42','42',4,'image/jpeg',9803,'products/42.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(129,0,'43-1','43-1',4,'image/jpeg',9803,'products/43-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(130,0,'43-2','43-2',4,'image/jpeg',9803,'products/43-2.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(131,0,'43','43',4,'image/jpeg',9803,'products/43.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(132,0,'44-1','44-1',4,'image/jpeg',9803,'products/44-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(133,0,'44-2','44-2',4,'image/jpeg',9803,'products/44-2.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(134,0,'44','44',4,'image/jpeg',9803,'products/44.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(135,0,'45-1','45-1',4,'image/jpeg',9803,'products/45-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(136,0,'45','45',4,'image/jpeg',9803,'products/45.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(137,0,'46-1','46-1',4,'image/jpeg',9803,'products/46-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(138,0,'46','46',4,'image/jpeg',9803,'products/46.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(139,0,'47-1','47-1',4,'image/jpeg',9803,'products/47-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(140,0,'47','47',4,'image/jpeg',9803,'products/47.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(141,0,'48-1','48-1',4,'image/jpeg',9803,'products/48-1.jpg','[]','2024-09-20 21:03:25','2024-09-20 21:03:25',NULL,'public'),(142,0,'48-2','48-2',4,'image/jpeg',9803,'products/48-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(143,0,'48','48',4,'image/jpeg',9803,'products/48.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(144,0,'49-1','49-1',4,'image/jpeg',9803,'products/49-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(145,0,'49-2','49-2',4,'image/jpeg',9803,'products/49-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(146,0,'49','49',4,'image/jpeg',9803,'products/49.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(147,0,'5-1','5-1',4,'image/jpeg',9803,'products/5-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(148,0,'5-2','5-2',4,'image/jpeg',9803,'products/5-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(149,0,'5-3','5-3',4,'image/jpeg',9803,'products/5-3.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(150,0,'5','5',4,'image/jpeg',9803,'products/5.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(151,0,'50-1','50-1',4,'image/jpeg',9803,'products/50-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(152,0,'50','50',4,'image/jpeg',9803,'products/50.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(153,0,'51','51',4,'image/jpeg',9803,'products/51.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(154,0,'52-1','52-1',4,'image/jpeg',9803,'products/52-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(155,0,'52-2','52-2',4,'image/jpeg',9803,'products/52-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(156,0,'52','52',4,'image/jpeg',9803,'products/52.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(157,0,'53-1','53-1',4,'image/jpeg',9803,'products/53-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(158,0,'53','53',4,'image/jpeg',9803,'products/53.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(159,0,'54-1','54-1',4,'image/jpeg',9803,'products/54-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(160,0,'54','54',4,'image/jpeg',9803,'products/54.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(161,0,'55-1','55-1',4,'image/jpeg',9803,'products/55-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(162,0,'55-2','55-2',4,'image/jpeg',9803,'products/55-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(163,0,'55','55',4,'image/jpeg',9803,'products/55.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(164,0,'56-1','56-1',4,'image/jpeg',9803,'products/56-1.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(165,0,'56-2','56-2',4,'image/jpeg',9803,'products/56-2.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(166,0,'56','56',4,'image/jpeg',9803,'products/56.jpg','[]','2024-09-20 21:03:26','2024-09-20 21:03:26',NULL,'public'),(167,0,'57-1','57-1',4,'image/jpeg',9803,'products/57-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(168,0,'57','57',4,'image/jpeg',9803,'products/57.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(169,0,'58-1','58-1',4,'image/jpeg',9803,'products/58-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(170,0,'58-2','58-2',4,'image/jpeg',9803,'products/58-2.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(171,0,'58','58',4,'image/jpeg',9803,'products/58.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(172,0,'59-1','59-1',4,'image/jpeg',9803,'products/59-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(173,0,'59-2','59-2',4,'image/jpeg',9803,'products/59-2.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(174,0,'59-3','59-3',4,'image/jpeg',9803,'products/59-3.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(175,0,'59','59',4,'image/jpeg',9803,'products/59.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(176,0,'6','6',4,'image/jpeg',9803,'products/6.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(177,0,'60-1','60-1',4,'image/jpeg',9803,'products/60-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(178,0,'60-2','60-2',4,'image/jpeg',9803,'products/60-2.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(179,0,'60','60',4,'image/jpeg',9803,'products/60.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(180,0,'61-1','61-1',4,'image/jpeg',9803,'products/61-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(181,0,'61','61',4,'image/jpeg',9803,'products/61.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(182,0,'62-1','62-1',4,'image/jpeg',9803,'products/62-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(183,0,'62','62',4,'image/jpeg',9803,'products/62.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(184,0,'63-1','63-1',4,'image/jpeg',9803,'products/63-1.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(185,0,'63','63',4,'image/jpeg',9803,'products/63.jpg','[]','2024-09-20 21:03:27','2024-09-20 21:03:27',NULL,'public'),(186,0,'64-1','64-1',4,'image/jpeg',9803,'products/64-1.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(187,0,'64','64',4,'image/jpeg',9803,'products/64.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(188,0,'65-1','65-1',4,'image/jpeg',9803,'products/65-1.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(189,0,'65-2','65-2',4,'image/jpeg',9803,'products/65-2.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(190,0,'65','65',4,'image/jpeg',9803,'products/65.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(191,0,'7','7',4,'image/jpeg',9803,'products/7.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(192,0,'8-1','8-1',4,'image/jpeg',9803,'products/8-1.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(193,0,'8-2','8-2',4,'image/jpeg',9803,'products/8-2.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(194,0,'8-3','8-3',4,'image/jpeg',9803,'products/8-3.jpg','[]','2024-09-20 21:03:28','2024-09-20 21:03:28',NULL,'public'),(195,0,'8','8',4,'image/jpeg',9803,'products/8.jpg','[]','2024-09-20 21:03:29','2024-09-20 21:03:29',NULL,'public'),(196,0,'9-1','9-1',4,'image/jpeg',9803,'products/9-1.jpg','[]','2024-09-20 21:03:29','2024-09-20 21:03:29',NULL,'public'),(197,0,'9-2','9-2',4,'image/jpeg',9803,'products/9-2.jpg','[]','2024-09-20 21:03:29','2024-09-20 21:03:29',NULL,'public'),(198,0,'9','9',4,'image/jpeg',9803,'products/9.jpg','[]','2024-09-20 21:03:29','2024-09-20 21:03:29',NULL,'public'),(199,0,'1','1',5,'image/png',2691,'stores/1.png','[]','2024-09-20 21:03:32','2024-09-20 21:03:32',NULL,'public'),(200,0,'10','10',5,'image/png',2691,'stores/10.png','[]','2024-09-20 21:03:32','2024-09-20 21:03:32',NULL,'public'),(201,0,'11','11',5,'image/png',2691,'stores/11.png','[]','2024-09-20 21:03:32','2024-09-20 21:03:32',NULL,'public'),(202,0,'12','12',5,'image/png',2691,'stores/12.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(203,0,'13','13',5,'image/png',2691,'stores/13.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(204,0,'14','14',5,'image/png',2691,'stores/14.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(205,0,'15','15',5,'image/png',2691,'stores/15.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(206,0,'16','16',5,'image/png',2732,'stores/16.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(207,0,'17','17',5,'image/png',2732,'stores/17.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(208,0,'2','2',5,'image/png',2691,'stores/2.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(209,0,'3','3',5,'image/png',2691,'stores/3.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(210,0,'4','4',5,'image/png',2691,'stores/4.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(211,0,'5','5',5,'image/png',2691,'stores/5.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(212,0,'6','6',5,'image/png',2691,'stores/6.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(213,0,'7','7',5,'image/png',2691,'stores/7.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(214,0,'8','8',5,'image/png',2691,'stores/8.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(215,0,'9','9',5,'image/png',2691,'stores/9.png','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(216,0,'background-1','background-1',5,'image/jpeg',5286,'stores/background-1.jpg','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(217,0,'background-2','background-2',5,'image/jpeg',5286,'stores/background-2.jpg','[]','2024-09-20 21:03:33','2024-09-20 21:03:33',NULL,'public'),(218,0,'1','1',6,'image/jpeg',9803,'news/1.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(219,0,'10','10',6,'image/jpeg',9803,'news/10.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(220,0,'11','11',6,'image/jpeg',9803,'news/11.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(221,0,'2','2',6,'image/jpeg',9803,'news/2.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(222,0,'3','3',6,'image/jpeg',9803,'news/3.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(223,0,'4','4',6,'image/jpeg',9803,'news/4.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(224,0,'5','5',6,'image/jpeg',9803,'news/5.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(225,0,'6','6',6,'image/jpeg',9803,'news/6.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(226,0,'7','7',6,'image/jpeg',9803,'news/7.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(227,0,'8','8',6,'image/jpeg',9803,'news/8.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(228,0,'9','9',6,'image/jpeg',9803,'news/9.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(229,0,'01-sm','01-sm',7,'image/jpeg',10737,'sliders/01-sm.jpg','[]','2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,'public'),(230,0,'01','01',7,'image/jpeg',11704,'sliders/01.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(231,0,'02-sm','02-sm',7,'image/jpeg',10737,'sliders/02-sm.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(232,0,'02','02',7,'image/jpeg',11704,'sliders/02.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(233,0,'1','1',8,'image/jpeg',7935,'promotion/1.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(234,0,'2','2',8,'image/png',14659,'promotion/2.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(235,0,'3','3',8,'image/png',10632,'promotion/3.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(236,0,'4','4',8,'image/png',10076,'promotion/4.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(237,0,'5','5',8,'image/png',12274,'promotion/5.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(238,0,'404','404',9,'image/png',31297,'general/404.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(239,0,'app-android','app-android',9,'image/png',630,'general/app-android.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(240,0,'app-bg','app-bg',9,'image/png',11530,'general/app-bg.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(241,0,'app-ios','app-ios',9,'image/png',630,'general/app-ios.png','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(242,0,'background','background',9,'image/jpeg',26676,'general/background.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(243,0,'blog-bg','blog-bg',9,'image/jpeg',81226,'general/blog-bg.jpg','[]','2024-09-20 21:03:36','2024-09-20 21:03:36',NULL,'public'),(244,0,'coming-soon','coming-soon',9,'image/jpeg',26506,'general/coming-soon.jpg','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(245,0,'facebook','facebook',9,'image/png',732,'general/facebook.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(246,0,'favicon','favicon',9,'image/png',6337,'general/favicon.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(247,0,'footer-payments','footer-payments',9,'image/png',439,'general/footer-payments.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(248,0,'icon-protect','icon-protect',9,'image/png',1677,'general/icon-protect.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(249,0,'icon-reload','icon-reload',9,'image/png',1457,'general/icon-reload.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(250,0,'icon-rocket','icon-rocket',9,'image/png',1640,'general/icon-rocket.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(251,0,'icon-support','icon-support',9,'image/png',1854,'general/icon-support.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(252,0,'icon-tag','icon-tag',9,'image/png',1151,'general/icon-tag.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(253,0,'instagram','instagram',9,'image/png',2476,'general/instagram.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(254,0,'logo-light','logo-light',9,'image/png',12206,'general/logo-light.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(255,0,'logo','logo',9,'image/png',18245,'general/logo.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(256,0,'newsletter-popup','newsletter-popup',9,'image/png',17253,'general/newsletter-popup.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(257,0,'open-graph-image','open-graph-image',9,'image/png',406719,'general/open-graph-image.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(258,0,'pinterest','pinterest',9,'image/png',2103,'general/pinterest.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(259,0,'placeholder','placeholder',9,'image/png',2675,'general/placeholder.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(260,0,'slider-bg','slider-bg',9,'image/jpeg',26676,'general/slider-bg.jpg','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(261,0,'twitter','twitter',9,'image/png',1749,'general/twitter.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'),(262,0,'youtube','youtube',9,'image/png',1035,'general/youtube.png','[]','2024-09-20 21:03:37','2024-09-20 21:03:37',NULL,'public'); /*!40000 ALTER TABLE `media_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_folders` -- DROP TABLE IF EXISTS `media_folders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `media_folders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `media_folders_user_id_index` (`user_id`), KEY `media_folders_index` (`parent_id`,`user_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_folders` -- LOCK TABLES `media_folders` WRITE; /*!40000 ALTER TABLE `media_folders` DISABLE KEYS */; INSERT INTO `media_folders` VALUES (1,0,'brands',NULL,'brands',0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL),(2,0,'product-categories',NULL,'product-categories',0,'2024-09-20 21:03:16','2024-09-20 21:03:16',NULL),(3,0,'customers',NULL,'customers',0,'2024-09-20 21:03:17','2024-09-20 21:03:17',NULL),(4,0,'products',NULL,'products',0,'2024-09-20 21:03:21','2024-09-20 21:03:21',NULL),(5,0,'stores',NULL,'stores',0,'2024-09-20 21:03:32','2024-09-20 21:03:32',NULL),(6,0,'news',NULL,'news',0,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL),(7,0,'sliders',NULL,'sliders',0,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL),(8,0,'promotion',NULL,'promotion',0,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL),(9,0,'general',NULL,'general',0,'2024-09-20 21:03:36','2024-09-20 21:03:36',NULL); /*!40000 ALTER TABLE `media_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_settings` -- DROP TABLE IF EXISTS `media_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `media_settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `value` text COLLATE utf8mb4_unicode_ci, `media_id` bigint unsigned DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_settings` -- LOCK TABLES `media_settings` WRITE; /*!40000 ALTER TABLE `media_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `media_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_locations` -- DROP TABLE IF EXISTS `menu_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `menu_locations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `menu_id` bigint unsigned NOT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `menu_locations_menu_id_created_at_index` (`menu_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menu_locations` -- LOCK TABLES `menu_locations` WRITE; /*!40000 ALTER TABLE `menu_locations` DISABLE KEYS */; INSERT INTO `menu_locations` VALUES (1,1,'main-menu','2024-09-20 21:03:36','2024-09-20 21:03:36'),(2,2,'header-navigation','2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `menu_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_nodes` -- DROP TABLE IF EXISTS `menu_nodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `menu_nodes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `menu_id` bigint unsigned NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `reference_id` bigint unsigned DEFAULT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_font` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` tinyint unsigned NOT NULL DEFAULT '0', `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `css_class` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `target` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '_self', `has_child` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `menu_nodes_menu_id_index` (`menu_id`), KEY `menu_nodes_parent_id_index` (`parent_id`), KEY `reference_id` (`reference_id`), KEY `reference_type` (`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menu_nodes` -- LOCK TABLES `menu_nodes` WRITE; /*!40000 ALTER TABLE `menu_nodes` DISABLE KEYS */; INSERT INTO `menu_nodes` VALUES (1,1,0,NULL,NULL,'/products/smart-watches','icon icon-tag',0,'Special Prices',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(2,1,0,NULL,NULL,'#',NULL,0,'Pages',NULL,'_self',1,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(3,1,2,2,'Botble\\Page\\Models\\Page','/about-us',NULL,0,'About us',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(4,1,2,3,'Botble\\Page\\Models\\Page','/terms-of-use',NULL,0,'Terms Of Use',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(5,1,2,4,'Botble\\Page\\Models\\Page','/terms-conditions',NULL,0,'Terms & Conditions',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(6,1,2,5,'Botble\\Page\\Models\\Page','/refund-policy',NULL,0,'Refund Policy',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(7,1,2,12,'Botble\\Page\\Models\\Page','/coming-soon',NULL,0,'Coming soon',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(8,1,0,NULL,NULL,'/products',NULL,0,'Shop',NULL,'_self',1,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(9,1,8,NULL,NULL,'/products',NULL,0,'All products',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(10,1,8,15,'Botble\\Ecommerce\\Models\\ProductCategory',NULL,NULL,0,'Products Of Category',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(11,1,8,NULL,NULL,'/products/beat-headphone',NULL,0,'Product Single',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(12,1,0,NULL,NULL,'/stores',NULL,0,'Stores',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(13,1,0,6,'Botble\\Page\\Models\\Page',NULL,NULL,0,'Blog',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(14,1,0,7,'Botble\\Page\\Models\\Page',NULL,NULL,0,'FAQs',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(15,1,0,8,'Botble\\Page\\Models\\Page',NULL,NULL,0,'Contact',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(16,2,0,2,'Botble\\Page\\Models\\Page',NULL,NULL,1,'About Us',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(17,2,0,NULL,NULL,'wishlist',NULL,1,'Wishlist',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(18,2,0,NULL,NULL,'orders/tracking',NULL,1,'Order Tracking',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(19,3,0,3,'Botble\\Page\\Models\\Page',NULL,NULL,2,'Terms Of Use',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(20,3,0,4,'Botble\\Page\\Models\\Page',NULL,NULL,2,'Terms & Conditions',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(21,3,0,5,'Botble\\Page\\Models\\Page',NULL,NULL,2,'Refund Policy',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(22,3,0,7,'Botble\\Page\\Models\\Page',NULL,NULL,2,'FAQs',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(23,3,0,NULL,NULL,'/nothing',NULL,2,'404 Page',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(24,4,0,2,'Botble\\Page\\Models\\Page',NULL,NULL,3,'About us',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(25,4,0,10,'Botble\\Page\\Models\\Page',NULL,NULL,3,'Affiliate',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(26,4,0,11,'Botble\\Page\\Models\\Page',NULL,NULL,3,'Career',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(27,4,0,8,'Botble\\Page\\Models\\Page',NULL,NULL,3,'Contact us',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(28,5,0,6,'Botble\\Page\\Models\\Page',NULL,NULL,4,'Our blog',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(29,5,0,NULL,NULL,'/cart',NULL,4,'Cart',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(30,5,0,NULL,NULL,'/customer/overview',NULL,4,'My account',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(31,5,0,NULL,NULL,'/products',NULL,4,'Shop',NULL,'_self',0,'2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `menu_nodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menus` -- DROP TABLE IF EXISTS `menus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `menus` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `menus_slug_unique` (`slug`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menus` -- LOCK TABLES `menus` WRITE; /*!40000 ALTER TABLE `menus` DISABLE KEYS */; INSERT INTO `menus` VALUES (1,'Main menu','main-menu','published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(2,'Header menu','header-menu','published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(3,'Useful Links','useful-links','published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(4,'Help Center','help-center','published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(5,'Business','business','published','2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_boxes` -- DROP TABLE IF EXISTS `meta_boxes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `meta_boxes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `meta_key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `meta_value` text COLLATE utf8mb4_unicode_ci, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `meta_boxes_reference_id_index` (`reference_id`) ) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_boxes` -- LOCK TABLES `meta_boxes` WRITE; /*!40000 ALTER TABLE `meta_boxes` DISABLE KEYS */; INSERT INTO `meta_boxes` VALUES (1,'faq_ids','[[1,2,4,6,7]]',1,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(2,'faq_ids','[[1,2,4,5,6]]',2,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(3,'faq_ids','[[1,2,4,6,8]]',3,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(4,'faq_ids','[[1,2,5,6,7]]',4,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(5,'faq_ids','[[2,5,6,8,10]]',5,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(6,'faq_ids','[[2,3,5,6,8]]',6,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(7,'faq_ids','[[1,3,5,9,10]]',7,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(8,'faq_ids','[[1,3,6,7,8]]',8,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(9,'faq_ids','[[1,2,3,4,7]]',9,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(10,'faq_ids','[[1,2,5,6,8]]',10,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(11,'faq_ids','[[2,4,7,8,10]]',11,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(12,'faq_ids','[[5,6,7,9,10]]',12,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(13,'faq_ids','[[1,4,7,8,10]]',13,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(14,'faq_ids','[[1,5,7,9,10]]',14,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(15,'faq_ids','[[1,3,4,8,9]]',15,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(16,'faq_ids','[[2,3,5,6,9]]',16,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(17,'faq_ids','[[2,4,6,7,8]]',17,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:29','2024-09-20 21:03:29'),(18,'faq_ids','[[1,6,7,8,10]]',18,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(19,'faq_ids','[[1,3,4,6,9]]',19,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(20,'faq_ids','[[1,2,3,5,10]]',20,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(21,'faq_ids','[[1,2,4,6,7]]',21,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(22,'faq_ids','[[1,2,4,7,10]]',22,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(23,'faq_ids','[[3,5,6,7,10]]',23,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(24,'faq_ids','[[3,4,5,8,9]]',24,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(25,'faq_ids','[[1,7,8,9,10]]',25,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(26,'faq_ids','[[2,3,5,9,10]]',26,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(27,'faq_ids','[[1,4,6,7,9]]',27,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(28,'faq_ids','[[1,3,5,6,10]]',28,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(29,'faq_ids','[[4,5,6,9,10]]',29,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(30,'faq_ids','[[2,3,8,9,10]]',30,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(31,'faq_ids','[[2,3,5,6,10]]',31,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(32,'faq_ids','[[3,4,5,9,10]]',32,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(33,'faq_ids','[[1,3,7,9,10]]',33,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(34,'faq_ids','[[4,5,6,7,9]]',34,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(35,'faq_ids','[[1,2,4,5,7]]',35,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(36,'faq_ids','[[2,3,5,8,9]]',36,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(37,'faq_ids','[[2,3,5,7,10]]',37,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(38,'faq_ids','[[2,5,7,8,9]]',38,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(39,'faq_ids','[[1,3,6,7,9]]',39,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(40,'faq_ids','[[1,3,4,7,9]]',40,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(41,'faq_ids','[[1,2,4,5,10]]',41,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(42,'faq_ids','[[3,4,5,8,9]]',42,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(43,'faq_ids','[[1,5,7,9,10]]',43,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(44,'faq_ids','[[1,2,8,9,10]]',44,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(45,'faq_ids','[[3,5,6,8,9]]',45,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(46,'faq_ids','[[1,4,8,9,10]]',46,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(47,'faq_ids','[[1,2,6,9,10]]',47,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:30','2024-09-20 21:03:30'),(48,'faq_ids','[[1,3,4,6,7]]',48,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(49,'faq_ids','[[4,6,8,9,10]]',49,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(50,'faq_ids','[[1,2,5,7,10]]',50,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(51,'faq_ids','[[1,5,6,7,9]]',51,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(52,'faq_ids','[[1,2,6,9,10]]',52,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(53,'faq_ids','[[1,3,5,7,8]]',53,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(54,'faq_ids','[[1,2,3,7,9]]',54,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(55,'faq_ids','[[1,4,6,7,10]]',55,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(56,'faq_ids','[[1,5,8,9,10]]',56,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(57,'faq_ids','[[1,3,4,6,7]]',57,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(58,'faq_ids','[[1,2,3,4,7]]',58,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(59,'faq_ids','[[2,6,7,8,10]]',59,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(60,'faq_ids','[[2,4,5,6,9]]',60,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(61,'faq_ids','[[4,5,6,7,9]]',61,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(62,'faq_ids','[[1,2,3,6,7]]',62,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(63,'faq_ids','[[4,5,8,9,10]]',63,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(64,'faq_ids','[[1,4,5,7,9]]',64,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(65,'faq_ids','[[2,3,7,8,10]]',65,'Botble\\Ecommerce\\Models\\Product','2024-09-20 21:03:31','2024-09-20 21:03:31'),(66,'background','[\"stores\\/background-2.jpg\"]',1,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(67,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',1,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(68,'background','[\"stores\\/background-2.jpg\"]',2,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(69,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',2,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(70,'background','[\"stores\\/background-2.jpg\"]',3,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(71,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',3,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(72,'background','[\"stores\\/background-2.jpg\"]',4,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(73,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',4,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(74,'background','[\"stores\\/background-1.jpg\"]',5,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(75,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',5,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(76,'background','[\"stores\\/background-1.jpg\"]',6,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(77,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',6,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(78,'background','[\"stores\\/background-1.jpg\"]',7,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(79,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',7,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(80,'background','[\"stores\\/background-1.jpg\"]',8,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(81,'socials','[{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/www.twitter.com\\/\",\"youtube\":\"https:\\/\\/www.youtube.com\\/\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/\"}]',8,'Botble\\Marketplace\\Models\\Store','2024-09-20 21:03:35','2024-09-20 21:03:35'),(82,'tablet_image','[\"sliders\\/01.jpg\"]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-09-20 21:03:36','2024-09-20 21:03:36'),(83,'mobile_image','[\"sliders\\/01-sm.jpg\"]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-09-20 21:03:36','2024-09-20 21:03:36'),(84,'tablet_image','[\"sliders\\/02.jpg\"]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-09-20 21:03:36','2024-09-20 21:03:36'),(85,'mobile_image','[\"sliders\\/02-sm.jpg\"]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `meta_boxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `migrations` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=205 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'2013_04_09_032329_create_base_tables',1),(2,'2013_04_09_062329_create_revisions_table',1),(3,'2014_10_12_000000_create_users_table',1),(4,'2014_10_12_100000_create_password_reset_tokens_table',1),(5,'2016_06_10_230148_create_acl_tables',1),(6,'2016_06_14_230857_create_menus_table',1),(7,'2016_06_28_221418_create_pages_table',1),(8,'2016_10_05_074239_create_setting_table',1),(9,'2016_11_28_032840_create_dashboard_widget_tables',1),(10,'2016_12_16_084601_create_widgets_table',1),(11,'2017_05_09_070343_create_media_tables',1),(12,'2017_11_03_070450_create_slug_table',1),(13,'2019_01_05_053554_create_jobs_table',1),(14,'2019_08_19_000000_create_failed_jobs_table',1),(15,'2019_12_14_000001_create_personal_access_tokens_table',1),(16,'2022_04_20_100851_add_index_to_media_table',1),(17,'2022_04_20_101046_add_index_to_menu_table',1),(18,'2022_07_10_034813_move_lang_folder_to_root',1),(19,'2022_08_04_051940_add_missing_column_expires_at',1),(20,'2022_09_01_000001_create_admin_notifications_tables',1),(21,'2022_10_14_024629_drop_column_is_featured',1),(22,'2022_11_18_063357_add_missing_timestamp_in_table_settings',1),(23,'2022_12_02_093615_update_slug_index_columns',1),(24,'2023_01_30_024431_add_alt_to_media_table',1),(25,'2023_02_16_042611_drop_table_password_resets',1),(26,'2023_04_23_005903_add_column_permissions_to_admin_notifications',1),(27,'2023_05_10_075124_drop_column_id_in_role_users_table',1),(28,'2023_08_21_090810_make_page_content_nullable',1),(29,'2023_09_14_021936_update_index_for_slugs_table',1),(30,'2023_12_07_095130_add_color_column_to_media_folders_table',1),(31,'2023_12_17_162208_make_sure_column_color_in_media_folders_nullable',1),(32,'2024_04_04_110758_update_value_column_in_user_meta_table',1),(33,'2024_05_04_030654_improve_social_links',1),(34,'2024_05_12_091229_add_column_visibility_to_table_media_files',1),(35,'2024_07_07_091316_fix_column_url_in_menu_nodes_table',1),(36,'2024_07_12_100000_change_random_hash_for_media',1),(37,'2020_11_18_150916_ads_create_ads_table',2),(38,'2021_12_02_035301_add_ads_translations_table',2),(39,'2023_04_17_062645_add_open_in_new_tab',2),(40,'2023_11_07_023805_add_tablet_mobile_image',2),(41,'2024_04_01_043317_add_google_adsense_slot_id_to_ads_table',2),(42,'2024_04_27_100730_improve_analytics_setting',3),(43,'2015_06_29_025744_create_audit_history',4),(44,'2023_11_14_033417_change_request_column_in_table_audit_histories',4),(45,'2015_06_18_033822_create_blog_table',5),(46,'2021_02_16_092633_remove_default_value_for_author_type',5),(47,'2021_12_03_030600_create_blog_translations',5),(48,'2022_04_19_113923_add_index_to_table_posts',5),(49,'2023_08_29_074620_make_column_author_id_nullable',5),(50,'2024_07_30_091615_fix_order_column_in_categories_table',5),(51,'2016_06_17_091537_create_contacts_table',6),(52,'2023_11_10_080225_migrate_contact_blacklist_email_domains_to_core',6),(53,'2024_03_20_080001_migrate_change_attribute_email_to_nullable_form_contacts_table',6),(54,'2024_03_25_000001_update_captcha_settings_for_contact',6),(55,'2024_04_19_063914_create_custom_fields_table',6),(56,'2020_03_05_041139_create_ecommerce_tables',7),(57,'2021_01_01_044147_ecommerce_create_flash_sale_table',7),(58,'2021_01_17_082713_add_column_is_featured_to_product_collections_table',7),(59,'2021_01_18_024333_add_zip_code_into_table_customer_addresses',7),(60,'2021_02_18_073505_update_table_ec_reviews',7),(61,'2021_03_10_024419_add_column_confirmed_at_to_table_ec_customers',7),(62,'2021_03_10_025153_change_column_tax_amount',7),(63,'2021_03_20_033103_add_column_availability_to_table_ec_products',7),(64,'2021_04_28_074008_ecommerce_create_product_label_table',7),(65,'2021_05_31_173037_ecommerce_create_ec_products_translations',7),(66,'2021_08_17_105016_remove_column_currency_id_in_some_tables',7),(67,'2021_08_30_142128_add_images_column_to_ec_reviews_table',7),(68,'2021_10_04_030050_add_column_created_by_to_table_ec_products',7),(69,'2021_10_05_122616_add_status_column_to_ec_customers_table',7),(70,'2021_11_03_025806_nullable_phone_number_in_ec_customer_addresses',7),(71,'2021_11_23_071403_correct_languages_for_product_variations',7),(72,'2021_11_28_031808_add_product_tags_translations',7),(73,'2021_12_01_031123_add_featured_image_to_ec_products',7),(74,'2022_01_01_033107_update_table_ec_shipments',7),(75,'2022_02_16_042457_improve_product_attribute_sets',7),(76,'2022_03_22_075758_correct_product_name',7),(77,'2022_04_19_113334_add_index_to_ec_products',7),(78,'2022_04_28_144405_remove_unused_table',7),(79,'2022_05_05_115015_create_ec_customer_recently_viewed_products_table',7),(80,'2022_05_18_143720_add_index_to_table_ec_product_categories',7),(81,'2022_06_16_095633_add_index_to_some_tables',7),(82,'2022_06_30_035148_create_order_referrals_table',7),(83,'2022_07_24_153815_add_completed_at_to_ec_orders_table',7),(84,'2022_08_14_032836_create_ec_order_returns_table',7),(85,'2022_08_14_033554_create_ec_order_return_items_table',7),(86,'2022_08_15_040324_add_billing_address',7),(87,'2022_08_30_091114_support_digital_products_table',7),(88,'2022_09_13_095744_create_options_table',7),(89,'2022_09_13_104347_create_option_value_table',7),(90,'2022_10_05_163518_alter_table_ec_order_product',7),(91,'2022_10_12_041517_create_invoices_table',7),(92,'2022_10_12_142226_update_orders_table',7),(93,'2022_10_13_024916_update_table_order_returns',7),(94,'2022_10_21_030830_update_columns_in_ec_shipments_table',7),(95,'2022_10_28_021046_update_columns_in_ec_shipments_table',7),(96,'2022_11_16_034522_update_type_column_in_ec_shipping_rules_table',7),(97,'2022_11_19_041643_add_ec_tax_product_table',7),(98,'2022_12_12_063830_update_tax_defadult_in_ec_tax_products_table',7),(99,'2022_12_17_041532_fix_address_in_order_invoice',7),(100,'2022_12_26_070329_create_ec_product_views_table',7),(101,'2023_01_04_033051_fix_product_categories',7),(102,'2023_01_09_050400_add_ec_global_options_translations_table',7),(103,'2023_01_10_093754_add_missing_option_value_id',7),(104,'2023_01_17_082713_add_column_barcode_and_cost_per_item_to_product_table',7),(105,'2023_01_26_021854_add_ec_customer_used_coupons_table',7),(106,'2023_02_08_015900_update_options_column_in_ec_order_product_table',7),(107,'2023_02_27_095752_remove_duplicate_reviews',7),(108,'2023_03_20_115757_add_user_type_column_to_ec_shipment_histories_table',7),(109,'2023_04_21_082427_create_ec_product_categorizables_table',7),(110,'2023_05_03_011331_add_missing_column_price_into_invoice_items_table',7),(111,'2023_05_17_025812_fix_invoice_issue',7),(112,'2023_05_26_073140_move_option_make_phone_field_optional_at_checkout_page_to_mandatory_fields',7),(113,'2023_05_27_144611_fix_exchange_rate_setting',7),(114,'2023_06_22_084331_add_generate_license_code_to_ec_products_table',7),(115,'2023_06_30_042512_create_ec_order_tax_information_table',7),(116,'2023_07_14_022724_remove_column_id_from_ec_product_collection_products',7),(117,'2023_08_09_012940_remove_column_status_in_ec_product_attributes',7),(118,'2023_08_15_064505_create_ec_tax_rules_table',7),(119,'2023_08_21_021819_make_column_address_in_ec_customer_addresses_nullable',7),(120,'2023_08_22_094114_drop_unique_for_barcode',7),(121,'2023_08_30_031811_add_apply_via_url_column_to_ec_discounts_table',7),(122,'2023_09_07_094312_add_index_to_product_sku_and_translations',7),(123,'2023_09_19_024955_create_discount_product_categories_table',7),(124,'2023_10_17_070728_add_icon_and_icon_image_to_product_categories_table',7),(125,'2023_11_22_154643_add_unique_in_table_ec_products_variations',7),(126,'2023_11_27_032313_add_price_columns_to_ec_product_cross_sale_relations_table',7),(127,'2023_12_06_023945_add_display_on_checkout_column_to_ec_discounts_table',7),(128,'2023_12_25_040604_ec_create_review_replies_table',7),(129,'2023_12_26_090340_add_private_notes_column_to_ec_customers_table',7),(130,'2024_01_16_070706_fix_translation_tables',7),(131,'2024_01_23_075227_add_proof_file_to_ec_orders_table',7),(132,'2024_03_26_041531_add_cancel_reason_to_ec_orders_table',7),(133,'2024_03_27_062402_create_ec_customer_deletion_requests_table',7),(134,'2024_03_29_042242_migrate_old_captcha_settings',7),(135,'2024_03_29_093946_create_ec_order_return_histories_table',7),(136,'2024_04_01_063523_add_customer_columns_to_ec_reviews_table',7),(137,'2024_04_15_092654_migrate_ecommerce_google_tag_manager_code_setting',7),(138,'2024_04_16_035713_add_min_max_order_quantity_columns_to_products_table',7),(139,'2024_05_07_073153_improve_table_wishlist',7),(140,'2024_05_07_093703_add_missing_zip_code_into_table_store_locators',7),(141,'2024_05_15_021503_fix_invoice_path',7),(142,'2024_06_20_160724_create_ec_shared_wishlists_table',7),(143,'2024_06_28_025104_add_notify_attachment_updated_column_to_ec_products_table',7),(144,'2024_07_03_030900_add_downloaded_at_column_to_ec_order_product_table',7),(145,'2024_07_14_071826_make_customer_email_nullable',7),(146,'2024_07_15_104916_add_video_media_column_to_ec_products_table',7),(147,'2024_07_26_052530_add_percentage_to_tax_rules_table',7),(148,'2024_08_14_123028_add_customer_delivered_confirmed_at_column_to_ec_shipments_table',7),(149,'2024_08_19_132849_create_specification_tables',7),(150,'2024_09_07_060744_add_author_column_to_specification_tables',7),(151,'2024_09_14_064023_add_can_use_with_flash_sale_column_to_ec_discounts_table',7),(152,'2018_07_09_221238_create_faq_table',8),(153,'2021_12_03_082134_create_faq_translations',8),(154,'2023_11_17_063408_add_description_column_to_faq_categories_table',8),(155,'2016_10_03_032336_create_languages_table',9),(156,'2023_09_14_022423_add_index_for_language_table',9),(157,'2021_10_25_021023_fix-priority-load-for-language-advanced',10),(158,'2021_12_03_075608_create_page_translations',10),(159,'2023_07_06_011444_create_slug_translations_table',10),(160,'2019_11_18_061011_create_country_table',11),(161,'2021_12_03_084118_create_location_translations',11),(162,'2021_12_03_094518_migrate_old_location_data',11),(163,'2021_12_10_034440_switch_plugin_location_to_use_language_advanced',11),(164,'2022_01_16_085908_improve_plugin_location',11),(165,'2022_08_04_052122_delete_location_backup_tables',11),(166,'2023_04_23_061847_increase_state_translations_abbreviation_column',11),(167,'2023_07_26_041451_add_more_columns_to_location_table',11),(168,'2023_07_27_041451_add_more_columns_to_location_translation_table',11),(169,'2023_08_15_073307_drop_unique_in_states_cities_translations',11),(170,'2023_10_21_065016_make_state_id_in_table_cities_nullable',11),(171,'2024_08_17_094600_add_image_into_countries',11),(172,'2021_07_06_030002_create_marketplace_table',12),(173,'2021_09_04_150137_add_vendor_verified_at_to_ec_customers_table',12),(174,'2021_10_04_033903_add_column_approved_by_into_table_ec_products',12),(175,'2021_10_06_124943_add_transaction_id_column_to_mp_customer_withdrawals_table',12),(176,'2021_10_10_054216_add_columns_to_mp_customer_revenues_table',12),(177,'2021_12_06_031304_update_table_mp_customer_revenues',12),(178,'2022_10_19_152916_add_columns_to_mp_stores_table',12),(179,'2022_10_20_062849_create_mp_category_sale_commissions_table',12),(180,'2022_11_02_071413_add_more_info_for_store',12),(181,'2022_11_02_080444_add_tax_info',12),(182,'2023_02_01_062030_add_store_translations',12),(183,'2023_02_13_032133_update_fee_column_mp_customer_revenues_table',12),(184,'2023_02_17_023648_fix_store_prefix',12),(185,'2024_04_03_062451_add_cover_image_to_table_mp_stores',12),(186,'2024_05_07_082630_create_mp_messages_table',12),(187,'2024_07_19_131849_add_documents_to_mp_stores_table',12),(188,'2024_08_18_083119_add_tax_id_column_to_mp_stores_table',12),(189,'2024_08_27_141244_add_block_reason_to_ec_customers_table',12),(190,'2024_09_17_125408_add_square_logo_to_stores_table',12),(191,'2017_10_24_154832_create_newsletter_table',13),(192,'2024_03_25_000001_update_captcha_settings_for_newsletter',13),(193,'2017_05_18_080441_create_payment_tables',14),(194,'2021_03_27_144913_add_customer_type_into_table_payments',14),(195,'2021_05_24_034720_make_column_currency_nullable',14),(196,'2021_08_09_161302_add_metadata_column_to_payments_table',14),(197,'2021_10_19_020859_update_metadata_field',14),(198,'2022_06_28_151901_activate_paypal_stripe_plugin',14),(199,'2022_07_07_153354_update_charge_id_in_table_payments',14),(200,'2024_07_04_083133_create_payment_logs_table',14),(201,'2017_07_11_140018_create_simple_slider_table',15),(202,'2024_09_14_100108_add_stripe_connect_details_to_ec_customers_table',16),(203,'2016_10_07_193005_create_translations_table',17),(204,'2023_12_12_105220_drop_translations_table',17); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_category_sale_commissions` -- DROP TABLE IF EXISTS `mp_category_sale_commissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_category_sale_commissions` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_category_id` bigint unsigned NOT NULL, `commission_percentage` decimal(8,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`), UNIQUE KEY `mp_category_sale_commissions_product_category_id_unique` (`product_category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_category_sale_commissions` -- LOCK TABLES `mp_category_sale_commissions` WRITE; /*!40000 ALTER TABLE `mp_category_sale_commissions` DISABLE KEYS */; /*!40000 ALTER TABLE `mp_category_sale_commissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_customer_revenues` -- DROP TABLE IF EXISTS `mp_customer_revenues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_customer_revenues` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned DEFAULT NULL, `order_id` bigint unsigned DEFAULT NULL, `sub_amount` decimal(15,2) DEFAULT '0.00', `fee` decimal(15,2) DEFAULT '0.00', `amount` decimal(15,2) DEFAULT '0.00', `current_balance` decimal(15,2) DEFAULT '0.00', `currency` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_id` bigint unsigned NOT NULL DEFAULT '0', `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_customer_revenues` -- LOCK TABLES `mp_customer_revenues` WRITE; /*!40000 ALTER TABLE `mp_customer_revenues` DISABLE KEYS */; /*!40000 ALTER TABLE `mp_customer_revenues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_customer_withdrawals` -- DROP TABLE IF EXISTS `mp_customer_withdrawals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_customer_withdrawals` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned DEFAULT NULL, `fee` decimal(15,2) unsigned DEFAULT '0.00', `amount` decimal(15,2) unsigned DEFAULT '0.00', `current_balance` decimal(15,2) unsigned DEFAULT '0.00', `currency` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `bank_info` text COLLATE utf8mb4_unicode_ci, `payment_channel` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `images` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `transaction_id` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_customer_withdrawals` -- LOCK TABLES `mp_customer_withdrawals` WRITE; /*!40000 ALTER TABLE `mp_customer_withdrawals` DISABLE KEYS */; /*!40000 ALTER TABLE `mp_customer_withdrawals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_messages` -- DROP TABLE IF EXISTS `mp_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_messages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `store_id` bigint unsigned NOT NULL, `customer_id` bigint unsigned DEFAULT NULL, `name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_messages` -- LOCK TABLES `mp_messages` WRITE; /*!40000 ALTER TABLE `mp_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mp_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_stores` -- DROP TABLE IF EXISTS `mp_stores`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_stores` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_id` bigint unsigned DEFAULT NULL, `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `logo_square` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cover_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `vendor_verified_at` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tax_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `certificate_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `government_id_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_stores` -- LOCK TABLES `mp_stores` WRITE; /*!40000 ALTER TABLE `mp_stores` DISABLE KEYS */; INSERT INTO `mp_stores` VALUES (1,'GoPro','breitenberg.richmond@example.com','+14582537071','64559 Ahmad Springs Apt. 368','BW','Wyoming','Dietrichmouth',2,'stores/1.png',NULL,NULL,'Possimus in sed quia ab incidunt veritatis. Rerum facilis sit facilis repellendus. Nam voluptatem fugit dolorem alias rerum nostrum. Omnis aut qui rerum magnam quaerat. Consequatur aliquam a accusamus ab. Ducimus quo ea odio dolorem. Alias debitis excepturi qui illum quisquam est.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(2,'Global Office','giovanny.heaney@example.net','+16678399553','99260 Itzel Mountain','NO','Illinois','Francoberg',8,'stores/2.png',NULL,NULL,'Veritatis quibusdam nisi deleniti fuga et et repellat similique. Veritatis voluptatum aut consequatur id quia quo. Eveniet in ab laudantium odit modi beatae vel. Nobis nihil fuga exercitationem esse repudiandae. At non repellendus aliquid porro delectus perferendis sit possimus. Sunt quae est eius eum at. Ullam hic ea vel omnis.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(3,'Young Shop','ellie78@example.com','+12093732406','5345 Katrina Isle','LT','New Mexico','Mavischester',5,'stores/3.png',NULL,NULL,'Eaque harum hic quaerat mollitia necessitatibus neque. Qui eligendi id dolore eos nobis eius sit. Deleniti qui quidem qui voluptatem est qui. Aut iure sed tempore at dicta consectetur. Quis dolores cum quos excepturi. Nobis aut deserunt facilis ullam incidunt fuga. Animi architecto sit odit beatae. Fuga omnis voluptatem repellat excepturi non omnis voluptas.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(4,'Global Store','uschmeler@example.com','+16285715312','855 Tromp Harbor','SJ','Ohio','Kilbackview',6,'stores/4.png',NULL,NULL,'Commodi ut sapiente dignissimos minus recusandae molestias ea aliquid. Eum sit cumque non debitis fugiat. Animi dicta ut sint ea voluptatum et assumenda. Eaque quos omnis a et beatae velit. Ad enim dolores aperiam asperiores aut voluptatem. Voluptates iste facere ipsam at rem culpa. Maxime est aliquam culpa dolorem aut.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(5,'Robert’s Store','parmstrong@example.net','+12169313403','6205 Cole Coves','US','Michigan','South Izaiahfurt',7,'stores/5.png',NULL,NULL,'Enim error dolorem ea mollitia et. Tenetur enim iusto voluptatem quia est animi deleniti quod. Libero et in atque ut est. Praesentium enim deleniti velit iste. Aut incidunt vel dolorem molestiae neque. Est cupiditate amet aspernatur voluptatum qui natus veniam dolore. Ad illo corporis aperiam molestias.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(6,'Stouffer','xlubowitz@example.net','+15599746375','402 Greenholt Mall','BN','Iowa','Port Sisterville',6,'stores/6.png',NULL,NULL,'Repellat praesentium veritatis qui adipisci eius ipsa sed. Ipsum repudiandae dolore mollitia. Voluptatibus ea porro corrupti consequuntur et. Adipisci laudantium et non ea provident. Quo aliquid dolore recusandae dolores reprehenderit consequuntur laudantium. Fugit pariatur voluptates sed aut. Alias eveniet repudiandae rerum reiciendis similique eos.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(7,'StarKist','hermiston.alberto@example.org','+19257352800','21240 Buford Roads','TV','Pennsylvania','Klockomouth',4,'stores/7.png',NULL,NULL,'Aut earum eligendi aut quia. Qui nobis modi provident possimus. Dolore quibusdam quis autem. Dolor recusandae eum laudantium. Ea eum et quidem qui ea. Eos error amet voluptatem et accusantium nam minus et. Consectetur quis inventore nobis adipisci ut. Voluptatum eum quam occaecati qui. Et reiciendis repellat eos distinctio nemo. Ab similique magnam porro molestiae doloribus voluptatibus.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL),(8,'Old El Paso','mike.cronin@example.org','+13172138816','441 Conn Junction Apt. 513','AR','Washington','Cristview',8,'stores/8.png',NULL,NULL,'Consequuntur nostrum aut eaque voluptatum. Quia quia facere expedita accusamus eos quo vel. Vel consequatur quia rem et. Vitae libero harum quis quia consequatur quo repellendus. Saepe qui rem vitae et odio. Quas nihil reprehenderit deserunt doloremque quia omnis deserunt vitae. At quo at et sit.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f4\" src=\"/storage/news/1.jpg\"></p>\n\n<p><br>\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f5\" src=\"/storage/news/2.jpg\"></p>\n\n<p><br>\n </p>\n<hr>\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f1\" src=\"/storage/news/3.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f6\" src=\"/storage/news/4.jpg\"></p>\n\n<p><br>\n </p>\n\n<hr>\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center;\"><img alt=\"f2\" src=\"/storage/news/5.jpg\"></p>\n\n<p> </p>\n','published',NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35',NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `mp_stores` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_stores_translations` -- DROP TABLE IF EXISTS `mp_stores_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_stores_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `mp_stores_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cover_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`mp_stores_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_stores_translations` -- LOCK TABLES `mp_stores_translations` WRITE; /*!40000 ALTER TABLE `mp_stores_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `mp_stores_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mp_vendor_info` -- DROP TABLE IF EXISTS `mp_vendor_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mp_vendor_info` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned NOT NULL DEFAULT '0', `balance` decimal(15,2) NOT NULL DEFAULT '0.00', `total_fee` decimal(15,2) NOT NULL DEFAULT '0.00', `total_revenue` decimal(15,2) NOT NULL DEFAULT '0.00', `signature` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `bank_info` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `payout_payment_method` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT 'bank_transfer', `tax_info` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mp_vendor_info` -- LOCK TABLES `mp_vendor_info` WRITE; /*!40000 ALTER TABLE `mp_vendor_info` DISABLE KEYS */; INSERT INTO `mp_vendor_info` VALUES (1,2,0.00,0.00,0.00,'$2y$12$6mjXVWapOIbYtSVbRBYaxu.O3Fu3/zsM55MR2RJ6rDJprvhGdTs3m','{\"name\":\"Burnice Hyatt IV\",\"number\":\"+16504582857\",\"full_name\":\"Reyes Weissnat\",\"description\":\"Juwan Wolf DVM\"}','2024-09-20 21:03:33','2024-09-20 21:03:33','bank_transfer',NULL),(2,3,0.00,0.00,0.00,'$2y$12$X2bmEfNiJ90wg.fypMo6XeAMlaZQOvxUa.Tzl4rw5mU3/jrBQMjeK','{\"name\":\"Ilene Hyatt\",\"number\":\"+12489098540\",\"full_name\":\"Carmine Rodriguez\",\"description\":\"Mr. Nasir Schmidt Sr.\"}','2024-09-20 21:03:33','2024-09-20 21:03:33','bank_transfer',NULL),(3,4,0.00,0.00,0.00,'$2y$12$I4vfYg6BrjSD1X.Pzv4eR.5ke6huV2Flmi4D2huTBysATMpbCmyN6','{\"name\":\"Stuart Brekke\",\"number\":\"+13523901729\",\"full_name\":\"Dario Batz\",\"description\":\"Estefania Windler\"}','2024-09-20 21:03:34','2024-09-20 21:03:34','bank_transfer',NULL),(4,5,0.00,0.00,0.00,'$2y$12$Wzo8vdJb2vvr2O78wj7HC.EhZ9XlS845/dTJ4dxPfHs0..8OowAXa','{\"name\":\"Mr. Tito Hodkiewicz DVM\",\"number\":\"+18726347014\",\"full_name\":\"Lorenz Rogahn\",\"description\":\"Oliver Lehner Jr.\"}','2024-09-20 21:03:34','2024-09-20 21:03:34','bank_transfer',NULL),(5,6,0.00,0.00,0.00,'$2y$12$5/bKRoCMz5.F1EacszjaSOXKvvqlPH.GdBCcK8GwnIQCWh6kaBoTe','{\"name\":\"Prof. Johnnie Kovacek\",\"number\":\"+13186853075\",\"full_name\":\"Mrs. Ocie Stanton\",\"description\":\"Miss Jena Gulgowski\"}','2024-09-20 21:03:34','2024-09-20 21:03:34','bank_transfer',NULL),(6,7,0.00,0.00,0.00,'$2y$12$q5gnGcVvTmRBOY.YH/M6AuuylRoRHbY4Z.K896kFNBlYzQAwasoF.','{\"name\":\"Dr. Tony Runolfsdottir\",\"number\":\"+14692251580\",\"full_name\":\"Ms. Effie Olson DVM\",\"description\":\"Darien Jaskolski\"}','2024-09-20 21:03:34','2024-09-20 21:03:34','bank_transfer',NULL),(7,8,0.00,0.00,0.00,'$2y$12$i.en0qTiEGCsjS1sNKOzu.g2p9lJ8QK5j0FeTRaKyPD7cS/0/VN0m','{\"name\":\"Stacy Bosco\",\"number\":\"+17122752788\",\"full_name\":\"Jamir Anderson\",\"description\":\"Zena Christiansen\"}','2024-09-20 21:03:35','2024-09-20 21:03:35','bank_transfer',NULL); /*!40000 ALTER TABLE `mp_vendor_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletters` -- DROP TABLE IF EXISTS `newsletters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `newsletters` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `email` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'subscribed', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newsletters` -- LOCK TABLES `newsletters` WRITE; /*!40000 ALTER TABLE `newsletters` DISABLE KEYS */; /*!40000 ALTER TABLE `newsletters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `template` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pages_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; INSERT INTO `pages` VALUES (1,'Home','<div>[simple-slider key=\"home-slider\" is_autoplay=\"yes\" autoplay_speed=\"5000\" ads=\"VC2C8Q1UGCBG\" background=\"general/slider-bg.jpg\"][/simple-slider]</div><div>[featured-product-categories title=\"Browse by Category\"][/featured-product-categories]</div><div>[featured-brands title=\"Featured Brands\"][/featured-brands]</div><div>[flash-sale title=\"Top Saver Today\" flash_sale_id=\"1\"][/flash-sale]</div><div>[product-category-products title=\"Just Landing\" category_id=\"23\"][/product-category-products]</div><div>[theme-ads key_1=\"IZ6WU8KUALYD\" key_2=\"ILSFJVYFGCPZ\" key_3=\"ZDOZUZZIU7FT\"][/theme-ads]</div><div>[featured-products title=\"Featured products\"][/featured-products]</div><div>[product-collections title=\"Essential Products\"][/product-collections]</div><div>[product-category-products category_id=\"18\"][/product-category-products]</div><div>[featured-posts title=\"Health Daily\" background=\"general/blog-bg.jpg\"\n app_enabled=\"1\"\n app_title=\"Shop faster with Farmart App\"\n app_description=\"Available on both iOS & Android\"\n app_bg=\"general/app-bg.png\"\n app_android_img=\"general/app-android.png\"\n app_android_link=\"#\"\n app_ios_img=\"general/app-ios.png\"\n app_ios_link=\"#\"][/featured-posts]</div>',1,NULL,'homepage',NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(2,'About us',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(3,'Terms Of Use',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(4,'Terms & Conditions',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(5,'Refund Policy',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(6,'Blog','<p>---</p>',1,NULL,'full-width',NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(7,'FAQs','<div>[faq title=\"Frequently Asked Questions\"][/faq]</div>',1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(8,'Contact','<div>[google-map]502 New Street, Brighton VIC, Australia[/google-map]</div><div>[contact-info-boxes title=\"Contact Info\" subtitle=\"Location\" name_1=\"Store\" address_1=\"68 Atlantic Ave St, Brooklyn, NY 90002, USA\" phone_1=\"(+005) 5896 72 78 79\" email_1=\"support@farmart.com\" name_2=\"Warehouse\" address_2=\"172 Richmond Hill Ave St, Stamford, NY 90002, USA\" phone_2=\"(+005) 5896 03 04 05\" show_contact_form=\"1\" ][/contact-info-boxes]</div>',1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(9,'Cookie Policy','<h3>EU Cookie Consent</h3><p>To use this Website we are using Cookies and collecting some Data. To be compliant with the EU GDPR we give you to choose if you allow us to use certain Cookies and to collect some Data.</p><h4>Essential Data</h4><p>The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.</p><p>- Session Cookie: PHP uses a Cookie to identify user sessions. Without this Cookie the Website is not working.</p><p>- XSRF-Token Cookie: Laravel automatically generates a CSRF \"token\" for each active user session managed by the application. This token is used to verify that the authenticated user is the one actually making the requests to the application.</p>',1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(10,'Affiliate',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(11,'Career',NULL,1,NULL,NULL,NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'),(12,'Coming soon','<div>[coming-soon time=\"2025-09-21 04:03:36\" title=\"We’re coming soon.\" subtitle=\"Currently we’re working on our brand new website and will be\nlaunching soon.\" social_title=\"Connect us on social networks\" image=\"general/coming-soon.jpg\"][/coming-soon]</div>',1,NULL,'coming-soon',NULL,'published','2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages_translations` -- DROP TABLE IF EXISTS `pages_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pages_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `pages_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`pages_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pages_translations` -- LOCK TABLES `pages_translations` WRITE; /*!40000 ALTER TABLE `pages_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pages_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_reset_tokens` -- DROP TABLE IF EXISTS `password_reset_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `password_reset_tokens` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_reset_tokens` -- LOCK TABLES `password_reset_tokens` WRITE; /*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `password_reset_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payment_logs` -- DROP TABLE IF EXISTS `payment_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `payment_logs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `payment_method` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `request` longtext COLLATE utf8mb4_unicode_ci, `response` longtext COLLATE utf8mb4_unicode_ci, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payment_logs` -- LOCK TABLES `payment_logs` WRITE; /*!40000 ALTER TABLE `payment_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `payment_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `payments` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `currency` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned NOT NULL DEFAULT '0', `charge_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_channel` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` decimal(15,2) unsigned NOT NULL, `order_id` bigint unsigned DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'pending', `payment_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'confirm', `customer_id` bigint unsigned DEFAULT NULL, `refunded_amount` decimal(15,2) unsigned DEFAULT NULL, `refund_note` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `customer_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `metadata` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personal_access_tokens` -- DROP TABLE IF EXISTS `personal_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personal_access_tokens` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `tokenable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci, `last_used_at` timestamp NULL DEFAULT NULL, `expires_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `personal_access_tokens_token_unique` (`token`), KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personal_access_tokens` -- LOCK TABLES `personal_access_tokens` WRITE; /*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post_categories` -- DROP TABLE IF EXISTS `post_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `post_categories` ( `category_id` bigint unsigned NOT NULL, `post_id` bigint unsigned NOT NULL, KEY `post_categories_category_id_index` (`category_id`), KEY `post_categories_post_id_index` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post_categories` -- LOCK TABLES `post_categories` WRITE; /*!40000 ALTER TABLE `post_categories` DISABLE KEYS */; INSERT INTO `post_categories` VALUES (2,1),(3,1),(1,2),(3,2),(2,3),(4,3),(2,4),(4,4),(1,5),(4,5),(1,6),(3,6),(2,7),(3,7),(2,8),(3,8),(2,9),(4,9),(2,10),(3,10),(2,11),(3,11); /*!40000 ALTER TABLE `post_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post_tags` -- DROP TABLE IF EXISTS `post_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `post_tags` ( `tag_id` bigint unsigned NOT NULL, `post_id` bigint unsigned NOT NULL, KEY `post_tags_tag_id_index` (`tag_id`), KEY `post_tags_post_id_index` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post_tags` -- LOCK TABLES `post_tags` WRITE; /*!40000 ALTER TABLE `post_tags` DISABLE KEYS */; INSERT INTO `post_tags` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2),(1,3),(2,3),(3,3),(4,3),(5,3),(1,4),(2,4),(3,4),(4,4),(5,4),(1,5),(2,5),(3,5),(4,5),(5,5),(1,6),(2,6),(3,6),(4,6),(5,6),(1,7),(2,7),(3,7),(4,7),(5,7),(1,8),(2,8),(3,8),(4,8),(5,8),(1,9),(2,9),(3,9),(4,9),(5,9),(1,10),(2,10),(3,10),(4,10),(5,10),(1,11),(2,11),(3,11),(4,11),(5,11); /*!40000 ALTER TABLE `post_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts` -- DROP TABLE IF EXISTS `posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `views` int unsigned NOT NULL DEFAULT '0', `format_type` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `posts_status_index` (`status`), KEY `posts_author_id_index` (`author_id`), KEY `posts_author_type_index` (`author_type`), KEY `posts_created_at_index` (`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `posts` -- LOCK TABLES `posts` WRITE; /*!40000 ALTER TABLE `posts` DISABLE KEYS */; INSERT INTO `posts` VALUES (1,'4 Expert Tips On How To Choose The Right Men’s Wallet','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/1.jpg',902,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(2,'Sexy Clutches: How to Buy & Wear a Designer Clutch Bag','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/2.jpg',312,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(3,'The Top 2020 Handbag Trends to Know','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/3.jpg',2364,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(4,'How to Match the Color of Your Handbag With an Outfit','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/4.jpg',2301,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(5,'How to Care for Leather Bags','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/5.jpg',1874,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(6,'We\'re Crushing Hard on Summer\'s 10 Biggest Bag Trends','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/6.jpg',975,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(7,'Essential Qualities of Highly Successful Music','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/7.jpg',1806,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(8,'9 Things I Love About Shaving My Head','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/8.jpg',766,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(9,'Why Teamwork Really Makes The Dream Work','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/9.jpg',1508,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(10,'The World Caters to Average People','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/10.jpg',594,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'),(11,'The litigants on the screen are not actors','You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.','<p>I have seen many people underestimating the power of their wallets. To them, they are just a functional item they use to carry. As a result, they often end up with the wallets which are not really suitable for them.</p>\n\n<p>You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.</p>\n\n<p style=\"text-align:center\"><img alt=\"f4\" src=\"/storage/news/1.jpg\" /></p>\n\n<p><br />\n </p>\n\n<p><strong><em>For all the reason above, here are 7 expert tips to help you pick up the right men’s wallet for you:</em></strong></p>\n\n<h4><strong>Number 1: Choose A Neat Wallet</strong></h4>\n\n<p>The wallet is an essential accessory that you should go simple. Simplicity is the best in this case. A simple and neat wallet with the plain color and even <strong>minimalist style</strong> is versatile. It can be used for both formal and casual events. In addition, that wallet will go well with most of the clothes in your wardrobe.</p>\n\n<p>Keep in mind that a wallet will tell other people about your personality and your fashion sense as much as other clothes you put on. Hence, don’t go cheesy on your wallet or else people will think that you have a funny and particular style.</p>\n\n<p style=\"text-align:center\"><img alt=\"f5\" src=\"/storage/news/2.jpg\" /></p>\n\n<p><br />\n </p>\n<hr />\n<h4><strong>Number 2: Choose The Right Size For Your Wallet</strong></h4>\n\n<p>You should avoid having an over-sized wallet. Don’t think that you need to buy a big wallet because you have a lot to carry with you. In addition, a fat wallet is very ugly. It will make it harder for you to slide the wallet into your trousers’ pocket. In addition, it will create a bulge and ruin your look.</p>\n\n<p>Before you go on to buy a new wallet, clean out your wallet and place all the items from your wallet on a table. Throw away things that you would never need any more such as the old bills or the expired gift cards. Remember to check your wallet on a frequent basis to get rid of all of the old stuff that you don’t need anymore.</p>\n\n<p style=\"text-align:center\"><img alt=\"f1\" src=\"/storage/news/3.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 3: Don’t Limit Your Options Of Materials</strong></h4>\n\n<p>The types and designs of wallets are not the only things that you should consider when you go out searching for your best wallet. You have more than 1 option of material rather than leather to choose from as well.</p>\n\n<p>You can experiment with other available options such as cotton, polyester and canvas. They all have their own pros and cons. As a result, they will be suitable for different needs and requirements. You should think about them all in order to choose the material which you would like the most.</p>\n\n<p style=\"text-align:center\"><img alt=\"f6\" src=\"/storage/news/4.jpg\" /></p>\n\n<p><br />\n </p>\n\n<hr />\n<h4><strong>Number 4: Consider A Wallet As A Long Term Investment</strong></h4>\n\n<p>Your wallet is indeed an investment that you should consider spending a decent amount of time and effort on it. Another factor that you need to consider is how much you want to spend on your wallet. The price ranges of wallets on the market vary a great deal. You can find a wallet which is as cheap as about 5 to 7 dollars. On the other hand, you should expect to pay around 250 to 300 dollars for a high-quality wallet.</p>\n\n<p>In case you need a wallet to use for a long time, it is a good idea that you should invest a decent amount of money on a wallet. A high quality wallet from a reputational brand with the premium quality such as cowhide leather will last for a long time. In addition, it is an accessory to show off your fashion sense and your social status.</p>\n\n<p style=\"text-align:center\"><img alt=\"f2\" src=\"/storage/news/5.jpg\" /></p>\n\n<p> </p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/11.jpg',1860,NULL,'2024-09-20 21:03:35','2024-09-20 21:03:35'); /*!40000 ALTER TABLE `posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_translations` -- DROP TABLE IF EXISTS `posts_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `posts_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `posts_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`posts_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `posts_translations` -- LOCK TABLES `posts_translations` WRITE; /*!40000 ALTER TABLE `posts_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `revisions` -- DROP TABLE IF EXISTS `revisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `revisions` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `revisionable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `revisionable_id` bigint unsigned NOT NULL, `user_id` bigint unsigned DEFAULT NULL, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `old_value` text COLLATE utf8mb4_unicode_ci, `new_value` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `revisions` -- LOCK TABLES `revisions` WRITE; /*!40000 ALTER TABLE `revisions` DISABLE KEYS */; /*!40000 ALTER TABLE `revisions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_users` -- DROP TABLE IF EXISTS `role_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_users` ( `user_id` bigint unsigned NOT NULL, `role_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`user_id`,`role_id`), KEY `role_users_user_id_index` (`user_id`), KEY `role_users_role_id_index` (`role_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_users` -- LOCK TABLES `role_users` WRITE; /*!40000 ALTER TABLE `role_users` DISABLE KEYS */; /*!40000 ALTER TABLE `role_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `roles` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `permissions` text COLLATE utf8mb4_unicode_ci, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_by` bigint unsigned NOT NULL, `updated_by` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roles_slug_unique` (`slug`), KEY `roles_created_by_index` (`created_by`), KEY `roles_updated_by_index` (`updated_by`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'admin','Admin','{\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"core.system\":true,\"core.cms\":true,\"core.manage.license\":true,\"systems.cronjob\":true,\"core.tools\":true,\"tools.data-synchronize\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"settings.index\":true,\"settings.common\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"settings.admin-appearance\":true,\"settings.cache\":true,\"settings.datatables\":true,\"settings.email.rules\":true,\"settings.others\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"optimize.settings\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"plugins.marketplace\":true,\"core.appearance\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"theme.custom-html\":true,\"theme.robots-txt\":true,\"settings.website-tracking\":true,\"widgets.index\":true,\"ads.index\":true,\"ads.create\":true,\"ads.edit\":true,\"ads.destroy\":true,\"ads.settings\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"analytics.settings\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"blog.settings\":true,\"posts.export\":true,\"posts.import\":true,\"captcha.settings\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"contact.settings\":true,\"plugins.ecommerce\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"products.duplicate\":true,\"ecommerce.product-prices.index\":true,\"ecommerce.product-prices.edit\":true,\"ecommerce.product-inventory.index\":true,\"ecommerce.product-inventory.edit\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.destroy\":true,\"reviews.publish\":true,\"reviews.reply\":true,\"ecommerce.shipments.index\":true,\"ecommerce.shipments.create\":true,\"ecommerce.shipments.edit\":true,\"ecommerce.shipments.destroy\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.import.products.index\":true,\"ecommerce.export.products.index\":true,\"order_returns.index\":true,\"order_returns.edit\":true,\"order_returns.destroy\":true,\"global-option.index\":true,\"global-option.create\":true,\"global-option.edit\":true,\"global-option.destroy\":true,\"ecommerce.invoice.index\":true,\"ecommerce.invoice.edit\":true,\"ecommerce.invoice.destroy\":true,\"ecommerce.settings\":true,\"ecommerce.settings.general\":true,\"ecommerce.invoice-template.index\":true,\"ecommerce.settings.currencies\":true,\"ecommerce.settings.products\":true,\"ecommerce.settings.product-search\":true,\"ecommerce.settings.digital-products\":true,\"ecommerce.settings.store-locators\":true,\"ecommerce.settings.invoices\":true,\"ecommerce.settings.product-reviews\":true,\"ecommerce.settings.customers\":true,\"ecommerce.settings.shopping\":true,\"ecommerce.settings.taxes\":true,\"ecommerce.settings.shipping\":true,\"ecommerce.settings.tracking\":true,\"ecommerce.settings.standard-and-format\":true,\"ecommerce.settings.checkout\":true,\"ecommerce.settings.return\":true,\"ecommerce.settings.flash-sale\":true,\"ecommerce.settings.product-specification\":true,\"product-categories.export\":true,\"product-categories.import\":true,\"orders.export\":true,\"ecommerce.product-specification.index\":true,\"ecommerce.specification-groups.index\":true,\"ecommerce.specification-groups.create\":true,\"ecommerce.specification-groups.edit\":true,\"ecommerce.specification-groups.destroy\":true,\"ecommerce.specification-attributes.index\":true,\"ecommerce.specification-attributes.create\":true,\"ecommerce.specification-attributes.edit\":true,\"ecommerce.specification-attributes.destroy\":true,\"ecommerce.specification-tables.index\":true,\"ecommerce.specification-tables.create\":true,\"ecommerce.specification-tables.edit\":true,\"ecommerce.specification-tables.destroy\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"faqs.settings\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"plugin.location\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"country.destroy\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"state.destroy\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"city.destroy\":true,\"marketplace.index\":true,\"marketplace.store.index\":true,\"marketplace.store.create\":true,\"marketplace.store.edit\":true,\"marketplace.store.destroy\":true,\"marketplace.store.view\":true,\"marketplace.store.revenue.create\":true,\"marketplace.withdrawal.index\":true,\"marketplace.withdrawal.edit\":true,\"marketplace.withdrawal.destroy\":true,\"marketplace.withdrawal.invoice\":true,\"marketplace.vendors.index\":true,\"marketplace.unverified-vendors.index\":true,\"marketplace.vendors.control\":true,\"marketplace.unverified-vendors.edit\":true,\"marketplace.reports\":true,\"marketplace.settings\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"newsletter.settings\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"payments.logs\":true,\"payments.logs.show\":true,\"payments.logs.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"simple-slider.settings\":true,\"social-login.settings\":true,\"plugins.translation\":true,\"translations.locales\":true,\"translations.theme-translations\":true,\"translations.index\":true,\"theme-translations.export\":true,\"other-translations.export\":true,\"theme-translations.import\":true,\"other-translations.import\":true}','Admin users role',1,1,1,'2024-09-20 21:03:16','2024-09-20 21:03:16'); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `value` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `settings_key_unique` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES (2,'api_enabled','0',NULL,'2024-09-20 21:03:37'),(3,'activated_plugins','[\"language\",\"language-advanced\",\"ads\",\"analytics\",\"audit-log\",\"backup\",\"blog\",\"captcha\",\"contact\",\"cookie-consent\",\"ecommerce\",\"faq\",\"location\",\"marketplace\",\"mollie\",\"newsletter\",\"payment\",\"paypal\",\"paypal-payout\",\"paystack\",\"razorpay\",\"shippo\",\"simple-slider\",\"social-login\",\"sslcommerz\",\"stripe\",\"stripe-connect\",\"translation\"]',NULL,'2024-09-20 21:03:37'),(4,'analytics_dashboard_widgets','0','2024-09-20 21:03:14','2024-09-20 21:03:14'),(5,'enable_recaptcha_botble_contact_forms_fronts_contact_form','1','2024-09-20 21:03:14','2024-09-20 21:03:14'),(6,'api_layer_api_key','',NULL,'2024-09-20 21:03:37'),(9,'enable_recaptcha_botble_newsletter_forms_fronts_newsletter_form','1','2024-09-20 21:03:15','2024-09-20 21:03:15'),(12,'language_hide_default','1',NULL,'2024-09-20 21:03:37'),(14,'language_display','all',NULL,'2024-09-20 21:03:37'),(15,'language_hide_languages','[]',NULL,'2024-09-20 21:03:37'),(16,'ecommerce_store_name','Farmart',NULL,'2024-09-20 21:03:37'),(17,'ecommerce_store_phone','1800979769',NULL,'2024-09-20 21:03:37'),(18,'ecommerce_store_address','502 New Street',NULL,'2024-09-20 21:03:37'),(19,'ecommerce_store_state','Brighton VIC',NULL,'2024-09-20 21:03:37'),(20,'ecommerce_store_city','Brighton VIC',NULL,'2024-09-20 21:03:37'),(21,'ecommerce_store_country','AU',NULL,'2024-09-20 21:03:37'),(22,'simple_slider_using_assets','0',NULL,'2024-09-20 21:03:37'),(23,'media_random_hash','7e439e5adf270cbcbb61c5a1221f42cf',NULL,'2024-09-20 21:03:37'),(24,'payment_cod_status','1',NULL,'2024-09-20 21:03:37'),(25,'payment_bank_transfer_status','1',NULL,'2024-09-20 21:03:37'),(26,'theme','farmart',NULL,'2024-09-20 21:03:37'),(27,'show_admin_bar','1',NULL,'2024-09-20 21:03:37'),(28,'language_switcher_display','dropdown',NULL,'2024-09-20 21:03:37'),(29,'admin_favicon','general/favicon.png',NULL,'2024-09-20 21:03:37'),(30,'admin_logo','general/logo-light.png',NULL,'2024-09-20 21:03:37'),(31,'permalink-botble-blog-models-post','blog',NULL,'2024-09-20 21:03:37'),(32,'permalink-botble-blog-models-category','blog',NULL,'2024-09-20 21:03:37'),(33,'payment_cod_description','Please pay money directly to the postman, if you choose cash on delivery method (COD).',NULL,'2024-09-20 21:03:37'),(34,'payment_bank_transfer_description','Please send money to our bank account: ACB - 69270 213 19.',NULL,'2024-09-20 21:03:37'),(35,'payment_stripe_payment_type','stripe_checkout',NULL,'2024-09-20 21:03:37'),(36,'plugins_ecommerce_customer_new_order_status','0',NULL,'2024-09-20 21:03:37'),(37,'plugins_ecommerce_admin_new_order_status','0',NULL,'2024-09-20 21:03:37'),(38,'ecommerce_is_enabled_support_digital_products','1',NULL,'2024-09-20 21:03:37'),(39,'ecommerce_load_countries_states_cities_from_location_plugin','0',NULL,'2024-09-20 21:03:37'),(40,'payment_bank_transfer_display_bank_info_at_the_checkout_success_page','1',NULL,'2024-09-20 21:03:37'),(41,'ecommerce_product_sku_format','FM-2443-%s%s%s%s',NULL,'2024-09-20 21:03:37'),(42,'ecommerce_enable_product_specification','1',NULL,'2024-09-20 21:03:37'),(43,'theme-farmart-site_title','Farmart - Laravel Ecommerce system',NULL,NULL),(44,'theme-farmart-seo_description','Farmart is a modern and flexible Multipurpose Marketplace Laravel script. This script is suited for electronic, organic and grocery store, furniture store, clothing store, hitech store and accessories store… With the theme, you can create your own marketplace and allow vendors to sell just like Amazon, Envato, eBay…',NULL,NULL),(45,'theme-farmart-copyright','© %Y Farmart. All Rights Reserved.',NULL,NULL),(46,'theme-farmart-favicon','general/favicon.png',NULL,NULL),(47,'theme-farmart-logo','general/logo.png',NULL,NULL),(48,'theme-farmart-seo_og_image','general/open-graph-image.png',NULL,NULL),(49,'theme-farmart-image-placeholder','general/placeholder.png',NULL,NULL),(50,'theme-farmart-address','502 New Street, Brighton VIC, Australia',NULL,NULL),(51,'theme-farmart-hotline','8 800 332 65-66',NULL,NULL),(52,'theme-farmart-email','contact@fartmart.co',NULL,NULL),(53,'theme-farmart-working_time','Mon - Fri: 07AM - 06PM',NULL,NULL),(54,'theme-farmart-payment_methods_image','general/footer-payments.png',NULL,NULL),(55,'theme-farmart-homepage_id','1',NULL,NULL),(56,'theme-farmart-blog_page_id','6',NULL,NULL),(57,'theme-farmart-cookie_consent_message','Your experience on this site will be improved by allowing cookies ',NULL,NULL),(58,'theme-farmart-cookie_consent_learn_more_url','/cookie-policy',NULL,NULL),(59,'theme-farmart-cookie_consent_learn_more_text','Cookie Policy',NULL,NULL),(60,'theme-farmart-number_of_products_per_page','40',NULL,NULL),(61,'theme-farmart-number_of_cross_sale_product','6',NULL,NULL),(62,'theme-farmart-logo_in_the_checkout_page','general/logo.png',NULL,NULL),(63,'theme-farmart-logo_in_invoices','general/logo.png',NULL,NULL),(64,'theme-farmart-logo_vendor_dashboard','general/logo.png',NULL,NULL),(65,'theme-farmart-404_page_image','general/404.png',NULL,NULL),(66,'theme-farmart-social_links','[[{\"key\":\"name\",\"value\":\"Facebook\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-facebook\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.facebook.com\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background-color\",\"value\":\"#3b5999\"}],[{\"key\":\"name\",\"value\":\"X (Twitter)\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-x\"},{\"key\":\"url\",\"value\":\"https:\\/\\/x.com\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background-color\",\"value\":\"#000\"}],[{\"key\":\"name\",\"value\":\"linkedin\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-linkedin\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.linkedin.com\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background-color\",\"value\":\"#0a66c2\"}]]',NULL,NULL),(67,'theme-farmart-social_sharing','[[{\"key\":\"social\",\"value\":\"facebook\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-facebook\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background_color\",\"value\":\"#3b5999\"}],[{\"key\":\"social\",\"value\":\"x\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-twitter\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background_color\",\"value\":\"#55acee\"}],[{\"key\":\"social\",\"value\":\"pinterest\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-pinterest\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background_color\",\"value\":\"#b10c0c\"}],[{\"key\":\"social\",\"value\":\"linkedin\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-linkedin\"},{\"key\":\"icon_image\",\"value\":null},{\"key\":\"color\",\"value\":\"#fff\"},{\"key\":\"background_color\",\"value\":\"#0271ae\"}]]',NULL,NULL),(68,'theme-farmart-primary_font','Mulish',NULL,NULL),(69,'theme-farmart-newsletter_popup_enable','1',NULL,NULL),(70,'theme-farmart-newsletter_popup_image','general/newsletter-popup.png',NULL,NULL),(71,'theme-farmart-newsletter_popup_title','Subscribe Now',NULL,NULL),(72,'theme-farmart-newsletter_popup_subtitle','Newsletter',NULL,NULL),(73,'theme-farmart-newsletter_popup_description','Subscribe to our newsletter and get 10% off your first purchase',NULL,NULL); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `simple_slider_items` -- DROP TABLE IF EXISTS `simple_slider_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `simple_slider_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `simple_slider_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `order` int unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `simple_slider_items` -- LOCK TABLES `simple_slider_items` WRITE; /*!40000 ALTER TABLE `simple_slider_items` DISABLE KEYS */; INSERT INTO `simple_slider_items` VALUES (1,1,'Slider 1','sliders/01.jpg','/products',NULL,1,'2024-09-20 21:03:36','2024-09-20 21:03:36'),(2,1,'Slider 2','sliders/02.jpg','/products',NULL,2,'2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `simple_slider_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `simple_sliders` -- DROP TABLE IF EXISTS `simple_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `simple_sliders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `simple_sliders` -- LOCK TABLES `simple_sliders` WRITE; /*!40000 ALTER TABLE `simple_sliders` DISABLE KEYS */; INSERT INTO `simple_sliders` VALUES (1,'Home slider','home-slider','The main slider on homepage','published','2024-09-20 21:03:36','2024-09-20 21:03:36'); /*!40000 ALTER TABLE `simple_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slugs` -- DROP TABLE IF EXISTS `slugs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `slugs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `prefix` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT '', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `slugs_reference_id_index` (`reference_id`), KEY `slugs_key_index` (`key`), KEY `slugs_prefix_index` (`prefix`), KEY `slugs_reference_index` (`reference_id`,`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=290 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slugs` -- LOCK TABLES `slugs` WRITE; /*!40000 ALTER TABLE `slugs` DISABLE KEYS */; INSERT INTO `slugs` VALUES (1,'foodpound',1,'Botble\\Ecommerce\\Models\\Brand','brands','2024-09-20 21:03:16','2024-09-20 21:03:16'),(2,'itea-jsc',2,'Botble\\Ecommerce\\Models\\Brand','brands','2024-09-20 21:03:16','2024-09-20 21:03:16'),(3,'soda-brand',3,'Botble\\Ecommerce\\Models\\Brand','brands','2024-09-20 21:03:16','2024-09-20 21:03:16'),(4,'farmart',4,'Botble\\Ecommerce\\Models\\Brand','brands','2024-09-20 21:03:16','2024-09-20 21:03:16'),(5,'soda-brand',5,'Botble\\Ecommerce\\Models\\Brand','brands','2024-09-20 21:03:16','2024-09-20 21:03:16'),(6,'fruits-vegetables',1,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(7,'fruits',2,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(8,'apples',3,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(9,'bananas',4,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(10,'berries',5,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(11,'oranges-easy-peelers',6,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(12,'grapes',7,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:16','2024-09-20 21:03:16'),(13,'lemons-limes',8,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(14,'peaches-nectarines',9,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(15,'pears',10,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(16,'melon',11,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(17,'avocados',12,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(18,'plums-apricots',13,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(19,'vegetables',14,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(20,'potatoes',15,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(21,'carrots-root-vegetables',16,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(22,'broccoli-cauliflower',17,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(23,'cabbage-spinach-greens',18,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(24,'onions-leeks-garlic',19,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(25,'mushrooms',20,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(26,'tomatoes',21,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(27,'beans-peas-sweetcorn',22,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(28,'freshly-drink-orange-juice',23,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(29,'breads-sweets',24,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(30,'crisps-snacks-nuts',25,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(31,'crisps-popcorn',26,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(32,'nuts-seeds',27,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(33,'lighter-options',28,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(34,'cereal-bars',29,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(35,'breadsticks-pretzels',30,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(36,'fruit-snacking',31,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(37,'rice-corn-cakes',32,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(38,'protein-energy-snacks',33,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(39,'toddler-snacks',34,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(40,'meat-snacks',35,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(41,'beans',36,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(42,'lentils',37,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(43,'chickpeas',38,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(44,'tins-cans',39,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(45,'tomatoes',40,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(46,'baked-beans-spaghetti',41,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(47,'fish',42,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(48,'beans-pulses',43,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(49,'fruit',44,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(50,'coconut-milk-cream',45,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(51,'lighter-options',46,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(52,'olives',47,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(53,'sweetcorn',48,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(54,'carrots',49,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(55,'peas',50,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(56,'mixed-vegetables',51,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(57,'frozen-seafoods',52,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(58,'raw-meats',53,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(59,'wines-alcohol-drinks',54,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(60,'ready-meals',55,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(61,'meals-for-1',56,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(62,'meals-for-2',57,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(63,'indian',58,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(64,'italian',59,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(65,'chinese',60,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(66,'traditional-british',61,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(67,'thai-oriental',62,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(68,'mediterranean-moroccan',63,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(69,'mexican-caribbean',64,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(70,'lighter-meals',65,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(71,'lunch-veg-pots',66,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(72,'salad-herbs',67,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(73,'salad-bags',68,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(74,'cucumber',69,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(75,'tomatoes',70,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(76,'lettuce',71,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(77,'lunch-salad-bowls',72,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(78,'lunch-salad-bowls',73,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(79,'fresh-herbs',74,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(80,'avocados',75,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(81,'peppers',76,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(82,'coleslaw-potato-salad',77,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(83,'spring-onions',78,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(84,'chilli-ginger-garlic',79,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(85,'tea-coffee',80,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(86,'milks-and-dairies',81,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(87,'pet-foods',82,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(88,'food-cupboard',83,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-09-20 21:03:17','2024-09-20 21:03:17'),(89,'electronic',1,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(90,'mobile',2,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(91,'iphone',3,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(92,'printer',4,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(93,'office',5,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(94,'it',6,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-09-20 21:03:21','2024-09-20 21:03:21'),(95,'dual-camera-20mp',1,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(96,'smart-watches',2,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(97,'beat-headphone',3,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(98,'red-black-headphone-digital',4,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:37'),(99,'smart-watch-external',5,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(100,'nikon-hd-camera',6,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(101,'audio-equipment',7,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(102,'smart-televisions-digital',8,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:37'),(103,'samsung-smart-phone',9,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(104,'herschel-leather-duffle-bag-in-brown-color',10,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(105,'xbox-one-wireless-controller-black-color',11,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(106,'epsion-plaster-printer-digital',12,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:37'),(107,'sound-intone-i65-earphone-white-version',13,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(108,'bo-play-mini-bluetooth-speaker',14,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(109,'apple-macbook-air-retina-133-inch-laptop',15,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(110,'apple-macbook-air-retina-12-inch-laptop-digital',16,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:37'),(111,'samsung-gear-vr-virtual-reality-headset',17,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:29','2024-09-20 21:03:29'),(112,'aveeno-moisturizing-body-shower-450ml',18,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(113,'nyx-beauty-couton-pallete-makeup-12',19,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(114,'nyx-beauty-couton-pallete-makeup-12-digital',20,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(115,'mvmth-classical-leather-watch-in-black',21,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(116,'baxter-care-hair-kit-for-bearded-mens',22,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(117,'ciate-palemore-lipstick-bold-red-color',23,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(118,'vimto-squash-remix-apple-15-litres-digital',24,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(119,'crock-pot-slow-cooker',25,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(120,'taylors-of-harrogate-yorkshire-coffee',26,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(121,'soft-mochi-galeto-ice-cream',27,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(122,'naked-noodle-egg-noodles-singapore-digital',28,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(123,'saute-pan-silver',29,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(124,'bar-s-classic-bun-length-franks',30,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(125,'broccoli-crowns',31,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(126,'slimming-world-vegan-mac-greens-digital',32,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(127,'haagen-dazs-salted-caramel',33,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(128,'iceland-3-solo-exotic-burst',34,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(129,'extreme-budweiser-light-can',35,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(130,'iceland-macaroni-cheese-traybake-digital',36,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(131,'dolmio-bolognese-pasta-sauce',37,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(132,'sitema-bakeit-plastic-box',38,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(133,'wayfair-basics-dinner-plate-storage',39,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(134,'miko-the-panda-water-bottle-digital',40,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(135,'sesame-seed-bread',41,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(136,'morrisons-the-best-beef',42,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(137,'avocado-hass-large',43,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(138,'italia-beef-lasagne-digital',44,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(139,'maxwell-house-classic-roast-mocha',45,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(140,'bottled-pure-water-500ml',46,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(141,'famart-farmhouse-soft-white',47,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:30'),(142,'coca-cola-original-taste-digital',48,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:30','2024-09-20 21:03:37'),(143,'casillero-diablo-cabernet-sauvignon',49,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(144,'arla-organic-free-range-milk',50,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(145,'aptamil-follow-on-baby-milk',51,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(146,'cuisinart-chefs-classic-hard-anodized-digital',52,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:37'),(147,'corn-yellow-sweet',53,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(148,'hobnobs-the-nobbly-biscuit',54,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(149,'honest-organic-still-lemonade',55,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(150,'ice-becks-beer-350ml-x-24-pieces-digital',56,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:37'),(151,'iceland-6-hot-cross-buns',57,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(152,'iceland-luxury-4-panini-rolls',58,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(153,'iceland-soft-scoop-vanilla',59,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(154,'iceland-spaghetti-bolognese-digital',60,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:37'),(155,'kelloggs-coco-pops-cereal',61,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(156,'kit-kat-chunky-milk-chocolate',62,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(157,'large-green-bell-pepper',63,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(158,'pice-94w-beasley-journal-digital',64,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:37'),(159,'province-piece-glass-drinking-glass',65,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:31','2024-09-20 21:03:31'),(160,'gopro',1,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(161,'global-office',2,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(162,'young-shop',3,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(163,'global-store',4,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(164,'roberts-store',5,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(165,'stouffer',6,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(166,'starkist',7,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(167,'old-el-paso',8,'Botble\\Marketplace\\Models\\Store','stores','2024-09-20 21:03:35','2024-09-20 21:03:35'),(168,'ecommerce',1,'Botble\\Blog\\Models\\Category','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(169,'fashion',2,'Botble\\Blog\\Models\\Category','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(170,'electronic',3,'Botble\\Blog\\Models\\Category','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(171,'commercial',4,'Botble\\Blog\\Models\\Category','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(172,'general',1,'Botble\\Blog\\Models\\Tag','tag','2024-09-20 21:03:35','2024-09-20 21:03:35'),(173,'design',2,'Botble\\Blog\\Models\\Tag','tag','2024-09-20 21:03:35','2024-09-20 21:03:35'),(174,'fashion',3,'Botble\\Blog\\Models\\Tag','tag','2024-09-20 21:03:35','2024-09-20 21:03:35'),(175,'branding',4,'Botble\\Blog\\Models\\Tag','tag','2024-09-20 21:03:35','2024-09-20 21:03:35'),(176,'modern',5,'Botble\\Blog\\Models\\Tag','tag','2024-09-20 21:03:35','2024-09-20 21:03:35'),(177,'4-expert-tips-on-how-to-choose-the-right-mens-wallet',1,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(178,'sexy-clutches-how-to-buy-wear-a-designer-clutch-bag',2,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(179,'the-top-2020-handbag-trends-to-know',3,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(180,'how-to-match-the-color-of-your-handbag-with-an-outfit',4,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(181,'how-to-care-for-leather-bags',5,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(182,'were-crushing-hard-on-summers-10-biggest-bag-trends',6,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(183,'essential-qualities-of-highly-successful-music',7,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(184,'9-things-i-love-about-shaving-my-head',8,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(185,'why-teamwork-really-makes-the-dream-work',9,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(186,'the-world-caters-to-average-people',10,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(187,'the-litigants-on-the-screen-are-not-actors',11,'Botble\\Blog\\Models\\Post','blog','2024-09-20 21:03:35','2024-09-20 21:03:36'),(188,'home',1,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(189,'about-us',2,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(190,'terms-of-use',3,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(191,'terms-conditions',4,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(192,'refund-policy',5,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(193,'blog',6,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(194,'faqs',7,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(195,'contact',8,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(196,'cookie-policy',9,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(197,'affiliate',10,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(198,'career',11,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(199,'coming-soon',12,'Botble\\Page\\Models\\Page','','2024-09-20 21:03:36','2024-09-20 21:03:36'),(200,'smart-watches',66,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(201,'smart-watches',67,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(202,'smart-watches',68,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(203,'smart-watches',69,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(204,'smart-watches',70,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(205,'audio-equipment',71,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(206,'audio-equipment',72,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(207,'audio-equipment',73,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(208,'samsung-smart-phone',74,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(209,'samsung-smart-phone',75,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(210,'epsion-plaster-printer-digital',76,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(211,'epsion-plaster-printer-digital',77,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(212,'epsion-plaster-printer-digital',78,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(213,'sound-intone-i65-earphone-white-version',79,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(214,'bo-play-mini-bluetooth-speaker',80,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(215,'bo-play-mini-bluetooth-speaker',81,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(216,'bo-play-mini-bluetooth-speaker',82,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(217,'apple-macbook-air-retina-133-inch-laptop',83,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(218,'apple-macbook-air-retina-133-inch-laptop',84,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(219,'apple-macbook-air-retina-133-inch-laptop',85,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(220,'samsung-gear-vr-virtual-reality-headset',86,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(221,'samsung-gear-vr-virtual-reality-headset',87,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(222,'nyx-beauty-couton-pallete-makeup-12-digital',88,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(223,'nyx-beauty-couton-pallete-makeup-12-digital',89,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(224,'nyx-beauty-couton-pallete-makeup-12-digital',90,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(225,'mvmth-classical-leather-watch-in-black',91,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(226,'mvmth-classical-leather-watch-in-black',92,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(227,'mvmth-classical-leather-watch-in-black',93,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(228,'mvmth-classical-leather-watch-in-black',94,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(229,'baxter-care-hair-kit-for-bearded-mens',95,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(230,'baxter-care-hair-kit-for-bearded-mens',96,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(231,'crock-pot-slow-cooker',97,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(232,'taylors-of-harrogate-yorkshire-coffee',98,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(233,'taylors-of-harrogate-yorkshire-coffee',99,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(234,'soft-mochi-galeto-ice-cream',100,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(235,'soft-mochi-galeto-ice-cream',101,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(236,'soft-mochi-galeto-ice-cream',102,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(237,'soft-mochi-galeto-ice-cream',103,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(238,'naked-noodle-egg-noodles-singapore-digital',104,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(239,'naked-noodle-egg-noodles-singapore-digital',105,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(240,'naked-noodle-egg-noodles-singapore-digital',106,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(241,'saute-pan-silver',107,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(242,'saute-pan-silver',108,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(243,'saute-pan-silver',109,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(244,'saute-pan-silver',110,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(245,'bar-s-classic-bun-length-franks',111,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(246,'bar-s-classic-bun-length-franks',112,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(247,'bar-s-classic-bun-length-franks',113,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(248,'broccoli-crowns',114,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(249,'haagen-dazs-salted-caramel',115,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(250,'haagen-dazs-salted-caramel',116,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(251,'extreme-budweiser-light-can',117,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(252,'extreme-budweiser-light-can',118,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(253,'extreme-budweiser-light-can',119,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(254,'dolmio-bolognese-pasta-sauce',120,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(255,'dolmio-bolognese-pasta-sauce',121,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(256,'dolmio-bolognese-pasta-sauce',122,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(257,'sitema-bakeit-plastic-box',123,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(258,'sitema-bakeit-plastic-box',124,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(259,'sitema-bakeit-plastic-box',125,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(260,'sitema-bakeit-plastic-box',126,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(261,'wayfair-basics-dinner-plate-storage',127,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(262,'wayfair-basics-dinner-plate-storage',128,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(263,'miko-the-panda-water-bottle-digital',129,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(264,'sesame-seed-bread',130,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(265,'sesame-seed-bread',131,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(266,'morrisons-the-best-beef',132,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(267,'morrisons-the-best-beef',133,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(268,'avocado-hass-large',134,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(269,'italia-beef-lasagne-digital',135,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(270,'italia-beef-lasagne-digital',136,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(271,'italia-beef-lasagne-digital',137,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(272,'maxwell-house-classic-roast-mocha',138,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(273,'maxwell-house-classic-roast-mocha',139,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(274,'aptamil-follow-on-baby-milk',140,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(275,'ice-becks-beer-350ml-x-24-pieces-digital',141,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(276,'ice-becks-beer-350ml-x-24-pieces-digital',142,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(277,'iceland-6-hot-cross-buns',143,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(278,'iceland-6-hot-cross-buns',144,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(279,'iceland-6-hot-cross-buns',145,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(280,'iceland-soft-scoop-vanilla',146,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(281,'iceland-soft-scoop-vanilla',147,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(282,'iceland-soft-scoop-vanilla',148,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(283,'kelloggs-coco-pops-cereal',149,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(284,'kelloggs-coco-pops-cereal',150,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(285,'kelloggs-coco-pops-cereal',151,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(286,'pice-94w-beasley-journal-digital',152,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(287,'pice-94w-beasley-journal-digital',153,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(288,'pice-94w-beasley-journal-digital',154,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'),(289,'pice-94w-beasley-journal-digital',155,'Botble\\Ecommerce\\Models\\Product','products','2024-09-20 21:03:37','2024-09-20 21:03:37'); /*!40000 ALTER TABLE `slugs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slugs_translations` -- DROP TABLE IF EXISTS `slugs_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `slugs_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `slugs_id` bigint unsigned NOT NULL, `key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `prefix` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`lang_code`,`slugs_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slugs_translations` -- LOCK TABLES `slugs_translations` WRITE; /*!40000 ALTER TABLE `slugs_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `slugs_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states` -- DROP TABLE IF EXISTS `states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `states` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `abbreviation` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country_id` bigint unsigned DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `states_slug_unique` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `states` -- LOCK TABLES `states` WRITE; /*!40000 ALTER TABLE `states` DISABLE KEYS */; /*!40000 ALTER TABLE `states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states_translations` -- DROP TABLE IF EXISTS `states_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `states_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `states_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `abbreviation` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`states_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `states_translations` -- LOCK TABLES `states_translations` WRITE; /*!40000 ALTER TABLE `states_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `states_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tags` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; INSERT INTO `tags` VALUES (1,'General',1,'Botble\\ACL\\Models\\User',NULL,'published','2024-09-20 21:03:35','2024-09-20 21:03:35'),(2,'Design',1,'Botble\\ACL\\Models\\User',NULL,'published','2024-09-20 21:03:35','2024-09-20 21:03:35'),(3,'Fashion',1,'Botble\\ACL\\Models\\User',NULL,'published','2024-09-20 21:03:35','2024-09-20 21:03:35'),(4,'Branding',1,'Botble\\ACL\\Models\\User',NULL,'published','2024-09-20 21:03:35','2024-09-20 21:03:35'),(5,'Modern',1,'Botble\\ACL\\Models\\User',NULL,'published','2024-09-20 21:03:35','2024-09-20 21:03:35'); /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags_translations` -- DROP TABLE IF EXISTS `tags_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tags_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `tags_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`tags_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags_translations` -- LOCK TABLES `tags_translations` WRITE; /*!40000 ALTER TABLE `tags_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `tags_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_meta` -- DROP TABLE IF EXISTS `user_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_meta` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` text COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `user_meta_user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_meta` -- LOCK TABLES `user_meta` WRITE; /*!40000 ALTER TABLE `user_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `user_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `first_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `username` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `avatar_id` bigint unsigned DEFAULT NULL, `super_user` tinyint(1) NOT NULL DEFAULT '0', `manage_supers` tinyint(1) NOT NULL DEFAULT '0', `permissions` text COLLATE utf8mb4_unicode_ci, `last_login` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`), UNIQUE KEY `users_username_unique` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'alexane.pfeffer@cremin.com',NULL,'$2y$12$fMWOAOqjFjP2Ff4q9.FQOush2j1Nwz9ecpQgO.XFpjjU6Jg6EcCzu',NULL,'2024-09-20 21:03:16','2024-09-20 21:03:16','Edwina','Streich','admin',NULL,1,1,NULL,NULL); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `widgets` -- DROP TABLE IF EXISTS `widgets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `widgets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `widget_id` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `sidebar_id` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `theme` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `position` tinyint unsigned NOT NULL DEFAULT '0', `data` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `widgets` -- LOCK TABLES `widgets` WRITE; /*!40000 ALTER TABLE `widgets` DISABLE KEYS */; INSERT INTO `widgets` VALUES (1,'SiteInfoWidget','footer_sidebar','farmart',0,'{\"id\":\"SiteInfoWidget\",\"name\":\"Farmart \\u2013 Your Online Foods & Grocery\",\"about\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed finibus viverra iaculis. Etiam vulputate et justo eget scelerisque.\",\"phone\":\"(+965) 7492-4277\",\"address\":\"959 Homestead Street Eastlake, NYC\",\"email\":\"support@farmart.com\",\"working_time\":\"Mon - Fri: 07AM - 06PM\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(2,'CustomMenuWidget','footer_sidebar','farmart',1,'{\"id\":\"CustomMenuWidget\",\"name\":\"Useful Links\",\"menu_id\":\"useful-links\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(3,'CustomMenuWidget','footer_sidebar','farmart',2,'{\"id\":\"CustomMenuWidget\",\"name\":\"Help Center\",\"menu_id\":\"help-center\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(4,'CustomMenuWidget','footer_sidebar','farmart',3,'{\"id\":\"CustomMenuWidget\",\"name\":\"Business\",\"menu_id\":\"business\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(5,'NewsletterWidget','footer_sidebar','farmart',4,'{\"id\":\"NewsletterWidget\",\"title\":\"Newsletter\",\"subtitle\":\"Register now to get updates on promotions and coupon. Don\\u2019t worry! We not spam\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(6,'BlogSearchWidget','primary_sidebar','farmart',1,'{\"id\":\"BlogSearchWidget\",\"name\":\"Search\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(7,'BlogCategoriesWidget','primary_sidebar','farmart',2,'{\"id\":\"BlogCategoriesWidget\",\"name\":\"Categories\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(8,'RecentPostsWidget','primary_sidebar','farmart',3,'{\"id\":\"RecentPostsWidget\",\"name\":\"Recent Posts\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(9,'BlogTagsWidget','primary_sidebar','farmart',4,'{\"id\":\"BlogTagsWidget\",\"name\":\"Popular Tags\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(10,'SiteFeaturesWidget','pre_footer_sidebar','farmart',1,'{\"id\":\"SiteFeaturesWidget\",\"title\":\"Site Features\",\"data\":{\"1\":{\"icon\":\"general\\/icon-rocket.png\",\"title\":\"Free Shipping\",\"subtitle\":\"For all orders over $200\"},\"2\":{\"icon\":\"general\\/icon-reload.png\",\"title\":\"1 & 1 Returns\",\"subtitle\":\"Cancellation after 1 day\"},\"3\":{\"icon\":\"general\\/icon-protect.png\",\"title\":\"100% Secure Payment\",\"subtitle\":\"Guarantee secure payments\"},\"4\":{\"icon\":\"general\\/icon-support.png\",\"title\":\"24\\/7 Dedicated Support\",\"subtitle\":\"Anywhere & anytime\"},\"5\":{\"icon\":\"general\\/icon-tag.png\",\"title\":\"Daily Offers\",\"subtitle\":\"Discount up to 70% OFF\"}}}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(11,'AdsWidget','products_list_sidebar','farmart',1,'{\"id\":\"AdsWidget\",\"title\":\"Ads\",\"ads_key\":\"ZDOZUZZIU7FZ\",\"background\":\"general\\/background.jpg\",\"size\":\"full-width\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(12,'SiteFeaturesWidget','product_detail_sidebar','farmart',1,'{\"id\":\"SiteFeaturesWidget\",\"title\":\"Site Features\",\"data\":{\"1\":{\"icon\":\"general\\/icon-rocket.png\",\"title\":\"Free Shipping\",\"subtitle\":\"For all orders over $200\"},\"2\":{\"icon\":\"general\\/icon-reload.png\",\"title\":\"1 & 1 Returns\",\"subtitle\":\"Cancellation after 1 day\"},\"3\":{\"icon\":\"general\\/icon-protect.png\",\"title\":\"Secure Payment\",\"subtitle\":\"Guarantee secure payments\"}}}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(13,'SiteInfoWidget','product_detail_sidebar','farmart',2,'{\"id\":\"SiteInfoWidget\",\"name\":\"Store information\",\"phone\":\"(+965) 7492-4277\",\"working_time\":\"Mon - Fri: 07AM - 06PM\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(14,'BecomeVendorWidget','product_detail_sidebar','farmart',3,'{\"id\":\"BecomeVendorWidget\",\"name\":\"Become a Vendor?\"}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(15,'ProductCategoriesWidget','bottom_footer_sidebar','farmart',1,'{\"id\":\"ProductCategoriesWidget\",\"name\":\"Consumer Electric\",\"categories\":[18,2,3,4,5,6,7]}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(16,'ProductCategoriesWidget','bottom_footer_sidebar','farmart',2,'{\"id\":\"ProductCategoriesWidget\",\"name\":\"Clothing & Apparel\",\"categories\":[8,9,10,11,12]}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(17,'ProductCategoriesWidget','bottom_footer_sidebar','farmart',3,'{\"id\":\"ProductCategoriesWidget\",\"name\":\"Home, Garden & Kitchen\",\"categories\":[13,14,15,16,17]}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(18,'ProductCategoriesWidget','bottom_footer_sidebar','farmart',4,'{\"id\":\"ProductCategoriesWidget\",\"name\":\"Health & Beauty\",\"categories\":[20,21,22,23,24]}','2024-09-20 21:03:37','2024-09-20 21:03:37'),(19,'ProductCategoriesWidget','bottom_footer_sidebar','farmart',5,'{\"id\":\"ProductCategoriesWidget\",\"name\":\"Computer & Technologies\",\"categories\":[25,26,27,28,29,19]}','2024-09-20 21:03:37','2024-09-20 21:03:37'); /*!40000 ALTER TABLE `widgets` 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 2024-09-21 11:03:39