-- phpMyAdmin SQL Dump
-- version 4.9.11
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 28, 2023 at 03:02 AM
-- Server version: 10.3.38-MariaDB-log-cll-lve
-- PHP Version: 7.4.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `myapqqkn_100leafs`
--

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

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int(3) NOT NULL,
  `admin_name` varchar(300) NOT NULL,
  `admin_email` varchar(400) NOT NULL,
  `mobile_number` varchar(100) NOT NULL,
  `admin_profile` varchar(400) NOT NULL,
  `password` varchar(300) NOT NULL,
  `is_employee` int(2) NOT NULL DEFAULT 0 COMMENT '0=no,1=yes',
  `status` int(2) NOT NULL DEFAULT 0 COMMENT '0=active, 1=inactive'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `admin_name`, `admin_email`, `mobile_number`, `admin_profile`, `password`, `is_employee`, `status`) VALUES
(1, '100Leafs', 'admin@admin.com', '9874563210', 'uploads/admin/logo-new1.png', '21232f297a57a5a743894a0e4a801fc3', 0, 0);

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

--
-- Table structure for table `attribute_master`
--

CREATE TABLE `attribute_master` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `title` varchar(200) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active,1=inactive',
  `created_on` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `attribute_master`
--

INSERT INTO `attribute_master` (`id`, `vendor_id`, `title`, `status`, `created_on`) VALUES
(1, 0, 'THC:24.21%', 0, '2020-01-01 17:00:17'),
(2, 0, 'CBD:0.06%', 0, '2020-01-01 17:00:17'),
(890, 0, '74.29% THC', 0, '2022-07-05 16:01:29'),
(891, 0, 'THC/A 80%', 0, '2022-07-08 04:48:49'),
(892, 0, 'THC/A 27.55%', 0, '2022-07-11 06:00:27'),
(893, 0, 'THC/A 80.44%', 0, '2022-07-11 06:05:44'),
(894, 0, 'THC/A', 0, '2022-07-15 02:58:33'),
(895, 0, 'THC/A  75.49%', 0, '2022-08-02 02:38:29'),
(896, 0, 'THC/A  70.62%', 0, '2022-08-02 03:12:43'),
(897, 0, 'THC/A  72.46%', 0, '2022-08-02 03:38:33'),
(898, 0, 'THC/A 99%', 0, '2022-08-03 01:10:25'),
(899, 0, 'THC/A 99.9%', 0, '2022-08-03 01:27:10'),
(900, 0, 'THC/A 100mg', 0, '2022-08-03 01:44:30'),
(901, 0, 'THC/A 30%', 0, '2022-08-03 04:43:23'),
(902, 0, 'THC/A 90%', 0, '2022-08-03 04:43:40'),
(903, 0, 'THC/A 22.25%', 0, '2022-08-03 07:37:51'),
(904, 0, 'THC/A 30.02%', 0, '2022-08-03 07:38:35'),
(905, 2, 'THC/A 85.47%', 0, '2022-08-03 08:08:17'),
(906, 1, 'THC/A 69.02%', 0, '2022-08-03 08:11:36'),
(907, 1, 'THC/A 100mg per pack', 0, '2022-08-03 08:40:55'),
(908, 1, 'RRR', 1, '2023-02-13 17:32:31');

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

--
-- Table structure for table `available_pincode`
--

CREATE TABLE `available_pincode` (
  `id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `zipcode` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `cc_banners`
--

CREATE TABLE `cc_banners` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `image` text NOT NULL,
  `status` varchar(100) NOT NULL DEFAULT '1' COMMENT '0 = deactive, 1 = active',
  `type` varchar(100) NOT NULL DEFAULT 'home' COMMENT 'home/cat',
  `created_date` varchar(100) NOT NULL,
  `screen_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_banners`
--

INSERT INTO `cc_banners` (`id`, `vendor_id`, `name`, `image`, `status`, `type`, `created_date`, `screen_type`) VALUES
(1, 1, 'banner 1', '1660627250cannabis-referral--1png.png', '1', 'home', '', 'referral'),
(2, 2, 'banner 2', '1660627287category-banner--1png.png', '1', 'home', '', 'category'),
(3, 2, 'banner 3', 'bannerthree.png', '1', 'cat', '', 'product'),
(4, 1, 'banner 4', 'bannerfour.png', '1', 'cat', '', 'wallet'),
(5, 1, 'banner 2', '1660627354cannabis-coupon--2png.png', '1', 'home', '', 'coupon'),
(6, 2, 'banner 2', 'bannerone.png', '1', 'cat', '', 'coupon'),
(7, 2, 'banner 3', '1660627337cannabis-product--1png.png', '1', 'home', '', 'product'),
(8, 2, 'banner 4', '1660627308cannabis-wallet--2png.png', '1', 'home', '', 'wallet'),
(9, 1, 'banner 4', 'bannerfour.png', '1', 'subscription', '', 'product_subscription'),
(10, 2, 'banner 4', 'bannerthree.png', '1', 'subscription', '', 'product_subscription'),
(11, 2, 'B1', '1657623971100149178jpg.jpg', '0', 'home', '2022-07-12 16:36:11', 'referral'),
(12, 2, 'B2', '1657624149codpng.png', '0', 'home', '2022-07-12 16:39:09', 'category');

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

--
-- Table structure for table `cc_blogs`
--

CREATE TABLE `cc_blogs` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(300) NOT NULL,
  `slug` varchar(600) NOT NULL,
  `image` varchar(400) NOT NULL,
  `description` text NOT NULL,
  `url` text NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1=active,0=inactive',
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `seo_content` longtext NOT NULL,
  `meta_title` varchar(400) NOT NULL,
  `meta_keywords` varchar(400) NOT NULL,
  `meta_description` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_blogs`
--

INSERT INTO `cc_blogs` (`id`, `vendor_id`, `name`, `slug`, `image`, `description`, `url`, `status`, `created_at`, `seo_content`, `meta_title`, `meta_keywords`, `meta_description`) VALUES
(18, 1, ' Edibles dosing: How strong is your weed edible? ', 'www.google.com', 'blog2.jpg', '<p>Edible forms of cannabis, including gummies, mints, brownies, cookies, drinks, and other food products, are discreet and can produce long-lasting, safe effects. They&rsquo;re&nbsp;great when consumed responsibly, and when you know how much you&rsquo;re consuming.<br />\r\nBut edibles can lead to trouble if you&rsquo;re not careful. It&rsquo;s hard to gauge their potency, and we&rsquo;ve all known someone&mdash;possibly yourself&mdash;who&rsquo;s eaten too many edibles and had a bad evening.<br />\r\nEating too many isn&rsquo;t going to hurt your body, but unwanted or unpleasant effects from edibles can be avoided if you know the dose of the product and what dose of edible works best for you.</p>\r\n', 'Http://localhost/100leafs/blog/edibles-dosing-how-strong-is-your-weed-edible/', 1, '2022-05-20 07:56:02', '', '', '', ''),
(19, 1, 'What’s the difference between joints, blunts, and spliffs?', 'www.google.com', '16790488291657010439GettyImages-1250518259-scaled-1-1536x5122xpngpng.png', '<p>Joints are arguably the most popular way to consume weed. It&rsquo;s easy to put one in your pocket, spark it up wherever, and pass it around with friends. Rolling is a skill that any seasoned stoner should learn over time, and one that may be elusive for novices.<br />\r\nThere are other ways to roll up weed too, namely, into blunts and spliffs. These three different rolls all have nuances, involving different amounts of cannabis and tobacco.<br />\r\nDefining joints, spliffs, and blunts<br />\r\nJoints, spliffs, and blunts, can be defined by how much cannabis and tobacco they have and what material is used to roll them.<br />\r\nJoint and spliffs are both rolled with rolling papers. A joint&rsquo;s filling is all weed; a spliff is basically a joint with tobacco mixed in with the weed.<br />\r\nBlunts are rolled using wraps, and wraps are made of tobacco. The filling of a blunt typically doesn&rsquo;t contain tobacco, just the wrap.</p>\r\n', 'Http://localhost/100leafs/blog/whats-the-difference-between-joints-blunts-and-spliffs/', 1, '2022-05-20 07:56:02', '', '', '', ''),
(20, 1, 'Indica vs. sativa: understanding the differences between weed types', '', '1679048871blog2png.png', '<p>When&nbsp;browsing cannabis strains&nbsp;or purchasing cannabis at a&nbsp;dispensary, you&rsquo;ll notice that strains are commonly broken up into three groups:&nbsp;indica,&nbsp;sativa, and&nbsp;hybrid. Most consumers and budtenders use these weed types to predict effects, but are they accurate?<br />\r\nScience is pointing to a better way of determining the effects a cannabis strain will have on you: cannabinoids and terpenes, the compounds that make up a particular strain&rsquo;s chemical profile.<br />\r\nSo why do smokers and budtenders alike still use indica, sativa, and hybrid instead of the cannabinoid and terpene model?&nbsp;<br />\r\nThere&rsquo;s a big push in the cannabis industry to disavow the indica/sativa/hybrid classification system because it is not based in data and science&mdash;the terms are botanical names that refer to a plant&rsquo;s structure, not the effects it produces.&nbsp;<br />\r\nHowever, most of the cannabis industry, including shops where you buy weed, is still stuck in classifying strains as either indicas, sativas, or hybrids for one main reason: It&rsquo;s easy. Give a consumer three options&mdash;up, down, or in-between&mdash;and you can easily explain how a certain strain will make them feel and sell a product. Like it or not, the indica, sativa, hybrid classification system is still entrenched in the world.<br />\r\nBoth models have value, and consumers of all levels can use both. For an easier, more general way to pick a weed strain and its effects, the indica/sativa/hybrid model may work for you. Once comfortable with cannabis, you may want to dig into the nuances of weed a bit more, and learn about chemical profiles, cannabinoids, and terpenes&mdash;our preferred method.&nbsp;<br />\r\nLet&rsquo;s look at the differences between indicas and sativas, and the usefulness of the two classification systems.</p>\r\n', 'Http://localhost/100leafs/blog/indica-vs-sativa-understanding-the-differences-between-weed-types/', 1, '2022-07-12 17:23:10', '', '', '', ''),
(21, 1, ' Edibles dosing: How strong is your weed edible? ', '', '1679048878bannerpng.png', '<p>assassssass</p>\r\n', 'Http://localhost/100leafs', 1, '2023-02-16 17:28:29', '', '', '', ''),
(22, 2, ' Edibles dosing: How strong is your weed edible? ', 'www.google.com', 'blog2.jpg', '<p>Edible forms of cannabis, including gummies, mints, brownies, cookies, drinks, and other food products, are discreet and can produce long-lasting, safe effects. They&rsquo;re&nbsp;great when consumed responsibly, and when you know how much you&rsquo;re consuming.<br />\r\nBut edibles can lead to trouble if you&rsquo;re not careful. It&rsquo;s hard to gauge their potency, and we&rsquo;ve all known someone&mdash;possibly yourself&mdash;who&rsquo;s eaten too many edibles and had a bad evening.<br />\r\nEating too many isn&rsquo;t going to hurt your body, but unwanted or unpleasant effects from edibles can be avoided if you know the dose of the product and what dose of edible works best for you.</p>\r\n', 'Http://localhost/100leafs/blog/edibles-dosing-how-strong-is-your-weed-edible/', 1, '2022-05-20 07:56:02', '', '', '', ''),
(23, 2, 'What’s the difference between joints, blunts, and spliffs?', 'www.google.com', '16790488291657010439GettyImages-1250518259-scaled-1-1536x5122xpngpng.png', '<p>Joints are arguably the most popular way to consume weed. It&rsquo;s easy to put one in your pocket, spark it up wherever, and pass it around with friends. Rolling is a skill that any seasoned stoner should learn over time, and one that may be elusive for novices.<br />\r\nThere are other ways to roll up weed too, namely, into blunts and spliffs. These three different rolls all have nuances, involving different amounts of cannabis and tobacco.<br />\r\nDefining joints, spliffs, and blunts<br />\r\nJoints, spliffs, and blunts, can be defined by how much cannabis and tobacco they have and what material is used to roll them.<br />\r\nJoint and spliffs are both rolled with rolling papers. A joint&rsquo;s filling is all weed; a spliff is basically a joint with tobacco mixed in with the weed.<br />\r\nBlunts are rolled using wraps, and wraps are made of tobacco. The filling of a blunt typically doesn&rsquo;t contain tobacco, just the wrap.</p>\r\n', 'Http://localhost/100leafs/blog/whats-the-difference-between-joints-blunts-and-spliffs/', 1, '2022-05-20 07:56:02', '', '', '', ''),
(24, 2, 'Indica vs. sativa: understanding the differences between weed types', '', '1679048871blog2png.png', '<p>When&nbsp;browsing cannabis strains&nbsp;or purchasing cannabis at a&nbsp;dispensary, you&rsquo;ll notice that strains are commonly broken up into three groups:&nbsp;indica,&nbsp;sativa, and&nbsp;hybrid. Most consumers and budtenders use these weed types to predict effects, but are they accurate?<br />\r\nScience is pointing to a better way of determining the effects a cannabis strain will have on you: cannabinoids and terpenes, the compounds that make up a particular strain&rsquo;s chemical profile.<br />\r\nSo why do smokers and budtenders alike still use indica, sativa, and hybrid instead of the cannabinoid and terpene model?&nbsp;<br />\r\nThere&rsquo;s a big push in the cannabis industry to disavow the indica/sativa/hybrid classification system because it is not based in data and science&mdash;the terms are botanical names that refer to a plant&rsquo;s structure, not the effects it produces.&nbsp;<br />\r\nHowever, most of the cannabis industry, including shops where you buy weed, is still stuck in classifying strains as either indicas, sativas, or hybrids for one main reason: It&rsquo;s easy. Give a consumer three options&mdash;up, down, or in-between&mdash;and you can easily explain how a certain strain will make them feel and sell a product. Like it or not, the indica, sativa, hybrid classification system is still entrenched in the world.<br />\r\nBoth models have value, and consumers of all levels can use both. For an easier, more general way to pick a weed strain and its effects, the indica/sativa/hybrid model may work for you. Once comfortable with cannabis, you may want to dig into the nuances of weed a bit more, and learn about chemical profiles, cannabinoids, and terpenes&mdash;our preferred method.&nbsp;<br />\r\nLet&rsquo;s look at the differences between indicas and sativas, and the usefulness of the two classification systems.</p>\r\n', 'Http://localhost/100leafs/blog/indica-vs-sativa-understanding-the-differences-between-weed-types/', 1, '2022-07-12 17:23:10', '', '', '', '');

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

--
-- Table structure for table `cc_brands`
--

CREATE TABLE `cc_brands` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `title` varchar(400) NOT NULL,
  `image` varchar(600) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1=active,0=inactive',
  `feature` int(11) NOT NULL DEFAULT 0 COMMENT '0=no,1=yes',
  `created_on` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_brands`
--

INSERT INTO `cc_brands` (`id`, `vendor_id`, `title`, `image`, `status`, `feature`, `created_on`) VALUES
(359, 2, 'Good News', '1657264105imagespng.png', 1, 0, '2022-06-07 04:38:43'),
(360, 2, 'Gelato', '16607172891649876013-g-avatar-800x800png.png', 1, 0, '2022-06-07 04:38:43'),
(361, 2, 'Gold Flora', '1657263708download-3jpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(362, 2, 'Dani Fire', '1657263183download-1jpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(363, 2, 'Cresco', '1657263032downloadjpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(364, 2, 'Habit', '1657264360download-4jpg.jpg', 1, 0, '2022-07-08 03:12:40'),
(365, 2, 'Herb&Zen', '1657264570downloadpng.png', 1, 0, '2022-07-08 03:16:10'),
(366, 2, 'High Gorgeous by Yummi Karma', '1657264731download-5jpg.jpg', 1, 0, '2022-07-08 03:18:51'),
(367, 2, 'High Supply', '1657264925download-6jpg.jpg', 1, 0, '2022-07-08 03:22:05'),
(368, 2, 'Major', '1657265052images-1jpg.jpg', 1, 0, '2022-07-08 03:24:12'),
(369, 2, 'Maven Genetics', '1657265164download-7jpg.jpg', 1, 0, '2022-07-08 03:26:04'),
(370, 2, 'Only Smoke Fire', '1657265240download-1png.png', 1, 0, '2022-07-08 03:27:20'),
(371, 2, 'Papa\'s Herb', '1657265313download-8jpg.jpg', 1, 0, '2022-07-08 03:28:33'),
(372, 2, 'Raw Garden™', '1657265396download-9jpg.jpg', 1, 0, '2022-07-08 03:29:56'),
(373, 2, 'TONIK', '1657265472download-10jpg.jpg', 1, 0, '2022-07-08 03:31:12'),
(374, 2, 'Top Shelf Cultivation', '1657265565download-2png.png', 1, 0, '2022-07-08 03:32:45'),
(386, 1, 'Good News', '1657264105imagespng.png', 1, 0, '2022-06-07 04:38:43'),
(387, 1, 'Gelato', '16607172891649876013-g-avatar-800x800png.png', 1, 0, '2022-06-07 04:38:43'),
(388, 1, 'Gold Flora', '1657263708download-3jpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(389, 1, 'Dani Fire', '1657263183download-1jpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(390, 1, 'Cresco', '1657263032downloadjpg.jpg', 1, 0, '2022-06-07 04:38:43'),
(391, 1, 'Habit', '1657264360download-4jpg.jpg', 1, 0, '2022-07-08 03:12:40'),
(392, 1, 'Herb&Zen', '1657264570downloadpng.png', 1, 0, '2022-07-08 03:16:10'),
(393, 1, 'High Gorgeous by Yummi Karma', '1657264731download-5jpg.jpg', 1, 0, '2022-07-08 03:18:51'),
(394, 1, 'High Supply', '1657264925download-6jpg.jpg', 1, 0, '2022-07-08 03:22:05'),
(395, 1, 'Major', '1657265052images-1jpg.jpg', 1, 0, '2022-07-08 03:24:12'),
(396, 1, 'Maven Genetics', '1657265164download-7jpg.jpg', 1, 0, '2022-07-08 03:26:04'),
(397, 1, 'Only Smoke Fire', '1657265240download-1png.png', 1, 0, '2022-07-08 03:27:20'),
(398, 1, 'Papa\'s Herb', '1657265313download-8jpg.jpg', 1, 0, '2022-07-08 03:28:33'),
(399, 1, 'Raw Garden™', '1657265396download-9jpg.jpg', 1, 0, '2022-07-08 03:29:56'),
(400, 1, 'TONIK', '1657265472download-10jpg.jpg', 1, 0, '2022-07-08 03:31:12'),
(401, 2, 'Top Shelf Cultivation', '1657265565download-2png.png', 1, 0, '2022-07-08 03:32:45');

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

--
-- Table structure for table `cc_category`
--

CREATE TABLE `cc_category` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(300) NOT NULL,
  `slug` varchar(600) NOT NULL,
  `image` varchar(400) NOT NULL,
  `upto_off` varchar(4) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active,1=inactive',
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `seo_content` longtext NOT NULL,
  `meta_title` varchar(400) NOT NULL,
  `meta_keywords` varchar(400) NOT NULL,
  `meta_description` longtext NOT NULL,
  `is_accessorize` int(11) NOT NULL DEFAULT 0 COMMENT '1 = yes, 0 = no '
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_category`
--

INSERT INTO `cc_category` (`id`, `vendor_id`, `name`, `slug`, `image`, `upto_off`, `status`, `created_at`, `seo_content`, `meta_title`, `meta_keywords`, `meta_description`, `is_accessorize`) VALUES
(1, 2, 'CBD', 'cbd', '1678361392category4png.png', '0', 1, '2021-12-03 00:08:39', '', 'Buy Cannabis Concentrates on Sale | 100Leafs', '', 'Buy Concentrates Online from 100Leafs, we are a well-known seller of high-quality  concentrates & we deliver them to your doorsteps.', 0),
(4, 2, 'Pre-Rolls', 'pre-rolls', '1678361369category3png.png', '0', 1, '2021-12-06 05:33:27', '', 'Buy Cannabis Vape-Pens on Sale | 100Leafs', '', 'Buy Vape-Pens Online from 100Leafs, we are a well-known seller of high-quality  vape-pens & we deliver them to your doorsteps.', 0),
(39, 1, 'Edibles', 'edibles', '1678361498category6png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(34, 1, 'CBD', 'cbd', '1678361392category4png.png', '0', 1, '2021-12-03 00:08:39', '', 'Buy Cannabis Concentrates on Sale | 100Leafs', '', 'Buy Concentrates Online from 100Leafs, we are a well-known seller of high-quality  concentrates & we deliver them to your doorsteps.', 0),
(3, 2, 'Vapes', 'vapes', '1678361339category2png.png', '0', 1, '2022-08-09 06:27:28', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(18, 2, 'Flowers', 'flowers', '1678361299category1png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(32, 2, 'Tropicals', 'tropicals', '1678361474category5png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(33, 2, 'Edibles', 'edibles', '1678361498category6png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(35, 1, 'Pre-Rolls', 'pre-rolls', '1678361369category3png.png', '0', 1, '2021-12-06 05:33:27', '', 'Buy Cannabis Vape-Pens on Sale | 100Leafs', '', 'Buy Vape-Pens Online from 100Leafs, we are a well-known seller of high-quality  vape-pens & we deliver them to your doorsteps.', 0),
(36, 1, 'Vapes', 'vapes', '1678361339category2png.png', '0', 1, '2022-08-09 06:27:28', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(37, 1, 'Flowers', 'flowers', '1678361299category1png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0),
(38, 1, 'Tropicals', 'tropicals', '1678361474category5png.png', '0', 1, '2022-09-06 05:25:53', '', 'Buy Cannabis Pre-roll on Sale | 100Leafs', '', 'Buy Pre-roll Online from 100Leafs, we are a well-known seller of high-quality Pre-roll & we deliver them to your doorsteps.', 0);

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

--
-- Table structure for table `cc_contactus`
--

CREATE TABLE `cc_contactus` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `email` varchar(355) NOT NULL,
  `phone_number` varchar(100) NOT NULL,
  `message` text NOT NULL,
  `created_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `cc_coupan`
--

CREATE TABLE `cc_coupan` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `title` varchar(400) NOT NULL,
  `image` varchar(400) NOT NULL,
  `description` longtext NOT NULL,
  `promo_code` varchar(200) NOT NULL,
  `coupan_type` varchar(100) NOT NULL COMMENT '	fixed,percentage	',
  `type` varchar(100) NOT NULL COMMENT 'off, cashback',
  `offer_type` varchar(100) NOT NULL DEFAULT 'Simple' COMMENT 'Simple / Multiuser',
  `amount` varchar(20) NOT NULL,
  `min_cart` varchar(20) NOT NULL,
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active,1=inactive',
  `meta_title` varchar(400) NOT NULL,
  `meta_keywords` varchar(400) NOT NULL,
  `meta_description` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_coupan`
--

INSERT INTO `cc_coupan` (`id`, `vendor_id`, `title`, `image`, `description`, `promo_code`, `coupan_type`, `type`, `offer_type`, `amount`, `min_cart`, `start_date`, `end_date`, `status`, `meta_title`, `meta_keywords`, `meta_description`, `created_at`) VALUES
(15, 2, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(16, 2, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(17, 2, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(18, 2, 'Get 15%-OFF On First Cannabis Order', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29'),
(19, 2, 'Big Discount Offer', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29'),
(20, 2, 'Get 15%-OFF On First Cannabis Order', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29'),
(21, 1, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(22, 1, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(23, 1, 'Big Discount Offer', '1678363793offer1png.png', '', 'WEWE', 'fixed', 'off', 'Simple', '123', '236', '2023-03-09', '2023-03-15', 0, '', '', '', '2023-03-09 17:39:53'),
(24, 1, 'Get 15%-OFF On First Cannabis Order', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29'),
(25, 1, 'Big Discount Offer', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29'),
(26, 1, 'Get 15%-OFF On First Cannabis Order', '1678364009offer21png.png', '', 'dasdadd', 'fixed', 'off', 'Simple', '212', '23232', '2023-03-09', '2023-03-20', 0, '', '', '', '2023-03-09 17:43:29');

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

--
-- Table structure for table `cc_coupon_offer_users`
--

CREATE TABLE `cc_coupon_offer_users` (
  `id` int(11) NOT NULL,
  `coupon_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `cc_delivery_boys`
--

CREATE TABLE `cc_delivery_boys` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `fullname` varchar(600) NOT NULL,
  `email` varchar(600) NOT NULL,
  `password` varchar(600) NOT NULL DEFAULT '',
  `mobile_number` varchar(100) NOT NULL,
  `branch_id` int(11) NOT NULL DEFAULT 0,
  `profile_image` varchar(600) NOT NULL,
  `device_tocken` varchar(600) NOT NULL DEFAULT '',
  `id_proof` varchar(600) NOT NULL,
  `is_verify` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `vehicle_no` varchar(100) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active,1=inacttive'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_delivery_boys`
--

INSERT INTO `cc_delivery_boys` (`id`, `vendor_id`, `fullname`, `email`, `password`, `mobile_number`, `branch_id`, `profile_image`, `device_tocken`, `id_proof`, `is_verify`, `vehicle_no`, `status`) VALUES
(22, 1, 'jeck denami', 'qagems1@gmail.com', '89094448d1d708538bc8c117d8957b83', '5897462136', 0, '', 'f39pYQch_U4coRaE6f-t6I:APA91bGyWBBaj08gRo1n8d-Cgp6RG7zvkRIxvnvCrfkGgw_5k_pWAG35hJko51nXiB6DfTkYBPA_UgBBL28-Pi_-tDT3pnX6TK9RylZNyu_iiTD7YUJfrsGWU1tVx4x1VHGFwxv0527d', '', 'yes', 'GJ01AB1031', 0),
(23, 1, 'DB', 'db@mjdirect.com', 'MTIzNDU2', '8888888888', 0, '', '', '', 'yes', '454fggfgff', 0);

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

--
-- Table structure for table `cc_giftcard`
--

CREATE TABLE `cc_giftcard` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `card_num` int(11) NOT NULL,
  `gift_card_id` varchar(100) NOT NULL,
  `assign_by` int(11) NOT NULL,
  `num_of_card` int(11) NOT NULL,
  `code` varchar(100) NOT NULL,
  `amount` int(11) NOT NULL,
  `created_date` date NOT NULL,
  `status` int(11) NOT NULL COMMENT '1 = Active, 0 = in-Active',
  `created_on` datetime NOT NULL,
  `is_deleted` int(11) NOT NULL DEFAULT 0 COMMENT '1 = deleted'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `cc_giftcard`
--

INSERT INTO `cc_giftcard` (`id`, `vendor_id`, `card_num`, `gift_card_id`, `assign_by`, `num_of_card`, `code`, `amount`, `created_date`, `status`, `created_on`, `is_deleted`) VALUES
(1, 1, 810092116, '', 0, 5, '', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(2, 1, 0, '1', 0, 0, 'lxjWikFYVSUe', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(3, 1, 0, '1', 0, 0, 'MKWhR8amuAT7', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(4, 1, 0, '1', 0, 0, 'wh5cbmXldteN', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(5, 1, 0, '1', 0, 0, 'nFV9kvMSdQpY', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(6, 1, 0, '1', 0, 0, 'mv47ris1TzkN', 20, '2023-02-17', 1, '2023-02-17 10:17:24', 0),
(7, 2, 1175616961, '', 0, 5, '', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(8, 2, 0, '7', 0, 0, 'S86EVRoN31uL', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(9, 2, 0, '7', 0, 0, '45kQxSLJMor0', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(10, 2, 0, '7', 0, 0, 'dyJ1j6ANYT0I', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(11, 2, 0, '7', 0, 0, 'WkVwyp3c9YMo', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(12, 2, 0, '7', 0, 0, 'BhHDUmELc3VF', 25, '2023-02-17', 1, '2023-02-17 10:18:48', 0),
(13, 1, 1875684164, '', 1, 10, '', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(14, 1, 0, '13', 1, 0, 'TalKqIWurRGF', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(15, 1, 0, '13', 1, 0, 'bmAtwrk4np6P', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(16, 1, 0, '13', 1, 0, '24whaWs7IZnS', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(17, 1, 0, '13', 1, 0, 'GzvQB5ljdeC7', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(18, 1, 0, '13', 1, 0, 'J2trEXKuYDvx', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(19, 1, 0, '13', 1, 0, 'MnXqOLHPiBxa', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(20, 1, 0, '13', 1, 0, '0B4auqJ8sdt3', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(21, 1, 0, '13', 1, 0, 'Iq4EtMAZvdgC', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(22, 1, 0, '13', 1, 0, 'pYMzUoR8uOWS', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0),
(23, 1, 0, '13', 1, 0, 'BmQcksJDHZa0', 20, '2023-03-27', 1, '2023-03-27 21:25:13', 0);

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

--
-- Table structure for table `cc_home_banners`
--

CREATE TABLE `cc_home_banners` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `image` text NOT NULL,
  `status` varchar(100) NOT NULL DEFAULT '1' COMMENT '0 = deactive, 1 = active',
  `type` varchar(100) NOT NULL DEFAULT 'home' COMMENT 'home/cat',
  `created_date` varchar(100) NOT NULL,
  `url` text NOT NULL DEFAULT '#',
  `line_one` text NOT NULL,
  `line_two` text NOT NULL,
  `line_three` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_home_banners`
--

INSERT INTO `cc_home_banners` (`id`, `vendor_id`, `name`, `image`, `status`, `type`, `created_date`, `url`, `line_one`, `line_two`, `line_three`) VALUES
(16, 2, 'B2', '1678362272bannerpng.png', '1', 'home', '2022-08-08 15:20:45', 'Http://localhost/100leafs', 'BEST CANNABIS PRODUCTS', 'To reveals to yourself just need to check out  our fresh and best brands ', 'Get high with Herb'),
(17, 2, 'B3', '1678362243bannerpng.png', '1', 'home', '2022-08-08 15:21:16', 'Http://localhost/100leafs', 'BEST CANNABIS PRODUCTS', 'Order the product which makes you feel in heaven', 'Get high with Herbs '),
(22, 1, 'B3', '1678362243bannerpng.png', '1', 'home', '2022-08-08 15:21:16', 'Http://localhost/100leafs', 'BEST CANNABIS PRODUCTS', 'Order the product which makes you feel in heaven', 'Get high with Herbs ');

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

--
-- Table structure for table `cc_notification`
--

CREATE TABLE `cc_notification` (
  `id` bigint(20) NOT NULL,
  `user_id` int(11) NOT NULL,
  `notification_text` text NOT NULL,
  `title` varchar(500) NOT NULL,
  `notification_type` varchar(265) NOT NULL,
  `notification_img` text NOT NULL,
  `notification_date` datetime NOT NULL,
  `is_read` int(11) NOT NULL COMMENT '1 = read'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `cc_payment_methods`
--

CREATE TABLE `cc_payment_methods` (
  `id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `bank_account_number` varchar(355) NOT NULL,
  `bank_name` varchar(355) NOT NULL,
  `bank_ifsc` varchar(200) NOT NULL,
  `contact_person_name` varchar(355) NOT NULL,
  `contact_number` varchar(200) NOT NULL,
  `state_city` varchar(200) NOT NULL,
  `is_active` varchar(100) NOT NULL DEFAULT '1' COMMENT '1=active,0=deactive',
  `created_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `cc_payment_methods`
--

INSERT INTO `cc_payment_methods` (`id`, `name`, `bank_account_number`, `bank_name`, `bank_ifsc`, `contact_person_name`, `contact_number`, `state_city`, `is_active`, `created_date`) VALUES
(1, 'Cryptocurrency', '', '', '', '', '', '', '0', '2021-12-16'),
(2, 'Cash', '', '', '', 'Crypsoar Admin', '+91 9998815203', 'Ahmedabad', '1', '2021-12-16'),
(3, 'Bank Transfer', '0000123456789', 'ICICI', 'IFSC1234', '', '', '', '0', '2021-12-16'),
(4, 'Paypal', '', '', '', '', '', '', '0', '2021-12-16');

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

--
-- Table structure for table `cc_preferred_timeslots`
--

CREATE TABLE `cc_preferred_timeslots` (
  `id` int(11) NOT NULL,
  `start` varchar(100) NOT NULL,
  `end` varchar(100) NOT NULL,
  `is_active` varchar(100) NOT NULL DEFAULT 'yes' COMMENT 'yes,no'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_preferred_timeslots`
--

INSERT INTO `cc_preferred_timeslots` (`id`, `start`, `end`, `is_active`) VALUES
(1, '09:30', '10:30', 'yes'),
(2, '10:30', '11:30', 'yes'),
(3, '11:30', '12:30', 'yes'),
(4, '12:30', '01:30', 'yes'),
(5, '02:30', '03:30', 'yes'),
(6, '03:30', '04:30', 'yes'),
(7, '04:30', '05:30', 'yes'),
(8, '05:30', '06:30', 'yes'),
(9, '06:30', '07:30', 'yes');

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

--
-- Table structure for table `cc_products`
--

CREATE TABLE `cc_products` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `sku` varchar(50) DEFAULT NULL,
  `title` varchar(400) NOT NULL,
  `slug` varchar(600) NOT NULL,
  `maincat_id` int(11) NOT NULL,
  `subcat_id` int(11) NOT NULL,
  `brand_id` int(11) NOT NULL,
  `type` varchar(200) NOT NULL COMMENT 'Simple / Variant',
  `qty` int(11) NOT NULL DEFAULT 0,
  `per_user` int(11) NOT NULL DEFAULT 5,
  `base_fare` double NOT NULL DEFAULT 0,
  `discount` int(11) NOT NULL DEFAULT 0,
  `description` longtext NOT NULL,
  `attribute_type` int(11) NOT NULL,
  `attribute_value` varchar(100) NOT NULL,
  `gram_value` varchar(355) NOT NULL DEFAULT '0',
  `images` varchar(600) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active, 1=inactive',
  `feature` int(11) NOT NULL DEFAULT 0 COMMENT '0=no,1=yes',
  `top_products` int(11) NOT NULL DEFAULT 0 COMMENT '0=no,1-yes',
  `meta_title` varchar(400) NOT NULL,
  `meta_keywords` varchar(400) NOT NULL,
  `meta_description` longtext NOT NULL,
  `feeling` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `is_topseller` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'no,yes',
  `is_fresh` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'no,yes',
  `is_express` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `is_subscription` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `product_type` varchar(300) NOT NULL,
  `cashback` varchar(300) NOT NULL,
  `effects` text NOT NULL,
  `recommendded_use` text NOT NULL,
  `strain_profile` text NOT NULL,
  `dominant_terpenes` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_products`
--

INSERT INTO `cc_products` (`id`, `vendor_id`, `sku`, `title`, `slug`, `maincat_id`, `subcat_id`, `brand_id`, `type`, `qty`, `per_user`, `base_fare`, `discount`, `description`, `attribute_type`, `attribute_value`, `gram_value`, `images`, `status`, `feature`, `top_products`, `meta_title`, `meta_keywords`, `meta_description`, `feeling`, `created_at`, `is_topseller`, `is_fresh`, `is_express`, `is_subscription`, `product_type`, `cashback`, `effects`, `recommendded_use`, `strain_profile`, `dominant_terpenes`) VALUES
(1989, 2, '', 'Diamonds and Gold | Hybrid LLR Cartridge 1g', 'diamonds-and-gold-hybrid-llr-cartridge-1g', 4, 0, 363, 'Simple', 30, 5, 21, 0, '<p>1g Hybrid Liquid Live Resin (LLR) cartridge crafted from premium&nbsp;fresh frozen flower.</p>\r\n\r\n<p>Among the crown jewels of Cresco&rsquo;s genetic library, Diamonds &amp; Gold delivers a crystal-clear euphoria intricately intertwined with a deeply soothing physical analgesia. Its dense buds are adorned with a wealth of trichomes, emanating a sharp, sour aroma reminiscent of gasoline and soured limes. A true gem of a strain, Diamonds &amp; Gold is the perfect accompaniment to buff out the day and keep you shining on.</p>\r\n', 0, 'CBD:0.06%', '1', '16572694221655408019-cresco_1g_llr_hybridjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:07:02', 'no', 'yes', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1990, 2, '', 'Wedding Cake - Premium Vape Cartridge - 1g', 'wedding-cake-premium-vape-cartridge-1g', 4, 0, 362, 'Simple', 15, 5, 20, 0, '<p>Dani Fire&#39;s this Wedding Cake is incredibly uplifting yet relaxing, providing a burst of energy even as it soothes the mind into a state of relative calm. Given time, this heady effect spreads to the body, especially the stomach, stimulating appetite and triggering an intense case of the munchies. Dani Fire offers the most premium 510 thread cannabis oil cartridges that can be found on the market today and they only contain two ingredients: cannabis oil and ultra-high grade terpenes. Our cartridges are 100% free of any cutting agents, flavors, or other additives.</p>\r\n', 0, 'THC/A 80%', '1', '16572717071646428755-wedding_cake_pkg___product_v2jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:20:51', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1991, 2, '', 'Good News Brunch Preroll Shorties', 'good-news-brunch-preroll-shorties', 3, 0, 359, 'Simple', 30, 5, 20, 0, '<p>Pre-rolled so you can get rolling.</p>\r\n\r\n<p>Good News shorties are pre-rolled for convenience. At 0.5g each, they&rsquo;re small enough for a quick solo sesh before dinner and big enough to share with friends before a concert.</p>\r\n\r\n<p>BRUNCH like a boss&rsquo; boss&rsquo; boss</p>\r\n\r\n<p>Get the crew &ldquo;together&rdquo;, order everything and weekend in style.</p>\r\n', 0, 'CBD:0.06%', '4', '16572721071591031032-Good_New_Brunch_Shortiesjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:51:47', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1992, 2, '', 'Indica Flower 14g', 'indica-flower-14g', 3, 0, 367, 'Simple', 20, 5, 34, 0, '<p>Full-sized nugs for the true cannabis enthusiast. Our flower is machine-trimmed and comes in easy to share sizes, all offering a great sativa, hybrid, or indica experience.</p>\r\n', 0, 'THC/A 80%', '14', '16572740931600288990-High_Supply_Ind_Flower_14gjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 15:24:53', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1993, 2, '', 'Hybrid Flower 14g', 'hybrid-flower-14g', 3, 0, 367, 'Simple', 30, 5, 34, 0, '<p>Full-sized nugs for the true cannabis enthusiast. Our flower is machine-trimmed and comes in easy to share sizes, all offering a great sativa, hybrid, or indica experience.</p>\r\n', 0, 'THC/A 80%', '14', '16572756941600288309-High_Supply_Hyb_Flower_14gjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 15:51:34', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1994, 2, '', 'Lemon Bean | Sativa Live Sauce', 'lemon-bean-sativa-live-sauce', 1, 0, 363, 'Simple', 30, 5, 21, 0, '<p>A 2021 Emerald Cup Award winner in the Hydrocarbon Liquid (Sauce) category, our Lemon Bean strain is a citrus-forward and refreshing cross between Lemon Tree and OG Eddy. Sweet and zesty lemon aromas pair with sweet and hoppy notes on this palate. Effects onset like a sativa initially, and give way to a tingly, relaxing sensation.</p>\r\n\r\n<p>Cresco Rise Live Resin Sauce available in 1g and .5g. A jelly-like consistency comprised of both a syrupy liquid and granular crystals. Derived from fresh frozen cannabis to ensure maximum cannabinoid and terpene retention, our suite of live concentrates is aromatic and potent.</p>\r\n\r\n<p>Rise products are derived from sativa strains, known for energizing and uplifting effects. Rise strains pair well with everyday activities like housekeeping, happy hour and physical activity.</p>\r\n', 0, 'THC/A 80%', '0', '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 16:02:47', 'no', 'no', 'no', 'no', 'Hybrid', '5', '', '', '', ''),
(1995, 2, '', 'HIGH-C', 'high-c', 1, 0, 374, 'Simple', 30, 5, 60, 0, '<p>Citrus Filled Gassy Strain That Is Testing Above 30% THC. The Perfect Hybrid With An Abundance Of Flavor.</p>\r\n', 0, 'THC:24.21%', '4.00', '16572780201616517970-topshelfcultivationfeb2021-7188jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 16:30:20', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(1997, 2, '', 'Birthday Cake RLR™ Crushed Diamonds Infused (3) 0.5g Joints', 'birthday-cake-rlr-crushed-diamonds-infused-3-0-5g-joints', 1, 0, 372, 'Simple', 30, 5, 15, 0, '<p>Birthday Cake Refined Live Resin&trade; Crushed Diamonds Infused (3) 0.5g JointsGelato Dream x Wedding Cake Pheno</p>\r\n\r\n<p>Raw Garden aspires to a higher standard. It&rsquo;s for when you want to experience more. Do more. Celebrate more. Unwind more.</p>\r\n\r\n<p>Our products are made from pure Cannabis flowers. They are wonderful to taste and are rigorously tested to the most exacting quality standards, which is why Raw Garden is the most trusted and best-selling brand in Cannabis.</p>\r\n\r\n<p>100% Pure Cannabis Joints Infused with Micronized Refined Live Resin&trade; Crushed Diamonds, and Nothing Else. Only the finest whole flowers grown on our farm, freshly dried and cured. No trim. No additives. Ever. Infused with Crushed Diamonds and rolled in small batches to lock in the flower&rsquo;s natural flavors and aromas. An enhanced joint for an enhanced experience.</p>\r\n\r\n<h3>About this strain: Birthday Cake</h3>\r\n\r\n<p>When Aficionados of Cannabis Seed Bank(ACSB) introduced Vishnu Kush to Bubblegum Kush, it produced a sweet sensation called Birthday Cake (also called Birthday Cake Kush).</p>\r\n\r\n<p>This cake reportedly delivers 24%-26% THC along with spicy, piney smoke and a sweet taste, according to ACSB.</p>\r\n\r\n<p>Birthday Cake delivers relaxing, psychedelic effects, according to ACSB.</p>\r\n', 0, 'CBD:0.06%', '0.5', '16575317901650391141-tokejpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 14:59:50', 'yes', 'no', 'no', 'no', 'Indica', '0', '', '', '', ''),
(1998, 2, '', 'Gold Flora | Eighth (3.5g) – Don Shula', 'gold-flora-eighth-3-5g-don-shula', 3, 0, 361, 'Simple', 30, 5, 30, 0, '<p>Gold Flora&#39;s premium eighth (3.5g) flower is cultivated indoors in Desert Hot Springs, CA., and comes in a variety of small-batch strains.</p>\r\n', 0, 'CBD:0.06%', '3.5', '16575322401647643496-031822-gf-donshula-jar-1_51946479096_ojpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:07:20', 'yes', 'no', 'yes', 'no', 'Hybrid', '5', '', '', '', ''),
(1999, 2, '', 'Gold Flora | Eighth (3.5g) – Mint Sherbet', 'gold-flora-eighth-3-5g-mint-sherbet', 3, 0, 361, 'Simple', 30, 5, 30, 0, '<p>Gold Flora&#39;s premium eighth (3.5g) flower is cultivated indoors in Desert Hot Springs, CA., and comes in a variety of small-batch strains.</p>\r\n\r\n<h3>About this strain: Sunset Sherbert</h3>\r\n\r\n<p>Also known as Sherbert or Sunset Sherbert, this strain is an Indica-leaning hybrid that crosses a female GSC (Girl Scout Cookies) with a Pink Panties male.</p>\r\n\r\n<p>Sherbert was accidentally produced in San Francisco Bay when Mr. Sherbinski introduced a male Pink Panties into a room of GSC he was growing at his grandmother&#39;s house.</p>\r\n\r\n<p>Sherbet was the 3rd-place winner at the 2017 Amsterdam Cannabis Cup for best Coffeeshop Flower.</p>\r\n', 0, '', '3.5', '16575330961647026812-1642456391-goldflora_eighthjar_universaljpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:19:04', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2000, 2, '', 'Gold Flora | Eighth (3.5g) – Mint Sherbet', 'gold-flora-eighth-3-5g-mint-sherbet', 3, 0, 361, 'Simple', 30, 5, 30, 0, '<p>Gold Flora&#39;s premium eighth (3.5g) flower is cultivated indoors in Desert Hot Springs, CA., and comes in a variety of small-batch strains.</p>\r\n\r\n<h3>About this strain: Sunset Sherbert</h3>\r\n\r\n<p>Also known as Sherbert or Sunset Sherbert, this strain is an Indica-leaning hybrid that crosses a female GSC (Girl Scout Cookies) with a Pink Panties male.</p>\r\n\r\n<p>Sherbert was accidentally produced in San Francisco Bay when Mr. Sherbinski introduced a male Pink Panties into a room of GSC he was growing at his grandmother&#39;s house.</p>\r\n\r\n<p>Sherbet was the 3rd-place winner at the 2017 Amsterdam Cannabis Cup for best Coffeeshop Flower.</p>\r\n', 0, 'CBD:0.06%', '3.5', '16575330961647026812-1642456391-goldflora_eighthjar_universaljpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:21:36', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2001, 2, '', 'Habit Chillum - INFUSED GLASS BLUNT', 'habit-chillum-infused-glass-blunt', 3, 0, 364, 'Simple', 50, 5, 15, 0, '<p><strong>THE INFUSED PRE-ROLL HAS EVOLVED</strong></p>\r\n\r\n<p>The Habit Chillum is packed with 1 full gram of cannabis excellence. An all-glass design holds over double the concentrate of a standard infused pre-roll, offers bigger, more potent rips, and burns perfectly every time.</p>\r\n\r\n<p><strong>PURE</strong></p>\r\n\r\n<p>The elimination of the need for a wrap offers more purity in flavor as there is no burning paper to inhale.</p>\r\n\r\n<p><strong>CONVENIENT</strong></p>\r\n\r\n<p>Habit Chillums are ultra potent (45-50%+), and will last even seasoned veterans quite a few sessions. The silicon cap makes the chillum super simple to extinguish and store in a pocket or purse for later.</p>\r\n\r\n<p><strong>GLASS</strong></p>\r\n\r\n<p>Feel free to keep and reuse this super convenient piece once the flower is gone. The chillum is easy to clean, super portable, and can be kept packed in a pocket or purse with the silicon cap for quick and easy use on the go. Otherwise, recycle it and go get another.</p>\r\n', 0, '', '1', '16575335571633724922-habit-chillum-tube-box-2jpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:29:17', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2002, 2, '', 'Sativa - Indoor Jack Herer 3.5g (27.55% THC)', 'sativa-indoor-jack-herer-3-5g-27-55-thc-', 3, 0, 365, 'Simple', 30, 5, 30, 0, '<p>Jack Herer was created in the Netherlands, it was later distributed by Dutch pharmacies as a medical-grade strain. Since this point, this spiced/piney strain&nbsp;has taken home numerous awards for its quality and potency.</p>\r\n\r\n<p>THC/A</p>\r\n\r\n<p>27.55%</p>\r\n\r\n<p>About this strain: Jack Herer</p>\r\n\r\n<p>Named after the late, legendary cannabis activist and author of the 1985 book &ldquo;The Emperor Wears No Clothes,&rdquo; Jack Herer has achieved a lofty, heavily proliferated status among modern cannabis strains. Its flavor is reportedly a composite of citrus, pine, wood and spice.</p>\r\n\r\n<p>This creation from Dutch seed bank Sensi Seeds won 9 first-place High Times Cannabis Cup awards, and is a frequently used parent strain for new hybrids.</p>\r\n\r\n<p>Its lineage remains unconfirmed, but it&rsquo;s generally thought to be a complex hybrid of Northern Lights #5, Shiva Skunk and Haze.</p>\r\n\r\n<p>&nbsp;</p>\r\n', 0, '', '3.5', '16575338471646434097-jack_hererjpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:34:07', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2003, 2, '', 'Island Papaya Live Resin', 'island-papaya-live-resin', 1, 0, 366, 'Simple', 30, 5, 28, 0, '<p><em>Sugar consistency with the complex terpene profile</em></p>\r\n\r\n<p>Smells Like - Tropical Tastes Like - Sweet Feels Like - Calming Like magic, this cannabis was freshly frozen at harvest to perfectly preserve its most precious components: cannabinoids, terpenes, and flavonoids, and then expertly extracted to become Live Resin.</p>\r\n\r\n<p><strong>How to Use:&nbsp;</strong>To keep it gorgeous, store in a cool, dry area out of direct sunlight. Refrigeration is suggested. For the best experience, vaporize at low temperatures.&nbsp;</p>\r\n\r\n<p>THC/A 80.44%</p>\r\n\r\n<h3>About this strain: Papaya</h3>\r\n\r\n<p>Breeder Nirvana Seeds crossed the legendary Jack Herer with Skunk #1 to get the tropical blend that is Papaya. As its name indicates, the breeder claims that Papaya has a tropical fruity aroma along with a spicy taste, as well as average THC levels that hover around 20%.</p>\r\n', 0, 'THC/A 80.44%', '', '16575341661640114040-live_resin_topdownjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:39:26', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2004, 2, '', 'Cheeky Minx Body Lotion (250mg THC & 250mg CBD)  P', 'cheeky-minx-body-lotion-250mg-thc-250mg-cbd-p', 18, 0, 366, 'Simple', 30, 5, 48, 0, '<p>Product description</p>\r\n\r\n<p>Periods are a pain! It&rsquo;s not easy being bold when you&rsquo;re feeling sore. Cheeky Minx Body Lotion helps to ease muscle cramps with a revitalizing blend of magnesium oil and essential vitamins. We combined this saucy blend with the benefits of cannabis to get you feeling cheeky again. Ooh la la!&nbsp;</p>\r\n\r\n<p>Periods (and sore muscles) are a pain! &bull; 500mg total cannabinoids &bull; Revitalizing &bull; Vitamins and botanical extracts &bull; Infused with Magnesium Oil for muscle cramps &bull; Protects and restores</p>\r\n', 0, '', '5', '16575343271639505257-hg_wm-01jpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:42:07', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2005, 2, '', 'Sativa Shake 14g', 'sativa-shake-14g', 3, 0, 367, 'Simple', 30, 5, 30, 0, '<p>Produced using the plant&#39;s smaller buds that are ground and sieved to ensure optimal consistency. As versatile as it is affordable, shake can be used to roll your own or for cooking and baking.</p>\r\n', 0, 'CBD:0.06%', '14', '16575347301646936029-sativashake14gjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:48:50', 'yes', 'no', 'no', 'no', 'Sativa', '0', '', '', '', ''),
(2006, 2, '', 'Major - 100mg THC Sunset Pink Lemonade', 'major-100mg-thc-sunset-pink-lemonade', 2, 0, 368, 'Simple', 30, 5, 12, 0, '<p>Small, but mighty &ndash; MAJOR packs a major punch.&nbsp;Throw it all back at once or make it last by micro-dosing, MAJOR is designed to be an affordable high dose THC beverage that delivers a safe, consistent, and enjoyable cannabis experience with no cannabis taste or smell. Try our Pink Lemonade flavor today!</p>\r\n', 0, 'THC/A', '1', '16575349351646787778-ca_major_ig_assetjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:52:15', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2008, 2, '', 'Indica 3.5G Cannabis Flower', 'indica-3-5g-cannabis-flower', 3, 0, 371, 'Simple', 30, 5, 11, 0, '<p>Indica. Aka in-da-couch&nbsp;#cometopapa&nbsp;#indica&nbsp;</p>\r\n\r\n<p>FlowerIndica</p>\r\n', 0, 'THC/A', '3.5', '16578661411599686280-product-08jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 11:52:21', 'no', 'no', 'no', 'no', 'Indica', '0', '', '', '', ''),
(2009, 2, '', 'TONIK ENERGY: MANGO-GUAVA', 'tonik-energy-mango-guava', 2, 0, 373, 'Simple', 30, 5, 15, 0, '<p>TONIK Energy Shots are one-ounce shots that are infused with 50mg of natural green tea extract and 100mg of THC, and a patented energy blend that includes B12 vitamins. TONIK Energy comes in our most popular flavors, try this tasty blood-orange shot today!</p>\r\n\r\n<p>THC/A</p>\r\n\r\n<p>100mg</p>\r\n\r\n<p>per pack</p>\r\n', 0, 'THC/A', '1', '16578684511605633344-MANGO_GAUVA_Shadowjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 12:30:51', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2010, 2, '', 'TONIK EXTRA: Mango-Guava Extra Strength Tincture (1000mg)', 'tonik-extra-mango-guava-extra-strength-tincture-1000mg-', 2, 0, 373, 'Simple', 30, 5, 40, 0, '<p>TONIK EXTRA is a line of 1000mg water-soluble tinctures that come in 9 fruit-flavors. Experience the first non-oil based tincture in the market! Just give a little shake and drop into your beverage, the EXTRA is here!</p>\r\n\r\n<p>DrinksHybrid</p>\r\n\r\n<p>THC/A</p>\r\n\r\n<p>999mg</p>\r\n\r\n<p>per pack</p>\r\n', 0, 'THC/A', '10', '16578689671635974999-mango-guava__tonik_tinctures_shadowjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 12:39:27', 'no', 'no', 'no', 'no', 'Sativa', '0', '', '', '', ''),
(2011, 2, '', '1G - 24K Yellow Gold Pre-Roll - Biscotti', '1g-24k-yellow-gold-pre-roll-biscotti', 3, 0, 370, 'Simple', 30, 5, 16, 0, '<p>Light up luxury with the gold standard of pre-rolls. Our exclusive 24K Gold Pre-Roll puts opulence right at your fingertips, with AAA indoor FIRE flower wrapped in authentic, edible 24K gold papers. Each one hand rolled and available in both white and yellow gold.&nbsp;</p>\r\n\r\n<h3>About this strain: Biscotti</h3>\r\n\r\n<p>A creation of the iconic Cookies Fam genetics, founded by Berner and legendary grower Jigga, Biscotti is a tasty combination of their flagship GSC (formerly Girl Scout Cookies ), Gelato #25, and South Florida OG.</p>\r\n\r\n<p>Biscotti is said to have a sweet and buttery aroma, translating into a slightly bitter taste reminiscent of coffee.</p>\r\n', 0, 'THC/A', '1', '16578702931605639632-PreRoll-24Yellow-Editjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 13:01:33', 'no', 'no', 'yes', 'no', 'Hybrid', '0', '', '', '', ''),
(2012, 2, '', '1G - Organic Pre-Roll - Biscotti', '1g-organic-pre-roll-biscotti', 3, 0, 370, 'Simple', 30, 5, 10, 0, '<p>An elegant pre-roll for the cannabis connoisseur, this first-class FIRE is sophisticated and smooth. Featuring AAA indoor FIRE flower and wrapped in 100% organic paper&mdash;never any shake or trim.&nbsp;&nbsp;</p>\r\n\r\n<h3>About this strain: Biscotti</h3>\r\n\r\n<p>Creation of the iconic Cookies Fam genetics, funded by Berner and legendary grower Jigga, Biscotti is a tasty combination of their flagship GSC (formerly Girl Scout Cookies ), Gelato #25, and South Florida OG.</p>\r\n\r\n<p>Biscotti is said to have a sweet and buttery aroma, translating into a slightly bitter taste reminiscent of coffee.</p>\r\n', 0, 'THC/A 80.44%', '1', '16578735031605641438-PreRoll-Organicjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 13:55:03', 'no', 'no', 'yes', 'no', 'Sativa', '0', '', '', '', ''),
(2013, 2, '', 'Apple Frosting 5 Pack Pre Rolls 2.5g', 'apple-frosting-5-pack-pre-rolls-2-5g', 3, 0, 369, 'Simple', 10, 5, 21, 0, '<p>Every Maven pre-roll is packed with our premium indoor flower and natural unbleached rolling paper for a flavorful, consistent, and smooth smoke.</p>\r\n\r\n<p>Apple Frosting bred by Happy Dreams Genetics is an Indica-dominant cross of Humboldt Frost, Humboldt Gelato BX3, and XXX OG. This strain produces well-structured purple nugs with hints of fuchsia that are covered in a layer of delicate, pale orange stigmas and resinous trichomes. Its aroma and flavor profile is gassy with piney and sweet undertones and a fresh, fruity finish that lingers even after your last exhale. This strain&#39;s qualities are dynamic and provide a balanced high that is sure to elevate your mood while also relaxing your body and relieving it of any tension.</p>\r\n\r\n<p>Pre RollAppleBerryCaryophylleneFloweryFocusedHappyHybridLift Your SpiritsLimoneneLinaloolMotivate Your MindPineRelaxedSleepyStay ProductiveSweetTalkativeTHCTree FruitUpliftedWoodyXXX OG</p>\r\n\r\n<h3>About this strain: XXX OG</h3>\r\n\r\n<p>Online sources can&rsquo;t confirm who first crossed OG Kush with XXX to deliver this strain, but they do agree that it&rsquo;s potent, heavily covered in glistening trichomes, and wrapped in a woodsy, citrus scent.</p>\r\n', 0, 'THC/A 80.44%', '2.5', '16578818241647282776-dtc_-_5pk_5pack_open_jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 16:13:44', 'no', 'no', 'yes', 'no', 'Sativa', '0', '', '', '', ''),
(2014, 2, '', 'Birthday Cake RLR™ Crushed Diamonds Infused (3) 0.5g Joints', 'birthday-cake-rlr-crushed-diamonds-infused-3-0-5g-joints', 3, 0, 372, 'Simple', 30, 5, 15, 2, '<p>Birthday Cake Refined Live Resin&trade; Crushed Diamonds Infused (3) 0.5g Joints</p>\r\n\r\n<p>Raw Garden aspires to a higher standard. It&rsquo;s for when you want to experience more. Do more. Celebrate more. Unwind more.</p>\r\n\r\n<p>Our products are made from pure Cannabis flowers. They are wonderful to taste and are rigorously tested to the most exacting quality standards, which is why Raw Garden is the most trusted and best-selling brand in Cannabis.</p>\r\n\r\n<p>100% Pure Cannabis Joints Infused with Micronized Refined Live Resin&trade; Crushed Diamonds, and Nothing Else. Only the finest whole flowers grown on our farm, freshly dried and cured. No trim. No additives. Ever. Infused with Crushed Diamonds and rolled in small batches to lock in the flower&rsquo;s natural flavors and aromas. An enhanced joint for an enhanced experience.</p>\r\n\r\n<h3>About this strain: Birthday Cake</h3>\r\n\r\n<p>When Aficionados of Cannabis Seed Bank(ACSB) introduced Vishnu Kush to Bubblegum Kush, it produced a sweet sensation called Birthday Cake (also called Birthday Cake Kush).</p>\r\n\r\n<p>This cake reportedly delivers 24%-26% THC along with spicy, piney smoke and a sweet taste, according to ACSB.</p>\r\n\r\n<p>Birthday Cake delivers relaxing, psychedelic effects, according to ACSB.</p>\r\n', 0, '', '0.5', '1657883264qb5x0vzkjpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 16:37:44', 'no', 'no', 'yes', 'no', 'Indica', '0', '', '', '', ''),
(2015, 2, '', 'Clementine 1G Pre Roll', 'clementine-1g-pre-roll', 3, 0, 360, 'Simple', 24, 5, 7, 0, '<p>Clementine, a 1G Sativa ready to smoke pre roll increases energy and focus all while keeping you in a positive mood</p>\r\n\r\n<h3>About this strain: Clementine</h3>\r\n\r\n<p>A cross between Tangie and Lemon Skunk, Clementine is a sativa-dominant strain produced by Crockett Family Farms, a family-run cannabis genetics company based in the Central Coast of California. The breeder&rsquo;s Clementine Live Resin won first place for best sativa concentrate at the 2015 High Times Cannabis Cup in Michigan.</p>\r\n\r\n<p>True to its name, Clementine is reported to have a sweet and citrusy aroma and THC levels that generally range between 20% and 25%, according to Crockett Family Farms. After measuring a variety of Clementine, the cannabis testing laboratory Analytical 360 found that the sample had THC levels that reached 27%, as well as a terpene profile dominated by terpinolene, which has a woodsy aroma with citrus and floral undertones, and caryophyllene, a terpene known for its herbal spiciness.</p>\r\n', 0, 'THC/A 80.44%', '1', '1657884564o88fdh8cjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-15 16:59:24', 'no', 'no', 'no', 'no', 'Sativa', '0', '', '', '', ''),
(2160, 1, '', 'Diamonds and Gold | Hybrid LLR Cartridge 1g', 'diamonds-and-gold-hybrid-llr-cartridge-1g', 35, 0, 394, 'Simple', 30, 5, 21, 0, '<p>1g Hybrid Liquid Live Resin (LLR) cartridge crafted from premium&nbsp;fresh frozen flower.</p>\r\n\r\n<p>Among the crown jewels of Cresco&rsquo;s genetic library, Diamonds &amp; Gold delivers a crystal-clear euphoria intricately intertwined with a deeply soothing physical analgesia. Its dense buds are adorned with a wealth of trichomes, emanating a sharp, sour aroma reminiscent of gasoline and soured limes. A true gem of a strain, Diamonds &amp; Gold is the perfect accompaniment to buff out the day and keep you shining on.</p>\r\n', 0, '', '1', '16572694221655408019-cresco_1g_llr_hybridjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:07:02', 'no', 'yes', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2161, 1, '', 'Wedding Cake - Premium Vape Cartridge - 1g', 'wedding-cake-premium-vape-cartridge-1g', 35, 0, 396, 'Simple', 15, 5, 20, 0, '<p>Dani Fire&#39;s this Wedding Cake is incredibly uplifting yet relaxing, providing a burst of energy even as it soothes the mind into a state of relative calm. Given time, this heady effect spreads to the body, especially the stomach, stimulating appetite and triggering an intense case of the munchies. Dani Fire offers the most premium 510 thread cannabis oil cartridges that can be found on the market today and they only contain two ingredients: cannabis oil and ultra-high grade terpenes. Our cartridges are 100% free of any cutting agents, flavors, or other additives.</p>\r\n', 0, '', '1', '16572717071646428755-wedding_cake_pkg___product_v2jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:20:51', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2162, 1, '', 'Good News Brunch Preroll Shorties', 'good-news-brunch-preroll-shorties', 36, 0, 388, 'Simple', 30, 5, 20, 0, '<p>Pre-rolled so you can get rolling.</p>\r\n\r\n<p>Good News shorties are pre-rolled for convenience. At 0.5g each, they&rsquo;re small enough for a quick solo sesh before dinner and big enough to share with friends before a concert.</p>\r\n\r\n<p>BRUNCH like a boss&rsquo; boss&rsquo; boss</p>\r\n\r\n<p>Get the crew &ldquo;together&rdquo;, order everything and weekend in style.</p>\r\n', 0, '', '4', '16572721071591031032-Good_New_Brunch_Shortiesjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 14:51:47', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2163, 1, '', 'Indica Flower 14g', 'indica-flower-14g', 36, 0, 389, 'Simple', 20, 5, 34, 0, '<p>Full-sized nugs for the true cannabis enthusiast. Our flower is machine-trimmed and comes in easy to share sizes, all offering a great sativa, hybrid, or indica experience.</p>\r\n', 0, '', '14', '16572740931600288990-High_Supply_Ind_Flower_14gjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 15:24:53', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2164, 1, '', 'Hybrid Flower 14g', 'hybrid-flower-14g', 37, 0, 391, 'Simple', 30, 5, 34, 0, '<p>Full-sized nugs for the true cannabis enthusiast. Our flower is machine-trimmed and comes in easy to share sizes, all offering a great sativa, hybrid, or indica experience.</p>\r\n', 0, '', '14', '16572756941600288309-High_Supply_Hyb_Flower_14gjpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 15:51:34', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2165, 1, '', 'Lemon Bean | Sativa Live Sauce', 'lemon-bean-sativa-live-sauce', 39, 0, 397, 'Simple', 30, 5, 21, 0, '<p>A 2021 Emerald Cup Award winner in the Hydrocarbon Liquid (Sauce) category, our Lemon Bean strain is a citrus-forward and refreshing cross between Lemon Tree and OG Eddy. Sweet and zesty lemon aromas pair with sweet and hoppy notes on this palate. Effects onset like a sativa initially, and give way to a tingly, relaxing sensation.</p>\r\n\r\n<p>Cresco Rise Live Resin Sauce available in 1g and .5g. A jelly-like consistency comprised of both a syrupy liquid and granular crystals. Derived from fresh frozen cannabis to ensure maximum cannabinoid and terpene retention, our suite of live concentrates is aromatic and potent.</p>\r\n\r\n<p>Rise products are derived from sativa strains, known for energizing and uplifting effects. Rise strains pair well with everyday activities like housekeeping, happy hour and physical activity.</p>\r\n', 0, '', '0', '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 16:02:47', 'no', 'no', 'no', 'no', 'Hybrid', '5', '', '', '', ''),
(2166, 1, '', 'HIGH-C', 'high-c', 34, 0, 391, 'Simple', 30, 5, 60, 0, '<p>Citrus Filled Gassy Strain That Is Testing Above 30% THC. The Perfect Hybrid With An Abundance Of Flavor.</p>\r\n', 0, '', '4.00', '16572780201616517970-topshelfcultivationfeb2021-7188jpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-08 16:30:20', 'no', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', ''),
(2167, 1, '', 'Birthday Cake RLR™ Crushed Diamonds Infused (3) 0.5g Joints', 'birthday-cake-rlr-crushed-diamonds-infused-3-0-5g-joints', 39, 0, 386, 'Simple', 30, 5, 15, 0, '<p>Birthday Cake Refined Live Resin&trade; Crushed Diamonds Infused (3) 0.5g JointsGelato Dream x Wedding Cake Pheno</p>\r\n\r\n<p>Raw Garden aspires to a higher standard. It&rsquo;s for when you want to experience more. Do more. Celebrate more. Unwind more.</p>\r\n\r\n<p>Our products are made from pure Cannabis flowers. They are wonderful to taste and are rigorously tested to the most exacting quality standards, which is why Raw Garden is the most trusted and best-selling brand in Cannabis.</p>\r\n\r\n<p>100% Pure Cannabis Joints Infused with Micronized Refined Live Resin&trade; Crushed Diamonds, and Nothing Else. Only the finest whole flowers grown on our farm, freshly dried and cured. No trim. No additives. Ever. Infused with Crushed Diamonds and rolled in small batches to lock in the flower&rsquo;s natural flavors and aromas. An enhanced joint for an enhanced experience.</p>\r\n\r\n<h3>About this strain: Birthday Cake</h3>\r\n\r\n<p>When Aficionados of Cannabis Seed Bank(ACSB) introduced Vishnu Kush to Bubblegum Kush, it produced a sweet sensation called Birthday Cake (also called Birthday Cake Kush).</p>\r\n\r\n<p>This cake reportedly delivers 24%-26% THC along with spicy, piney smoke and a sweet taste, according to ACSB.</p>\r\n\r\n<p>Birthday Cake delivers relaxing, psychedelic effects, according to ACSB.</p>\r\n', 0, '', '0.5', '16575317901650391141-tokejpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 14:59:50', 'yes', 'no', 'no', 'no', 'Indica', '0', '', '', '', ''),
(2168, 1, '', 'Gold Flora | Eighth (3.5g) – Don Shula', 'gold-flora-eighth-3-5g-don-shula', 36, 0, 391, 'Simple', 30, 5, 30, 0, '<p>Gold Flora&#39;s premium eighth (3.5g) flower is cultivated indoors in Desert Hot Springs, CA., and comes in a variety of small-batch strains.</p>\r\n', 0, '', '3.5', '16575322401647643496-031822-gf-donshula-jar-1_51946479096_ojpg.jpg', 0, 1, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:07:20', 'yes', 'no', 'yes', 'no', 'Hybrid', '5', '', '', '', ''),
(2169, 1, '', 'Gold Flora | Eighth (3.5g) – Mint Sherbet', 'gold-flora-eighth-3-5g-mint-sherbet', 34, 0, 388, 'Simple', 30, 5, 30, 0, '<p>Gold Flora&#39;s premium eighth (3.5g) flower is cultivated indoors in Desert Hot Springs, CA., and comes in a variety of small-batch strains.</p>\r\n\r\n<h3>About this strain: Sunset Sherbert</h3>\r\n\r\n<p>Also known as Sherbert or Sunset Sherbert, this strain is an Indica-leaning hybrid that crosses a female GSC (Girl Scout Cookies) with a Pink Panties male.</p>\r\n\r\n<p>Sherbert was accidentally produced in San Francisco Bay when Mr. Sherbinski introduced a male Pink Panties into a room of GSC he was growing at his grandmother&#39;s house.</p>\r\n\r\n<p>Sherbet was the 3rd-place winner at the 2017 Amsterdam Cannabis Cup for best Coffeeshop Flower.</p>\r\n', 0, '', '3.5', '16575330961647026812-1642456391-goldflora_eighthjar_universaljpg.jpg', 0, 0, 0, '', '', '', '{\"feeling_effect\":null,\"feeling_flavor\":null}', '2022-07-11 15:19:04', 'yes', 'no', 'no', 'no', 'Hybrid', '0', '', '', '', '');

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

--
-- Table structure for table `cc_product_images`
--

CREATE TABLE `cc_product_images` (
  `id` int(11) NOT NULL,
  `prdct_id` int(11) NOT NULL,
  `image` varchar(400) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_product_images`
--

INSERT INTO `cc_product_images` (`id`, `prdct_id`, `image`) VALUES
(1983, 2004, 'uploads/product/ezgif_com-gif-maker_(2).jpg'),
(1984, 2004, 'uploads/product/ezgif_com-gif-maker_(3).jpg'),
(1985, 2146, 'uploads/product/ezgif_com-gif-maker.jpg'),
(1986, 2146, 'uploads/product/ezgif_com-gif-maker_(1).jpg'),
(1987, 2150, 'uploads/product/ezgif_com-gif-maker_(7).jpg'),
(1988, 2150, 'uploads/product/ezgif_com-gif-maker_(8).jpg'),
(1989, 2158, 'uploads/product/icon.png'),
(1990, 2158, 'uploads/product/MBN_Logo.png'),
(1991, 2158, 'uploads/product/MBN_Logo1.png'),
(1992, 2158, 'uploads/product/icon1.png'),
(1993, 2158, 'uploads/product/MBN_Logo2.png'),
(1994, 2158, 'uploads/product/MBN_Logo3.png'),
(1995, 2158, 'uploads/product/icon2.png');

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

--
-- Table structure for table `cc_setting`
--

CREATE TABLE `cc_setting` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) DEFAULT NULL,
  `meta_key` varchar(200) NOT NULL,
  `meta_value` longtext NOT NULL,
  `description` text NOT NULL,
  `is_active` varchar(100) NOT NULL DEFAULT '1' COMMENT '1=active',
  `created_on` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_setting`
--

INSERT INTO `cc_setting` (`id`, `vendor_id`, `meta_key`, `meta_value`, `description`, `is_active`, `created_on`) VALUES
(1, 1, 'register_bonus', '100', '', '0', '2021-12-23 10:18:53'),
(2, 1, 'referral_bonus', '100', '', '0', '2021-12-23 10:18:53'),
(3, 1, 'meta_title', 'MJ Direct', '', '1', '2021-12-23 10:18:53'),
(4, 1, 'meta_description', 'meta description here.', '', '1', '2021-12-23 10:18:53'),
(5, 1, 'meta_keywords', 'MJ Direct', '', '1', '2021-12-23 10:18:53'),
(6, 1, 'smtp_host', 'smtp.mailgun.org', '', '1', '2021-12-23 10:18:53'),
(7, 1, 'smtp_port', '587', '', '1', '2021-12-23 10:18:53'),
(8, 1, 'smtp_username', 'postmaster@mg.mjdirect.com', '', '1', '2021-12-23 10:18:53'),
(9, 1, 'smtp_password', '71b9a2c8e137090dc04a6a87c991598b-c76388c3-d6a811fa', '', '1', '2021-12-23 10:18:53'),
(10, 1, 'admin_email', 'info@hundredleft.com', '', '1', '2021-12-23 10:18:53'),
(11, 1, 'google_analytics', '#', '', '0', '2021-12-23 10:18:53'),
(23, 1, 'support_whatsup', '1234567890', '', '1', '2021-12-23 10:18:53'),
(25, 1, 'support_mobile', '1234567890', '', '1', '2021-12-23 10:18:53'),
(26, 1, 'call_to_mobile', '1234567890', '', '0', '2021-12-23 10:18:53'),
(12, 1, 'android_app_url', '#', '', '0', '2021-12-23 10:18:53'),
(13, 1, 'ios_app_url', '#', '', '0', '2021-12-23 10:18:53'),
(14, 1, 'facebook', '#1', '', '0', '2021-12-23 10:18:53'),
(15, 1, 'instagram', '#1', '', '0', '2021-12-23 10:18:53'),
(16, 1, 'twitter', '#1', '', '0', '2021-12-23 10:18:53'),
(17, 1, 'youtube', '#1', '', '0', '2021-12-23 10:18:53'),
(18, 1, 'google_plus', '#1', '', '0', '2021-12-23 10:18:53'),
(19, 1, 'linkedin', '#1', '', '0', '2021-12-23 10:18:53'),
(20, 1, 'address', 'MJ Direct, USA', '', '1', '2021-12-23 10:18:53'),
(36, 1, 'place_order_validation_time', '09:00-09:30', '', '0', '2021-12-23 10:18:53'),
(21, 1, 'mobile_number', '1234567890', '', '0', '2021-12-23 10:18:53'),
(22, 1, 'copyright', '© 2022 Bud relief Inc. All Rights Reserved', '', '1', '2021-12-23 10:18:53'),
(37, 1, 'shipping_charges', '5', '', '0', '2021-12-23 10:18:53'),
(38, 1, 'shipping_charge_setting', 'Off', '', '1', '2022-07-07 06:40:40'),
(39, 1, 'android_version', '#', '', '1', '2022-07-07 06:40:40'),
(40, 1, 'logo_image', 'uploads/admin/Final.png', '', '1', '2022-07-07 06:40:40'),
(41, 1, 'is_review', '0', '', '0', '2021-12-23 10:18:53'),
(42, 1, 'is_production', '1', '', '0', '2021-12-23 10:18:53'),
(43, 2, 'register_bonus', '100', '', '0', '2021-12-23 10:18:53'),
(44, 2, 'referral_bonus', '100', '', '0', '2021-12-23 10:18:53'),
(45, 2, 'meta_title', 'MJ Direct', '', '1', '2021-12-23 10:18:53'),
(46, 2, 'meta_description', 'meta description here.', '', '1', '2021-12-23 10:18:53'),
(47, 2, 'meta_keywords', 'MJ Direct', '', '1', '2021-12-23 10:18:53'),
(48, 2, 'smtp_host', 'smtp.mailgun.org', '', '1', '2021-12-23 10:18:53'),
(49, 2, 'smtp_port', '587', '', '1', '2021-12-23 10:18:53'),
(50, 2, 'smtp_username', 'postmaster@mg.mjdirect.com', '', '1', '2021-12-23 10:18:53'),
(51, 2, 'smtp_password', '71b9a2c8e137090dc04a6a87c991598b-c76388c3-d6a811fa', '', '1', '2021-12-23 10:18:53'),
(52, 2, 'admin_email', 'info@hundredleft.com', '', '1', '2021-12-23 10:18:53'),
(53, 2, 'google_analytics', '#', '', '0', '2021-12-23 10:18:53'),
(54, 2, 'support_whatsup', '1234567890', '', '1', '2021-12-23 10:18:53'),
(55, 2, 'support_mobile', '1234567890', '', '1', '2021-12-23 10:18:53'),
(56, 2, 'call_to_mobile', '1234567890', '', '0', '2021-12-23 10:18:53'),
(57, 2, 'android_app_url', '#', '', '0', '2021-12-23 10:18:53'),
(58, 2, 'ios_app_url', '#', '', '0', '2021-12-23 10:18:53'),
(59, 2, 'facebook', '#1', '', '0', '2021-12-23 10:18:53'),
(60, 2, 'instagram', '#1', '', '0', '2021-12-23 10:18:53'),
(61, 2, 'twitter', '#1', '', '0', '2021-12-23 10:18:53'),
(62, 2, 'youtube', '#1', '', '0', '2021-12-23 10:18:53'),
(63, 2, 'google_plus', '#1', '', '0', '2021-12-23 10:18:53'),
(64, 2, 'linkedin', '#1', '', '0', '2021-12-23 10:18:53'),
(65, 2, 'address', 'MJ Direct, USA', '', '1', '2021-12-23 10:18:53'),
(66, 2, 'place_order_validation_time', '09:00-09:30', '', '0', '2021-12-23 10:18:53'),
(67, 2, 'mobile_number', '1234567890', '', '0', '2021-12-23 10:18:53'),
(68, 2, 'copyright', '© 2022 Bud relief Inc. All Rights Reserved', '', '1', '2021-12-23 10:18:53'),
(69, 2, 'shipping_charges', '5', '', '0', '2021-12-23 10:18:53'),
(70, 2, 'shipping_charge_setting', 'Off', '', '1', '2022-07-07 06:40:40'),
(71, 2, 'android_version', '#', '', '1', '2022-07-07 06:40:40'),
(72, 2, 'logo_image', 'uploads/admin/Final.png', '', '1', '2022-07-07 06:40:40'),
(73, 2, 'is_review', '0', '', '0', '2021-12-23 10:18:53'),
(74, 2, 'is_production', '1', '', '0', '2021-12-23 10:18:53');

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

--
-- Table structure for table `cc_shop_timing`
--

CREATE TABLE `cc_shop_timing` (
  `id` int(11) NOT NULL,
  `day_name` varchar(255) NOT NULL,
  `shop_start_time` varchar(100) NOT NULL,
  `shop_close_time` varchar(100) NOT NULL,
  `vendor_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_shop_timing`
--

INSERT INTO `cc_shop_timing` (`id`, `day_name`, `shop_start_time`, `shop_close_time`, `vendor_id`) VALUES
(1, 'Sun', '09:00 AM', '10:00 PM', 1),
(2, 'Mon', '09:00 AM', '10:00 PM', 1),
(3, 'Tue', '09:00 AM', '10:00 PM', 1),
(4, 'Wed', '09:00 AM', '10:00 PM', 1),
(5, 'Thu', '09:00 AM', '10:00 PM', 1),
(6, 'Fri', '09:00 AM', '06:30 PM', 1),
(7, 'Sat', '09:00 AM', '10:00 PM', 1),
(8, 'Sun', '09:00 AM', '10:00 PM', 2),
(9, 'Mon', '09:00 AM', '10:00 PM', 2),
(10, 'Tue', '09:00 AM', '10:00 PM', 2),
(11, 'Wed', '09:00 AM', '10:00 PM', 2),
(12, 'Thu', '09:00 AM', '10:00 PM', 2),
(13, 'Fri', '09:00 AM', '06:30 PM', 2),
(14, 'Sat', '09:00 AM', '10:00 PM', 2);

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

--
-- Table structure for table `cc_users`
--

CREATE TABLE `cc_users` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `fullname` varchar(355) NOT NULL,
  `username` varchar(355) NOT NULL,
  `email` varchar(355) NOT NULL,
  `password` varchar(200) NOT NULL,
  `phone_number` varchar(200) NOT NULL,
  `dob` varchar(100) NOT NULL,
  `profile_image` varchar(350) NOT NULL,
  `address` text NOT NULL,
  `state` varchar(355) NOT NULL,
  `zipcode` varchar(100) NOT NULL,
  `license` text NOT NULL,
  `referred_from` varchar(200) NOT NULL,
  `unique_id` varchar(200) NOT NULL,
  `otp` varchar(200) NOT NULL,
  `otp_verify` varchar(100) NOT NULL DEFAULT '0' COMMENT '1=verify',
  `device_token` varchar(350) NOT NULL,
  `app_type` varchar(100) NOT NULL COMMENT 'ios,android',
  `is_active` varchar(100) NOT NULL COMMENT '1=active,0=deactive',
  `is_deleted` varchar(100) NOT NULL DEFAULT '1' COMMENT '0=deleted',
  `created` varchar(100) NOT NULL,
  `updated` varchar(200) NOT NULL,
  `document` text NOT NULL,
  `document_verify` varchar(100) NOT NULL DEFAULT '0' COMMENT '0=not uploaded 1 = uploaded 2 = verified',
  `user_type` varchar(100) NOT NULL COMMENT 'Medical,Recreation',
  `medial_doc` text NOT NULL,
  `medical_doc_verify` int(11) NOT NULL COMMENT '1 = Verify, 2 = rejected'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `cc_users`
--

INSERT INTO `cc_users` (`id`, `vendor_id`, `fullname`, `username`, `email`, `password`, `phone_number`, `dob`, `profile_image`, `address`, `state`, `zipcode`, `license`, `referred_from`, `unique_id`, `otp`, `otp_verify`, `device_token`, `app_type`, `is_active`, `is_deleted`, `created`, `updated`, `document`, `document_verify`, `user_type`, `medial_doc`, `medical_doc_verify`) VALUES
(1, 2, 'john', '', 'john@gmail.com', '58c2bd8a8be6198468412a24a56acf0b', '8787878784', '', '', '', '', '343434', '', '', '79056821', '', '1', '', 'web', '0', '1', '2023-03-18 16:52:04', '2023-03-18 16:52:04', '', '0', '', '', 0),
(2, 2, 'design', '', 'design@gemsdigitalmedia.com', '1d7e39b44777fbf72ec199def066bf05', '6358199449', '', '', '', '', '382715', '', '', '16782395', '', '1', '', 'web', '0', '1', '2023-03-24 11:07:32', '2023-03-24 11:07:32', '', '0', '', '', 0),
(3, 2, 'Kiran', '', 'kiranp3010@gmail.com', 'e10adc3949ba59abbe56e057f20f883e', '6565656565', '', '', '', '', 'ewee', '', '', '30486279', '', '1', '', 'web', '1', '1', '2023-03-24 11:50:05', '2023-03-24 11:50:05', '', '0', '', '', 0);

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

--
-- Table structure for table `cc_users_gift_wallet`
--

CREATE TABLE `cc_users_gift_wallet` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `source_id` int(11) NOT NULL,
  `credited` float NOT NULL,
  `debited` float NOT NULL,
  `type` varchar(100) NOT NULL COMMENT 'Gift',
  `is_approve` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `text` varchar(400) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `row_data` text NOT NULL,
  `gift_code` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `cc_users_wallet`
--

CREATE TABLE `cc_users_wallet` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `source_id` int(11) NOT NULL,
  `credited` float NOT NULL,
  `debited` float NOT NULL,
  `type` varchar(100) NOT NULL COMMENT 'referral',
  `is_approve` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `text` varchar(400) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `row_data` text NOT NULL,
  `gift_code` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_users_wallet`
--

INSERT INTO `cc_users_wallet` (`id`, `user_id`, `source_id`, `credited`, `debited`, `type`, `is_approve`, `text`, `created_at`, `row_data`, `gift_code`) VALUES
(1, 1, 1, 5, 0, 'order_cashback', 'no', 'Cashback Received For Orderid MJ0001', '2023-03-18 05:03:41', '', '');

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

--
-- Table structure for table `cc_variation`
--

CREATE TABLE `cc_variation` (
  `id` int(11) NOT NULL,
  `SKU` varchar(50) DEFAULT NULL,
  `prdct_id` int(11) NOT NULL,
  `attr_type` int(11) NOT NULL,
  `title` varchar(400) NOT NULL,
  `base_fare` int(11) NOT NULL DEFAULT 0,
  `discount` int(11) NOT NULL DEFAULT 0,
  `images` varchar(600) NOT NULL,
  `qty` int(11) NOT NULL DEFAULT 0,
  `gram_value` varchar(355) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_variation`
--

INSERT INTO `cc_variation` (`id`, `SKU`, `prdct_id`, `attr_type`, `title`, `base_fare`, `discount`, `images`, `qty`, `gram_value`, `status`) VALUES
(997, '', 1994, 0, '1 Gm', 21, 0, '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 5, '1', 0),
(998, '', 1994, 0, '2 gm', 41, 0, '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 5, '2', 0),
(999, '', 1994, 0, '3 gm', 61, 0, '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 5, '3', 0),
(1000, '', 1994, 0, '4 gm', 80, 0, '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 0, '4', 0),
(1001, '', 1994, 0, '5 gm', 100, 0, '16572763671597961037-Cresco_1g_Concentrates_Sativa_Sauce-01jpg.jpg', 0, '5', 0),
(1002, '', 2116, 0, '1/2 oz', 34, 0, '1659529284338879493_Juice_Zjpg.jpg', 10, '', 0),
(1003, '', 2116, 0, '1 oz', 56, 0, '1659529284338879493_Juice_Zjpg.jpg', 10, '', 0),
(1004, '', 2116, 0, '1 oz', 56, 0, '1659529284338879493_Juice_Zjpg.jpg', 10, '', 0),
(1005, '', 2118, 0, '1/2 oz', 34, 0, '', 30, '', 0),
(1006, '', 2118, 0, '1 oz', 56, 0, '', 30, '', 0),
(1007, '', 2139, 0, '1 gram', 18, 0, '1662102694images-1jpg.jpg', 5, '1', 0),
(1008, '', 2139, 0, '2 gram', 35, 0, '1662102694images-1jpg.jpg', 5, '2', 0),
(1009, '', 2139, 0, '4 gram', 53, 0, '1662102694images-1jpg.jpg', 5, '4', 0);

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

--
-- Table structure for table `cc_wishlist`
--

CREATE TABLE `cc_wishlist` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `cc_wishlist`
--

INSERT INTO `cc_wishlist` (`id`, `user_id`, `product_id`, `created_at`) VALUES
(53, 73, 2012, '2022-07-15 06:04:42'),
(56, 87, 1977, '2022-07-29 00:03:48'),
(73, 72, 1994, '2022-08-01 04:47:02'),
(98, 85, 2002, '2022-08-02 01:55:59'),
(102, 85, 2023, '2022-08-03 01:31:28'),
(103, 85, 2038, '2022-08-03 05:44:56'),
(106, 73, 2134, '2022-08-31 06:13:33'),
(113, 73, 2136, '2022-09-29 06:17:33'),
(114, 73, 2070, '2022-09-29 06:50:25'),
(117, 73, 2073, '2022-09-29 07:59:47'),
(118, 73, 2072, '2022-09-29 07:59:59');

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

--
-- Table structure for table `ci_session`
--

CREATE TABLE `ci_session` (
  `id` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `data` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `cms`
--

CREATE TABLE `cms` (
  `id` int(11) NOT NULL,
  `name` varchar(265) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(500) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `cms`
--

INSERT INTO `cms` (`id`, `name`, `slug`, `description`, `image`) VALUES
(1, 'Site Title', 'site_title', 'Crypsoar System', 'assets/upload/1642063435crypsoar-_logo-done_Gold-1-_1_.jpg'),
(2, 'Favicon', 'favicon', 'crypsoar_system', 'assets/upload/1642063455crypsoar-_logo-done_Gold-1-_1_.jpg'),
(3, 'Logo', 'logo', 'crypsoar_system', 'assets/upload/1642063405crypsoar-_logo-done_Gold-1-_1_.jpg'),
(4, 'Privacy policy', 'Privacy_policy', '<div>\r\n    <h1 class=\"text-white text-center pb-4\">Our Privacy Policy</h1>\r\n    <p class=\"privacy-text\">Crypsoar LLP. Privacy Policy</p>\r\n    <p class=\"privacy-text\">This Privacy Policy of Crypsoar LLP. (“Crypsoar,” “us,” “we,” and “our”) describes the information we collect about you when you access our website or web application, enter into agreements with us, use our services and products,\r\n        send us communications, or otherwise engage with us, and what we do with such information. Any references to Crypsoar in this Privacy Policy also refer to its wholly owned subsidiaries. This Privacy Policy covers all of our\r\n    services and products and all methods by which you may access our website or our web and mobile applications.</p>\r\n    <p class=\"privacy-text\">By opening an account with us and utilizing our services, products, website, or web application, you agree to the terms of our Privacy Policy. If you do not agree to the terms of our Privacy Policy, you cannot use our services\r\n    or products and should not access our website or our web and mobile applications.</p>\r\n    <p class=\"privacy-text\">We understand that privacy is an important issue to you, and we respect the privacy of our consumers, clients, and users. We aim to protect the security and confidentiality of Personal Information about you that we acquire.</p>\r\n    <h2 class=\"text-white\">Personal Information We Collect:</h2>\r\n    <p class=\"privacy-text\">For the purposes of this Privacy Policy, Personal Information is information that can reasonably identify, relate to, describe, be associated with, or reasonably be associated with a particular individual or household. Personal\r\n        Information also includes information that may be classified as “Personal Data” or “Personally Identifiable Information” in some jurisdictions. This Privacy Policy does not apply to anonymized or de-identified data that cannot\r\n    be used to identify you.</p>\r\n    <p class=\"privacy-text\">We may collect, store, use, and transfer the following types of Personal Information:</p>\r\n    <p class=\"privacy-text\"><strong>Identity Data</strong> such as name, mailing address, email address, telephone and mobile number, date of birth, geolocation, government issued identification information (e.g., driver’s license, social security number,\r\n    tax identification number, passport information), age, gender, nationality;</p>\r\n    <p class=\"privacy-text\"><strong>Transaction Data </strong>such as cryptocurrency wallet address(es), information relating to your Crypsoar account and cryptocurrency trading transactions and related information for deposits or withdrawals, credit card\r\n    information (e.g., last four digits of card number, expiration date, card status), credit card payment information (e.g., amount, date, frequency, status, balance), information relating to credit card transactions;</p>\r\n    <p class=\"privacy-text\"><strong>Financial Data </strong>such as bank name, bank account number, bank routing number, income type, annual income amount, monthly housing expenses, information that may be received from consumer reporting agencies (e.g.,\r\n    credit bureau reports);</p>\r\n    <p class=\"privacy-text\"><strong>Employment Data</strong>such as employment status, employment history, education history, resume information, recruitment information;</p>\r\n    <p class=\"privacy-text\"><strong>Device Data </strong>such as internet protocol (IP) address, device type and model, device keys, device location, web browser type and version, operating system (OS) type and version, device creation/modification/authentication\r\n    dates, device IDs, device login history;</p>\r\n    <p class=\"privacy-text\"><strong>Online Data </strong>such as browsing history, information regarding interactions with the website and mobile/web application (e.g., content viewed, links clicked, and features used);</p>\r\n    <p class=\"privacy-text\"><strong>Communications Data </strong>such as communication preferences and contents of your communication with us (e.g., chat and email);</p>\r\n    <p class=\"privacy-text\"><strong>Audio/Visual Data </strong>such as phone conversations, photographs; and</p>\r\n    <p class=\"privacy-text\"><strong>Survey and Research Data </strong>such as survey and questionnaire responses</p>\r\n    <h2 class=\"text-white\">Other Information We Collect</h2>\r\n    <p class=\"privacy-text\">We also collect other information in the form of aggregated statistics that does not uniquely identify you as an individual. This information is referred to as “de-identified data”. We collect de-identified data when you interact\r\n        with us and use our services and products. Examples may include traffic visits on the website and web application, information on the links you click, the features of our website that you use, and the types of information you\r\n        upload. We may share de-identified data with our advertising and marketing service providers and partners to evaluate the effectiveness of our marketing programs. Additionally, we may use this information to analyze your usage\r\n    of our website and for other research to help us improve the services and products we offer.</p>\r\n    <h2 class=\"text-white\">How We Collect Your Personal Information</h2>\r\n    <p class=\"privacy-text\">We collect your Personal Information from the following sources:</p>\r\n    <p class=\"privacy-text\"><strong>Direct Interactions. </strong>You provide Personal Information when you use our services and products, open an account with us, apply for a credit card with us, request marketing information, enter a sweepstakes, or contact\r\n    us with questions or requests.</p>\r\n    <p class=\"privacy-text\"><strong>Technological Interactions. </strong>When you use our services and products, use our applications, or visit our website, we may collect Device Data and Online Data through cookies and other similar technologies. </p>\r\n    <p class=\"privacy-text\"><strong>Third Parties. </strong>We collect Personal Information from third parties as required or permitted by applicable law. Third-party sources may include, but are not limited to, public databases, credit bureaus, identity\r\n        verification partners, resellers and channel partners, joint marketing partners, advertising networks and analytics providers, social media platforms, and our Crypsoar Rewards Visa Signature Card partner. We also receive Personal\r\n        Information about you from third parties who you have authorized to disclose information about you that we may need for the user and borrower account (i.e., Crypsoar account) opening process, to satisfy our Know Your Customer\r\n        (KYC) and Anti-Money Laundering (AML) obligations, to effect account transactions and operations, and to provide services associated with the Crypsoar Rewards Visa Signature Card. Additionally, we receive Personal Information\r\n        when you link a third-party service to our services. Such linkage may include interactions with our social media sites. Third-party sites are governed by their own privacy policies, and you should review those privacy policies\r\n    before using those sites.</p>\r\n    <h2 class=\"text-white\">How We Use Your Personal Information</h2>\r\n    <p class=\"privacy-text\">We may collect and use your Personal Information, as required or permitted by applicable law, to:</p>\r\n    <ul class=\"privacy-text\">\r\n        <li>Provision our services and products in order to meet our contractual obligations to you;</li>\r\n        <li>Conduct background checks for Know Your Customer (KYC) reviews and Anti-Money Laundering (AML) watchlists; </li>\r\n        <li>Send you notices and confirmations regarding your money/cryptocurrency transfers to and from Crypsoar; </li>\r\n        <li>Send you confirmations and other information regarding your account transactions;</li>\r\n        <li>Create your account statements, maintain records of your transactions, and provide support to your account generally;</li>\r\n        <li>Deliver content about our services and products, and send promotional and other information to you; and</li>\r\n        <li>Conduct analysis regarding your usage of our services and products and the effectiveness of our marketing initiatives.</li>\r\n    </ul>\r\n    <p class=\"privacy-text\">We will not use your Personal Information for purposes other than those purposes we have disclosed to you without your permission. If we need to use your Personal Information for an unrelated, new, or additional purpose, we will\r\n    notify you and obtain your consent to use it for such unrelated, new, or additional purpose.</p>\r\n    <h2 class=\"text-white\">Legal Basis for Collecting and Using Your Personal Information</h2>\r\n    <p class=\"privacy-text\">We rely on the following legal bases, as required by applicable law, to collect and use your Personal Information:</p>\r\n    <ul class=\"privacy-text\">\r\n        <li>Where collection and use of your Personal Information is necessary for the performance of a contract (e.g., using your information to deliver a purchased service or product);</li>\r\n        <li>Where the collection and use of your Personal Information is required to comply with the law;</li>\r\n        <li>Where the collection and use of your Personal Information is necessary for our legitimate interest provided it does not override your rights and freedoms; and</li>\r\n        <li>Where you have given us your consent to collect and use your Personal Information.</li>\r\n    </ul>\r\n    <h2 class=\"text-white\">Sharing Your Personal Information</h2>\r\n    <p class=\"privacy-text\">We do not disclose your Personal Information to any third parties, except to those who require access to the data in order to perform their tasks and duties, and to share with third parties who have a legitimate purpose for accessing\r\n    it. This may include, but is not limited to, any obligations of Crypsoar under the UK Act, and in order to facilitate the execution of our clients’ cryptocurrency transactions in the ordinary course of business.</p>\r\n    <p class=\"privacy-text\">We may share, transfer, disclose, or allow access to the categories of Personal Information as outlined in “Personal Information We Collect” with the following categories of third parties:</p>\r\n    <p class=\"privacy-text\"><strong>Affiliates.</strong>We may share your Personal Information with our wholly owned subsidiaries that distribute or market Crypsoar products and services in accordance with this Privacy Policy.</p>\r\n    <p class=\"privacy-text\"><strong>Service Providers. </strong>We may share your Personal Information with financial, accounting, legal, marketing, and technology companies to provide services such as, but not limited to, data processing, administrative\r\n        services, regulatory support, legal services, liquidity services, bank services, cloud storage, authentication support, payment processing, technical support, sales, client support, data hosting, marketing analytics auditors,\r\n    accountants, cryptocurrency exchange and custodians, and cryptocurrency forensic analysis services.</p>\r\n    <p class=\"privacy-text\"><strong>Regulatory and Government Authorities.</strong>We may share your Personal Information with governmental entities, including, but not limited to law enforcement, regulatory agencies, and self-regulatory agencies, and other\r\n    appropriate agencies.</p>\r\n    <p class=\"privacy-text\">We may share, transfer, allow access, or disclose your Personal Information to our affiliate companies and third parties to:</p>\r\n    <ul class=\"privacy-text\">\r\n        <li>Administer or process a transaction, product, or service you have authorized or requested, or in the context of facilitating the execution of a transaction;</li>\r\n        <li>Validate client identity as required by applicable laws and regulatory requirements;</li>\r\n        <li>Facilitate the process for opening and maintaining client accounts (Personal Information is shared during the account opening process and shared on an ongoing basis thereafter); </li>\r\n        <li>Carry out or aid in certain functions, including, but not limited to, account processing, surveillance, reconciliation, execution, document retention requirements, and document dissemination;</li>\r\n        <li>Process payments that you have authorized;</li>\r\n        <li>Operate, improve, and/or market our services and products;</li>\r\n        <li>Transfer information to a purchaser of our business;</li>\r\n        <li>Resolve a deficient balance upon account closing or excessive insufficient funds in your account;</li>\r\n        <li>Deliver goods or services relating to promotions and special offers that require us to collect and share your Personal Information (e.g., mailing address); </li>\r\n        <li>Provide services, including, but not limited to, consulting, sales, client support operations, payment processing, authentication services, and technical support; and</li>\r\n        <li>For other purposes which may include, but are not limited to, third-party audits, which may require disclosure to third parties about your account or transactions with your prior written permission.</li>\r\n    </ul>\r\n    <p class=\"privacy-text\">Other circumstances under which we may disclose your Personal Information include to:</p>\r\n    <ul class=\"privacy-text\">\r\n        <li>Enforce and/or investigate violations of our agreements, policies, procedures and/or terms of use;</li>\r\n        <li>Help prevent potential fraud or other potentially unlawful activities and report suspected illegal activities; </li>\r\n        <li>Prevent physical harm or financial loss;</li>\r\n        <li>Comply, as necessary, with applicable laws and regulatory requirements;</li>\r\n        <li>Respond to legal or governmental requests or demands for information (e.g., subpoena, court order, or other legal proceedings); and</li>\r\n        <li>Meet national security requirements.</li>\r\n    </ul>\r\n    <p class=\"privacy-text\">If an affiliate company or another third party needs access to certain Personal Information to carry out certain functions on our behalf, they do so under our instructions. Third parties with whom we share your Personal Information\r\n        have their own privacy policies; however, they are expected to protect this information in a manner that aligns with the protocols described in this Privacy Policy and as applicable law may require. We do not share Personal\r\n    Information with third parties for their own benefit, unless you have given us your consent. </p>\r\n    <h2 class=\"text-white\">Opting Out of Sharing Your Personal Information</h2>\r\n    <p class=\"privacy-text\">In addition to the circumstances described above, from time to time, we may request your permission to allow us to share your Personal Information with third parties. You may opt out of having your Personal Information shared with\r\n        third parties, under certain circumstances, or from allowing us to use your Personal Information for a purpose that is incompatible with the purposes for which we originally collected it, or subsequently obtained your authorization.\r\n    If you choose to so limit the use of your Personal Information, certain features or Crypsoar services may not be available to you.</p>\r\n    <h2 class=\"text-white\">Third-Party Websites</h2>\r\n    <p class=\"privacy-text\">We may have links to unaffiliated third-party websites on our website. These third-party websites have their own privacy policies. We have no involvement with their policies and are not responsible for their practices. You are\r\n    encouraged to review the privacy policies of all third-party websites you visit.</p>\r\n    <h2 class=\"text-white\">Marketing Communication</h2>\r\n    <p class=\"privacy-text\">We, or our service providers on our behalf, may use your Personal Information to send you marketing and promotional communication that we believe may enhance your experience with our services or products, or may be of interest\r\n    to you. If you do not want to receive marketing and promotional communication from us, you can opt-out at any time by contacting us or by unsubscribing via the links provided in the marketing emails.</p>\r\n    <h2 class=\"text-white\">Sale of Your Personal Information</h2>\r\n    <p class=\"privacy-text\">We do not sell your Personal Information.</p>\r\n    <h2 class=\"text-white\">Personal Information of Minors</h2>\r\n    <p class=\"privacy-text\">Our services and products are not intended for individuals under the age of eighteen (18). We do not knowingly collect and use Personal Information related to minors.</p>\r\n    <h2 class=\"text-white\">Use of Cookies and Other Similar Technologies</h2>\r\n    <p class=\"privacy-text\">Cookies are small text files sent from a site to a user\'s device to store bits of information related to that user or device. First-party cookies are put on your device directly by our website, which allows us to collect analytical\r\n        data and provide other useful functions that create a good user experience. Third-party cookies are placed on your device by a third party (e.g., advertiser or analytic system). The third parties who serve cookies on our site\r\n    may link your Personal Information to other information they collect.</p>\r\n    <p class=\"privacy-text\">We use cookies in order to provide better service, to facilitate use of our website, to track usage of our website and services, to collect data, and to address certain security issues. When you access our website or services,\r\n        we may send the cookies to your computer or phone. Your computer or phone stores the cookie in a file located inside your web browser. The cookies help us keep track of your visits to our website and your activity with our\r\n    website and services to understand how you interact with us.</p>\r\n    <p class=\"privacy-text\">We may link the information collected by cookies with other information we collect from you pursuant to this Privacy Policy and use the combined information as set forth herein.</p>\r\n    <p class=\"privacy-text\">We use the following types of cookies:</p>\r\n    <p class=\"privacy-text\"><strong>Strictly Necessary Cookies </strong>allow us to provide basic website functions such as browsing capabilities and secure access. </p>\r\n    <p class=\"privacy-text\"><strong>Functional Cookies </strong>allow our website to provide enhanced functionality. For example, we use these cookies to notify you of account updates, notifications, and reminders. You may refuse to accept these cookies;\r\n    however, this may affect access to certain parts of our website. Additionally, you may not be able to take advantage of personalized features.</p>\r\n    <p class=\"privacy-text\"><strong>Performance Cookies </strong>collect information about how you use our website, for example, which pages you visited and which links you clicked on. The information collected is aggregated and cannot be used to identify\r\n        you.\r\n    </p>\r\n    <p class=\"privacy-text\"><strong>Marketing / Analytics Cookies </strong>Cookies may be set on our website by our advertising and marketing service providers and partners. They are used to track online activities and help us provide relevant advertising,\r\n    links, or other information about our services and products to users visiting other websites after visiting our website.</p>\r\n    <p class=\"privacy-text\">In addition to cookies, we use pixels to measure our marketing campaigns and to understand how users navigate and process the content on our website and interact with our services. </p>\r\n    <p class=\"privacy-text\">We use growth, engagement, and analytic tools of third-party advertising networks such as Google and Facebook. </p>\r\n    <h2 class=\"text-white\">Security</h2>\r\n    <p class=\"privacy-text\">We strive to ensure that our systems are secure and that they meet industry standards. We seek to protect non-public Personal Information that is provided to Crypsoar by third parties and you by implementing physical and electronic\r\n        safeguards. Where we believe appropriate, we employ firewalls, intrusion prevention, encryption technology, user authentication systems (i.e. passwords and personal identification numbers) and access control mechanisms to control\r\n        access to systems and data. We endeavor to engage service providers that have security and confidentiality policies, if such service providers have access to our client’s Personal Information. We instruct our employees to use\r\n        strict standards of care in handling the personal financial information of clients. As a general policy, our staff will not discuss or disclose information regarding an account except with authorized personnel of our service\r\n    providers, as required by applicable law and regulatory requirements law or, pursuant to a regulatory request and/or authority.</p>\r\n    <p class=\"privacy-text\">Despite our efforts to protect the security of your information, no security system is always effective and we cannot guarantee that our systems will be completely secure.</p>\r\n    <h2 class=\"text-white\">Retention</h2>\r\n    <p class=\"privacy-text\">We are required under applicable laws and regulatory requirements to retain certain information, including, but not limited to, Personal Information of clients, client profiles, identification verification materials, information\r\n    we used to satisfy our Know Your Customer (KYC) and Anti-Money Laundering (AML) obligations, account information, account agreements, trade orders, trade confirmations and other agreements, account statements, and other records.</p>\r\n    <p class=\"privacy-text\">Such records are generally retained as required by law, rule or regulation, or for the minimum amount of time necessary to accomplish the purpose for which it was collected, and thereafter no longer than is permitted under Crypsoar’s\r\n    data retention policies.</p>\r\n    <p class=\"privacy-text\">Should you decide to close your account, we may retain copies of information about you and any transactions or services in which you may have participated in accordance with applicable law and for a period of time that is consistent\r\n        with such law, applicable statute of limitations, or as we believe is reasonably necessary to comply with applicable law, regulation, legal process, or governmental request, to detect or prevent fraud, to collect fees owed,\r\n        to resolve disputes, to address problems with our services and products, to assist with investigations, to enforce any of our terms and conditions or other applicable agreements or policies, or to take any other actions consistent\r\n    with applicable law.</p>\r\n    <h2 class=\"text-white\">When Do We Store, Transfer or Process Your Personal Information Internationally?</h2>\r\n    <p class=\"privacy-text\">We are committed to meeting the requirements of local data protection laws, including EU law, to the extent required. Please be aware that your Personal Information will be transferred to, processed, and stored in our data servers\r\n    located within the United Kingdom. You consent to the transfer of your information, including Personal Information, to the United Kingdom as set forth in this Privacy Policy by visiting our site or using our services and products.</p>\r\n    <h2 class=\"text-white\">Your Privacy Rights</h2>\r\n    <p class=\"privacy-text\">Depending on the jurisdiction where you reside, you have certain rights over your Personal Information. You may exercise these rights, based on the applicable jurisdiction, by contacting us. Note that we may refuse to grant your\r\n    requests in whole or in part, as permitted by applicable law.</p>\r\n    <p class=\"privacy-text\">If you close your Crypsoar account, we will mark your account in our database as “Closed,” but will keep your account information in our database for a period of time described in “Retention”. This is necessary in order to deter\r\n        fraud by ensuring that persons who try to commit fraud will not be able to avoid detection simply by closing their account and opening a new account. However, your Personal Information will not be used by us for any further\r\n    purposes, nor shared with third parties, except as necessary to prevent fraud and assist law enforcement, as required by law, or in accordance with this Privacy Policy.</p>\r\n    <h2 class=\"text-white\">General Data Protection Regulation (Applicable to European Union (EU) Residents)</h2>\r\n    <p class=\"privacy-text\">The General Data Protection Regulation (GDPR) allows individuals residing in the EU certain rights over their Personal Information. To exercise these rights, please contact us These rights include:</p>\r\n    <p class=\"privacy-text\"><strong>Right to Access. </strong>You may request we provide you a copy of the Personal Information we hold about you and certain information about our processing of this information.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Rectify. </strong>You may request we update or correct inaccuracies in your Personal Information or complete it if necessary.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Erasure. </strong>You may request we delete your Personal Information from our records subject to certain exceptions. For example, we may deny your request if retaining your Personal Information is required under\r\n    certain circumstances, including, but not limited to: complying with a legal obligation; establishing, exercising or defending legal claims; or performing a task in the public interest or in the exercise of official authority.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Data Portability. </strong>You may request we transfer a machine-readable copy of your Personal Information to you or a third party of your choice. We will provide you, or the third party, your Personal Information\r\n    in a machine-readable format. This right only applies to Personal Information you have consented for us to use.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Restrict Processing. </strong>You may request we restrict or suppress the processing of your Personal Information under certain circumstances: to establish the accuracy of the Personal Information; where the processing\r\n        is unlawful, but you do not want your Personal Information erased; where we no longer need to process your Personal Information, but the information must be retained for legal reasons; and where you have objected to our processing\r\n    your Personal Information, but we need to determine whether our legitimate interest overrides your objection.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Object. </strong>You may object to our reliance on our legitimate interests as the basis of our processing of your Personal Information that impacts your rights. You also may object to our process of your Personal\r\n    Information for direct marketing purposes.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Withdraw Consent (“Opt-out”). </strong>You may withdraw your consent at any time where we are relying on it to process your Personal Information. Withdrawing your consent does not affect the lawfulness of our processing\r\n    of your Personal Information prior to withdrawing.</p>\r\n    <p class=\"privacy-text\"><i>Information We May Need from You</i></p>\r\n    <p class=\"privacy-text\">We may need to request specific information from you (e.g., name and email address) to help us confirm your identity and verify your request. This is a security measure to ensure that your Personal Information is not disclosed\r\n    to any person who has no right to receive it, and that your Personal Information is not deleted at the request of anyone but you. We may also contact you to ask you for further information in relation to your request.</p>\r\n    <p class=\"privacy-text\"><i>Time to Respond to Your Requests</i></p>\r\n    <p class=\"privacy-text\">We try to respond to all legitimate and verifiable requests within thirty (30) days. Occasionally, it may take us longer than thirty (30) days if your request is particularly complex, you have made several requests, or additional\r\n    information is needed from you to process your request. In this case, we will notify you within the initial thirty (30)-day period and keep you updated.</p>\r\n    <p class=\"privacy-text\">If you have an account with us, we may deliver our response to that account. If you do not have an account with us, we will deliver our response by mail or electronically. If we cannot comply with your request, we will provide\r\n    a detailed explanation of why we cannot comply.</p>\r\n    <p class=\"privacy-text\">Fees</p>\r\n    <p class=\"privacy-text\">You will usually not have to pay a fee to exercise any rights listed above. However, we may charge a reasonable fee if your request is clearly unfounded, repetitive or excessive. We may refuse to comply with your request under\r\n    these circumstances.</p>\r\n    <p class=\"privacy-text\">In addition to the rights listed above, you also have the right to lodge a complaint with your local Supervisory Authority if you believe that our processing of your Personal Information does not comply with the GDPR. </p>\r\n    <p class=\"privacy-text\"><strong>Right to Notice. </strong>You have the right to receive notice, before or at the point of collection, about the categories of Personal Information we collect and its intended purpose. We may not collect additional Personal\r\n    Information categories or use collected Personal Information for unrelated, new, or additional purposes without providing notice to you.</p>\r\n    <p class=\"privacy-text\"><strong>Right to Know and Access. </strong>You have the right to know and access the categories of Personal Information collected, the specific types of Personal Information collected, the categories of sources from which Personal\r\n        Information is collected, the business or commercial purpose for collecting and/or disclosing the Personal Information, the categories of Personal Information sold or disclosed, the categories of third parties to whom the Personal\r\n        Information was sold or disclosed, and the business or commercial purpose for collecting or selling Personal Information. Additionally, you have the right to receive this information in a portable, useable, and machine-readable\r\n        format.\r\n    </p>\r\n    <p class=\"privacy-text\"><strong>Right to Deletion. </strong>You have the right to request deletion of your Personal Information subject to certain exceptions. For example, we may deny your request if retaining your Personal Information is required under\r\n        certain circumstances such as: to complete the transaction for which we collected the Personal Information, provide goods or services that you requested; take actions reasonably anticipated within the context of our ongoing\r\n        business relationship with you, or otherwise perform our contract with you; detect security incidents, protect against malicious, deceptive, fraudulent, or illegal activity, or prosecute those responsible for such activities;\r\n    or comply with a legal obligation.</p>\r\n    <p class=\"privacy-text\"><strong>Non-Discrimination. </strong>You have the right to not face discrimination for asserting your rights subject to certain parameters. Under the CCPA, we may not take retaliatory or discriminatory actions against any consumer\r\n    who chooses to exercise any of these rights. Thus, we cannot deny you our services and products. The law prohibits any practices that are usurious, coercive, or unjust.</p>\r\n    <p class=\"privacy-text\">Fees</p>\r\n    <p class=\"privacy-text\">You will usually not have to pay a fee to exercise any rights listed above. However, we may charge a reasonable fee if your request is clearly unfounded, repetitive or excessive. We may refuse to comply with your request under\r\n    these circumstances.</p>\r\n</div>', 'assets/upload/1640672869index.png'),
(5, 'Terms & Conditions', 'Terms_Conditions', 'Terms of Service\r\n\r\nWelcome to the Crypsoar website and Crypsoar mobile app. The following Terms of Service (the “Terms”) govern your access to and use of Crypsoar.com and the Crypsoar mobile app (collectively, the “Online Platform”). Certain sections of the Terms govern your user and other accounts (your “Crypsoar Account”) accessed via the mobile app Platform. Additional terms incorporated into and made a part of these Terms govern specific services we may provide to you, such as crypto interest accounts. All use of the Online Platform and your Crypsoar Account is subject to the Terms.\r\n\r\nBy applying for a Crypsoar Account or using the Online Platform, you acknowledge that you have read, understood and agree to comply with the Terms. If you do not agree with anything contained in the Terms, please do not submit information to, access information from, or otherwise utilize the Online Platform.\r\n\r\nIn the Terms, users of this Online Platform and holders of Crypsoar Accounts, including owners, employees of any business, corporation, partnership or other entity that is a user or investor, are sometimes referred to in the Terms as “you” or “your.” The operator of the Online Platform, Crypsoar, LLP., a UK based corporation, is referred to as “Crypsoar,” “we,” “us” or “our” in the Terms. Together, you and we may be collectively referred to as “Parties.”\r\nModifications to the Terms of Service\r\n\r\nCrypsoar reserves the right to make changes to the Terms at any time. It is your responsibility to review the Terms from time to time to see if modifications have been made. Your continued use of the Online Platform after any modification of the Terms will conclusively indicate that you accept those changes. Notwithstanding the above, we will seek your consent to future modifications to the Terms to the extent we are required to do so by law.\r\nElectronic Communication\r\n\r\nWe, Crypsoar entities, may be required to provide certain legal and regulatory disclosures, periodic statements and confirmations, notices, tax forms and other communications (collectively “Communications”) to you in written form. By agreeing to these Terms, you consent to Crypsoar delivering such Communications to you in electronic form, including e-mail. Consent for electronic delivery applies to every year the Communications are furnished. If you no longer have access to your account to receive the Communications in electronic format, then you may request the Communication in written form.\r\n\r\nYou agree that all terms and conditions, agreements, notices, disclosures and other communications that we provide to you electronically satisfy any legal requirement such communications would satisfy if they were provided in writing. Crypsoar will use reasonable efforts to honor any request you may have to opt out from receiving certain e-mails. With respect to these Terms, you waive any rights to require an original (non-electronic) signature or delivery or retention of non-electronic records, to the extent such waiver is not prohibited under applicable law.', 'assets/upload/16406729281index.png'),
(6, 'FAQ', 'Faq', 'What is FAQ?\n\n<div class=\"row justify-content-center\" style=\"display: block;\">\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingOne\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    How cyrpsoar interest account work\n                            </button>\n                            </h2>\n                            <div id=\"collapseOne\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body\">\n                                    <p class=\"privacy-text\">Crypsoar Invest and trade your USDT to top cryptocurrency and earn profit from trading will be share with you.</p>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingTwo\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    How i can withdraw my interest.\n                            </button>\n                            </h2>\n                            <div id=\"collapseTwo\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body\">\n                                    <p class=\"privacy-text\">You can withdraw your Interest by Crypto Wallet Transfer (Crypsoar Support TRC 20 , ERC 20 and BEP 20 Protocol).</p>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingThree\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    How i can deposit my capital.\n                            </button>\n                            </h2>\n                            <div id=\"collapseThree\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body\">\n                                    <p class=\"privacy-text\">You can deposit USDT directly to crypto wallet given in the app and send or upload the transaction proof to activate your deposits.</p>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingFour\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFour\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    What is the minimum amount to invest.\n                            </button>\n                            </h2>\n                            <div id=\"collapseFour\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body\">\n                                    <p class=\"privacy-text\">The Minimum Amount for investment is 1400 USDT.</p>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingFive\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFive\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    What are the investment plan available in crypsoar application.\n                            </button>\n                            </h2>\n                            <div id=\"collapseFive\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body\">\n                                    <ol class=\"privacy-text\" type=\"a\" start=\"a\">\n                                        <li>Monthly Withdrawal Plan: User can request each month to withdraw their earning interest on capital for withdrawal. </li>\n                                        <li>Reinvestment Plan: User can accumulate their monthly interest to the capital until 6th month and then request for interest withdrawal.</li>\n                                    </ol>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"col-lg-10 col-md-10 col-sm-10 col-12\">\n                    <div class=\"accordion py-2\" id=\"accordionExample\">\n                        <div class=\"accordion-item\">\n                            <h2 class=\"accordion-header\" id=\"headingSix\">\n                                <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseSix\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n                                    What if i break the plan before 6th month investment plan.\n                            </button>\n                            </h2>\n                            <div id=\"collapseSix\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\">\n                                <div class=\"accordion-body privacy-text\">\n                                    <p>Following rules will be applier if user break the contract before 6th month:</p>\n                                    <p>70% deposit can be withdrawn, 30% fee will be charged if withdrawn within 1st month.</p>\n                                    <p>75% deposit can be withdrawn, 25% will be charged if withdrawn in the 2nd month</p>\n                                    <p>80% deposit can be withdrawn, 20% fee will be charged if withdrawn within 3rd months</p>\n                                    <p>85% deposit can be withdrawn, 15% fee will be charged if withdrawal is made in 4th month.</p>\n                                    <p>90% deposit can be withdrawn, 10% fee will be charged if withdrawn in 5th month.</p>\n                                    <p>95% deposit can be withdrawn, 5% fee will be charged if withdrawn in 6th month.</p>\n                                    <p>After completion of 6th month, the investor can withdraw 100% of their deposit and their earnings with interest without any fee.</p>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div', 'assets/upload/1640672851237-2377711_faq-logo-hd-png-download.png');

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

--
-- Table structure for table `cms_pages`
--

CREATE TABLE `cms_pages` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(400) NOT NULL,
  `slug` varchar(400) NOT NULL,
  `content` longtext NOT NULL,
  `meta_title` varchar(400) NOT NULL,
  `meta_keywords` varchar(400) NOT NULL,
  `meta_description` longtext NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active, 1=inactive'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `cms_pages`
--

INSERT INTO `cms_pages` (`id`, `vendor_id`, `name`, `slug`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `status`) VALUES
(6, 2, 'About Us', 'about-us', '<h2>100Leafs is a cannabis marketplace and company that provides safe, legal access via on-demand delivery to adults across California.</h2>\n\n<h2><strong>We&#39;re on a mission to deliver good with the goods.</strong></h2>\n\n<p>As California&rsquo;s largest legal cannabis marketplace, we bring enjoyment and convenience to our customers, break down barriers to access, and cultivate community in everything we do. With nearly 8 million cannabis deliveries to-date, we are committed to creating a more diverse and sustainable industry through our Momentum business accelerator, Social Equity Partners and 100Leafs Compassion Programs.</p>\n\n<p>100Leafs educates consumers about cannabis products and sensible use while ensuring safe, dependable delivery. Prior to placing an order on 100Leafs&rsquo;s platform, customers are required to provide valid proof of ID, then orders are routed to one of 100Leafs&rsquo;s local, licensed retail partners. 100Leafs works exclusively with licensed, compliant brands and retail partners. All deliveries are made by background-checked employees of our Stachs subsidiary and retail partners, who verify the customer&rsquo;s ID for a second time during delivery. Delivery drivers follow all CDC guidelines for Covid safety. 100Leafs strives to be a safe and trustworthy platform and we have a Code of Conduct to help ensure good experiences for customers, partners, and drivers.</p>\n\n<p>&nbsp;</p>\n', '100Leafs  The Cannabis Marketplace Across California', '#', '100Leafs helps millions of consumers discover medical & recreational CBD concentrates, Edibles, flowers, Vape pens, Topicals & deals near them.', 0);
INSERT INTO `cms_pages` (`id`, `vendor_id`, `name`, `slug`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `status`) VALUES
(7, 2, 'Terms & Condition', 'terms-condition', '<h2><strong>INTRODUCTION</strong></h2>\n\n<p>Welcome to 100Leafs, the premier technology platform connecting licensed cannabis retailers (&ldquo;Retailers&rdquo;) with verified consumers (&ldquo;Consumers&rdquo;). This Terms of Service Agreement (&ldquo;Agreement&rdquo;) describes the terms and conditions that govern your use of 100Leafs and its associated services, and constitutes a legal, binding agreement between you, Bud relief Inc. and its subsidiaries and affiliates (collectively, &ldquo;100Leafs&rdquo;).</p>\n\n<p><strong>THE DISPUTE RESOLUTION SECTION OF THIS AGREEMENT CONTAINS A MUTUAL ARBITRATION AGREEMENT AND CLASS ACTION WAIVER THAT REQUIRES YOU AND 100Leafs TO RESOLVE DISPUTES WITH EACH OTHER ON AN INDIVIDUAL BASIS THROUGH FINAL AND BINDING ARBITRATION. PLEASE REVIEW THE DISPUTE RESOLUTION SECTION OF THIS AGREEMENT CAREFULLY. BY ENTERING INTO THIS AGREEMENT, YOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND ALL OF THE TERMS OF THIS AGREEMENT AND HAVE TAKEN TIME TO CONSIDER THE CONSEQUENCES OF THIS IMPORTANT DECISION.</strong></p>\n\n<h2><strong>Acceptance Of This Agreement</strong></h2>\n\n<p>By using, accessing, or downloading the 100Leafs Platform (defined below under the section entitled &ldquo;The 100Leafs Platform&rdquo;), you hereby expressly acknowledge and agree to be bound by all of the terms and conditions of this Agreement. If you do not agree to be bound by the terms and conditions of this Agreement, you may not use the 100Leafs Platform.</p>\n\n<p>In addition to reviewing this Agreement, please review the 100Leafs&nbsp;<a href=\"https://100Leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> (&ldquo;Privacy Policy&rdquo;), the 100Leafs Card Present Payment Terms, the 100Leafs Online Payment Terms, the Shipping Terms, the Referral Program Rules (&ldquo;Program Rules&rdquo;) If you do not agree to abide by the 100Leafs Terms, you automatically opt out of and are prohibited from using the 100Leafs Platform. If you violate the provisions of the 100Leafs Terms, 100Leafs may, in its sole discretion, suspend, discontinue, or change your account or any aspect of your access to or use of the 100Leafs Platform in whole or in part. By continuing to use the 100Leafs Platform, you agree to the 100Leafs Terms and any future amendments and additions to the 100Leafs Terms as published from time to time through the 100Leafs Platform.</p>\n\n<h2><strong>Amendments To This Agreement</strong></h2>\n\n<p>100Leafs may, in its sole discretion, modify or update this Agreement, or any policies relating to the 100Leafs Platform, from time to time. Please review this page periodically to ensure you are up-to-date with any changes. Any changes to this Agreement or associated policies will be published through the 100Leafs Platform, and are effective upon the publishing of said modification or update. If we make material changes to this Agreement, we will notify you via the email address associated with your Account or by posting a notice on the 100Leafs Platform. Continued use of the 100Leafs Platform after any such changes shall constitute your acceptance of such changes.</p>\n\n<h2><strong>Terminology</strong></h2>\n\n<p>For the purposes of this Agreement, the terms &ldquo;cannabis&rdquo; and &ldquo;marijuana&rdquo; are interchangeable, will be deemed under this Agreement to have the same legal meaning and significance, and do not encompass industrial hemp and products derived therefrom. &ldquo;Industrial hemp&rdquo; is defined by the Agriculture Improvement Act of 2018 as any part of the <em>Cannabis sativa</em> L. plant that contains less than 0.3 percent delta-9 tetrahydrocannabinol on a dry weight basis.</p>\n\n<h2><strong>THE 100Leafs PLATFORM</strong></h2>\n\n<p>Your use of the &ldquo;100Leafs Platform&rdquo; consists of the Application and the Service. You may access services 100Leafs provides through the 100Leafs website located at<a href=\"https://100leafs.com/\">&nbsp;<strong>100leafs.com</strong></a>, and other services provided or facilitated by 100Leafs including, without limitation, lead generation, logistical support, and customer engagement (collectively, the &ldquo;Service&rdquo;). Together, the Service and the Application are known as the 100Leafs Platform.</p>\n\n<h2><strong>DISCLAIMERS &amp; ACKNOWLEDGMENTS</strong></h2>\n\n<p><strong>100Leafs Is A Technology Platform</strong></p>\n\n<p>You expressly agree and acknowledge that 100Leafs (i) is a technology services provider; (ii) is not a licensed medical or adult-use cannabis Retailer, Brand (defined below in &ldquo;Third-Party Providers&rdquo;), or cultivator.</p>\n\n<h2><strong>Acknowledgment of Federal Law</strong></h2>\n\n<p>100Leafs operates under applicable state laws. You expressly acknowledge and understand that marijuana (cannabis) is listed on Schedule I of the United States Controlled Substances Act. Under the federal laws of the United States of America, manufacturing, distributing, dispensing or possession of marijuana is illegal, and individuals are subject to arrest and/or prosecution for doing so. Pursuant to the Agricultural Improvement Act of 2018, industrial hemp is not listed on Schedule 1 of the Controlled Substances Act. You further acknowledge that medical use is not recognized as a valid defense under federal laws regarding marijuana. You also acknowledge and understand that the interstate transportation of marijuana is a federal offense.</p>\n\n<h2><strong>Acknowledgment of State Law</strong></h2>\n\n<p>You expressly acknowledge, agree, and understand that the use, possession, cultivation, manufacturing, transportation, and distribution of cannabis is illegal in your state of residence and in the state you are located unless all participants are acting completely within the scope of the state&rsquo;s applicable laws.</p>\n\n<h2><strong>Acknowledgment of the Laws of Your Location</strong></h2>\n\n<p>While the Application or parts of the 100Leafs Platform may be accessed from various locations, the Service is currently available only to Users and Retailers located in certain states, cities, counties, municipalities, and jurisdictions, determined at the sole discretion of 100Leafs (&ldquo;Service Area&rdquo;). In all scenarios, you must abide by and follow the applicable laws of the state, city, county, municipality, or jurisdiction in which you are located in order to use the 100Leafs Platform. You expressly acknowledge, agree, understand, and assume full responsibility for cooperating with the laws of your place of location while using the 100Leafs Platform. 100Leafs reserves the right to determine or change its Service Area in its sole discretion at any time.</p>\n\n<h2><strong>Health Information</strong></h2>\n\n<p>You expressly acknowledge, agree, and understand that any statements relating to cannabis goods, accessories or any other products available on the 100Leafs Platform (&ldquo;Products&rdquo;) have not been evaluated by the FDA. Neither the Products nor the ingredients in any of the Products have been approved or endorsed by the FDA or any regulatory agency. The Products available on the 100Leafs Platform are not intended to diagnose, treat, cure, mitigate, or prevent any medical condition, illness, or disease in humans or animals. The information provided is designed for educational purposes only and is not intended to be a substitute for informed medical advice or care. If you are pregnant, nursing, taking medication, or have a medical condition, we suggest consulting with a physician before using any Products.</p>\n\n<h2><strong>USING THE 100Leafs PLATFORM</strong></h2>\n\n<h2><strong>Your User Account</strong></h2>\n\n<p>In order to use most aspects of the 100Leafs Platform, Consumers (collectively &ldquo;Users&rdquo;) must register for and maintain an active personal User account (&ldquo;Account&rdquo;). Account registration requires you to submit to 100Leafs certain information related to you that 100Leafs collects from you, through your use of the 100Leafs Platform, and from third parties as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> (&ldquo;User Data&rdquo;). To register an Account, you may be required to submit User Data, including personally identifiable information (&ldquo;PII&rdquo;) such as your name, phone number, email address, date of birth, or government-issued ID (i.e. driver&rsquo;s licence, state ID card, or passport). You grant 100Leafs permission to collect and maintain your User Data, and to disclose the User Data you provide to third parties for verification purposes and to facilitate your use of the 100Leafs Platform as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> or any &ldquo;just-in-time&rdquo; disclosures describing our data collection, use, and sharing practices of specific parts of our 100Leafs Platform. A &ldquo;just-in-time&rdquo; notice may provide more information about our privacy practices, or provide you with additional choices about how we process your PII and/or User Data.</p>\n\n<p>You agree to maintain accurate, complete, and up-to-date information in your Account and that we and others may rely on your information as accurate, current and complete. Your failure to maintain accurate, complete, and up-to-date Account information, including having an invalid or expired identification on file, may result in your inability to access or use the Service.</p>\n\n<p>You are responsible for all activity that occurs under your Account, and you agree to maintain the security and secrecy of your Account username and password at all times. Unless otherwise permitted by 100Leafs in writing, you may only possess one Account.</p>\n\n<p>Your participation in using the 100Leafs Platform is for your sole, personal use. You agree that you are the sole authorized user of your Account, and you may not assign or otherwise transfer your Account to any other person or entity. Any attempt by another individual to use your Account may result in your inability to use the Service, and/or suspension from the 100Leafs Platform. You are responsible for the use of your Account and 100Leafs expressly disclaims any liability arising from the unauthorized use of your Account. If you suspect unauthorized access of your Account or any other breach of security, you agree to notify us immediately.</p>\n\n<p>100Leafs reserves the right, in its sole discretion, to set the requirements for, or to suspend, disable, deny access to, or disallow the registration of your Account for any reason. If you believe your inability to access your Account or the 100Leafs Platform has been made in error, please contact our Customer Support team. You acknowledge and agree that 100Leafs shall not be liable to you or any third party for any termination of your access to the 100Leafs Platform. The terms and conditions of this Agreement and the 100Leafs Terms shall survive and endure beyond any termination, deletion, or suspension of your Account, or if you cease using the 100Leafs Platform.</p>\n\n<p>If you wish to terminate, delete, suspend, or otherwise disable your Account or use of the 100Leafs Platform, please contact Customer Support. By registering for an Account, you acknowledge and agree that 100Leafs must maintain certain User Data, including PII, for business, legal and/or operational purposes, including to prevent account abuse, or as otherwise permitted under applicable law. Any remaining PII not necessary for this task will be deleted from your Account in a reasonable amount of time following the request. For further information on our privacy practices and how we handle your User Data, please review the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a>.</p>\n\n<h2><strong>Age Restrictions</strong></h2>\n\n<p>You must be at least 21 years old to use the 100Leafs Platform to order, receive, or facilitate delivery of adult-use cannabis. By using the 100Leafs Platform you expressly represent and warrant that you are at least 21 years old, are legally entitled to enter into this Agreement, and have the right, authority and capacity to enter into and abide by the terms and conditions of this Agreement. recommendation pursuant to the laws of your jurisdiction. You acknowledge that 100Leafs reserves the right to determine a minimum age for any User or Service Area in its sole discretion (&ldquo;Qualifying Age&rdquo;). You agree that if you are not of Qualifying Age while located in any Service Area, you are prohibited from using, and will not attempt to use, the Service.</p>\n\n<h2><strong>100Leafs Communications</strong></h2>\n\n<p>By entering into this Agreement or using the 100Leafs Platform, you expressly consent and agree to accept and receive communications from 100Leafs and/or Retailers that you transact with, including via email, text message, calls, and push notifications to the cellular telephone number you provided to 100Leafs.</p>\n\n<p>By consenting to being contacted, you understand and agree that you may receive communications (including those generated by automatic telephone dialing systems and/or which will deliver pre recorded messages) sent by or on behalf of 100Leafs, and/or Retailers, including but not limited to: operational or transactional communications concerning your Account or use of the 100Leafs Platform; updates concerning new or existing features of the 100Leafs Platform; communications concerning Promotions (defined below) run by 100Leafs, Retailers or third parties; and news or industry developments concerning 100Leafs, Retailers, or third parties. Standard text messaging charges applied by your cell phone carrier will apply to text messages you receive.</p>\n\n<p>IF YOU WISH TO OPT OUT OF PROMOTIONAL EMAILS, UNSUBSCRIBE FROM 100Leafs&rsquo;S PROMOTIONAL EMAIL LIST BY FOLLOWING THE UNSUBSCRIBE OPTIONS IN THE PROMOTIONAL EMAIL ITSELF, INCLUDING CLICKING THE UNSUBSCRIBE LINK PROVIDED AT THE BOTTOM OF THE EMAIL. IF YOU WISH TO OPT OUT OF PUSH NOTIFICATIONS YOU MAY DO SO THROUGH YOUR DEVICE SETTINGS. IF YOU WISH TO OPT OUT OF PROMOTIONAL CALLS OR TEXTS, YOU MAY TEXT &ldquo;STOP&rdquo; FROM THE MOBILE DEVICE RECEIVING THE MESSAGES TO THE PHONE NUMBER YOU RECEIVED THE MESSAGE FROM.</p>\n\n<p>YOU ACKNOWLEDGE THAT YOU ARE NOT REQUIRED TO CONSENT TO RECEIVE PROMOTIONAL TEXTS OR CALLS AS A CONDITION OF USING THE 100Leafs PLATFORM. IF YOU WISH TO OPT OUT OF ALL TEXTS OR CALLS FROM 100Leafs (INCLUDING OPERATIONAL OR TRANSACTIONAL TEXTS OR CALLS), PLEASE CONTACT CUSTOMER SUPPORT BY VISITING 100Leafs.CO/SUPPORT. HOWEVER, YOU ACKNOWLEDGE THAT OPTING OUT OF RECEIVING ALL TEXTS MAY IMPACT YOUR USE OF THE 100Leafs PLATFORM.</p>\n\n<p>&nbsp;</p>\n\n<h2><strong>Charges, Billing, &amp; Refunds</strong></h2>\n\n<p>You understand and acknowledge that you may incur fees or charges from 100Leafs, Retailers, or other third parties in connection with the goods and services purchased or facilitated through the 100Leafs Platform (&ldquo;Charges&rdquo;). All Charges will be identified in your cart prior to or during checkout, and in your receipt. Such Charges may include some combination of the following:</p>\n\n<ul>\n	<li><strong>Retail Price</strong>. The &ldquo;Retail Price&rdquo; of goods and accessories are displayed with that item on the 100Leafs Platform. The displayed Retail Price may include discounts, promotions, and price reductions at the sole discretion of 100Leafs. At checkout, the combined Retail Price of goods and accessories is the subtotal of an order as shown in your cart.</li>\n	<li><strong>State Taxes</strong>. Retailers charge applicable &ldquo;State Taxes,&rdquo; such as cannabis excise taxes, on sales of goods and accessories based on the state of your location, pursuant to state laws and regulations.</li>\n	<li><strong>Local Taxes</strong>. Retailers charge applicable &ldquo;Local Taxes&rdquo; on sales of cannabis goods and accessories. Local Taxes may be based on the city, county, municipality, or other jurisdictional location of your delivery address, the Retailer fulfilling your order, or both, pursuant to local laws and regulations.</li>\n	<li><strong>Sales Tax</strong>. Retailers charge applicable &ldquo;Sales Tax&rdquo; on all sales of goods and accessories. Sales tax may be based on the state, city, county, municipality, or other jurisdictional location of your delivery address, the Retailer fulfilling your order, or both, pursuant to applicable laws and regulations.</li>\n	<li><strong>Other Taxes. </strong>You may be charged additional taxes based on applicable laws and regulations. Such taxes may vary depending on the laws and regulations in place at the time of your purchase.</li>\n	<li><strong>Delivery Fee</strong>. You may be charged a &ldquo;Delivery Fee&rdquo; for each order you place.</li>\n	<li><strong>Cancellation Fee</strong>. After placing an order, you may cancel it through the Application, but you may be charged a &ldquo;Cancellation Fee&rdquo; in certain circumstances. You may also be charged if the Driver completing your order is unable to reach you to complete delivery.</li>\n	<li><strong>Service Fee</strong>. In some instances, you may be charged a &ldquo;Service Fee&rdquo; for some orders. A description for any applicable Service Fee will be available at checkout.</li>\n	<li><strong>Trust and Safety Fee</strong>. In some instances, you may be charged a &ldquo;Trust and Safety Fee&rdquo; for some orders. This fee, if applied, is collected to promote the safe and reliable operation of Retailers and their Drivers.</li>\n	<li><strong>Tips. </strong>You may elect to &ldquo;Tip&rdquo; your Driver in cash or through the 100Leafs Platform where available.</li>\n	<li><strong>Other Fees</strong>. Additional fees and charges may apply to your orders as determined by 100Leafs, the Retailers, and/or third parties with whom you transact. The description of any such fees will be available at checkout. Your bank may also charge additional fees.</li>\n</ul>\n\n<p>100Leafs may change any Charges at its sole discretion and reserves the right to determine final prevailing pricing. Please note that pricing information published on the 100Leafs Platform may not accurately reflect pricing. 100Leafs may, at its sole discretion, make promotional offers with different features and/or Charges to any individual or User. Such offers, unless made to you, have no bearing whatsoever on your use of the 100Leafs Platform.</p>\n\n<p>You may receive Promotions (defined below) or Referral Codes (defined below) that you can apply toward payment of certain Charges. Promotions or Referral Codes are only valid for use on the 100Leafs Platform, and are not transferable or redeemable for cash except as required by law. Additional restrictions on Promotions or Referral Codes may apply as communicated to you in a relevant promotion.</p>\n\n<p>All Charges are due immediately and are non-refundable. This no-refund policy shall apply at all times regardless of your decision to terminate usage of the 100Leafs Platform, 100Leafs&rsquo;s decision to terminate your usage, any disruption to the 100Leafs Platform, or any other reason whatsoever. If you are dissatisfied with any of the Products you receive, please contact Customer Support.</p>\n\n<p>A third-party payment processor (&ldquo;Payment Vendor&rdquo;) may bill your purchase of Products purchased through the 100Leafs Platform. Payment Vendor services may require you to visit, enter information into, or create an account with the Payment Vendor&rsquo;s application, website, or platform, separate and distinct from the 100Leafs Platform. By entering your payment, banking, or other billing information, you authorize 100Leafs to send that information to or through the applicable Payment Vendor to charge your form of payment. The processing of payments, authorizations, holds, credits, and refunds will be subject to the terms and conditions and privacy policy of the Payment Vendor. If you do not wish you utilize the services of a Payment Vendor, you may pay for Products in cash.</p>\n\n<h2><strong>Third-Party Providers</strong></h2>\n\n<p>During your use of the 100Leafs Platform, you may purchase goods and/or services from, correspond with, participate in the promotions of, or otherwise utilize third parties facilitating their business through the 100Leafs Platform, including without limitation, (i) Retailers; (ii) manufacturers, cultivators, distributors, microbusinesses, or licensors who sell Products to, through, and/or as Retailers (&ldquo;Brands&rdquo;); (iii) advertisers, business partners, or affiliates; (iv) Payment Vendors; and (v) the respective employees of each of the preceding (&ldquo;Third-Party Providers&rdquo;). You agree and acknowledge that 100Leafs is not a party to any transaction you enter into with any Third-Party Provider, unless otherwise indicated in this Agreement. Any such activity, and any terms, conditions, warranties, or representations associated with such activity is solely between you and the applicable Third-Party Provider. 100Leafs and its licensors shall have no liability, obligation or responsibility for any such purchase, correspondence, promotion, or transaction between you and any Third-Party Provider. In no event shall 100Leafs or its licensors be responsible for any content, products, services, or other materials on or available from Third-Party Providers.</p>\n\n<p>100Leafs does not endorse any third-party advertisements, links, promotions, or websites linked through the 100Leafs Platform, and in no event shall 100Leafs or its licensors be responsible for any content, products, services or other materials on or available from such sites or Third-Party Providers. Certain Third-Party Providers may require you to agree to additional or different terms and conditions prior to your use of or access to their goods and/or services. 100Leafs disclaims any and all responsibility or liability arising from such agreements between you and the Third-Party Providers.</p>\n\n<p>100Leafs may make available materials by Third-Party Providers, such as their opinions, advice, statements, offers, other information or content concerning 100Leafs or other materials made available through the 100Leafs Platform (&ldquo;Third-Party Materials&rdquo;). Such Third-Party Materials are not provided by 100Leafs and 100Leafs is not responsible for the content of Third-Party Materials. The authors of the Third-Party Materials are solely responsible for such content. 100Leafs disclaims responsibility for any loss or damage resulting from your reliance on information or other content posted by Third-Party Providers, whether on the 100Leafs Platform or otherwise. We reserve the right, without any obligation, to monitor, remove or suspend any Third-Party Materials posted on the 100Leafs Platform and remove any such material that, in our sole opinion, violates or is alleged to violate: (i) the law; (ii) this Agreement; (iii) the rights, or threatens to harm the safety or rights of Users or others.</p>\n\n<p>The 100Leafs Platform may contain third-party advertising and marketing. By agreeing to this Agreement, you agree to receive such advertising and marketing. 100Leafs disclaims responsibility for any loss or damage resulting from or related to such advertising and/or marketing.</p>\n\n<h2><strong>Product Descriptions</strong></h2>\n\n<p>100Leafs attempts to be as accurate as possible in Product descriptions or images for Products available through the 100Leafs Platform. However, 100Leafs is not a Brand and does not itself package, test, or label the Products available on the Platform. 100Leafs does not warrant that Product descriptions, images, or other Content (defined below) available on the 100Leafs Platform is accurate, complete, reliable, current, or error-free.</p>\n\n<p>You acknowledge and agree that Amounts (defined below) in Product descriptions on the 100Leafs Platform are averages or estimates, and that Amounts may vary for individual items, packages, or orders that you receive. Amounts on the 100Leafs Platform include without limitation the level (by weight, mass, volume, or percentage) of THC, CBD, other cannabinoids, and terpenes in a Product, the total weight, mass, or volume of a Product, the size, number of individual items, or servings, in a Product, and any other unit of measurement related to a Product.</p>\n\n<h2><strong>Promotions</strong></h2>\n\n<p>100Leafs may, in its sole discretion, make available certain promotions or offers, which may at times be redeemed by entering promotional codes, that may confer discounts, price reductions, features, benefits, related to the Service, subject to any additional terms that 100Leafs establishes (&ldquo;Promotions&rdquo;). Promotions may be offered by 100Leafs, Retailers, Brands, or other Third-Party Providers on the 100Leafs Platform. Each Promotion is a limited time offer and is valid only for the time specified therein. Unless otherwise specified on the Promotion itself, you may only use one Promotion per Account, per day.</p>\n\n<p>Each Promotion (i) must be used for the intended audience and purpose, and in a lawful manner; (ii) may not be duplicated, sold, resold or transferred in any manner, made available to the general public (whether posted to a public form or otherwise) or combined with any other offers unless otherwise permitted by 100Leafs; (iii) may only apply to qualifying items and may require a minimum dollar order purchase; (iv) may be modified, disabled, or withdrawn by 100Leafs at any time for any reason or no reason without liability to 100Leafs; (v) is not valid for cash or credit, has no monetary value, and cannot be applied after an order is submitted; (vi) may expire prior to your use; and (vii) is void where prohibited by law. If you violate any of the Promotion terms, the Promotion will be invalid.</p>\n\n<p>100Leafs, at its sole discretion, reserves the right to issue Promotions with different features, discounts, offers, or deals to any Users or groups of Users determined solely by 100Leafs. These Promotions, unless made to you, shall have no bearing whatsoever on your use of 100Leafs, or any Promotions offered to you.</p>\n\n<p>Unless otherwise indicated by 100Leafs, Promotions do not apply to taxes, fees, or any Charges other than Retail Price. Taxes and fees may apply to the full value of Products subsequently reduced in price by a Promotion.</p>\n\n<h2><strong>Referral Codes</strong></h2>\n\n<p>100Leafs may, in its sole discretion, create referral links or codes (&ldquo;Referral Codes&rdquo;) that may be redeemed for discounts on future Services, or other features or benefits related to the Service, subject to any additional terms that 100Leafs establishes. You agree that Referral Codes: (i) must be used for the intended audience and purpose, and in a lawful manner; (ii) may not be duplicated, sold, resold, or transferred in any manner, made available to the general public (whether posted to a public form or otherwise) or combined with any other referral codes, promotional codes or other promotions, discounts, coupons, or any other 100Leafs offers, unless in each case expressly permitted by 100Leafs; (iii) may be disabled or withdrawn by 100Leafs at any time for any reason or no reason without liability to 100Leafs; (iv) may only be used pursuant to the specific terms set forth in the Program Rules; (v) are not valid for cash or credit; and (vi) may expire prior to your use. 100Leafs reserves the right to withhold or deduct credits or other features or benefits obtained through the use of the referral system or Referral Codes by you or any other User in 100Leafs&rsquo;s sole discretion, including, without limitation, in the event that 100Leafs determines or believes that the use of the referral system or use or redemption of the Referral Code was in error, fraudulent, illegal, or otherwise in violation of the Program Rules. The Program Rules are incorporated herein by reference. Please refer to them for the full terms and conditions applicable to your use of Referral Codes.</p>\n\n<h2><strong>PRIVACY &amp; CONFIDENTIALITY</strong></h2>\n\n<h2><strong>Confidential Information</strong></h2>\n\n<p>You agree not to use, disclose, or permit disclosure of, for any purpose other than as stated in this Agreement, (i) any technical, financial, strategic, and other proprietary and confidential information or data relating to 100Leafs&rsquo;s business, operations, and properties; (ii) the technical, financial, strategic, and other proprietary and confidential information or data relating to the business, operations, or properties of any Retailer, Brand, or other Third-Party Provider; (iii) the User Data, PII, or any other information or data related to any other User; (iv) any non-public information of 100Leafs, any Retailer, Brand, or other Third-Party Provider, or any User that such party designates as being proprietary or confidential, or of which the other party should reasonably know that it should be treated as confidential (collectively, &ldquo;Confidential Information&rdquo;).</p>\n\n<p>You agree that all Confidential Information shall remain the exclusive property of the disclosing party. You agree not to disclose or permit disclosure of any Confidential Information to third parties for any purpose except as permitted under the 100Leafs Terms, to take all reasonable measures to protect the secrecy of and avoid disclosure or use of Confidential Information, to prevent Confidential Information from falling into the public domain, and to return or destroy all Confidential Information of the disclosing party upon termination of this Agreement or at the request of the disclosing party subject to applicable law. In the event Confidential Information is required to be disclosed pursuant to the order or requirement of a court administrative agency, or other governmental body, you agree to provide prompt notice of such court order or requirement to 100Leafs to enable 100Leafs to seek a protective order or otherwise prevent or restrict such disclosure.</p>\n\n<p>Notwithstanding the foregoing, Confidential Information shall not include any information to the extent it: (i) is or becomes part of the public domain at a time it is intentionally disclosed by 100Leafs or has entered the public domain through no act or omission on the part of the receiving party; (ii) was possessed by the receiving party prior to the date of this Agreement without an obligation of confidentiality; (iii) is disclosed to the receiving party by a third party having no obligation of confidentiality with respect thereto; or (iv) is required to be disclosed pursuant to law, court order, subpoena or governmental authority, provided the receiving party notifies the disclosing party thereof and provides the disclosing party a reasonable opportunity to contest or limit such required disclosure.</p>\n\n<h2><strong>User Privacy</strong></h2>\n\n<p>100Leafs may collect User Data as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a>. By entering into this Agreement, you affirmatively agree to 100Leafs&rsquo;s collection, use, and sharing of your information and data as described in the Privacy Policy and any subsequent and future updates thereto. You understand that 100Leafs may retain your User Data for business, legal, regulatory, safety and other purposes after this Agreement is terminated, and agree to 100Leafs&rsquo;s use of your User Data.</p>\n\n<h2><strong>Restricted Activities</strong></h2>\n\n<p>With respect to your use of the 100Leafs Platform, you agree you will not:</p>\n\n<ul>\n	<li>Impersonate any person or entity</li>\n	<li>Stalk, threaten, or otherwise harass any person, or carry any weapons</li>\n	<li>Violate any law, statute, rule, permit, ordinance, or regulation</li>\n	<li>Post, email, upload, deploy, send, or otherwise make available (&ldquo;Transmit&rdquo;) any text, graphics, images, music, software, audio, video, code, files, programs, information or other materials (&ldquo;Content&rdquo;) that is unlawful, harmful, threatening, abusive, harassing, hateful, violent, pornographic, defamatory, libelous, invasive of another&rsquo;s privacy, harmful to minors in any way, or otherwise offensive</li>\n	<li>Transmit any Content that advertises any illegal service or the sale of any items which are prohibited by the laws of your state of location, or any other jurisdiction of your location</li>\n	<li>Access the 100Leafs Platform using unauthorized means, unauthorized applications, or an unauthorized device; or Transmit any Content that attempts to gain unauthorized access to 100Leafs&rsquo;s computer systems, networks, servers, software, hardware, telecommunications equipment, or any other internal or external 100Leafs infrastructure (the &ldquo;100Leafs Network&rdquo;)</li>\n	<li>Interfere with, disrupt, diminish the quality or performance of, or impair the functionality of the 100Leafs Platform or the 100Leafs Network, or Transmit any Content designed to do the same</li>\n	<li>Surreptitiously intercept or expropriate any system, data, personal information, or any portion of the 100Leafs Network or the 100Leafs Platform</li>\n	<li>Use the 100Leafs Platform in any way that infringes 100Leafs&rsquo;s or a third party&rsquo;s rights, including intellectual property rights, copyright, patent, trademark, trade secret, or other proprietary rights or rights of publicity or privacy</li>\n	<li>Modify, adapt, translate, reverse engineer, decipher, decompile, or otherwise disassemble any portion of the 100Leafs Platform or the 100Leafs Network</li>\n	<li>Rent lease, lend, sell, redistribute, license or sublicense the 100Leafs Platform or access to any portion of the 100Leafs Platform</li>\n	<li>Use any robot, spider, site search/retrieval application or other manual or automatic device or process to retrieve, index, crawl, scrape, &ldquo;data mine&rdquo;, or in any way reproduce or circumvent the navigational structure or presentation of the 100Leafs Platform or its contents</li>\n	<li>Forge headers or otherwise manipulate identifiers in order to disguise the origin of any information transmitted through the 100Leafs Platform</li>\n	<li>&ldquo;Frame&rdquo; or &ldquo;mirror&rdquo; any part of the 100Leafs Platform without 100Leafs&rsquo;s prior written authorization or use meta tags or code or other devices containing any reference to us in order to direct any person to any other website for any purpose</li>\n	<li>Use the 100Leafs Platform to design or develop a competitive or substantially similar product or service</li>\n	<li>Use the 100Leafs Platform to copy or extract any features, functionality, or Content</li>\n	<li>Link directly or indirectly to any other websites</li>\n	<li>Transfer or sell your Account, password, username, or identification to any other party</li>\n	<li>Discriminate against or harass anyone on the basis of race, national origin, religion, gender, gender identity, physical or mental disability, medical condition, marital status, age or sexual orientation</li>\n</ul>\n\n<h2><strong>LICENSING AND INTELLECTUAL PROPERTY</strong></h2>\n\n<h2><strong>Limited License Granted By 100Leafs</strong></h2>\n\n<p>Subject to your compliance with the terms and conditions of this Agreement, 100Leafs hereby grants you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to use the 100Leafs Platform only as permitted by its functionality. This license permits you to download and install a copy of the Application on a mobile device or computer that you own or control and to run such copy of the Application solely for your own personal, non-commercial use. You will not use, copy, adapt, modify, prepare derivative works based upon, reverse engineer, decompile, disassemble, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, broadcast or otherwise exploit the 100Leafs Platform, Content, or Confidential Information, except as expressly permitted in this Agreement. No licenses or rights are granted to you by implication or otherwise under any intellectual property rights owned or controlled by 100Leafs or its licensors, except for the licenses and rights expressly granted in this Agreement.</p>\n\n<p>Furthermore, with respect to any form of the Application accessed through or downloaded from the Apple App Store, Android Market, Google Play Store, Amazon App Store, BlackBerry App World, Samsung Apps Store, Nokia OVI store, Windows marketplace for Mobile, or any online marketplace, you will use that version of the Application as permitted by any &ldquo;Usage Rules&rdquo; set forth in the respective third-party terms of service or use applicable to such version of the Application. 100Leafs disclaims any and all responsibility or liability arising from such agreements between you and such third parties. 100Leafs reserves all rights in and to the 100Leafs Platform not expressly granted to you under this Agreement.</p>\n\n<h2><strong>License Granted By User</strong></h2>\n\n<p>The 100Leafs Platform may allow you to post or submit feedback, comments, questions, and other content or information that a User submits, posts, uploads, or otherwise makes available on or through the 100Leafs Platform (&ldquo;User Content&rdquo;). You are solely responsible for, and the sole owner of the User Content that you upload, publish, display, link to, or otherwise make available on the 100Leafs Platform, and agree 100Leafs is acting only as an interactive computer service for your publication of such User Content.</p>\n\n<p>By making available any User Content, you hereby grant 100Leafs a worldwide, irrevocable, perpetual, non-exclusive, transferable, royalty-free right and license, with the right to sublicense through multiple tiers, to use, view, copy, adapt, modify, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, distribute, broadcast and otherwise exploit such User Content in any media or format, or to prepare derivative works or incorporate into other works such User Content in any media or format.</p>\n\n<p>Nothing in this Agreement will be deemed to restrict any rights that you may have to use and exploit any User Content. You acknowledge and agree that you do not acquire any rights to any research or commercial products that may be developed by 100Leafs or its collaborating partners. You specifically understand that you will not receive compensation for any research or commercial products that include or result from your User Content.</p>\n\n<p>You acknowledge and agree that you are solely responsible for all User Content that you make available through or to the 100Leafs Platform. Accordingly, you represent and warrant that: (i) you either are the sole and exclusive owner of all User Content that you make available or you have all rights, licenses, consents and releases that are necessary to grant 100Leafs the above license to such User Content; and (ii) neither the User Content itself, you making it available, or 100Leafs&rsquo;s use of the User Content will infringe, misappropriate or violate any third party rights, including, without limitation, any patent, copyright, trademark, trade secret, moral rights or other intellectual property rights, or rights of publicity or privacy, or result in the violation of any applicable law or regulation.</p>\n\n<p>100Leafs reserves the right, but is not obligated, to review, monitor, reject or remove any User Content, at 100Leafs&rsquo;s sole discretion at any time and for any reason, without notice to you.</p>\n\n<h2><strong>Intellectual Property Ownership</strong></h2>\n\n<p>100Leafs (and its licensors where applicable) owns all intellectual property rights in and related to the 100Leafs Platform absolutely and in their entirety. You acknowledge that any suggestions, ideas, enhancement requests, feedback, recommendations, or other information provided by you relating to the 100Leafs Platform are non-confidential and shall become the sole property of 100Leafs. This Agreement is not a sale and does not convey to you any rights of ownership in or related to the 100Leafs Platform, or any intellectual property rights owned by 100Leafs. Any trademarks, logos, service marks, company or product names displayed through the 100Leafs Platform are trademarks of 100Leafs or third parties, and no right or license is granted to use them.</p>\n\n<p>Other than as specifically permitted by 100Leafs, you are not permitted to use or reference in any manner 100Leafs&rsquo;s, its Brand and Retail partners, or any of their licensors&rsquo; company names, logos, product and service names, trademarks, service marks, trade dress, copyrights or other indicia of ownership, alone and in combination with other letters, punctuation, words, symbols and/or designs (the &ldquo;100Leafs Marks and Names&rdquo;) for any commercial purposes.</p>\n\n<p>You agree that you will not: (i) try to register or otherwise use and/or claim ownership in any of the 100Leafs Marks and Names, alone or in combination with other letters, punctuation, words, symbols and/or designs, or in any confusingly similar mark, name or title, for any goods and services; (ii) take any other action that would jeopardize or impair 100Leafs&rsquo;s rights as owner of the 100Leafs Marks and Names or the legality and/or enforceability of the 100Leafs Marks and Names, including, challenging or opposing 100Leafs&rsquo;s ownership in the 100Leafs Marks and Names; or (iii) use the 100Leafs Marks or Names on or in connection with any product, service, or activity that is in violation of any law, statute, government regulation or standard. Violation of this license may result in immediate termination of your license, at the sole discretion of 100Leafs.</p>\n\n<p><strong>DISPUTE RESOLUTION</strong></p>\n\n<p><strong>Agreement to Arbitrate</strong></p>\n\n<p><strong>YOU AND 100Leafs MUTUALLY AGREE TO WAIVE OUR RESPECTIVE RIGHTS TO RESOLUTION OF DISPUTES IN A COURT OF LAW BY A JUDGE OR JURY AND AGREE TO RESOLVE ANY CLAIM OR DISPUTE AGAINST EACH OTHER ON AN INDIVIDUAL BASIS IN ARBITRATION. This will prohibit you from bringing any class, collective, or consolidated action against 100Leafs, and will also prohibit you from participating in or recovering relief under any current or future such actions brought against 100Leafs by someone else. Arbitration is more informal than a lawsuit in court: there is no judge or jury in arbitration; discovery in arbitration may be more limited than discovery in litigation; and court review of an arbitration award is limited.</strong> This agreement to arbitrate (&ldquo;Arbitration Agreement&rdquo;) also applies to claims between you and 100Leafs&rsquo;s Third-Party Providers, and such Third-Party Providers will be considered intended third party beneficiaries of this Arbitration Agreement.</p>\n\n<p>You and 100Leafs agree that any dispute, claim, or controversy, whether based on past, present or future events, arising out of or relating to: this Agreement and prior versions thereof (including the breach, termination, enforcement, interpretation or validity thereof); the 100Leafs Platform; Content currently or previously available on or through the 100Leafs Platform; any Products currently or previously available on the 100Leafs Platform; your relationship with 100Leafs; your User Data; the threatened or actual suspension, deactivation, or termination of your Account or this Agreement; payments made by you or any payments made or allegedly owed to you; any Promotions, referral benefits, or other offers; and any other federal and state statutory and common law claims (collectively, &ldquo;Disputes&rdquo;) will be settled by binding arbitration, except that each party retains the right to bring an individual action in small claims court and the right to seek injunctive or other equitable relief in a court of competent jurisdiction to prevent the actual or threatened infringement, misappropriation or violation of a party&rsquo;s copyrights, trademarks, trade secrets, patents or other intellectual property rights. All disputes concerning the arbitrability of a Dispute (including disputes about the scope, applicability, enforceability, legality, revocability, or validity of the Arbitration Agreement) will be decided by the arbitrator, except as expressly provided herein.</p>\n\n<p>YOU UNDERSTAND, ACKNOWLEDGE, AND AGREE THAT YOU AND 100Leafs ARE EACH WAIVING THE RIGHT TO SUE IN COURT OR HAVE A JURY TRIAL FOR ANY AND ALL DISPUTES, EXCEPT AS EXPRESSLY OTHERWISE PROVIDED IN THIS ARBITRATION AGREEMENT.</p>\n\n<p><strong>Prohibition Of Class Actions And Non-individualized Relief</strong></p>\n\n<p>You acknowledge and agree that you and 100Leafs are each waiving the right to a trial by jury or to participate as a plaintiff or class in any purported class, collective, or consolidated proceeding. Further, unless both you and 100Leafs otherwise agree in writing, the arbitrator may not consolidate more than one person&rsquo;s claims, and may not otherwise preside over any form of any class, collective, consolidated or representative proceeding.</p>\n\n<p><strong>Arbitration Rules And Governing Law</strong></p>\n\n<p>The arbitration will be administered by the American Arbitration Association (&ldquo;AAA&rdquo;) in accordance with the Consumer Arbitration Rules (the &ldquo;AAA Rules&rdquo;) then in effect, except as modified by this Agreement. The AAA Rules are available at&nbsp;<a href=\"http://adr.org/\">&nbsp; adr.org</a> or by calling the AAA at 1-800-778-7879 or any subsequent applicable telephone number. The Federal Arbitration Act (&ldquo;FAA&rdquo;) will govern the interpretation and enforcement of this Arbitration Agreement. It is your and 100Leafs&rsquo;s intent that the FAA and AAA Rules will preempt all state laws to the fullest extent permitted by law. If the FAA and AAA Rules are found to not apply to any issue that arises under this Arbitration Agreement or the enforcement thereof, then that issue will be resolved under the laws of the State of California. This Agreement governs to the extent it conflicts with the AAA Rules or FAA.</p>\n\n<p><strong>Arbitration Process</strong></p>\n\n<p>A party who desires to initiate arbitration must provide the other party with a written Demand for Arbitration as specified in the AAA Rules. The AAA provides a form Demand for Arbitration and a separate form for California residents at&nbsp;<a href=\"http://adr.org/\"> adr.org</a>. The arbitrator will be either a retired judge or an attorney licensed to practice law in the state of California and will be selected by the parties from the AAA&rsquo;s roster of consumer dispute arbitrators. If the parties are unable to agree upon an arbitrator within seven (7) days of delivery of the Demand for Arbitration, then the AAA will appoint the arbitrator in accordance with the AAA Rules.</p>\n\n<p><strong>Arbitration Location And Procedure</strong></p>\n\n<p>Unless you and 100Leafs otherwise agree, the arbitration will be conducted in the county where you reside. If your claim does not exceed $10,000, then the arbitration will be conducted solely on the basis of documents you and 100Leafs submit to the arbitrator, unless you request a hearing or the arbitrator determines that a hearing is necessary. If your claim exceeds $10,000, your right to a hearing will be determined by the AAA Rules. Subject to the AAA Rules, the arbitrator will have the discretion to direct a reasonable exchange of information by the parties, consistent with the expedited nature of the arbitration.</p>\n\n<p><strong>Arbitrator&rsquo;s Decision</strong></p>\n\n<p>The arbitrator will render an award within the time frame specified in the AAA Rules. The arbitrator&rsquo;s decision will include the essential findings and conclusions upon which the arbitrator based the award. Judgment on the arbitration award may be entered in any court having jurisdiction thereof. The arbitrator&rsquo;s award damages must be consistent with the terms of the &ldquo;Limitation of Liability&rdquo; section above as to the types and the amounts of damages for which a party may be held liable. The arbitrator may award declaratory or injunctive relief only in favor of the claimant and only to the extent necessary to provide relief warranted by the claimant&rsquo;s individual claim. The prevailing party in arbitration will be entitled to an award of attorneys&rsquo; fees and expenses, to the extent provided under applicable law.</p>\n\n<p><strong>Fees</strong></p>\n\n<p>Payment of all filing, administration and arbitrator fees will be governed by the AAA Rules.</p>\n\n<p><strong>Severability&nbsp;</strong></p>\n\n<p>If any portion of this Arbitration Agreement is found to be unenforceable or unlawful for any reason, (1) the unenforceable or unlawful provision will be severed from this Arbitration Agreement, (2) severance of the unenforceable or unlawful provision will have no impact on the remainder of the Arbitration Agreement or the parties&rsquo; ability to compel arbitration of any remaining claims on an individual basis, and (3) to the extent that any Disputes must therefore proceed on a class, collective, consolidated or representative basis, such Disputes must be litigated in a civil court of competent jurisdiction and not in arbitration, and the parties agree that litigation of those claims will be stayed pending the outcome of any individual claims in arbitration. In any case in which the Dispute proceeds on a class, collective, consolidated or representative basis and there is also a final judicial determination that this Arbitration Agreement is unenforceable as to a portion (but not all) of such Dispute, then such portion of the Dispute will be severed from any remaining claims and the remainder will be enforced in arbitration on an individual basis as to all other Disputes to the fullest extent possible. Except as otherwise provided herein, this &ldquo;Arbitration Agreement&rdquo; section will survive any termination of this Agreement.</p>\n\n<p><strong>Changes</strong></p>\n\n<p>Notwithstanding the provisions of the modification-related provisions above, if 100Leafs changes this Arbitration Agreement after the date you first accepted this Agreement (or accepted any subsequent changes to this Agreement), you may reject any such change by sending us a notice to info@100leafs.com with &ldquo;Legal&rdquo; in the subject line within 30 days of the date such change became effective, as indicated above or in the date of 100Leafs&rsquo;s email to you notifying you of such change. By rejecting any change, you are agreeing that you will arbitrate any Dispute between you and 100Leafs in accordance with the provisions of this Arbitration Agreement as of the date you first accepted this Agreement (or accepted any subsequent changes to this Agreement). If you do not opt out by the deadline, you are agreeing to the arbitration process as set forth in the new Agreement.</p>\n\n<h2><strong>MISCELLANEOUS</strong></h2>\n\n<h2><strong>Indemnification</strong></h2>\n\n<p>By entering into this Agreement and using the 100Leafs Platform, you agree to defend, indemnify and hold 100Leafs, its licensors and each such party&rsquo;s parent organizations, subsidiaries, affiliates, officers, directors, Users, employees, attorneys and agents harmless from and against any and all third-party claims, costs, damages, losses, liabilities and expenses (including attorneys&rsquo; fees and costs) arising out of or in connection with: (i) your violation or breach of any term of this Agreement, the 100Leafs Terms, or any applicable law or regulation, whether or not referenced herein; (ii) your violation of any rights of any third party, including Users, Retailers, Brands, or other Third-Party Providers; (iii) your use or misuse of the 100Leafs Platform or Products available therein; (iv) if you are a Driver, your actions or omissions arising from the performance of Delivery Services or access or use of the Driver App.</p>\n\n<h2><strong>Disclaimer Of Warranties</strong></h2>\n\n<p>100Leafs MAKES NO REPRESENTATION, WARRANTY, OR GUARANTY AS TO THE RELIABILITY, TIMELINESS, QUALITY, SUITABILITY, AVAILABILITY, ACCURACY OR COMPLETENESS OF THE 100Leafs PLATFORM. 100Leafs DOES NOT REPRESENT OR WARRANT THAT: (A) THE USE OF THE 100Leafs PLATFORM WILL BE SECURE, TIMELY, UNINTERRUPTED OR ERROR-FREE OR OPERATE IN COMBINATION WITH ANY OTHER HARDWARE, APPLICATION, SYSTEM OR DATA, (B) THE 100Leafs PLATFORM WILL MEET YOUR REQUIREMENTS OR EXPECTATIONS, (C) ANY STORED DATA WILL BE ACCURATE OR RELIABLE, (D) THE QUALITY OF ANY PRODUCTS, SERVICES, INFORMATION, OR OTHER MATERIAL PURCHASED OR OBTAINED BY YOU THROUGH THE 100Leafs PLATFORM WILL MEET YOUR REQUIREMENTS OR EXPECTATIONS, (E) ERRORS OR DEFECTS IN THE 100Leafs PLATFORM WILL BE CORRECTED, OR (F) THE 100Leafs NETWORK OR OTHER ASPECTS OF THE 100Leafs PLATFORM ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. THE 100Leafs PLATFORM IS PROVIDED TO YOU STRICTLY ON AN &ldquo;AS IS&rdquo; BASIS. ALL CONDITIONS, REPRESENTATIONS AND WARRANTIES, WHETHER EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF THIRD-PARTY RIGHTS, ARE HEREBY DISCLAIMED TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW BY 100Leafs. 100Leafs MAKES NO REPRESENTATION, WARRANTY, OR GUARANTY AS TO THE RELIABILITY, SAFETY, TIMELINESS, QUALITY, SUITABILITY OR AVAILABILITY OF ANY SERVICES, PRODUCTS OR GOODS OBTAINED BY THIRD PARTIES THROUGH THE USE OF THE 100Leafs PLATFORM. YOU ACKNOWLEDGE AND AGREE THAT THE ENTIRE RISK ARISING OUT OF YOUR USE OF THE 100Leafs PLATFORM, AND ANY THIRD-PARTY SERVICES OR PRODUCTS REMAINS SOLELY WITH YOU, TO THE MAXIMUM EXTENT PERMITTED BY LAW.</p>\n\n<p>BY USING THE 100Leafs PLATFORM, YOU ACKNOWLEDGE AND AGREE THAT YOU MAY BE INTRODUCED TO A THIRD PARTY THAT MAY POSE HARM OR RISK TO YOU OR OTHER THIRD PARTIES. YOU ARE ADVISED TO TAKE REASONABLE PRECAUTIONS WITH RESPECT TO INTERACTIONS WITH THIRD PARTIES ENCOUNTERED IN CONNECTION WITH THE USE OF THE 100Leafs PLATFORM.</p>\n\n<h2><strong>Delays</strong></h2>\n\n<p>The 100Leafs Platform may be subject to limitations, delays, and other problems inherent in the use of the internet and electronic communications. 100Leafs does not guarantee the availability or uptime of the 100Leafs Platform. You acknowledge and agree that the 100Leafs Platform may be unavailable at any time and for any reason (e.g., due to scheduled maintenance or network failure)</p>\n\n<h2><strong>Limitation Of Liability</strong></h2>\n\n<p>IN NO EVENT SHALL 100Leafs, INCLUDING ITS LICENSORS, AFFILIATES, SUBSIDIARIES, PARENTS, SUCCESSORS AND ASSIGNS, AND EACH OF OUR RESPECTIVE OFFICERS, DIRECTORS, EMPLOYEES, AGENTS, OR SHAREHOLDERS (COLLECTIVELY &ldquo;100Leafs&rdquo; FOR PURPOSES OF THIS SECTION), BE LIABLE TO YOU OR ANYONE FOR ANY INDIRECT, PUNITIVE, SPECIAL, EXEMPLARY, INCIDENTAL, CONSEQUENTIAL OR OTHER DAMAGES OF ANY TYPE OR KIND (INCLUDING, WITHOUT LIMITATION, PERSONAL INJURY, LOSS OF DATA, REVENUE, PROFITS, USE OR OTHER ECONOMIC ADVANTAGE). 100Leafs SHALL NOT BE LIABLE FOR ANY LOSS, DAMAGE OR INJURY WHICH MAY BE INCURRED BY YOU, INCLUDING BUT NOT LIMITED TO LOSS, DAMAGE, OR INJURY ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE 100Leafs PLATFORM, INCLUDING BUT NOT LIMITED TO THE USE OR INABILITY TO USE THE 100Leafs PLATFORM, ANY RELIANCE PLACED BY YOU ON THE COMPLETENESS, ACCURACY OR EXISTENCE OF ANY ADVERTISING, OR AS A RESULT OF ANY RELATIONSHIP OR TRANSACTION BETWEEN YOU AND ANY ADVERTISER, RETAILER, BRAND, SPONSOR, OR OTHER THIRD-PARTY PROVIDER WHOSE ADVERTISING APPEARS ON THE 100Leafs PLATFORM OR IS REFERRED THROUGH THE 100Leafs PLATFORM, EVEN IF 100Leafs HAS BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>\n\n<p>100Leafs MAY INTRODUCE YOU TO RETAILERS, BRANDS OR OTHER THIRD-PARTY PROVIDERS FOR THE PURPOSES OF PROVIDING DELIVERY SERVICES. 100Leafs WILL NOT ASSESS THE SUITABILITY, LEGALITY, OR ABILITY OF ANY RETAILER, BRAND, DRIVER, OR OTHER THIRD-PARTY PROVIDER AND YOU EXPRESSLY WAIVE AND RELEASE 100Leafs FROM ANY AND ALL ANY LIABILITY, CLAIMS OR DAMAGES ARISING FROM OR IN ANY WAY RELATED TO SUCH THIRD PARTIES. YOU ACKNOWLEDGE THAT RETAILERS PROVIDING DELIVERY SERVICES REQUESTED THROUGH THE 100Leafs PLATFORM MAY NOT BE PROFESSIONALLY LICENSED OR PERMITTED. 100Leafs WILL NOT BE A PARTY TO DISPUTES, NEGOTIATIONS OF DISPUTES BETWEEN YOU AND ANY THIRD PARTIES. 100Leafs CANNOT AND WILL NOT PLAY ANY ROLE IN MANAGING PAYMENTS BETWEEN YOU AND A THIRD PARTY, INCLUDING THIRD-PARTY PROVIDERS. RESPONSIBILITY FOR THE DECISIONS YOU MAKE REGARDING SERVICES OFFERED VIA THE 100Leafs PLATFORM (WITH ALL ITS IMPLICATIONS) RESTS SOLELY WITH YOU.</p>\n\n<p>YOU EXPRESSLY WAIVE AND RELEASE ANY AND ALL RIGHTS AND BENEFITS UNDER SECTION 1542 OF THE CIVIL CODE OF THE STATE OF CALIFORNIA (OR ANY ANALOGOUS LAW OF ANY OTHER STATE), WHICH READS AS FOLLOWS: &ldquo;A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH, IF KNOWN BY HIM, MUST HAVE MATERIALLY AFFECTED HIS SETTLEMENT WITH THE DEBTOR.&rdquo;</p>\n\n<p>CERTAIN JURISDICTIONS MAY NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN WARRANTIES AND DAMAGES. ACCORDINGLY, SOME OR ALL OF THE ABOVE DISCLAIMERS, EXCLUSIONS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS. THE DISCLAIMERS, EXCLUSIONS, AND LIMITATIONS OF LIABILITY UNDER THIS AGREEMENT WILL NOT APPLY TO THE EXTENT PROHIBITED BY APPLICABLE LAW.</p>\n\n<h2><strong>Notice</strong></h2>\n\n<p>100Leafs may give notice by means of a general notice on the 100Leafs Platform, email, telephone, text message or by written communication sent by first class mail or pre-paid post to your address on record in your Account. Such notice shall be deemed to have been given upon the expiration of 48 hours after mailing or posting (if sent by first class mail or pre-paid post) or 12 hours after sending (if sent by email). You may give notice to 100Leafs (such notice shall be deemed given when received by 100Leafs) at any time by sending an email to: info@100leafs.com. Please specify the reason for the email in the subject line so it can be forwarded to the proper department.</p>\n\n<h2><strong>Assignment</strong></h2>\n\n<p>This Agreement may not be assigned by you without the prior written approval of 100Leafs but may be assigned without your consent by 100Leafs to: (i) a parent or subsidiary; (ii) an acquirer of assets; (iii) a successor by merger; or (iv) any third party that assumes 100Leafs&rsquo;s rights and obligations under this Agreement. Any purported assignment in violation of this section shall be void.</p>\n\n<h2><strong>Export Control</strong></h2>\n\n<p>You agree to comply fully with all U.S. and foreign export laws and regulations to ensure that neither the 100Leafs Platform nor any technical data related thereto nor any direct product thereof is exported or re-exported directly or indirectly in violation of, or used for any purposes prohibited by, such laws and regulations. By using the 100Leafs Platform, you represent and warrant that: (i) you are not located in a country that is subject to a U.S. Government embargo, or that has been designated by the U.S. Government as a &ldquo;terrorist supporting&rdquo; country; and (ii) you are not listed on any U.S. Government list of prohibited or restricted parties.</p>\n\n<h2><strong>Term For Cause Of Action</strong></h2>\n\n<p>You and 100Leafs agree that regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to use of the 100Leafs Platform or the 100Leafs Terms must be filed within one (1) year after such claim or cause of action arose. Otherwise such claim or cause of action is permanently barred.</p>\n\n<h2><strong>GENERAL</strong></h2>\n\n<p>No joint venture, partnership, employment, or agency relationship exists between you, 100Leafs, or any third party as a result of this Agreement or use of the 100Leafs Platform. If any provision of the Agreement is held to be invalid or unenforceable, you and 100Leafs agree that such provision shall be struck and the remaining provisions shall be enforced to the fullest extent under law. The failure of 100Leafs to enforce any right or provision in this Agreement shall not constitute a waiver of such right or provision unless acknowledged and agreed to by 100Leafs in writing.</p>\n\n<p>This Agreement (including the 100Leafs Terms) constitutes the entire agreement between you and 100Leafs and governs your use of the 100Leafs Platform, superseding any prior agreements between you and 100Leafs. This Agreement and the relationship between you and 100Leafs shall be governed by the laws of the State of California without regard to its conflict of law provisions. In the event that either you or 100Leafs commence a court action, any such action shall be brought exclusively in the state or federal courts located in San Francisco County, California, and you and 100Leafs both submit to personal jurisdiction there. The section titles or headings in this Agreement are for convenience only and have no legal or contractual effect. A printed version of this Agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this Agreement to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.</p>\n', '#', '#', '#', 0);
INSERT INTO `cms_pages` (`id`, `vendor_id`, `name`, `slug`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `status`) VALUES
(8, 2, 'Privacy Policy', 'privacy-policy', '<h2><strong>100Leafs  Privacy Policy</strong></h2>\n\n<p>Thank you for exploitation 100Leafs, the premier technology platform connecting authorized&nbsp; cannabis retailers with verified users. This Privacy Policy applies to your use of 100Leafs, and any websites, mobile applications, services, programs, or options (the &ldquo;100Leafs Platform&rdquo;) closely-held or operated by Bud relief Inc. and any of its subsidiaries or affiliates (collectively, &ldquo;100Leafs,&rdquo; &ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;). 100Leafs values your privacy, and taking correct care of your data may be a high priority for North American country. Our goal is to assist you perceive what data we tend to collect concerning you (also referred to as &ldquo;User Data&rdquo;) and describe however we tend to use that data to supply you and every one of our users with safe and secure access to legal cannabis, industrial hemp-derived CBD, and alternative merchandise and accessories.</p>\n\n<h2><strong>INFORMATION WE COLLECT</strong></h2>\n\n<p>Please note,&nbsp;not all accounts or features are available in all locations, therefore a number of the examples below might not apply to you.</p>\n\n<h2><strong>Information You Provide To Us</strong></h2>\n\n<p>We collect data concerning you after you give it to us directly, after we request it from you, or after you provide North American country permission to urge it from a 3rd party supply. Below area unit some samples of the kinds of data we tend to collect.</p>\n\n<h2><strong>Registration and Identity Verification</strong></h2>\n\n<p>When you register for any 100Leafs account, you provide us. your name, email address, signaling, date of birth, and, if necessary, a duplicate of your government-issued ID (i.e. your driver&rsquo;s license, state ID card, or passport). so as to receive a delivery or cargo, you want to give a sound delivery address &mdash; whether or not that&rsquo;s your home address or the other valid physical address. further data we tend to receive from you will embrace, however isn&#39;t restricted to, a state-issued medical marijuana ID card or a physician&rsquo;s recommendation letter that you simply provide us, so as to receive a medical delivery, or a selfie image to boost trust and safety on the 100Leafs Platform</p>\n\n<h2><strong>Demographic Information</strong></h2>\n\n<p>We conjointly collect demographic data from you after you register, after you take our surveys, and throughout your use of the 100Leafs Platform. Demographic data could embody your age, gender, location, how you heard about 100Leafs, spending habits, consumption preferences, and other preferences or habits.</p>\n\n<h2><strong>Communications</strong></h2>\n\n<p><strong>I</strong>f you contact us directly, we tend to might collect data from you that give a satisfying expertise and answers any queries you&#39;ve got whereas victimisation 100Leafs. for instance, once you communicate with a member of our client service team, we tend to might raise you for your name, email address, delivery address, signal, or proof of charge so as to spot your account, ensure your identity, or assist together with your issue. If you send us an email, we are going to collect the contents of that email and any other information you choose to provide with your email. If you communicate us via live chat, that correspondence are archived. If you communicate with us via social media, we tend to collect that communication and associate that data together with your user account to the extent the data may be joined. client service communications over the phone is also recorded for internal control functions and should be summarized inside our client support systems.</p>\n\n<h2><strong>Payment Information</strong></h2>\n\n<p>Payment information may be collected in connection with a transaction facilitated by 100Leafs. For on-demand delivery, all payments are made to a licensed cannabis retail dispensary fulfilling your order, and not to 100Leafs. For other products and services, payments may be made directly to 100Leafs or another third party. In all cases, while we may retain a limited amount of payment information for identification and convenience, to keep your financial data secure, we do not store full payment or financial information on our servers. Unless otherwise noted, payment information flows through a third-party vendor who processes the payments for Retailers and 100Leafs.</p>\n\n<h2><strong>Information We Collect When You Use 100Leafs</strong></h2>\n\n<p>Like most online services, 100Leafs automatically collects technical information about you or your device used to access the 100Leafs Platform. We collect information from your browser, computer, mobile device or other device used to access the 100Leafs Platform. Below we provide examples of the types of data we may collect about you.</p>\n\n<h2><strong>Location Information</strong></h2>\n\n<p>We collect your location information when you provide us with a delivery address or we may use geolocation-based services in order to verify your location. For instance, knowing your location may be necessary to allow you full access to our mobile applications or certain aspects of the 100Leafs Platform. Furthermore, for compliance reasons, some of the 100Leafs Platform may be restricted depending on where you are located. Collecting your location information is also necessary to connect you to a licensed retailer that services your delivery area, to send you relevant content based on your location, and to optimize or improve our products and services.</p>\n\n<h2><strong>Usage Information</strong></h2>\n\n<p>We log how you interact with the 100Leafs Platform by automatically recording data sent by your application or browser. This includes, but is not limited to, the products and content you view, your actions on the 100Leafs Platform, how you access our 100Leafs Platform, and the details of any orders you place</p>\n\n<h2><strong>Device Information</strong></h2>\n\n<p>We collect information about the device you are using, such as the device&rsquo;s IP address, web browser, unique identifiers (such as advertising ID, VIN, MAC address, and IDFA), and other related software or hardware information related to your device.</p>\n\n<h2><strong>Cookies and Technical Information</strong></h2>\n\n<p>We also collect information through the use of &ldquo;cookies,&rdquo; tracking pixels, and similar technologies. Cookies are small text files created by websites and stored on your device. They provide a way for the 100Leafs Platform to recognize you and keep track of your settings and preferences. We also use cookies and similar technologies to provide you with a secure experience and to understand, among other things, how you navigate the 100Leafs Platforms, learn what content is popular, recognize repeat users, and save your account information. The 100Leafs Platform is not configured to read or respond to &ldquo;do not track&rdquo; settings or signals in your browser settings.</p>\n\n<h2><strong>User Feedback</strong></h2>\n\n<p>We want to make sure you have a consistently positive experience with the 100Leafs Platform, and we are always looking to improve our products and services. Accordingly, we collect and retain information about any ratings, reviews, and feedback you provide about our service, the 100Leafs Platform, the products on our site, licensed retailers, and their drivers.</p>\n\n<h2><strong>Information Collected from Third Parties</strong></h2>\n\n<p><strong>Licensed Retailers</strong></p>\n\n<h2><strong>We add retailers manually </strong></h2>\n\n<p>When you place an on-demand delivery order through 100Leafs, that order is fulfilled and delivered to you by one of our licensed retailers. We collect information about you from the retailers or their drivers based on your interactions with them. For instance, when your delivery driver reaches the delivery address you provided, they will check your government-issued ID before completing the transaction. While we collect this information about you through the retailer, please note that this Privacy Policy does not cover the information or privacy practices of retailers.</p>\n\n<h2><strong>Public Sources</strong></h2>\n\n<p>We may collect information from public sources, such as map information and public social media information.</p>\n\n<h2><strong>HOW WE USE THE INFORMATION WE COLLECT</strong></h2>\n\n<p>In addition to the uses described above, we also use the information we collect about you to:</p>\n\n<ul>\n	<li>Provide the 100Leafs Platform to you, including, but not limited to, connecting you with a licensed retailer to facilitate your legal access to cannabis and cannabis products, and facilitation of your transactions and payments</li>\n	<li>Support our licensed retailers with information necessary for them to maintain their records in accordance with their normal business practices and applicable law</li>\n	<li>Identify you as a user in our system</li>\n	<li>Comply with applicable local, state and federal laws and regulations</li>\n	<li>Analyze and assess current and potential user markets</li>\n	<li>Improve, optimize and create new products and services</li>\n	<li>Evaluate retailer, brand, and other third-party partnerships</li>\n	<li>Personalize your experience with 100Leafs</li>\n	<li>To determine whether you are a good candidate for the role or program you applied for</li>\n	<li>Provide customer support and assist with your access or use of the 100Leafs Platform</li>\n	<li>Detect, prevent, or mitigate fraud or any other suspicious activities</li>\n	<li>Conduct research and development, such as by conducting voluntary user surveys or obtaining other feedback from you</li>\n	<li>Support public health and safety efforts</li>\n	<li>Support ongoing efforts in cannabis legalization and social equity and justice</li>\n	<li>As otherwise described in this Privacy Policy or in any other notices we have or will provide to you</li>\n</ul>\n\n<h2><strong>Government Authority, Law Enforcement, &amp; Safety</strong></h2>\n\n<p>We only disclose information about you to a government authority, law enforcement official, public health or safety official, or one of our partners if we believe we are required to by law, or in order to respond to or comply with regulations or legal processes, including, but not limited to, responding to subpoenas or warrants. We may also share your information if we think doing so is necessary to protect the rights, property, or safety of 100Leafs, our partners and their employees, our users, the public.</p>\n\n<h2><strong>YOUR CHOICES</strong></h2>\n\n<p>We provide you with the choices below regarding your personal information:</p>\n\n<h3>Email Subscriptions</h3>\n\n<p>&nbsp;</p>\n\n<p>You can always unsubscribe from 100Leafs promotional emails by clicking the link provided at the bottom of the email. We will still send you transactional emails and receipts generated from your use of 100Leafs as these are not promotional communications.</p>\n\n<h2><strong>Push Notifications</strong></h2>\n\n<p>If you are using the 100Leafs mobile application(s), you can opt out of receiving promotional push notifications through your device settings. Please note that opting out of receiving transactional push notifications, such as receiving a notification that your order has arrived, may impact your use of 100Leafs.</p>\n\n<h2><strong>Location Information</strong></h2>\n\n<p>You can prevent your device from sharing geolocation information at any time through your device settings. Please note that the use of geolocation information may be necessary to access some of our services, such as mobile applications that may only allow access to users in states that have legalized the sale of recreational cannabis.</p>\n\n<h2><strong>Editing Account Information</strong></h2>\n\n<p>You can review and edit certain account information at any time by logging into your account and navigating to your &ldquo;Profile.&rdquo;</p>\n\n<h2><strong>Deleting Your Account</strong></h2>\n\n<p>We will store your information as long as your account is open. If you wish to terminate, delete, suspend, or otherwise disable your Account or use of the 100Leafs Platform, please go to your Profile and click on &ldquo;Delete Account.&rdquo; When we delete user accounts we must maintain certain information as long as necessary to comply with legal obligations, prevent fraudulent activity, to enforce agreements, or as otherwise deemed necessary in our discretion. Upon your request for deletion, the information that can be deleted will be removed from your Account in a reasonable amount of time or as otherwise required by applicable law.</p>\n\n<h2><strong>CALIFORNIA RESIDENTS</strong></h2>\n\n<p>If you are a California resident, this section applies to you. For purposes of this section, &ldquo;personal information&rdquo; has the meaning given in the California Consumer Privacy Act of 2018 (&ldquo;CCPA&rdquo;), but does not include certain de-identified or aggregated information, information publicly available in government records, or certain information excluded from the CCPA&rsquo;s scope.</p>\n\n<p>As a California resident, you are entitled to certain privacy rights further explained below. These rights are not absolute and are subject to exceptions. We may be required or permitted by law to decline your request. When requesting to exercise your right to access and deletion under the CCPA, only you, a person that you authorize to act on your behalf, or an entity registered with the California Secretary of State that you authorize to act on your behalf, may make such a verifiable request.</p>\n\n<ul>\n	<li>The right to request a copy of the categories of personal information and specific personal information collected about you in the last 12 months.To do so, please navigate to your Account Settings page.</li>\n	<li>The right to delete personal information collected from you, except as necessary to comply with legal obligations, detect, prevent and mitigate security incidents, bugs or fraudulent, malicious, deceptive or illegal activity, or as otherwise provided under applicable law.</li>\n	<li>The right not to have your personal information sold to third parties, if applicable. 100Leafs does not sell your name, address, government identification, medical recommendation or identification, or other similar personal information. However, California law broadly defines what constitutes &ldquo;personal information&rdquo; such that cookie and technical information shared with targeted advertising vendors may constitute a &ldquo;sale&rdquo; of &ldquo;personal information.&rdquo;</li>\n	<li>The right not to be discriminated against for exercising your privacy rights described above.</li>\n</ul>\n\n<p>For privacy and security purposes, we are required to verify your request before we fulfill your request. Please authenticate into your account and follow the instructions provided to you after your submit your request via the contact us page.</p>\n\n<p>If you are a non-account holder or an authorized representative, we will require you to verify your identity or the validity of your representation before fulfilling your request for privacy and security purposes. To verify your identity or representation, we may ask for you to share data points as described in this Privacy Policy to be able to look up your data and ensure you are who you claim to be. You may also be required to provide us with a signed declaration under penalty of perjury.</p>\n\n<p>In addition, if you are an authorized representative, we may request: a copy of your valid government-issued identification or other proof of identity acceptable to us in our sole discretion; and, a power of attorney pursuant to California Probate Code sections 4000 &ndash; 4465 or as otherwise sufficient in our discretion to establish your authority as an authorized representative.</p>\n\n<p>You may contact us at&nbsp;<a href=\"mailto:info@100Leafs.com\">info@100Leafs.com</a>&nbsp;with any non-account holder or authorized representative requests, or if you have questions or concerns about our privacy practices or your rights.</p>\n\n<h2><strong>REMINDERS</strong></h2>\n\n<h3><strong>Changes to the Policy</strong></h3>\n\n<p>We may update this Privacy Policy periodically. If we make any material changes, we will update you on the 100Leafs Platform, by email, or by other communication. We encourage you to stay up to date about our privacy practices by reviewing this Privacy Policy periodically. Continued use of 100Leafs following notices of changes to the Privacy Policy indicates your acknowledgment of such changes and agreement to be bound by the terms and conditions of such changes.</p>\n\n<p>In addition, we may provide you with &ldquo;just-in-time&rdquo; disclosures or additional information about the data collection, use and sharing practices of specific parts of the 100Leafs Platform. These notices may provide more information about our privacy practices, or provide you with additional choices about how we process your personal information.</p>\n\n<h3><strong>Age Restrictions</strong></h3>\n\n<p>100Leafs is intended for access and use by individuals who are of legal age for the services offered based on the applicable regulations of their state or other government entities (&ldquo;Qualifying Age&rdquo;). We do not knowingly collect personal information from or about anyone who is not of Qualifying Age. If you are not of Qualifying Age, you should not attempt to access or use 100Leafs, or send any information to us. If we discover that we have collected personal information from an individual who is not of Qualifying Age, we will take steps to remove that information.</p>\n\n<h3><strong>Account Activity</strong></h3>\n\n<p>You are responsible for maintaining the secrecy of your unique password and account information, and for controlling access to emails or physical mail between you and 100Leafs at all times. When you direct 100Leafs to share your information with third parties, please note that your privacy and security may also be affected by changes in such third party services. We are not responsible for the functionality, privacy, or security measures of any other organization or third party.</p>\n\n<h2><strong>CONTACT US</strong></h2>\n\n<p>If you have questions or comments about this Privacy Policy, your information, our use and sharing practices, or your choices, please&nbsp;<a href=\"https://100Leafs.com/contact-us\"><strong>Contact Us</strong></a>. If you are a California resident, you have the right to request certain information regarding our disclosure of personal information to third parties for direct marketing purposes.</p>\n', '#', '#', '#', 0),
(9, 2, 'Returns Policy', 'returns-policy', '<p>Applicable products are returnable within the applicable return window if you&rsquo;ve received them in a condition that is physically damaged, have missing parts or accessories, are defective,, or are different from their description on the product detail page on 100Leafs.com</p>\n\n<p>If you report an issue with your Smartphone, Tablet, Laptop, Television, Air Conditioner, Refrigerator, Washing Machine, and Microwave, we may facilitate scheduling a technician visit to your location. This visit is scheduled by placing an order with 100Leafs through 100Leafs.com Home Services. Subject to 100Leafs.com Home Services Terms and Conditions, a resolution will be provided based on the technician&#39;s evaluation report.</p>\n\n<p>Return will be processed only if:&nbsp;</p>\n\n<p>it is determined that the product was not damaged while in your possession;</p>\n\n<p>the product is not different from what was shipped to you;</p>\n\n<p>the product is returned in original condition (with brand&rsquo;s/manufacturer&#39;s box, MRP tag intact, user manual, warranty card,, and all the accessories therein).</p>\n\n<p>If you wish to return an electronic device that stores any personal information, please ensure that you have removed all such personal information from the device prior to returning. 100Leafs shall not be liable in any manner for any misuse or usage of such information.</p>\n\n<p>Products may not be eligible for return in some cases, including cases of buyer&#39;s remorse such as incorrect model or color of the product ordered or incorrect product ordered.</p>\n\n<p>Products marked as &quot;non-returnable&quot; on the product detail page cannot be returned.</p>\n\n<p>No additional information is required to return an eligible order unless otherwise noted in the category-specific policy.&nbsp;</p>\n\n<p>Products may be eligible for replacement only if the same seller has the exact same item in stock.&nbsp;</p>\n\n<p>If the replacement request is placed and the seller does not have the exact same product in stock, a refund would be issued to you.&nbsp;</p>\n\n<p>Products purchased by international customers are not eligible for returns. However, orders made by international customers are eligible for refunds.</p>\n\n<p>To know about the Return window for 100Leafs Business orders, please visit here.&nbsp;</p>\n\n<p>Note: If you&#39;ve received a non-returnable product in a damaged/defective condition, you can contact us within 10 days from the delivery of the product.</p>\n\n<p>&nbsp;</p>', '#', '#', '#', 0),
(10, 2, 'Test offer', 'test-offer', '', 'Test offer', 'Test offer', 'sdfsdf', 1),
(11, 2, 'FAQ', 'faq', '<h2>How to order products</h2>\n\n<p>You can order any products from our 100Leafs by registering yourself only by filling some basic information</p>\n\n<h2>What is age limit for these products consumption ?</h2>\n\n<p>Your age must be above 21 years to consume these products</p>\n\n<h2>How to choose good weeds</h2>\n\n<p>100Leafs provided best quality weeds which mostly focused on smell,look,feel and flower structure</p>\n\n<h2>What is 100Leafs ?</h2>\n\n<p>100Leafs is providing solutions for cannabis consumers, its providing good platform for cannabis consumer</p>\n', 'FAQ About 100Leafs Cannabis Marketplace', 'FAQ', 'Get the answer to your all questions about 100Leafs Cannabis Marketplace, Age Limit, who is 100Leafs & More.', 0),
(13, 2, 'TEST', 'test', '<p>sdaddddddsds</p>\r\n', 'TETS', 'TTETETETEEE', 'dsdadddddd', 0),
(14, 1, 'About Us', 'about-us', '<h2>100Leafs is a cannabis marketplace and company that provides safe, legal access via on-demand delivery to adults across California.</h2>\r\n\r\n<h2><strong>We&#39;re on a mission to deliver good with the goods.</strong></h2>\r\n\r\n<p>As California&rsquo;s largest legal cannabis marketplace, we bring enjoyment and convenience to our customers, break down barriers to access, and cultivate community in everything we do. With nearly 8 million cannabis deliveries to-date, we are committed to creating a more diverse and sustainable industry through our Momentum business accelerator, Social Equity Partners and 100Leafs Compassion Programs.</p>\r\n\r\n<p>100Leafs educates consumers about cannabis products and sensible use while ensuring safe, dependable delivery. Prior to placing an order on 100Leafs&rsquo;s platform, customers are required to provide valid proof of ID, then orders are routed to one of 100Leafs&rsquo;s local, licensed retail partners. 100Leafs works exclusively with licensed, compliant brands and retail partners. All deliveries are made by background-checked employees of our Stachs subsidiary and retail partners, who verify the customer&rsquo;s ID for a second time during delivery. Delivery drivers follow all CDC guidelines for Covid safety. 100Leafs strives to be a safe and trustworthy platform and we have a Code of Conduct to help ensure good experiences for customers, partners, and drivers.</p>\r\n\r\n<p>&nbsp;</p>\r\n', '100Leafs  The Cannabis Marketplace Across California', '#', '100Leafs helps millions of consumers discover medical & recreational CBD concentrates, Edibles, flowers, Vape pens, Topicals & deals near them.', 0);
INSERT INTO `cms_pages` (`id`, `vendor_id`, `name`, `slug`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `status`) VALUES
(15, 1, 'Terms & Condition', 'terms-condition', '<h2><strong>INTRODUCTION</strong></h2>\r\n\r\n<p>Welcome to 100Leafs, the premier technology platform connecting licensed cannabis retailers (&ldquo;Retailers&rdquo;) with verified consumers (&ldquo;Consumers&rdquo;). This Terms of Service Agreement (&ldquo;Agreement&rdquo;) describes the terms and conditions that govern your use of 100Leafs and its associated services, and constitutes a legal, binding agreement between you, Bud relief Inc. and its subsidiaries and affiliates (collectively, &ldquo;100Leafs&rdquo;).</p>\r\n\r\n<p><strong>THE DISPUTE RESOLUTION SECTION OF THIS AGREEMENT CONTAINS A MUTUAL ARBITRATION AGREEMENT AND CLASS ACTION WAIVER THAT REQUIRES YOU AND 100Leafs TO RESOLVE DISPUTES WITH EACH OTHER ON AN INDIVIDUAL BASIS THROUGH FINAL AND BINDING ARBITRATION. PLEASE REVIEW THE DISPUTE RESOLUTION SECTION OF THIS AGREEMENT CAREFULLY. BY ENTERING INTO THIS AGREEMENT, YOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND ALL OF THE TERMS OF THIS AGREEMENT AND HAVE TAKEN TIME TO CONSIDER THE CONSEQUENCES OF THIS IMPORTANT DECISION.</strong></p>\r\n\r\n<h2><strong>Acceptance Of This Agreement</strong></h2>\r\n\r\n<p>By using, accessing, or downloading the 100Leafs Platform (defined below under the section entitled &ldquo;The 100Leafs Platform&rdquo;), you hereby expressly acknowledge and agree to be bound by all of the terms and conditions of this Agreement. If you do not agree to be bound by the terms and conditions of this Agreement, you may not use the 100Leafs Platform.</p>\r\n\r\n<p>In addition to reviewing this Agreement, please review the 100Leafs&nbsp;<a href=\"https://100Leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> (&ldquo;Privacy Policy&rdquo;), the 100Leafs Card Present Payment Terms, the 100Leafs Online Payment Terms, the Shipping Terms, the Referral Program Rules (&ldquo;Program Rules&rdquo;) If you do not agree to abide by the 100Leafs Terms, you automatically opt out of and are prohibited from using the 100Leafs Platform. If you violate the provisions of the 100Leafs Terms, 100Leafs may, in its sole discretion, suspend, discontinue, or change your account or any aspect of your access to or use of the 100Leafs Platform in whole or in part. By continuing to use the 100Leafs Platform, you agree to the 100Leafs Terms and any future amendments and additions to the 100Leafs Terms as published from time to time through the 100Leafs Platform.</p>\r\n\r\n<h2><strong>Amendments To This Agreement</strong></h2>\r\n\r\n<p>100Leafs may, in its sole discretion, modify or update this Agreement, or any policies relating to the 100Leafs Platform, from time to time. Please review this page periodically to ensure you are up-to-date with any changes. Any changes to this Agreement or associated policies will be published through the 100Leafs Platform, and are effective upon the publishing of said modification or update. If we make material changes to this Agreement, we will notify you via the email address associated with your Account or by posting a notice on the 100Leafs Platform. Continued use of the 100Leafs Platform after any such changes shall constitute your acceptance of such changes.</p>\r\n\r\n<h2><strong>Terminology</strong></h2>\r\n\r\n<p>For the purposes of this Agreement, the terms &ldquo;cannabis&rdquo; and &ldquo;marijuana&rdquo; are interchangeable, will be deemed under this Agreement to have the same legal meaning and significance, and do not encompass industrial hemp and products derived therefrom. &ldquo;Industrial hemp&rdquo; is defined by the Agriculture Improvement Act of 2018 as any part of the <em>Cannabis sativa</em> L. plant that contains less than 0.3 percent delta-9 tetrahydrocannabinol on a dry weight basis.</p>\r\n\r\n<h2><strong>THE 100Leafs PLATFORM</strong></h2>\r\n\r\n<p>Your use of the &ldquo;100Leafs Platform&rdquo; consists of the Application and the Service. You may access services 100Leafs provides through the 100Leafs website located at<a href=\"https://100leafs.com/\">&nbsp;<strong>100leafs.com</strong></a>, and other services provided or facilitated by 100Leafs including, without limitation, lead generation, logistical support, and customer engagement (collectively, the &ldquo;Service&rdquo;). Together, the Service and the Application are known as the 100Leafs Platform.</p>\r\n\r\n<h2><strong>DISCLAIMERS &amp; ACKNOWLEDGMENTS</strong></h2>\r\n\r\n<p><strong>100Leafs Is A Technology Platform</strong></p>\r\n\r\n<p>You expressly agree and acknowledge that 100Leafs (i) is a technology services provider; (ii) is not a licensed medical or adult-use cannabis Retailer, Brand (defined below in &ldquo;Third-Party Providers&rdquo;), or cultivator.</p>\r\n\r\n<h2><strong>Acknowledgment of Federal Law</strong></h2>\r\n\r\n<p>100Leafs operates under applicable state laws. You expressly acknowledge and understand that marijuana (cannabis) is listed on Schedule I of the United States Controlled Substances Act. Under the federal laws of the United States of America, manufacturing, distributing, dispensing or possession of marijuana is illegal, and individuals are subject to arrest and/or prosecution for doing so. Pursuant to the Agricultural Improvement Act of 2018, industrial hemp is not listed on Schedule 1 of the Controlled Substances Act. You further acknowledge that medical use is not recognized as a valid defense under federal laws regarding marijuana. You also acknowledge and understand that the interstate transportation of marijuana is a federal offense.</p>\r\n\r\n<h2><strong>Acknowledgment of State Law</strong></h2>\r\n\r\n<p>You expressly acknowledge, agree, and understand that the use, possession, cultivation, manufacturing, transportation, and distribution of cannabis is illegal in your state of residence and in the state you are located unless all participants are acting completely within the scope of the state&rsquo;s applicable laws.</p>\r\n\r\n<h2><strong>Acknowledgment of the Laws of Your Location</strong></h2>\r\n\r\n<p>While the Application or parts of the 100Leafs Platform may be accessed from various locations, the Service is currently available only to Users and Retailers located in certain states, cities, counties, municipalities, and jurisdictions, determined at the sole discretion of 100Leafs (&ldquo;Service Area&rdquo;). In all scenarios, you must abide by and follow the applicable laws of the state, city, county, municipality, or jurisdiction in which you are located in order to use the 100Leafs Platform. You expressly acknowledge, agree, understand, and assume full responsibility for cooperating with the laws of your place of location while using the 100Leafs Platform. 100Leafs reserves the right to determine or change its Service Area in its sole discretion at any time.</p>\r\n\r\n<h2><strong>Health Information</strong></h2>\r\n\r\n<p>You expressly acknowledge, agree, and understand that any statements relating to cannabis goods, accessories or any other products available on the 100Leafs Platform (&ldquo;Products&rdquo;) have not been evaluated by the FDA. Neither the Products nor the ingredients in any of the Products have been approved or endorsed by the FDA or any regulatory agency. The Products available on the 100Leafs Platform are not intended to diagnose, treat, cure, mitigate, or prevent any medical condition, illness, or disease in humans or animals. The information provided is designed for educational purposes only and is not intended to be a substitute for informed medical advice or care. If you are pregnant, nursing, taking medication, or have a medical condition, we suggest consulting with a physician before using any Products.</p>\r\n\r\n<h2><strong>USING THE 100Leafs PLATFORM</strong></h2>\r\n\r\n<h2><strong>Your User Account</strong></h2>\r\n\r\n<p>In order to use most aspects of the 100Leafs Platform, Consumers (collectively &ldquo;Users&rdquo;) must register for and maintain an active personal User account (&ldquo;Account&rdquo;). Account registration requires you to submit to 100Leafs certain information related to you that 100Leafs collects from you, through your use of the 100Leafs Platform, and from third parties as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> (&ldquo;User Data&rdquo;). To register an Account, you may be required to submit User Data, including personally identifiable information (&ldquo;PII&rdquo;) such as your name, phone number, email address, date of birth, or government-issued ID (i.e. driver&rsquo;s licence, state ID card, or passport). You grant 100Leafs permission to collect and maintain your User Data, and to disclose the User Data you provide to third parties for verification purposes and to facilitate your use of the 100Leafs Platform as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a> or any &ldquo;just-in-time&rdquo; disclosures describing our data collection, use, and sharing practices of specific parts of our 100Leafs Platform. A &ldquo;just-in-time&rdquo; notice may provide more information about our privacy practices, or provide you with additional choices about how we process your PII and/or User Data.</p>\r\n\r\n<p>You agree to maintain accurate, complete, and up-to-date information in your Account and that we and others may rely on your information as accurate, current and complete. Your failure to maintain accurate, complete, and up-to-date Account information, including having an invalid or expired identification on file, may result in your inability to access or use the Service.</p>\r\n\r\n<p>You are responsible for all activity that occurs under your Account, and you agree to maintain the security and secrecy of your Account username and password at all times. Unless otherwise permitted by 100Leafs in writing, you may only possess one Account.</p>\r\n\r\n<p>Your participation in using the 100Leafs Platform is for your sole, personal use. You agree that you are the sole authorized user of your Account, and you may not assign or otherwise transfer your Account to any other person or entity. Any attempt by another individual to use your Account may result in your inability to use the Service, and/or suspension from the 100Leafs Platform. You are responsible for the use of your Account and 100Leafs expressly disclaims any liability arising from the unauthorized use of your Account. If you suspect unauthorized access of your Account or any other breach of security, you agree to notify us immediately.</p>\r\n\r\n<p>100Leafs reserves the right, in its sole discretion, to set the requirements for, or to suspend, disable, deny access to, or disallow the registration of your Account for any reason. If you believe your inability to access your Account or the 100Leafs Platform has been made in error, please contact our Customer Support team. You acknowledge and agree that 100Leafs shall not be liable to you or any third party for any termination of your access to the 100Leafs Platform. The terms and conditions of this Agreement and the 100Leafs Terms shall survive and endure beyond any termination, deletion, or suspension of your Account, or if you cease using the 100Leafs Platform.</p>\r\n\r\n<p>If you wish to terminate, delete, suspend, or otherwise disable your Account or use of the 100Leafs Platform, please contact Customer Support. By registering for an Account, you acknowledge and agree that 100Leafs must maintain certain User Data, including PII, for business, legal and/or operational purposes, including to prevent account abuse, or as otherwise permitted under applicable law. Any remaining PII not necessary for this task will be deleted from your Account in a reasonable amount of time following the request. For further information on our privacy practices and how we handle your User Data, please review the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a>.</p>\r\n\r\n<h2><strong>Age Restrictions</strong></h2>\r\n\r\n<p>You must be at least 21 years old to use the 100Leafs Platform to order, receive, or facilitate delivery of adult-use cannabis. By using the 100Leafs Platform you expressly represent and warrant that you are at least 21 years old, are legally entitled to enter into this Agreement, and have the right, authority and capacity to enter into and abide by the terms and conditions of this Agreement. recommendation pursuant to the laws of your jurisdiction. You acknowledge that 100Leafs reserves the right to determine a minimum age for any User or Service Area in its sole discretion (&ldquo;Qualifying Age&rdquo;). You agree that if you are not of Qualifying Age while located in any Service Area, you are prohibited from using, and will not attempt to use, the Service.</p>\r\n\r\n<h2><strong>100Leafs Communications</strong></h2>\r\n\r\n<p>By entering into this Agreement or using the 100Leafs Platform, you expressly consent and agree to accept and receive communications from 100Leafs and/or Retailers that you transact with, including via email, text message, calls, and push notifications to the cellular telephone number you provided to 100Leafs.</p>\r\n\r\n<p>By consenting to being contacted, you understand and agree that you may receive communications (including those generated by automatic telephone dialing systems and/or which will deliver pre recorded messages) sent by or on behalf of 100Leafs, and/or Retailers, including but not limited to: operational or transactional communications concerning your Account or use of the 100Leafs Platform; updates concerning new or existing features of the 100Leafs Platform; communications concerning Promotions (defined below) run by 100Leafs, Retailers or third parties; and news or industry developments concerning 100Leafs, Retailers, or third parties. Standard text messaging charges applied by your cell phone carrier will apply to text messages you receive.</p>\r\n\r\n<p>IF YOU WISH TO OPT OUT OF PROMOTIONAL EMAILS, UNSUBSCRIBE FROM 100Leafs&rsquo;S PROMOTIONAL EMAIL LIST BY FOLLOWING THE UNSUBSCRIBE OPTIONS IN THE PROMOTIONAL EMAIL ITSELF, INCLUDING CLICKING THE UNSUBSCRIBE LINK PROVIDED AT THE BOTTOM OF THE EMAIL. IF YOU WISH TO OPT OUT OF PUSH NOTIFICATIONS YOU MAY DO SO THROUGH YOUR DEVICE SETTINGS. IF YOU WISH TO OPT OUT OF PROMOTIONAL CALLS OR TEXTS, YOU MAY TEXT &ldquo;STOP&rdquo; FROM THE MOBILE DEVICE RECEIVING THE MESSAGES TO THE PHONE NUMBER YOU RECEIVED THE MESSAGE FROM.</p>\r\n\r\n<p>YOU ACKNOWLEDGE THAT YOU ARE NOT REQUIRED TO CONSENT TO RECEIVE PROMOTIONAL TEXTS OR CALLS AS A CONDITION OF USING THE 100Leafs PLATFORM. IF YOU WISH TO OPT OUT OF ALL TEXTS OR CALLS FROM 100Leafs (INCLUDING OPERATIONAL OR TRANSACTIONAL TEXTS OR CALLS), PLEASE CONTACT CUSTOMER SUPPORT BY VISITING 100Leafs.CO/SUPPORT. HOWEVER, YOU ACKNOWLEDGE THAT OPTING OUT OF RECEIVING ALL TEXTS MAY IMPACT YOUR USE OF THE 100Leafs PLATFORM.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2><strong>Charges, Billing, &amp; Refunds</strong></h2>\r\n\r\n<p>You understand and acknowledge that you may incur fees or charges from 100Leafs, Retailers, or other third parties in connection with the goods and services purchased or facilitated through the 100Leafs Platform (&ldquo;Charges&rdquo;). All Charges will be identified in your cart prior to or during checkout, and in your receipt. Such Charges may include some combination of the following:</p>\r\n\r\n<ul>\r\n	<li><strong>Retail Price</strong>. The &ldquo;Retail Price&rdquo; of goods and accessories are displayed with that item on the 100Leafs Platform. The displayed Retail Price may include discounts, promotions, and price reductions at the sole discretion of 100Leafs. At checkout, the combined Retail Price of goods and accessories is the subtotal of an order as shown in your cart.</li>\r\n	<li><strong>State Taxes</strong>. Retailers charge applicable &ldquo;State Taxes,&rdquo; such as cannabis excise taxes, on sales of goods and accessories based on the state of your location, pursuant to state laws and regulations.</li>\r\n	<li><strong>Local Taxes</strong>. Retailers charge applicable &ldquo;Local Taxes&rdquo; on sales of cannabis goods and accessories. Local Taxes may be based on the city, county, municipality, or other jurisdictional location of your delivery address, the Retailer fulfilling your order, or both, pursuant to local laws and regulations.</li>\r\n	<li><strong>Sales Tax</strong>. Retailers charge applicable &ldquo;Sales Tax&rdquo; on all sales of goods and accessories. Sales tax may be based on the state, city, county, municipality, or other jurisdictional location of your delivery address, the Retailer fulfilling your order, or both, pursuant to applicable laws and regulations.</li>\r\n	<li><strong>Other Taxes. </strong>You may be charged additional taxes based on applicable laws and regulations. Such taxes may vary depending on the laws and regulations in place at the time of your purchase.</li>\r\n	<li><strong>Delivery Fee</strong>. You may be charged a &ldquo;Delivery Fee&rdquo; for each order you place.</li>\r\n	<li><strong>Cancellation Fee</strong>. After placing an order, you may cancel it through the Application, but you may be charged a &ldquo;Cancellation Fee&rdquo; in certain circumstances. You may also be charged if the Driver completing your order is unable to reach you to complete delivery.</li>\r\n	<li><strong>Service Fee</strong>. In some instances, you may be charged a &ldquo;Service Fee&rdquo; for some orders. A description for any applicable Service Fee will be available at checkout.</li>\r\n	<li><strong>Trust and Safety Fee</strong>. In some instances, you may be charged a &ldquo;Trust and Safety Fee&rdquo; for some orders. This fee, if applied, is collected to promote the safe and reliable operation of Retailers and their Drivers.</li>\r\n	<li><strong>Tips. </strong>You may elect to &ldquo;Tip&rdquo; your Driver in cash or through the 100Leafs Platform where available.</li>\r\n	<li><strong>Other Fees</strong>. Additional fees and charges may apply to your orders as determined by 100Leafs, the Retailers, and/or third parties with whom you transact. The description of any such fees will be available at checkout. Your bank may also charge additional fees.</li>\r\n</ul>\r\n\r\n<p>100Leafs may change any Charges at its sole discretion and reserves the right to determine final prevailing pricing. Please note that pricing information published on the 100Leafs Platform may not accurately reflect pricing. 100Leafs may, at its sole discretion, make promotional offers with different features and/or Charges to any individual or User. Such offers, unless made to you, have no bearing whatsoever on your use of the 100Leafs Platform.</p>\r\n\r\n<p>You may receive Promotions (defined below) or Referral Codes (defined below) that you can apply toward payment of certain Charges. Promotions or Referral Codes are only valid for use on the 100Leafs Platform, and are not transferable or redeemable for cash except as required by law. Additional restrictions on Promotions or Referral Codes may apply as communicated to you in a relevant promotion.</p>\r\n\r\n<p>All Charges are due immediately and are non-refundable. This no-refund policy shall apply at all times regardless of your decision to terminate usage of the 100Leafs Platform, 100Leafs&rsquo;s decision to terminate your usage, any disruption to the 100Leafs Platform, or any other reason whatsoever. If you are dissatisfied with any of the Products you receive, please contact Customer Support.</p>\r\n\r\n<p>A third-party payment processor (&ldquo;Payment Vendor&rdquo;) may bill your purchase of Products purchased through the 100Leafs Platform. Payment Vendor services may require you to visit, enter information into, or create an account with the Payment Vendor&rsquo;s application, website, or platform, separate and distinct from the 100Leafs Platform. By entering your payment, banking, or other billing information, you authorize 100Leafs to send that information to or through the applicable Payment Vendor to charge your form of payment. The processing of payments, authorizations, holds, credits, and refunds will be subject to the terms and conditions and privacy policy of the Payment Vendor. If you do not wish you utilize the services of a Payment Vendor, you may pay for Products in cash.</p>\r\n\r\n<h2><strong>Third-Party Providers</strong></h2>\r\n\r\n<p>During your use of the 100Leafs Platform, you may purchase goods and/or services from, correspond with, participate in the promotions of, or otherwise utilize third parties facilitating their business through the 100Leafs Platform, including without limitation, (i) Retailers; (ii) manufacturers, cultivators, distributors, microbusinesses, or licensors who sell Products to, through, and/or as Retailers (&ldquo;Brands&rdquo;); (iii) advertisers, business partners, or affiliates; (iv) Payment Vendors; and (v) the respective employees of each of the preceding (&ldquo;Third-Party Providers&rdquo;). You agree and acknowledge that 100Leafs is not a party to any transaction you enter into with any Third-Party Provider, unless otherwise indicated in this Agreement. Any such activity, and any terms, conditions, warranties, or representations associated with such activity is solely between you and the applicable Third-Party Provider. 100Leafs and its licensors shall have no liability, obligation or responsibility for any such purchase, correspondence, promotion, or transaction between you and any Third-Party Provider. In no event shall 100Leafs or its licensors be responsible for any content, products, services, or other materials on or available from Third-Party Providers.</p>\r\n\r\n<p>100Leafs does not endorse any third-party advertisements, links, promotions, or websites linked through the 100Leafs Platform, and in no event shall 100Leafs or its licensors be responsible for any content, products, services or other materials on or available from such sites or Third-Party Providers. Certain Third-Party Providers may require you to agree to additional or different terms and conditions prior to your use of or access to their goods and/or services. 100Leafs disclaims any and all responsibility or liability arising from such agreements between you and the Third-Party Providers.</p>\r\n\r\n<p>100Leafs may make available materials by Third-Party Providers, such as their opinions, advice, statements, offers, other information or content concerning 100Leafs or other materials made available through the 100Leafs Platform (&ldquo;Third-Party Materials&rdquo;). Such Third-Party Materials are not provided by 100Leafs and 100Leafs is not responsible for the content of Third-Party Materials. The authors of the Third-Party Materials are solely responsible for such content. 100Leafs disclaims responsibility for any loss or damage resulting from your reliance on information or other content posted by Third-Party Providers, whether on the 100Leafs Platform or otherwise. We reserve the right, without any obligation, to monitor, remove or suspend any Third-Party Materials posted on the 100Leafs Platform and remove any such material that, in our sole opinion, violates or is alleged to violate: (i) the law; (ii) this Agreement; (iii) the rights, or threatens to harm the safety or rights of Users or others.</p>\r\n\r\n<p>The 100Leafs Platform may contain third-party advertising and marketing. By agreeing to this Agreement, you agree to receive such advertising and marketing. 100Leafs disclaims responsibility for any loss or damage resulting from or related to such advertising and/or marketing.</p>\r\n\r\n<h2><strong>Product Descriptions</strong></h2>\r\n\r\n<p>100Leafs attempts to be as accurate as possible in Product descriptions or images for Products available through the 100Leafs Platform. However, 100Leafs is not a Brand and does not itself package, test, or label the Products available on the Platform. 100Leafs does not warrant that Product descriptions, images, or other Content (defined below) available on the 100Leafs Platform is accurate, complete, reliable, current, or error-free.</p>\r\n\r\n<p>You acknowledge and agree that Amounts (defined below) in Product descriptions on the 100Leafs Platform are averages or estimates, and that Amounts may vary for individual items, packages, or orders that you receive. Amounts on the 100Leafs Platform include without limitation the level (by weight, mass, volume, or percentage) of THC, CBD, other cannabinoids, and terpenes in a Product, the total weight, mass, or volume of a Product, the size, number of individual items, or servings, in a Product, and any other unit of measurement related to a Product.</p>\r\n\r\n<h2><strong>Promotions</strong></h2>\r\n\r\n<p>100Leafs may, in its sole discretion, make available certain promotions or offers, which may at times be redeemed by entering promotional codes, that may confer discounts, price reductions, features, benefits, related to the Service, subject to any additional terms that 100Leafs establishes (&ldquo;Promotions&rdquo;). Promotions may be offered by 100Leafs, Retailers, Brands, or other Third-Party Providers on the 100Leafs Platform. Each Promotion is a limited time offer and is valid only for the time specified therein. Unless otherwise specified on the Promotion itself, you may only use one Promotion per Account, per day.</p>\r\n\r\n<p>Each Promotion (i) must be used for the intended audience and purpose, and in a lawful manner; (ii) may not be duplicated, sold, resold or transferred in any manner, made available to the general public (whether posted to a public form or otherwise) or combined with any other offers unless otherwise permitted by 100Leafs; (iii) may only apply to qualifying items and may require a minimum dollar order purchase; (iv) may be modified, disabled, or withdrawn by 100Leafs at any time for any reason or no reason without liability to 100Leafs; (v) is not valid for cash or credit, has no monetary value, and cannot be applied after an order is submitted; (vi) may expire prior to your use; and (vii) is void where prohibited by law. If you violate any of the Promotion terms, the Promotion will be invalid.</p>\r\n\r\n<p>100Leafs, at its sole discretion, reserves the right to issue Promotions with different features, discounts, offers, or deals to any Users or groups of Users determined solely by 100Leafs. These Promotions, unless made to you, shall have no bearing whatsoever on your use of 100Leafs, or any Promotions offered to you.</p>\r\n\r\n<p>Unless otherwise indicated by 100Leafs, Promotions do not apply to taxes, fees, or any Charges other than Retail Price. Taxes and fees may apply to the full value of Products subsequently reduced in price by a Promotion.</p>\r\n\r\n<h2><strong>Referral Codes</strong></h2>\r\n\r\n<p>100Leafs may, in its sole discretion, create referral links or codes (&ldquo;Referral Codes&rdquo;) that may be redeemed for discounts on future Services, or other features or benefits related to the Service, subject to any additional terms that 100Leafs establishes. You agree that Referral Codes: (i) must be used for the intended audience and purpose, and in a lawful manner; (ii) may not be duplicated, sold, resold, or transferred in any manner, made available to the general public (whether posted to a public form or otherwise) or combined with any other referral codes, promotional codes or other promotions, discounts, coupons, or any other 100Leafs offers, unless in each case expressly permitted by 100Leafs; (iii) may be disabled or withdrawn by 100Leafs at any time for any reason or no reason without liability to 100Leafs; (iv) may only be used pursuant to the specific terms set forth in the Program Rules; (v) are not valid for cash or credit; and (vi) may expire prior to your use. 100Leafs reserves the right to withhold or deduct credits or other features or benefits obtained through the use of the referral system or Referral Codes by you or any other User in 100Leafs&rsquo;s sole discretion, including, without limitation, in the event that 100Leafs determines or believes that the use of the referral system or use or redemption of the Referral Code was in error, fraudulent, illegal, or otherwise in violation of the Program Rules. The Program Rules are incorporated herein by reference. Please refer to them for the full terms and conditions applicable to your use of Referral Codes.</p>\r\n\r\n<h2><strong>PRIVACY &amp; CONFIDENTIALITY</strong></h2>\r\n\r\n<h2><strong>Confidential Information</strong></h2>\r\n\r\n<p>You agree not to use, disclose, or permit disclosure of, for any purpose other than as stated in this Agreement, (i) any technical, financial, strategic, and other proprietary and confidential information or data relating to 100Leafs&rsquo;s business, operations, and properties; (ii) the technical, financial, strategic, and other proprietary and confidential information or data relating to the business, operations, or properties of any Retailer, Brand, or other Third-Party Provider; (iii) the User Data, PII, or any other information or data related to any other User; (iv) any non-public information of 100Leafs, any Retailer, Brand, or other Third-Party Provider, or any User that such party designates as being proprietary or confidential, or of which the other party should reasonably know that it should be treated as confidential (collectively, &ldquo;Confidential Information&rdquo;).</p>\r\n\r\n<p>You agree that all Confidential Information shall remain the exclusive property of the disclosing party. You agree not to disclose or permit disclosure of any Confidential Information to third parties for any purpose except as permitted under the 100Leafs Terms, to take all reasonable measures to protect the secrecy of and avoid disclosure or use of Confidential Information, to prevent Confidential Information from falling into the public domain, and to return or destroy all Confidential Information of the disclosing party upon termination of this Agreement or at the request of the disclosing party subject to applicable law. In the event Confidential Information is required to be disclosed pursuant to the order or requirement of a court administrative agency, or other governmental body, you agree to provide prompt notice of such court order or requirement to 100Leafs to enable 100Leafs to seek a protective order or otherwise prevent or restrict such disclosure.</p>\r\n\r\n<p>Notwithstanding the foregoing, Confidential Information shall not include any information to the extent it: (i) is or becomes part of the public domain at a time it is intentionally disclosed by 100Leafs or has entered the public domain through no act or omission on the part of the receiving party; (ii) was possessed by the receiving party prior to the date of this Agreement without an obligation of confidentiality; (iii) is disclosed to the receiving party by a third party having no obligation of confidentiality with respect thereto; or (iv) is required to be disclosed pursuant to law, court order, subpoena or governmental authority, provided the receiving party notifies the disclosing party thereof and provides the disclosing party a reasonable opportunity to contest or limit such required disclosure.</p>\r\n\r\n<h2><strong>User Privacy</strong></h2>\r\n\r\n<p>100Leafs may collect User Data as detailed in the&nbsp;<a href=\"https://100leafs.com/privacy-policy\"> <strong>Privacy Policy</strong></a>. By entering into this Agreement, you affirmatively agree to 100Leafs&rsquo;s collection, use, and sharing of your information and data as described in the Privacy Policy and any subsequent and future updates thereto. You understand that 100Leafs may retain your User Data for business, legal, regulatory, safety and other purposes after this Agreement is terminated, and agree to 100Leafs&rsquo;s use of your User Data.</p>\r\n\r\n<h2><strong>Restricted Activities</strong></h2>\r\n\r\n<p>With respect to your use of the 100Leafs Platform, you agree you will not:</p>\r\n\r\n<ul>\r\n	<li>Impersonate any person or entity</li>\r\n	<li>Stalk, threaten, or otherwise harass any person, or carry any weapons</li>\r\n	<li>Violate any law, statute, rule, permit, ordinance, or regulation</li>\r\n	<li>Post, email, upload, deploy, send, or otherwise make available (&ldquo;Transmit&rdquo;) any text, graphics, images, music, software, audio, video, code, files, programs, information or other materials (&ldquo;Content&rdquo;) that is unlawful, harmful, threatening, abusive, harassing, hateful, violent, pornographic, defamatory, libelous, invasive of another&rsquo;s privacy, harmful to minors in any way, or otherwise offensive</li>\r\n	<li>Transmit any Content that advertises any illegal service or the sale of any items which are prohibited by the laws of your state of location, or any other jurisdiction of your location</li>\r\n	<li>Access the 100Leafs Platform using unauthorized means, unauthorized applications, or an unauthorized device; or Transmit any Content that attempts to gain unauthorized access to 100Leafs&rsquo;s computer systems, networks, servers, software, hardware, telecommunications equipment, or any other internal or external 100Leafs infrastructure (the &ldquo;100Leafs Network&rdquo;)</li>\r\n	<li>Interfere with, disrupt, diminish the quality or performance of, or impair the functionality of the 100Leafs Platform or the 100Leafs Network, or Transmit any Content designed to do the same</li>\r\n	<li>Surreptitiously intercept or expropriate any system, data, personal information, or any portion of the 100Leafs Network or the 100Leafs Platform</li>\r\n	<li>Use the 100Leafs Platform in any way that infringes 100Leafs&rsquo;s or a third party&rsquo;s rights, including intellectual property rights, copyright, patent, trademark, trade secret, or other proprietary rights or rights of publicity or privacy</li>\r\n	<li>Modify, adapt, translate, reverse engineer, decipher, decompile, or otherwise disassemble any portion of the 100Leafs Platform or the 100Leafs Network</li>\r\n	<li>Rent lease, lend, sell, redistribute, license or sublicense the 100Leafs Platform or access to any portion of the 100Leafs Platform</li>\r\n	<li>Use any robot, spider, site search/retrieval application or other manual or automatic device or process to retrieve, index, crawl, scrape, &ldquo;data mine&rdquo;, or in any way reproduce or circumvent the navigational structure or presentation of the 100Leafs Platform or its contents</li>\r\n	<li>Forge headers or otherwise manipulate identifiers in order to disguise the origin of any information transmitted through the 100Leafs Platform</li>\r\n	<li>&ldquo;Frame&rdquo; or &ldquo;mirror&rdquo; any part of the 100Leafs Platform without 100Leafs&rsquo;s prior written authorization or use meta tags or code or other devices containing any reference to us in order to direct any person to any other website for any purpose</li>\r\n	<li>Use the 100Leafs Platform to design or develop a competitive or substantially similar product or service</li>\r\n	<li>Use the 100Leafs Platform to copy or extract any features, functionality, or Content</li>\r\n	<li>Link directly or indirectly to any other websites</li>\r\n	<li>Transfer or sell your Account, password, username, or identification to any other party</li>\r\n	<li>Discriminate against or harass anyone on the basis of race, national origin, religion, gender, gender identity, physical or mental disability, medical condition, marital status, age or sexual orientation</li>\r\n</ul>\r\n\r\n<h2><strong>LICENSING AND INTELLECTUAL PROPERTY</strong></h2>\r\n\r\n<h2><strong>Limited License Granted By 100Leafs</strong></h2>\r\n\r\n<p>Subject to your compliance with the terms and conditions of this Agreement, 100Leafs hereby grants you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to use the 100Leafs Platform only as permitted by its functionality. This license permits you to download and install a copy of the Application on a mobile device or computer that you own or control and to run such copy of the Application solely for your own personal, non-commercial use. You will not use, copy, adapt, modify, prepare derivative works based upon, reverse engineer, decompile, disassemble, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, broadcast or otherwise exploit the 100Leafs Platform, Content, or Confidential Information, except as expressly permitted in this Agreement. No licenses or rights are granted to you by implication or otherwise under any intellectual property rights owned or controlled by 100Leafs or its licensors, except for the licenses and rights expressly granted in this Agreement.</p>\r\n\r\n<p>Furthermore, with respect to any form of the Application accessed through or downloaded from the Apple App Store, Android Market, Google Play Store, Amazon App Store, BlackBerry App World, Samsung Apps Store, Nokia OVI store, Windows marketplace for Mobile, or any online marketplace, you will use that version of the Application as permitted by any &ldquo;Usage Rules&rdquo; set forth in the respective third-party terms of service or use applicable to such version of the Application. 100Leafs disclaims any and all responsibility or liability arising from such agreements between you and such third parties. 100Leafs reserves all rights in and to the 100Leafs Platform not expressly granted to you under this Agreement.</p>\r\n\r\n<h2><strong>License Granted By User</strong></h2>\r\n\r\n<p>The 100Leafs Platform may allow you to post or submit feedback, comments, questions, and other content or information that a User submits, posts, uploads, or otherwise makes available on or through the 100Leafs Platform (&ldquo;User Content&rdquo;). You are solely responsible for, and the sole owner of the User Content that you upload, publish, display, link to, or otherwise make available on the 100Leafs Platform, and agree 100Leafs is acting only as an interactive computer service for your publication of such User Content.</p>\r\n\r\n<p>By making available any User Content, you hereby grant 100Leafs a worldwide, irrevocable, perpetual, non-exclusive, transferable, royalty-free right and license, with the right to sublicense through multiple tiers, to use, view, copy, adapt, modify, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, distribute, broadcast and otherwise exploit such User Content in any media or format, or to prepare derivative works or incorporate into other works such User Content in any media or format.</p>\r\n\r\n<p>Nothing in this Agreement will be deemed to restrict any rights that you may have to use and exploit any User Content. You acknowledge and agree that you do not acquire any rights to any research or commercial products that may be developed by 100Leafs or its collaborating partners. You specifically understand that you will not receive compensation for any research or commercial products that include or result from your User Content.</p>\r\n\r\n<p>You acknowledge and agree that you are solely responsible for all User Content that you make available through or to the 100Leafs Platform. Accordingly, you represent and warrant that: (i) you either are the sole and exclusive owner of all User Content that you make available or you have all rights, licenses, consents and releases that are necessary to grant 100Leafs the above license to such User Content; and (ii) neither the User Content itself, you making it available, or 100Leafs&rsquo;s use of the User Content will infringe, misappropriate or violate any third party rights, including, without limitation, any patent, copyright, trademark, trade secret, moral rights or other intellectual property rights, or rights of publicity or privacy, or result in the violation of any applicable law or regulation.</p>\r\n\r\n<p>100Leafs reserves the right, but is not obligated, to review, monitor, reject or remove any User Content, at 100Leafs&rsquo;s sole discretion at any time and for any reason, without notice to you.</p>\r\n\r\n<h2><strong>Intellectual Property Ownership</strong></h2>\r\n\r\n<p>100Leafs (and its licensors where applicable) owns all intellectual property rights in and related to the 100Leafs Platform absolutely and in their entirety. You acknowledge that any suggestions, ideas, enhancement requests, feedback, recommendations, or other information provided by you relating to the 100Leafs Platform are non-confidential and shall become the sole property of 100Leafs. This Agreement is not a sale and does not convey to you any rights of ownership in or related to the 100Leafs Platform, or any intellectual property rights owned by 100Leafs. Any trademarks, logos, service marks, company or product names displayed through the 100Leafs Platform are trademarks of 100Leafs or third parties, and no right or license is granted to use them.</p>\r\n\r\n<p>Other than as specifically permitted by 100Leafs, you are not permitted to use or reference in any manner 100Leafs&rsquo;s, its Brand and Retail partners, or any of their licensors&rsquo; company names, logos, product and service names, trademarks, service marks, trade dress, copyrights or other indicia of ownership, alone and in combination with other letters, punctuation, words, symbols and/or designs (the &ldquo;100Leafs Marks and Names&rdquo;) for any commercial purposes.</p>\r\n\r\n<p>You agree that you will not: (i) try to register or otherwise use and/or claim ownership in any of the 100Leafs Marks and Names, alone or in combination with other letters, punctuation, words, symbols and/or designs, or in any confusingly similar mark, name or title, for any goods and services; (ii) take any other action that would jeopardize or impair 100Leafs&rsquo;s rights as owner of the 100Leafs Marks and Names or the legality and/or enforceability of the 100Leafs Marks and Names, including, challenging or opposing 100Leafs&rsquo;s ownership in the 100Leafs Marks and Names; or (iii) use the 100Leafs Marks or Names on or in connection with any product, service, or activity that is in violation of any law, statute, government regulation or standard. Violation of this license may result in immediate termination of your license, at the sole discretion of 100Leafs.</p>\r\n\r\n<p><strong>DISPUTE RESOLUTION</strong></p>\r\n\r\n<p><strong>Agreement to Arbitrate</strong></p>\r\n\r\n<p><strong>YOU AND 100Leafs MUTUALLY AGREE TO WAIVE OUR RESPECTIVE RIGHTS TO RESOLUTION OF DISPUTES IN A COURT OF LAW BY A JUDGE OR JURY AND AGREE TO RESOLVE ANY CLAIM OR DISPUTE AGAINST EACH OTHER ON AN INDIVIDUAL BASIS IN ARBITRATION. This will prohibit you from bringing any class, collective, or consolidated action against 100Leafs, and will also prohibit you from participating in or recovering relief under any current or future such actions brought against 100Leafs by someone else. Arbitration is more informal than a lawsuit in court: there is no judge or jury in arbitration; discovery in arbitration may be more limited than discovery in litigation; and court review of an arbitration award is limited.</strong> This agreement to arbitrate (&ldquo;Arbitration Agreement&rdquo;) also applies to claims between you and 100Leafs&rsquo;s Third-Party Providers, and such Third-Party Providers will be considered intended third party beneficiaries of this Arbitration Agreement.</p>\r\n\r\n<p>You and 100Leafs agree that any dispute, claim, or controversy, whether based on past, present or future events, arising out of or relating to: this Agreement and prior versions thereof (including the breach, termination, enforcement, interpretation or validity thereof); the 100Leafs Platform; Content currently or previously available on or through the 100Leafs Platform; any Products currently or previously available on the 100Leafs Platform; your relationship with 100Leafs; your User Data; the threatened or actual suspension, deactivation, or termination of your Account or this Agreement; payments made by you or any payments made or allegedly owed to you; any Promotions, referral benefits, or other offers; and any other federal and state statutory and common law claims (collectively, &ldquo;Disputes&rdquo;) will be settled by binding arbitration, except that each party retains the right to bring an individual action in small claims court and the right to seek injunctive or other equitable relief in a court of competent jurisdiction to prevent the actual or threatened infringement, misappropriation or violation of a party&rsquo;s copyrights, trademarks, trade secrets, patents or other intellectual property rights. All disputes concerning the arbitrability of a Dispute (including disputes about the scope, applicability, enforceability, legality, revocability, or validity of the Arbitration Agreement) will be decided by the arbitrator, except as expressly provided herein.</p>\r\n\r\n<p>YOU UNDERSTAND, ACKNOWLEDGE, AND AGREE THAT YOU AND 100Leafs ARE EACH WAIVING THE RIGHT TO SUE IN COURT OR HAVE A JURY TRIAL FOR ANY AND ALL DISPUTES, EXCEPT AS EXPRESSLY OTHERWISE PROVIDED IN THIS ARBITRATION AGREEMENT.</p>\r\n\r\n<p><strong>Prohibition Of Class Actions And Non-individualized Relief</strong></p>\r\n\r\n<p>You acknowledge and agree that you and 100Leafs are each waiving the right to a trial by jury or to participate as a plaintiff or class in any purported class, collective, or consolidated proceeding. Further, unless both you and 100Leafs otherwise agree in writing, the arbitrator may not consolidate more than one person&rsquo;s claims, and may not otherwise preside over any form of any class, collective, consolidated or representative proceeding.</p>\r\n\r\n<p><strong>Arbitration Rules And Governing Law</strong></p>\r\n\r\n<p>The arbitration will be administered by the American Arbitration Association (&ldquo;AAA&rdquo;) in accordance with the Consumer Arbitration Rules (the &ldquo;AAA Rules&rdquo;) then in effect, except as modified by this Agreement. The AAA Rules are available at&nbsp;<a href=\"http://adr.org/\">&nbsp; adr.org</a> or by calling the AAA at 1-800-778-7879 or any subsequent applicable telephone number. The Federal Arbitration Act (&ldquo;FAA&rdquo;) will govern the interpretation and enforcement of this Arbitration Agreement. It is your and 100Leafs&rsquo;s intent that the FAA and AAA Rules will preempt all state laws to the fullest extent permitted by law. If the FAA and AAA Rules are found to not apply to any issue that arises under this Arbitration Agreement or the enforcement thereof, then that issue will be resolved under the laws of the State of California. This Agreement governs to the extent it conflicts with the AAA Rules or FAA.</p>\r\n\r\n<p><strong>Arbitration Process</strong></p>\r\n\r\n<p>A party who desires to initiate arbitration must provide the other party with a written Demand for Arbitration as specified in the AAA Rules. The AAA provides a form Demand for Arbitration and a separate form for California residents at&nbsp;<a href=\"http://adr.org/\"> adr.org</a>. The arbitrator will be either a retired judge or an attorney licensed to practice law in the state of California and will be selected by the parties from the AAA&rsquo;s roster of consumer dispute arbitrators. If the parties are unable to agree upon an arbitrator within seven (7) days of delivery of the Demand for Arbitration, then the AAA will appoint the arbitrator in accordance with the AAA Rules.</p>\r\n\r\n<p><strong>Arbitration Location And Procedure</strong></p>\r\n\r\n<p>Unless you and 100Leafs otherwise agree, the arbitration will be conducted in the county where you reside. If your claim does not exceed $10,000, then the arbitration will be conducted solely on the basis of documents you and 100Leafs submit to the arbitrator, unless you request a hearing or the arbitrator determines that a hearing is necessary. If your claim exceeds $10,000, your right to a hearing will be determined by the AAA Rules. Subject to the AAA Rules, the arbitrator will have the discretion to direct a reasonable exchange of information by the parties, consistent with the expedited nature of the arbitration.</p>\r\n\r\n<p><strong>Arbitrator&rsquo;s Decision</strong></p>\r\n\r\n<p>The arbitrator will render an award within the time frame specified in the AAA Rules. The arbitrator&rsquo;s decision will include the essential findings and conclusions upon which the arbitrator based the award. Judgment on the arbitration award may be entered in any court having jurisdiction thereof. The arbitrator&rsquo;s award damages must be consistent with the terms of the &ldquo;Limitation of Liability&rdquo; section above as to the types and the amounts of damages for which a party may be held liable. The arbitrator may award declaratory or injunctive relief only in favor of the claimant and only to the extent necessary to provide relief warranted by the claimant&rsquo;s individual claim. The prevailing party in arbitration will be entitled to an award of attorneys&rsquo; fees and expenses, to the extent provided under applicable law.</p>\r\n\r\n<p><strong>Fees</strong></p>\r\n\r\n<p>Payment of all filing, administration and arbitrator fees will be governed by the AAA Rules.</p>\r\n\r\n<p><strong>Severability&nbsp;</strong></p>\r\n\r\n<p>If any portion of this Arbitration Agreement is found to be unenforceable or unlawful for any reason, (1) the unenforceable or unlawful provision will be severed from this Arbitration Agreement, (2) severance of the unenforceable or unlawful provision will have no impact on the remainder of the Arbitration Agreement or the parties&rsquo; ability to compel arbitration of any remaining claims on an individual basis, and (3) to the extent that any Disputes must therefore proceed on a class, collective, consolidated or representative basis, such Disputes must be litigated in a civil court of competent jurisdiction and not in arbitration, and the parties agree that litigation of those claims will be stayed pending the outcome of any individual claims in arbitration. In any case in which the Dispute proceeds on a class, collective, consolidated or representative basis and there is also a final judicial determination that this Arbitration Agreement is unenforceable as to a portion (but not all) of such Dispute, then such portion of the Dispute will be severed from any remaining claims and the remainder will be enforced in arbitration on an individual basis as to all other Disputes to the fullest extent possible. Except as otherwise provided herein, this &ldquo;Arbitration Agreement&rdquo; section will survive any termination of this Agreement.</p>\r\n\r\n<p><strong>Changes</strong></p>\r\n\r\n<p>Notwithstanding the provisions of the modification-related provisions above, if 100Leafs changes this Arbitration Agreement after the date you first accepted this Agreement (or accepted any subsequent changes to this Agreement), you may reject any such change by sending us a notice to info@100leafs.com with &ldquo;Legal&rdquo; in the subject line within 30 days of the date such change became effective, as indicated above or in the date of 100Leafs&rsquo;s email to you notifying you of such change. By rejecting any change, you are agreeing that you will arbitrate any Dispute between you and 100Leafs in accordance with the provisions of this Arbitration Agreement as of the date you first accepted this Agreement (or accepted any subsequent changes to this Agreement). If you do not opt out by the deadline, you are agreeing to the arbitration process as set forth in the new Agreement.</p>\r\n\r\n<h2><strong>MISCELLANEOUS</strong></h2>\r\n\r\n<h2><strong>Indemnification</strong></h2>\r\n\r\n<p>By entering into this Agreement and using the 100Leafs Platform, you agree to defend, indemnify and hold 100Leafs, its licensors and each such party&rsquo;s parent organizations, subsidiaries, affiliates, officers, directors, Users, employees, attorneys and agents harmless from and against any and all third-party claims, costs, damages, losses, liabilities and expenses (including attorneys&rsquo; fees and costs) arising out of or in connection with: (i) your violation or breach of any term of this Agreement, the 100Leafs Terms, or any applicable law or regulation, whether or not referenced herein; (ii) your violation of any rights of any third party, including Users, Retailers, Brands, or other Third-Party Providers; (iii) your use or misuse of the 100Leafs Platform or Products available therein; (iv) if you are a Driver, your actions or omissions arising from the performance of Delivery Services or access or use of the Driver App.</p>\r\n\r\n<h2><strong>Disclaimer Of Warranties</strong></h2>\r\n\r\n<p>100Leafs MAKES NO REPRESENTATION, WARRANTY, OR GUARANTY AS TO THE RELIABILITY, TIMELINESS, QUALITY, SUITABILITY, AVAILABILITY, ACCURACY OR COMPLETENESS OF THE 100Leafs PLATFORM. 100Leafs DOES NOT REPRESENT OR WARRANT THAT: (A) THE USE OF THE 100Leafs PLATFORM WILL BE SECURE, TIMELY, UNINTERRUPTED OR ERROR-FREE OR OPERATE IN COMBINATION WITH ANY OTHER HARDWARE, APPLICATION, SYSTEM OR DATA, (B) THE 100Leafs PLATFORM WILL MEET YOUR REQUIREMENTS OR EXPECTATIONS, (C) ANY STORED DATA WILL BE ACCURATE OR RELIABLE, (D) THE QUALITY OF ANY PRODUCTS, SERVICES, INFORMATION, OR OTHER MATERIAL PURCHASED OR OBTAINED BY YOU THROUGH THE 100Leafs PLATFORM WILL MEET YOUR REQUIREMENTS OR EXPECTATIONS, (E) ERRORS OR DEFECTS IN THE 100Leafs PLATFORM WILL BE CORRECTED, OR (F) THE 100Leafs NETWORK OR OTHER ASPECTS OF THE 100Leafs PLATFORM ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. THE 100Leafs PLATFORM IS PROVIDED TO YOU STRICTLY ON AN &ldquo;AS IS&rdquo; BASIS. ALL CONDITIONS, REPRESENTATIONS AND WARRANTIES, WHETHER EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF THIRD-PARTY RIGHTS, ARE HEREBY DISCLAIMED TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW BY 100Leafs. 100Leafs MAKES NO REPRESENTATION, WARRANTY, OR GUARANTY AS TO THE RELIABILITY, SAFETY, TIMELINESS, QUALITY, SUITABILITY OR AVAILABILITY OF ANY SERVICES, PRODUCTS OR GOODS OBTAINED BY THIRD PARTIES THROUGH THE USE OF THE 100Leafs PLATFORM. YOU ACKNOWLEDGE AND AGREE THAT THE ENTIRE RISK ARISING OUT OF YOUR USE OF THE 100Leafs PLATFORM, AND ANY THIRD-PARTY SERVICES OR PRODUCTS REMAINS SOLELY WITH YOU, TO THE MAXIMUM EXTENT PERMITTED BY LAW.</p>\r\n\r\n<p>BY USING THE 100Leafs PLATFORM, YOU ACKNOWLEDGE AND AGREE THAT YOU MAY BE INTRODUCED TO A THIRD PARTY THAT MAY POSE HARM OR RISK TO YOU OR OTHER THIRD PARTIES. YOU ARE ADVISED TO TAKE REASONABLE PRECAUTIONS WITH RESPECT TO INTERACTIONS WITH THIRD PARTIES ENCOUNTERED IN CONNECTION WITH THE USE OF THE 100Leafs PLATFORM.</p>\r\n\r\n<h2><strong>Delays</strong></h2>\r\n\r\n<p>The 100Leafs Platform may be subject to limitations, delays, and other problems inherent in the use of the internet and electronic communications. 100Leafs does not guarantee the availability or uptime of the 100Leafs Platform. You acknowledge and agree that the 100Leafs Platform may be unavailable at any time and for any reason (e.g., due to scheduled maintenance or network failure)</p>\r\n\r\n<h2><strong>Limitation Of Liability</strong></h2>\r\n\r\n<p>IN NO EVENT SHALL 100Leafs, INCLUDING ITS LICENSORS, AFFILIATES, SUBSIDIARIES, PARENTS, SUCCESSORS AND ASSIGNS, AND EACH OF OUR RESPECTIVE OFFICERS, DIRECTORS, EMPLOYEES, AGENTS, OR SHAREHOLDERS (COLLECTIVELY &ldquo;100Leafs&rdquo; FOR PURPOSES OF THIS SECTION), BE LIABLE TO YOU OR ANYONE FOR ANY INDIRECT, PUNITIVE, SPECIAL, EXEMPLARY, INCIDENTAL, CONSEQUENTIAL OR OTHER DAMAGES OF ANY TYPE OR KIND (INCLUDING, WITHOUT LIMITATION, PERSONAL INJURY, LOSS OF DATA, REVENUE, PROFITS, USE OR OTHER ECONOMIC ADVANTAGE). 100Leafs SHALL NOT BE LIABLE FOR ANY LOSS, DAMAGE OR INJURY WHICH MAY BE INCURRED BY YOU, INCLUDING BUT NOT LIMITED TO LOSS, DAMAGE, OR INJURY ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE 100Leafs PLATFORM, INCLUDING BUT NOT LIMITED TO THE USE OR INABILITY TO USE THE 100Leafs PLATFORM, ANY RELIANCE PLACED BY YOU ON THE COMPLETENESS, ACCURACY OR EXISTENCE OF ANY ADVERTISING, OR AS A RESULT OF ANY RELATIONSHIP OR TRANSACTION BETWEEN YOU AND ANY ADVERTISER, RETAILER, BRAND, SPONSOR, OR OTHER THIRD-PARTY PROVIDER WHOSE ADVERTISING APPEARS ON THE 100Leafs PLATFORM OR IS REFERRED THROUGH THE 100Leafs PLATFORM, EVEN IF 100Leafs HAS BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>\r\n\r\n<p>100Leafs MAY INTRODUCE YOU TO RETAILERS, BRANDS OR OTHER THIRD-PARTY PROVIDERS FOR THE PURPOSES OF PROVIDING DELIVERY SERVICES. 100Leafs WILL NOT ASSESS THE SUITABILITY, LEGALITY, OR ABILITY OF ANY RETAILER, BRAND, DRIVER, OR OTHER THIRD-PARTY PROVIDER AND YOU EXPRESSLY WAIVE AND RELEASE 100Leafs FROM ANY AND ALL ANY LIABILITY, CLAIMS OR DAMAGES ARISING FROM OR IN ANY WAY RELATED TO SUCH THIRD PARTIES. YOU ACKNOWLEDGE THAT RETAILERS PROVIDING DELIVERY SERVICES REQUESTED THROUGH THE 100Leafs PLATFORM MAY NOT BE PROFESSIONALLY LICENSED OR PERMITTED. 100Leafs WILL NOT BE A PARTY TO DISPUTES, NEGOTIATIONS OF DISPUTES BETWEEN YOU AND ANY THIRD PARTIES. 100Leafs CANNOT AND WILL NOT PLAY ANY ROLE IN MANAGING PAYMENTS BETWEEN YOU AND A THIRD PARTY, INCLUDING THIRD-PARTY PROVIDERS. RESPONSIBILITY FOR THE DECISIONS YOU MAKE REGARDING SERVICES OFFERED VIA THE 100Leafs PLATFORM (WITH ALL ITS IMPLICATIONS) RESTS SOLELY WITH YOU.</p>\r\n\r\n<p>YOU EXPRESSLY WAIVE AND RELEASE ANY AND ALL RIGHTS AND BENEFITS UNDER SECTION 1542 OF THE CIVIL CODE OF THE STATE OF CALIFORNIA (OR ANY ANALOGOUS LAW OF ANY OTHER STATE), WHICH READS AS FOLLOWS: &ldquo;A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH, IF KNOWN BY HIM, MUST HAVE MATERIALLY AFFECTED HIS SETTLEMENT WITH THE DEBTOR.&rdquo;</p>\r\n\r\n<p>CERTAIN JURISDICTIONS MAY NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN WARRANTIES AND DAMAGES. ACCORDINGLY, SOME OR ALL OF THE ABOVE DISCLAIMERS, EXCLUSIONS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS. THE DISCLAIMERS, EXCLUSIONS, AND LIMITATIONS OF LIABILITY UNDER THIS AGREEMENT WILL NOT APPLY TO THE EXTENT PROHIBITED BY APPLICABLE LAW.</p>\r\n\r\n<h2><strong>Notice</strong></h2>\r\n\r\n<p>100Leafs may give notice by means of a general notice on the 100Leafs Platform, email, telephone, text message or by written communication sent by first class mail or pre-paid post to your address on record in your Account. Such notice shall be deemed to have been given upon the expiration of 48 hours after mailing or posting (if sent by first class mail or pre-paid post) or 12 hours after sending (if sent by email). You may give notice to 100Leafs (such notice shall be deemed given when received by 100Leafs) at any time by sending an email to: info@100leafs.com. Please specify the reason for the email in the subject line so it can be forwarded to the proper department.</p>\r\n\r\n<h2><strong>Assignment</strong></h2>\r\n\r\n<p>This Agreement may not be assigned by you without the prior written approval of 100Leafs but may be assigned without your consent by 100Leafs to: (i) a parent or subsidiary; (ii) an acquirer of assets; (iii) a successor by merger; or (iv) any third party that assumes 100Leafs&rsquo;s rights and obligations under this Agreement. Any purported assignment in violation of this section shall be void.</p>\r\n\r\n<h2><strong>Export Control</strong></h2>\r\n\r\n<p>You agree to comply fully with all U.S. and foreign export laws and regulations to ensure that neither the 100Leafs Platform nor any technical data related thereto nor any direct product thereof is exported or re-exported directly or indirectly in violation of, or used for any purposes prohibited by, such laws and regulations. By using the 100Leafs Platform, you represent and warrant that: (i) you are not located in a country that is subject to a U.S. Government embargo, or that has been designated by the U.S. Government as a &ldquo;terrorist supporting&rdquo; country; and (ii) you are not listed on any U.S. Government list of prohibited or restricted parties.</p>\r\n\r\n<h2><strong>Term For Cause Of Action</strong></h2>\r\n\r\n<p>You and 100Leafs agree that regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to use of the 100Leafs Platform or the 100Leafs Terms must be filed within one (1) year after such claim or cause of action arose. Otherwise such claim or cause of action is permanently barred.</p>\r\n\r\n<h2><strong>GENERAL</strong></h2>\r\n\r\n<p>No joint venture, partnership, employment, or agency relationship exists between you, 100Leafs, or any third party as a result of this Agreement or use of the 100Leafs Platform. If any provision of the Agreement is held to be invalid or unenforceable, you and 100Leafs agree that such provision shall be struck and the remaining provisions shall be enforced to the fullest extent under law. The failure of 100Leafs to enforce any right or provision in this Agreement shall not constitute a waiver of such right or provision unless acknowledged and agreed to by 100Leafs in writing.</p>\r\n\r\n<p>This Agreement (including the 100Leafs Terms) constitutes the entire agreement between you and 100Leafs and governs your use of the 100Leafs Platform, superseding any prior agreements between you and 100Leafs. This Agreement and the relationship between you and 100Leafs shall be governed by the laws of the State of California without regard to its conflict of law provisions. In the event that either you or 100Leafs commence a court action, any such action shall be brought exclusively in the state or federal courts located in San Francisco County, California, and you and 100Leafs both submit to personal jurisdiction there. The section titles or headings in this Agreement are for convenience only and have no legal or contractual effect. A printed version of this Agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this Agreement to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.</p>\r\n', '#', '#', '#', 0);
INSERT INTO `cms_pages` (`id`, `vendor_id`, `name`, `slug`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `status`) VALUES
(16, 1, 'Privacy Policy', 'privacy-policy', '<h2><strong>100Leafs  Privacy Policy</strong></h2>\r\n\r\n<p>Thank you for exploitation 100Leafs, the premier technology platform connecting authorized&nbsp; cannabis retailers with verified users. This Privacy Policy applies to your use of 100Leafs, and any websites, mobile applications, services, programs, or options (the &ldquo;100Leafs Platform&rdquo;) closely-held or operated by Bud relief Inc. and any of its subsidiaries or affiliates (collectively, &ldquo;100Leafs,&rdquo; &ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;). 100Leafs values your privacy, and taking correct care of your data may be a high priority for North American country. Our goal is to assist you perceive what data we tend to collect concerning you (also referred to as &ldquo;User Data&rdquo;) and describe however we tend to use that data to supply you and every one of our users with safe and secure access to legal cannabis, industrial hemp-derived CBD, and alternative merchandise and accessories.</p>\r\n\r\n<h2><strong>INFORMATION WE COLLECT</strong></h2>\r\n\r\n<p>Please note,&nbsp;not all accounts or features are available in all locations, therefore a number of the examples below might not apply to you.</p>\r\n\r\n<h2><strong>Information You Provide To Us</strong></h2>\r\n\r\n<p>We collect data concerning you after you give it to us directly, after we request it from you, or after you provide North American country permission to urge it from a 3rd party supply. Below area unit some samples of the kinds of data we tend to collect.</p>\r\n\r\n<h2><strong>Registration and Identity Verification</strong></h2>\r\n\r\n<p>When you register for any 100Leafs account, you provide us. your name, email address, signaling, date of birth, and, if necessary, a duplicate of your government-issued ID (i.e. your driver&rsquo;s license, state ID card, or passport). so as to receive a delivery or cargo, you want to give a sound delivery address &mdash; whether or not that&rsquo;s your home address or the other valid physical address. further data we tend to receive from you will embrace, however isn&#39;t restricted to, a state-issued medical marijuana ID card or a physician&rsquo;s recommendation letter that you simply provide us, so as to receive a medical delivery, or a selfie image to boost trust and safety on the 100Leafs Platform</p>\r\n\r\n<h2><strong>Demographic Information</strong></h2>\r\n\r\n<p>We conjointly collect demographic data from you after you register, after you take our surveys, and throughout your use of the 100Leafs Platform. Demographic data could embody your age, gender, location, how you heard about 100Leafs, spending habits, consumption preferences, and other preferences or habits.</p>\r\n\r\n<h2><strong>Communications</strong></h2>\r\n\r\n<p><strong>I</strong>f you contact us directly, we tend to might collect data from you that give a satisfying expertise and answers any queries you&#39;ve got whereas victimisation 100Leafs. for instance, once you communicate with a member of our client service team, we tend to might raise you for your name, email address, delivery address, signal, or proof of charge so as to spot your account, ensure your identity, or assist together with your issue. If you send us an email, we are going to collect the contents of that email and any other information you choose to provide with your email. If you communicate us via live chat, that correspondence are archived. If you communicate with us via social media, we tend to collect that communication and associate that data together with your user account to the extent the data may be joined. client service communications over the phone is also recorded for internal control functions and should be summarized inside our client support systems.</p>\r\n\r\n<h2><strong>Payment Information</strong></h2>\r\n\r\n<p>Payment information may be collected in connection with a transaction facilitated by 100Leafs. For on-demand delivery, all payments are made to a licensed cannabis retail dispensary fulfilling your order, and not to 100Leafs. For other products and services, payments may be made directly to 100Leafs or another third party. In all cases, while we may retain a limited amount of payment information for identification and convenience, to keep your financial data secure, we do not store full payment or financial information on our servers. Unless otherwise noted, payment information flows through a third-party vendor who processes the payments for Retailers and 100Leafs.</p>\r\n\r\n<h2><strong>Information We Collect When You Use 100Leafs</strong></h2>\r\n\r\n<p>Like most online services, 100Leafs automatically collects technical information about you or your device used to access the 100Leafs Platform. We collect information from your browser, computer, mobile device or other device used to access the 100Leafs Platform. Below we provide examples of the types of data we may collect about you.</p>\r\n\r\n<h2><strong>Location Information</strong></h2>\r\n\r\n<p>We collect your location information when you provide us with a delivery address or we may use geolocation-based services in order to verify your location. For instance, knowing your location may be necessary to allow you full access to our mobile applications or certain aspects of the 100Leafs Platform. Furthermore, for compliance reasons, some of the 100Leafs Platform may be restricted depending on where you are located. Collecting your location information is also necessary to connect you to a licensed retailer that services your delivery area, to send you relevant content based on your location, and to optimize or improve our products and services.</p>\r\n\r\n<h2><strong>Usage Information</strong></h2>\r\n\r\n<p>We log how you interact with the 100Leafs Platform by automatically recording data sent by your application or browser. This includes, but is not limited to, the products and content you view, your actions on the 100Leafs Platform, how you access our 100Leafs Platform, and the details of any orders you place</p>\r\n\r\n<h2><strong>Device Information</strong></h2>\r\n\r\n<p>We collect information about the device you are using, such as the device&rsquo;s IP address, web browser, unique identifiers (such as advertising ID, VIN, MAC address, and IDFA), and other related software or hardware information related to your device.</p>\r\n\r\n<h2><strong>Cookies and Technical Information</strong></h2>\r\n\r\n<p>We also collect information through the use of &ldquo;cookies,&rdquo; tracking pixels, and similar technologies. Cookies are small text files created by websites and stored on your device. They provide a way for the 100Leafs Platform to recognize you and keep track of your settings and preferences. We also use cookies and similar technologies to provide you with a secure experience and to understand, among other things, how you navigate the 100Leafs Platforms, learn what content is popular, recognize repeat users, and save your account information. The 100Leafs Platform is not configured to read or respond to &ldquo;do not track&rdquo; settings or signals in your browser settings.</p>\r\n\r\n<h2><strong>User Feedback</strong></h2>\r\n\r\n<p>We want to make sure you have a consistently positive experience with the 100Leafs Platform, and we are always looking to improve our products and services. Accordingly, we collect and retain information about any ratings, reviews, and feedback you provide about our service, the 100Leafs Platform, the products on our site, licensed retailers, and their drivers.</p>\r\n\r\n<h2><strong>Information Collected from Third Parties</strong></h2>\r\n\r\n<p><strong>Licensed Retailers</strong></p>\r\n\r\n<h2><strong>We add retailers manually </strong></h2>\r\n\r\n<p>When you place an on-demand delivery order through 100Leafs, that order is fulfilled and delivered to you by one of our licensed retailers. We collect information about you from the retailers or their drivers based on your interactions with them. For instance, when your delivery driver reaches the delivery address you provided, they will check your government-issued ID before completing the transaction. While we collect this information about you through the retailer, please note that this Privacy Policy does not cover the information or privacy practices of retailers.</p>\r\n\r\n<h2><strong>Public Sources</strong></h2>\r\n\r\n<p>We may collect information from public sources, such as map information and public social media information.</p>\r\n\r\n<h2><strong>HOW WE USE THE INFORMATION WE COLLECT</strong></h2>\r\n\r\n<p>In addition to the uses described above, we also use the information we collect about you to:</p>\r\n\r\n<ul>\r\n	<li>Provide the 100Leafs Platform to you, including, but not limited to, connecting you with a licensed retailer to facilitate your legal access to cannabis and cannabis products, and facilitation of your transactions and payments</li>\r\n	<li>Support our licensed retailers with information necessary for them to maintain their records in accordance with their normal business practices and applicable law</li>\r\n	<li>Identify you as a user in our system</li>\r\n	<li>Comply with applicable local, state and federal laws and regulations</li>\r\n	<li>Analyze and assess current and potential user markets</li>\r\n	<li>Improve, optimize and create new products and services</li>\r\n	<li>Evaluate retailer, brand, and other third-party partnerships</li>\r\n	<li>Personalize your experience with 100Leafs</li>\r\n	<li>To determine whether you are a good candidate for the role or program you applied for</li>\r\n	<li>Provide customer support and assist with your access or use of the 100Leafs Platform</li>\r\n	<li>Detect, prevent, or mitigate fraud or any other suspicious activities</li>\r\n	<li>Conduct research and development, such as by conducting voluntary user surveys or obtaining other feedback from you</li>\r\n	<li>Support public health and safety efforts</li>\r\n	<li>Support ongoing efforts in cannabis legalization and social equity and justice</li>\r\n	<li>As otherwise described in this Privacy Policy or in any other notices we have or will provide to you</li>\r\n</ul>\r\n\r\n<h2><strong>Government Authority, Law Enforcement, &amp; Safety</strong></h2>\r\n\r\n<p>We only disclose information about you to a government authority, law enforcement official, public health or safety official, or one of our partners if we believe we are required to by law, or in order to respond to or comply with regulations or legal processes, including, but not limited to, responding to subpoenas or warrants. We may also share your information if we think doing so is necessary to protect the rights, property, or safety of 100Leafs, our partners and their employees, our users, the public.</p>\r\n\r\n<h2><strong>YOUR CHOICES</strong></h2>\r\n\r\n<p>We provide you with the choices below regarding your personal information:</p>\r\n\r\n<h3>Email Subscriptions</h3>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>You can always unsubscribe from 100Leafs promotional emails by clicking the link provided at the bottom of the email. We will still send you transactional emails and receipts generated from your use of 100Leafs as these are not promotional communications.</p>\r\n\r\n<h2><strong>Push Notifications</strong></h2>\r\n\r\n<p>If you are using the 100Leafs mobile application(s), you can opt out of receiving promotional push notifications through your device settings. Please note that opting out of receiving transactional push notifications, such as receiving a notification that your order has arrived, may impact your use of 100Leafs.</p>\r\n\r\n<h2><strong>Location Information</strong></h2>\r\n\r\n<p>You can prevent your device from sharing geolocation information at any time through your device settings. Please note that the use of geolocation information may be necessary to access some of our services, such as mobile applications that may only allow access to users in states that have legalized the sale of recreational cannabis.</p>\r\n\r\n<h2><strong>Editing Account Information</strong></h2>\r\n\r\n<p>You can review and edit certain account information at any time by logging into your account and navigating to your &ldquo;Profile.&rdquo;</p>\r\n\r\n<h2><strong>Deleting Your Account</strong></h2>\r\n\r\n<p>We will store your information as long as your account is open. If you wish to terminate, delete, suspend, or otherwise disable your Account or use of the 100Leafs Platform, please go to your Profile and click on &ldquo;Delete Account.&rdquo; When we delete user accounts we must maintain certain information as long as necessary to comply with legal obligations, prevent fraudulent activity, to enforce agreements, or as otherwise deemed necessary in our discretion. Upon your request for deletion, the information that can be deleted will be removed from your Account in a reasonable amount of time or as otherwise required by applicable law.</p>\r\n\r\n<h2><strong>CALIFORNIA RESIDENTS</strong></h2>\r\n\r\n<p>If you are a California resident, this section applies to you. For purposes of this section, &ldquo;personal information&rdquo; has the meaning given in the California Consumer Privacy Act of 2018 (&ldquo;CCPA&rdquo;), but does not include certain de-identified or aggregated information, information publicly available in government records, or certain information excluded from the CCPA&rsquo;s scope.</p>\r\n\r\n<p>As a California resident, you are entitled to certain privacy rights further explained below. These rights are not absolute and are subject to exceptions. We may be required or permitted by law to decline your request. When requesting to exercise your right to access and deletion under the CCPA, only you, a person that you authorize to act on your behalf, or an entity registered with the California Secretary of State that you authorize to act on your behalf, may make such a verifiable request.</p>\r\n\r\n<ul>\r\n	<li>The right to request a copy of the categories of personal information and specific personal information collected about you in the last 12 months.To do so, please navigate to your Account Settings page.</li>\r\n	<li>The right to delete personal information collected from you, except as necessary to comply with legal obligations, detect, prevent and mitigate security incidents, bugs or fraudulent, malicious, deceptive or illegal activity, or as otherwise provided under applicable law.</li>\r\n	<li>The right not to have your personal information sold to third parties, if applicable. 100Leafs does not sell your name, address, government identification, medical recommendation or identification, or other similar personal information. However, California law broadly defines what constitutes &ldquo;personal information&rdquo; such that cookie and technical information shared with targeted advertising vendors may constitute a &ldquo;sale&rdquo; of &ldquo;personal information.&rdquo;</li>\r\n	<li>The right not to be discriminated against for exercising your privacy rights described above.</li>\r\n</ul>\r\n\r\n<p>For privacy and security purposes, we are required to verify your request before we fulfill your request. Please authenticate into your account and follow the instructions provided to you after your submit your request via the contact us page.</p>\r\n\r\n<p>If you are a non-account holder or an authorized representative, we will require you to verify your identity or the validity of your representation before fulfilling your request for privacy and security purposes. To verify your identity or representation, we may ask for you to share data points as described in this Privacy Policy to be able to look up your data and ensure you are who you claim to be. You may also be required to provide us with a signed declaration under penalty of perjury.</p>\r\n\r\n<p>In addition, if you are an authorized representative, we may request: a copy of your valid government-issued identification or other proof of identity acceptable to us in our sole discretion; and, a power of attorney pursuant to California Probate Code sections 4000 &ndash; 4465 or as otherwise sufficient in our discretion to establish your authority as an authorized representative.</p>\r\n\r\n<p>You may contact us at&nbsp;<a href=\"mailto:info@100Leafs.com\">info@100Leafs.com</a>&nbsp;with any non-account holder or authorized representative requests, or if you have questions or concerns about our privacy practices or your rights.</p>\r\n\r\n<h2><strong>REMINDERS</strong></h2>\r\n\r\n<h3><strong>Changes to the Policy</strong></h3>\r\n\r\n<p>We may update this Privacy Policy periodically. If we make any material changes, we will update you on the 100Leafs Platform, by email, or by other communication. We encourage you to stay up to date about our privacy practices by reviewing this Privacy Policy periodically. Continued use of 100Leafs following notices of changes to the Privacy Policy indicates your acknowledgment of such changes and agreement to be bound by the terms and conditions of such changes.</p>\r\n\r\n<p>In addition, we may provide you with &ldquo;just-in-time&rdquo; disclosures or additional information about the data collection, use and sharing practices of specific parts of the 100Leafs Platform. These notices may provide more information about our privacy practices, or provide you with additional choices about how we process your personal information.</p>\r\n\r\n<h3><strong>Age Restrictions</strong></h3>\r\n\r\n<p>100Leafs is intended for access and use by individuals who are of legal age for the services offered based on the applicable regulations of their state or other government entities (&ldquo;Qualifying Age&rdquo;). We do not knowingly collect personal information from or about anyone who is not of Qualifying Age. If you are not of Qualifying Age, you should not attempt to access or use 100Leafs, or send any information to us. If we discover that we have collected personal information from an individual who is not of Qualifying Age, we will take steps to remove that information.</p>\r\n\r\n<h3><strong>Account Activity</strong></h3>\r\n\r\n<p>You are responsible for maintaining the secrecy of your unique password and account information, and for controlling access to emails or physical mail between you and 100Leafs at all times. When you direct 100Leafs to share your information with third parties, please note that your privacy and security may also be affected by changes in such third party services. We are not responsible for the functionality, privacy, or security measures of any other organization or third party.</p>\r\n\r\n<h2><strong>CONTACT US</strong></h2>\r\n\r\n<p>If you have questions or comments about this Privacy Policy, your information, our use and sharing practices, or your choices, please&nbsp;<a href=\"https://100Leafs.com/contact-us\"><strong>Contact Us</strong></a>. If you are a California resident, you have the right to request certain information regarding our disclosure of personal information to third parties for direct marketing purposes.</p>\r\n', '#', '#', '#', 0),
(17, 1, 'Returns Policy', 'returns-policy', '<p>Applicable products are returnable within the applicable return window if you&rsquo;ve received them in a condition that is physically damaged, have missing parts or accessories, are defective,, or are different from their description on the product detail page on 100Leafs.com</p>\r\n\r\n<p>If you report an issue with your Smartphone, Tablet, Laptop, Television, Air Conditioner, Refrigerator, Washing Machine, and Microwave, we may facilitate scheduling a technician visit to your location. This visit is scheduled by placing an order with 100Leafs through 100Leafs.com Home Services. Subject to 100Leafs.com Home Services Terms and Conditions, a resolution will be provided based on the technician&#39;s evaluation report.</p>\r\n\r\n<p>Return will be processed only if:&nbsp;</p>\r\n\r\n<p>it is determined that the product was not damaged while in your possession;</p>\r\n\r\n<p>the product is not different from what was shipped to you;</p>\r\n\r\n<p>the product is returned in original condition (with brand&rsquo;s/manufacturer&#39;s box, MRP tag intact, user manual, warranty card,, and all the accessories therein).</p>\r\n\r\n<p>If you wish to return an electronic device that stores any personal information, please ensure that you have removed all such personal information from the device prior to returning. 100Leafs shall not be liable in any manner for any misuse or usage of such information.</p>\r\n\r\n<p>Products may not be eligible for return in some cases, including cases of buyer&#39;s remorse such as incorrect model or color of the product ordered or incorrect product ordered.</p>\r\n\r\n<p>Products marked as &quot;non-returnable&quot; on the product detail page cannot be returned.</p>\r\n\r\n<p>No additional information is required to return an eligible order unless otherwise noted in the category-specific policy.&nbsp;</p>\r\n\r\n<p>Products may be eligible for replacement only if the same seller has the exact same item in stock.&nbsp;</p>\r\n\r\n<p>If the replacement request is placed and the seller does not have the exact same product in stock, a refund would be issued to you.&nbsp;</p>\r\n\r\n<p>Products purchased by international customers are not eligible for returns. However, orders made by international customers are eligible for refunds.</p>\r\n\r\n<p>To know about the Return window for 100Leafs Business orders, please visit here.&nbsp;</p>\r\n\r\n<p>Note: If you&#39;ve received a non-returnable product in a damaged/defective condition, you can contact us within 10 days from the delivery of the product.</p>\r\n\r\n<p>&nbsp;</p>', '#', '#', '#', 0),
(18, 1, 'Test offer', 'test-offer', '', 'Test offer', 'Test offer', 'sdfsdf', 1),
(19, 1, 'FAQ', 'faq', '<h2>How to order products</h2>\r\n\r\n<p>You can order any products from our 100Leafs by registering yourself only by filling some basic information</p>\r\n\r\n<h2>What is age limit for these products consumption ?</h2>\r\n\r\n<p>Your age must be above 21 years to consume these products</p>\r\n\r\n<h2>How to choose good weeds</h2>\r\n\r\n<p>100Leafs provided best quality weeds which mostly focused on smell,look,feel and flower structure</p>\r\n\r\n<h2>What is 100Leafs ?</h2>\r\n\r\n<p>100Leafs is providing solutions for cannabis consumers, its providing good platform for cannabis consumer</p>\r\n', 'FAQ About 100Leafs Cannabis Marketplace', 'FAQ', 'Get the answer to your all questions about 100Leafs Cannabis Marketplace, Age Limit, who is 100Leafs & More.', 0),
(20, 1, 'TEST', 'test', '<p>sdaddddddsds</p>\r\n', 'TETS', 'TTETETETEEE', 'dsdadddddd', 0);

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

--
-- Table structure for table `delivery_driver_pincodes`
--

CREATE TABLE `delivery_driver_pincodes` (
  `id` bigint(20) NOT NULL,
  `driver_id` int(11) NOT NULL,
  `pincode` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `delivery_driver_pincodes`
--

INSERT INTO `delivery_driver_pincodes` (`id`, `driver_id`, `pincode`) VALUES
(35, 19, '10'),
(50, 21, '42'),
(52, 22, '42'),
(53, 20, '11'),
(54, 20, '10'),
(55, 20, '9'),
(56, 20, '5'),
(57, 20, '4'),
(58, 20, '3'),
(59, 18, '10'),
(60, 18, '3');

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

--
-- Table structure for table `dynamic_notifications`
--

CREATE TABLE `dynamic_notifications` (
  `id` bigint(20) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `description` longtext NOT NULL,
  `image` varchar(400) NOT NULL,
  `action` varchar(400) NOT NULL,
  `created_on` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `dynamic_notifications`
--

INSERT INTO `dynamic_notifications` (`id`, `vendor_id`, `description`, `image`, `action`, `created_on`) VALUES
(113, 1, 'One More Testing Noti<br>', 'uploads/notification/1657628833_cropped-logo-2png.png', '#', '2022-07-12 08:27:13'),
(112, 0, 'Hello Just Testing<br>', 'uploads/notification/1657628668ic_cat_imgpng.png', '#', '2022-07-12 08:24:28'),
(114, 0, '<p><strong>One More Testing Noti</strong></p>\r\n', '', '#', '2022-07-14 08:41:00'),
(115, 0, '<p><strong>One More Testing Noti</strong></p>\r\n', '', '#', '2022-07-14 08:52:24'),
(116, 0, '<p>Offers coming in next month</p>\r\n', '', '#', '2022-07-14 08:57:54'),
(117, 0, '<p>Offers coming in next month</p>\r\n', '', '#', '2022-08-18 00:36:23'),
(118, 0, '<p>Offers coming in next month</p>\r\n', '', '#', '2022-08-18 00:43:06'),
(119, 0, '<p>Offers coming in next month</p>\r\n', '', '#', '2022-08-24 06:44:28'),
(120, 0, '<p><strong>One More Testing Noti</strong></p>\r\n', '', '#', '2022-08-24 07:09:11'),
(121, 0, '<p>hello, user I have offered for all.... next month....</p>\r\n', '', '#', '2022-08-24 07:17:27'),
(122, 0, '<p>Offer</p>\r\n', '', '#', '2022-08-25 01:15:58'),
(123, 0, '<table>\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<p><strong>Offers coming in next month</strong></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n', '', '#', '2022-08-25 01:29:28'),
(124, 0, '<p>Offer</p>\r\n', '', '#', '2022-08-25 01:30:47'),
(125, 0, '<p>offer</p>\r\n', '', '#', '2022-08-25 01:35:41'),
(126, 0, '<p>testing</p>\r\n', '', '#', '2022-08-25 01:41:15'),
(127, 0, 'Offers coming in next month\r\n\r\n', '', '#', '2022-08-26 03:41:48'),
(128, 0, 'fddf dfdfdfdfdfdf ', '', 'sa', '2022-08-26 03:43:57'),
(129, 0, 'One More Testing Notification', '', '#', '2022-08-26 04:36:53'),
(130, 0, 'test notification', '', '#', '2022-08-26 04:48:18'),
(131, 0, 'test notification', '', '#', '2022-08-26 04:48:50'),
(132, 0, 'test notification', '', '#', '2022-08-26 04:48:57'),
(133, 0, 'Offers coming in next month', '', '#', '2022-08-29 03:29:37'),
(134, 0, 'test notifivation here', '', '#', '2022-08-29 04:22:34'),
(135, 0, 'One More Testing Notification', '', '#', '2022-08-29 05:27:16'),
(136, 1, 'sadsdd', 'uploads/notification/1676550176iconpng.png', '#', '2023-02-16 17:52:56'),
(137, 1, 'sadsdd', 'uploads/notification/1676550196iconpng.png', '#', '2023-02-16 17:53:16'),
(138, 1, 'ssassas', 'uploads/notification/1676550221iconpng.png', '#', '2023-02-16 17:53:42');

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `question` varchar(500) NOT NULL,
  `ans` text NOT NULL,
  `is_active` int(11) NOT NULL DEFAULT 1 COMMENT '1 = Active'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `vendor_id`, `question`, `ans`, `is_active`) VALUES
(1, 2, 'What is Lorem Ipsum?', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 1),
(2, 2, 'Why do we use it?', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1),
(3, 2, 'Where does it come from?', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.', 1),
(4, 1, 'What is Lorem Ipsum?', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 1),
(5, 1, 'Why do we use it?', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1),
(6, 1, 'Where does it come from?', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.', 1);

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

--
-- Table structure for table `mobile_cart`
--

CREATE TABLE `mobile_cart` (
  `id` int(11) NOT NULL,
  `device_token` varchar(400) NOT NULL,
  `prdct_id` int(11) NOT NULL,
  `var_id` int(11) NOT NULL DEFAULT 0,
  `prdct_type` varchar(200) NOT NULL,
  `qty` int(11) NOT NULL,
  `price` varchar(100) NOT NULL,
  `gram_value` varchar(355) NOT NULL DEFAULT '0',
  `cashback` varchar(200) NOT NULL DEFAULT '0',
  `is_express` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `is_subscription` varchar(100) NOT NULL DEFAULT 'no',
  `subscription_id` int(11) NOT NULL DEFAULT 0,
  `strains_id` varchar(355) NOT NULL DEFAULT '0',
  `user_type` varchar(100) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `mobile_cart`
--

INSERT INTO `mobile_cart` (`id`, `device_token`, `prdct_id`, `var_id`, `prdct_type`, `qty`, `price`, `gram_value`, `cashback`, `is_express`, `is_subscription`, `subscription_id`, `strains_id`, `user_type`, `created_at`) VALUES
(5, '79BC4666-A126-4270-A6CD-F0977894AF9A', 2019, 0, '', 1, '27', '1', '0', 'no', 'no', 0, '0', '', '2022-08-02 04:45:05'),
(52, 'FDDD24F8-3BBB-4BEB-B320-C073BECDF813', 2114, 0, '', 1, '28', '', '0', 'no', 'no', 0, '0', '', '2022-08-03 08:21:48'),
(53, 'FDDD24F8-3BBB-4BEB-B320-C073BECDF813', 2111, 0, '', 1, '20', '', '0', 'no', 'no', 0, '0', '', '2022-08-03 08:21:55'),
(54, 'FDDD24F8-3BBB-4BEB-B320-C073BECDF813', 2115, 0, '', 1, '48', '', '0', 'no', 'no', 0, '0', '', '2022-08-03 08:22:12'),
(336, '9aa6cc9d5c71b22e', 2073, 0, '', 1, '12', '', '0', 'no', 'no', 0, '0', '', '2022-09-13 02:19:10'),
(342, '02CA543A-FA98-4B81-80A7-60E6B750735F', 2136, 0, '', 1, '21', '2', '0', 'no', 'no', 0, '0', '', '2022-10-18 08:49:35'),
(343, '02CA543A-FA98-4B81-80A7-60E6B750735F', 1992, 0, '', 1, '34', '14', '0', 'no', 'no', 0, '0', '', '2022-10-18 08:50:59'),
(344, 'A44B5295-BB67-49A4-ABF8-EA9AA26EE24D', 2121, 0, '', 1, '12', '1', '0', 'no', 'no', 0, '0', '', '2022-11-01 05:52:38');

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

--
-- Table structure for table `mst_setting`
--

CREATE TABLE `mst_setting` (
  `id` int(11) NOT NULL,
  `protocol` varchar(100) NOT NULL,
  `sender_title` varchar(500) NOT NULL,
  `smtp_host` varchar(150) NOT NULL,
  `smtp_port` varchar(150) NOT NULL,
  `smtp_user` varchar(150) NOT NULL,
  `smtp_pass` varchar(150) NOT NULL,
  `smtp_from` varchar(100) NOT NULL,
  `mailtype` varchar(150) NOT NULL,
  `charset` varchar(150) NOT NULL,
  `smtp_crypto` varchar(100) NOT NULL,
  `fcm_server_key` text NOT NULL,
  `copyright` text NOT NULL,
  `address` text NOT NULL,
  `support_mobile` varchar(500) NOT NULL,
  `support_whatsup` varchar(500) NOT NULL,
  `excel_link` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `mst_setting`
--

INSERT INTO `mst_setting` (`id`, `protocol`, `sender_title`, `smtp_host`, `smtp_port`, `smtp_user`, `smtp_pass`, `smtp_from`, `mailtype`, `charset`, `smtp_crypto`, `fcm_server_key`, `copyright`, `address`, `support_mobile`, `support_whatsup`, `excel_link`) VALUES
(1, 'smtp', 'Reword System', 'smtp.gmail.com', '587', 'developer@gemsdigitalmedia.com', 'lcrlcdueynweccyq', 'developer@gemsdigitalmedia.com', 'html', 'utf-8', 'tls', 'AAAAxKNAyPo:APA91bHc-cvMwO852bAlhNdBDDmMWlIbKROt9fRy6Hu2xgFzFX1N2_v6y5rYTddejJPf4LcZMvU2mi9qCW_ysGgatKtcRrYJa-Y6flWjHBaIZQkA8a8AUH1iGGF141UJaaf94zb47N_k', '', '', '1', '1', 'https://docs.google.com/spreadsheets/d/1XRLYviqB_U3HbQNAJj4iymywf2RyW0S274Wi9g6r2J8/edit#gid=397120235');

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

--
-- Table structure for table `notification_log`
--

CREATE TABLE `notification_log` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `order_id` varchar(60) NOT NULL,
  `notification_id` int(11) NOT NULL,
  `notification_text` text DEFAULT NULL,
  `created_on` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `notification_template`
--

CREATE TABLE `notification_template` (
  `id` int(11) NOT NULL,
  `msg_key` varchar(400) NOT NULL,
  `msg_value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `notification_template`
--

INSERT INTO `notification_template` (`id`, `msg_key`, `msg_value`) VALUES
(1, 'cancel_order', 'Hello {{customer}}, your MJ Direct order {{invoice_no}} has been canceled. If already paid for the order, a refund will be initiated shortly.'),
(3, 'placed_order', 'Hello {{customer}}, your order No {{invoice_no}} with MJ Direct has been successfully placed. Please check your email for order confirmation and detailed delivery information.'),
(4, 'after_verify', 'Hello {{customer}}, your order No {{invoice_no}} has been verified and confirmed by our team and should be delivered to you by {{date}}.								'),
(5, 'order_dispatch', 'Hello {{customer}}, your MJ Direct order {{invoice_no}} has been dispatched & it should reach to you by {{date}}.'),
(7, 'order_packed', 'Hello {{customer}}, the items from your order {{invoice_no}} are been packed safely by our retail partner and should be delivered by {{date}}.'),
(8, 'order_out_for_delivery', 'Hello {{customer}}, the package containing your MJ Direct order {{invoice_no}} is out for delivery {{tracking_number}} and will be delivered to you by {{date}}.'),
(9, 'order_delivered', 'Hello {{customer}}, your package containing MJ Direct order {{invoice_no}} is delivered by our delivery agent.'),
(10, 'app_download', 'Click {{app_link}} here to download the MJ Direct app'),
(11, 'deliver_boy', 'your order No {{invoice_no}} with MJ Direct has been successfully packed. Please check your application for order information.');

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

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `oid` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `branch_id` int(11) NOT NULL DEFAULT 0,
  `invoice_id` varchar(10) NOT NULL DEFAULT '',
  `sub_total` float NOT NULL,
  `coupan` varchar(20) NOT NULL,
  `coupan_charge` float NOT NULL,
  `cashback_charge` varchar(200) NOT NULL DEFAULT '0',
  `shipping_charge` float NOT NULL,
  `subscription_charge` varchar(255) NOT NULL DEFAULT '0',
  `grand_total` float NOT NULL,
  `diduct_payment` float NOT NULL,
  `wallet_type` varchar(100) NOT NULL COMMENT 'E Wallet,Gift Wallet',
  `from_wallet` float NOT NULL,
  `payment_type` varchar(20) NOT NULL,
  `payment_method_id` int(11) NOT NULL,
  `address_id` int(11) NOT NULL,
  `product_type` varchar(20) NOT NULL COMMENT 'Medicine/Healthcare/Diagnostic',
  `preferred_timeslot` varchar(200) NOT NULL DEFAULT '0',
  `is_secret_delivery` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `deliver_type` varchar(300) NOT NULL DEFAULT '' COMMENT 'self pickup / home delivery',
  `repeat_order` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=initiate, 1=paid, 2=processing, 3=dispatch, 4=delivered, 5=cancel, 6=notdelivered, 7=check_order, 8=verified_order,9= invalid_order 10= rejected',
  `direct_uploaded` int(11) NOT NULL DEFAULT 0 COMMENT '0=no,1=yes',
  `order_note` longtext NOT NULL,
  `dealer_id` int(11) NOT NULL DEFAULT 0,
  `deliveryboy_id` int(11) NOT NULL DEFAULT 0,
  `deliver_status` int(11) NOT NULL DEFAULT 0 COMMENT '0=not deliver,1=deliver',
  `cancel_reason` longtext NOT NULL,
  `cancelby_deliveryboy` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `cancel_date` varchar(100) NOT NULL DEFAULT current_timestamp(),
  `order_expire_days` int(11) NOT NULL DEFAULT 0,
  `transaction_id` varchar(100) NOT NULL DEFAULT '',
  `transaction_date` datetime NOT NULL DEFAULT current_timestamp(),
  `token` varchar(400) NOT NULL DEFAULT '',
  `cash_collected` int(11) NOT NULL DEFAULT 0 COMMENT '0=not collected,1=collected',
  `uploaded_invocie` varchar(400) NOT NULL DEFAULT '',
  `uploaded_invoice_id` varchar(100) DEFAULT NULL,
  `created_date` datetime NOT NULL DEFAULT current_timestamp(),
  `pincode` int(11) DEFAULT 390002,
  `deliverboy_report` int(11) DEFAULT 0 COMMENT '0=not reported,1=reported',
  `admin_report_approve` int(11) DEFAULT 0 COMMENT '0=pending,1=approved,2=rejected',
  `signature_image` text NOT NULL,
  `is_subscription` varchar(50) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `subscription_id` int(11) NOT NULL DEFAULT 0,
  `subscription_product` varchar(255) NOT NULL DEFAULT '0',
  `subscription_strains` varchar(255) NOT NULL DEFAULT '0',
  `is_express` varchar(100) NOT NULL DEFAULT 'no',
  `cancellation_reason` text NOT NULL,
  `user_type` varchar(100) NOT NULL,
  `document_verify_deliverd` int(11) NOT NULL COMMENT '1 = yes , 0 = no'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`oid`, `vendor_id`, `user_id`, `branch_id`, `invoice_id`, `sub_total`, `coupan`, `coupan_charge`, `cashback_charge`, `shipping_charge`, `subscription_charge`, `grand_total`, `diduct_payment`, `wallet_type`, `from_wallet`, `payment_type`, `payment_method_id`, `address_id`, `product_type`, `preferred_timeslot`, `is_secret_delivery`, `deliver_type`, `repeat_order`, `status`, `direct_uploaded`, `order_note`, `dealer_id`, `deliveryboy_id`, `deliver_status`, `cancel_reason`, `cancelby_deliveryboy`, `cancel_date`, `order_expire_days`, `transaction_id`, `transaction_date`, `token`, `cash_collected`, `uploaded_invocie`, `uploaded_invoice_id`, `created_date`, `pincode`, `deliverboy_report`, `admin_report_approve`, `signature_image`, `is_subscription`, `subscription_id`, `subscription_product`, `subscription_strains`, `is_express`, `cancellation_reason`, `user_type`, `document_verify_deliverd`) VALUES
(1, 2, 1, 0, 'MJ0001', 21, '', 0, '5', 0, '0', 21, 0, '', 0, 'COD', 2, 1, 'Healthcare', '0', 'no', '', 0, 0, 0, '', 0, 0, 0, '', 'no', '2023-03-18 07:30:41', 0, '', '2023-03-18 07:30:41', '61ed3440469ddd2a1d1eca168ff91823', 0, '', NULL, '2023-03-18 17:00:41', 49015, 0, 0, '', 'no', 0, '0', '0', 'no', '', '', 1);

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

--
-- Table structure for table `order_subscription`
--

CREATE TABLE `order_subscription` (
  `id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `subscription_pro_id` varchar(255) NOT NULL,
  `subscription_strains_id` varchar(255) NOT NULL,
  `subscription_charge` varchar(255) NOT NULL,
  `delivery_status` varchar(255) NOT NULL DEFAULT '0' COMMENT '0 not deliver',
  `status` varchar(255) NOT NULL DEFAULT 'pending' COMMENT 'pending/success	',
  `created_date` varchar(100) NOT NULL,
  `updated_date` varchar(100) DEFAULT NULL,
  `order_scheduled_date` varchar(100) NOT NULL DEFAULT '0' COMMENT 'next order scheduled date'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `order_variation`
--

CREATE TABLE `order_variation` (
  `ov_id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `prdct_id` int(11) NOT NULL,
  `variation_id` int(11) NOT NULL,
  `product_type` varchar(20) NOT NULL COMMENT 'Medicine/Healthcare',
  `price` float NOT NULL,
  `qty` int(11) NOT NULL,
  `user_type` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `order_variation`
--

INSERT INTO `order_variation` (`ov_id`, `order_id`, `prdct_id`, `variation_id`, `product_type`, `price`, `qty`, `user_type`) VALUES
(1, 1, 1994, 0, 'Simple', 21, 1, '');

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

--
-- Table structure for table `product_effects_flavors`
--

CREATE TABLE `product_effects_flavors` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `icon` text NOT NULL,
  `type` varchar(100) NOT NULL DEFAULT 'effect' COMMENT 'effects/flavors',
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1=active,0=inactive',
  `created_on` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_effects_flavors`
--

INSERT INTO `product_effects_flavors` (`id`, `vendor_id`, `name`, `icon`, `type`, `status`, `created_on`) VALUES
(1, 2, 'Happy', 'uploads/product/icon/happy.png', 'effect', 1, '2022-08-04 08:23:20'),
(2, 2, 'Euphoric', 'uploads/product/icon/euphoric.png', 'effect', 1, '2022-08-04 08:23:20'),
(3, 2, 'Focused', 'uploads/product/icon/focus.png', 'effect', 1, '2022-08-04 08:23:20'),
(4, 2, 'Citrus', 'uploads/product/icon/citrus.png', 'flavor', 1, '2022-08-04 08:23:20'),
(5, 2, 'Grapefruit', 'uploads/product/icon/grapefruit.png', 'flavor', 1, '2022-08-04 08:23:20'),
(6, 2, 'Lemon', 'uploads/product/icon/lemon.png', 'flavor', 1, '2022-08-04 08:23:20'),
(7, 2, 'Bucket', 'uploads/product/icon/1659678518bucketpng.png', 'flavor', 1, '2022-08-04 08:29:53'),
(8, 2, 'Creativity', 'uploads/product/icon/1659678599creativitypng.png', 'effect', 1, '2022-08-05 01:49:59'),
(9, 2, 'Energetic', 'uploads/product/icon/1659678651energetic-1png.png', 'effect', 1, '2022-08-05 01:50:51'),
(10, 2, 'Flower', 'uploads/product/icon/1659681498flowerpng.png', 'flavor', 1, '2022-08-05 02:38:18'),
(11, 2, 'Fule', 'uploads/product/icon/1659681532fuelpng.png', 'flavor', 1, '2022-08-05 02:38:52'),
(12, 2, 'Herbal', 'uploads/product/icon/1659681606herbalpng.png', 'flavor', 1, '2022-08-05 02:40:06'),
(13, 2, 'Mint', 'uploads/product/icon/1659681653mintpng.png', 'flavor', 1, '2022-08-05 02:40:53'),
(14, 2, 'Pineapple', 'uploads/product/icon/1659681732pineapplepng.png', 'flavor', 1, '2022-08-05 02:42:12'),
(15, 2, 'Sweet-and-Sour-Pork', 'uploads/product/icon/1659681805sweet-and-sour-porkpng.png', 'flavor', 1, '2022-08-05 02:43:25'),
(16, 2, 'Berries', 'uploads/product/icon/1660022563berriespng.png', 'flavor', 1, '2022-08-09 01:22:43'),
(17, 2, 'Blue Berry', 'uploads/product/icon/1660022655blue-berrypng.png', 'flavor', 1, '2022-08-09 01:24:15'),
(18, 2, 'Orange-Slice', 'uploads/product/icon/1660022750orange-slicepng.png', 'flavor', 1, '2022-08-09 01:25:50'),
(19, 2, 'Pepper', 'uploads/product/icon/1660022821pepperpng.png', 'flavor', 1, '2022-08-09 01:27:01'),
(20, 2, 'Relax', 'uploads/product/icon/1660022869relaxpng.png', 'effect', 1, '2022-08-09 01:27:49'),
(21, 2, 'Sleepy', 'uploads/product/icon/1660022916sleepypng.png', 'effect', 1, '2022-08-09 01:28:36'),
(22, 2, 'Wood', 'uploads/product/icon/1660022949woodpng.png', 'flavor', 1, '2022-08-09 01:29:09'),
(23, 1, 'Happy', 'uploads/product/icon/happy.png', 'effect', 1, '2022-08-04 08:23:20'),
(25, 1, 'SAD', 'uploads/product/icon/1676549411MBN_Logopng.png', 'effect', 1, '2023-02-16 17:40:11');

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

--
-- Table structure for table `rating_reviews`
--

CREATE TABLE `rating_reviews` (
  `id` bigint(20) NOT NULL,
  `user_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `rating` varchar(200) NOT NULL,
  `review` text NOT NULL,
  `is_active` varchar(100) NOT NULL DEFAULT 'yes',
  `is_deleted` varchar(100) NOT NULL DEFAULT 'no',
  `created_date` varchar(100) NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `rating_reviews_delivery_boy`
--

CREATE TABLE `rating_reviews_delivery_boy` (
  `id` bigint(20) NOT NULL,
  `user_id` int(11) NOT NULL,
  `delivery_boy_id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `rating` varchar(200) NOT NULL,
  `review` text NOT NULL,
  `is_active` varchar(100) NOT NULL DEFAULT 'yes',
  `is_deleted` varchar(100) NOT NULL DEFAULT 'no',
  `created_date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `rating_reviews_delivery_boy`
--

INSERT INTO `rating_reviews_delivery_boy` (`id`, `user_id`, `delivery_boy_id`, `order_id`, `rating`, `review`, `is_active`, `is_deleted`, `created_date`) VALUES
(12, 73, 20, 156, '3.5', 'one of the best delivery driver.', 'yes', 'no', '2022-07-12 17:16:39'),
(13, 73, 19, 149, '5.0', 'good', 'yes', 'no', '2022-07-15 14:30:50'),
(14, 1, 18, 54, '4', 'Testing', 'yes', 'no', '2022-08-09 12:22:15'),
(15, 73, 20, 299, '4.5', 'jfhcb', 'yes', 'no', '2022-08-30 13:01:38'),
(16, 73, 20, 304, '5.0', 'good delivery driver', 'yes', 'no', '2022-08-30 15:01:06'),
(17, 73, 20, 305, '4.0', 'hdhdhhd', 'yes', 'no', '2022-08-30 15:13:02'),
(18, 72, 18, 303, '2.5', 'Testing ', 'yes', 'no', '2022-08-30 15:20:06'),
(19, 72, 20, 307, '3.0', 'Tvtvrg', 'yes', 'no', '2022-08-30 15:33:45'),
(20, 113, 18, 301, '1.5', 'Testing', 'yes', 'no', '2022-09-02 14:35:25');

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

--
-- Table structure for table `recent_search_zipcode`
--

CREATE TABLE `recent_search_zipcode` (
  `search_id` bigint(20) NOT NULL,
  `search_query` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `reseller`
--

CREATE TABLE `reseller` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `business_name` varchar(500) NOT NULL,
  `phone` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `address` text NOT NULL,
  `is_active` int(11) NOT NULL DEFAULT 1 COMMENT '1 = Active ',
  `is_deleted` int(11) NOT NULL DEFAULT 1 COMMENT 'o = deleted',
  `created` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `reseller`
--

INSERT INTO `reseller` (`id`, `vendor_id`, `name`, `business_name`, `phone`, `email`, `address`, `is_active`, `is_deleted`, `created`, `updated`) VALUES
(1, 0, 'John', 'Cannabis', '4343434344', 'john@gmail.com', 'UK', 1, 1, '2023-02-03 08:15:25', NULL),
(2, 0, 'Roy', 'Cannabis one', '4343434344', 'john@gmail.com', 'UK', 1, 1, '2023-02-03 08:15:25', NULL),
(3, 0, 'Cannabis two', 'Cannabis two', '1234567891', 'Cannabistwo@gmail.com', 'CANEDA UK', 1, 1, '2023-02-03 13:50:16', NULL),
(4, 1, 'kiran Patel', 'Cannabis two', '8672073010', 'kiranp3010@gmail.com', '1413, Shilp Epitome Near By ', 1, 1, '2023-02-16 13:06:29', NULL);

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `_id` int(11) NOT NULL,
  `googlePayId` varchar(500) NOT NULL,
  `googlePaySwitch` varchar(500) NOT NULL,
  `stripeSecreteKey` varchar(500) NOT NULL,
  `stripePublishableKey` varchar(500) NOT NULL,
  `stripeSwitch` varchar(500) NOT NULL,
  `razorPayId` varchar(500) NOT NULL,
  `razorPaySwitch` varchar(500) NOT NULL,
  `agoraCertificate` varchar(500) NOT NULL,
  `hostCharge` varchar(500) NOT NULL,
  `loginBonus` varchar(500) NOT NULL,
  `redeemGateway` varchar(500) NOT NULL,
  `minPoints` varchar(500) NOT NULL,
  `currency` varchar(500) NOT NULL,
  `howManyCoins` varchar(500) NOT NULL,
  `toCurrency` varchar(500) NOT NULL,
  `userCallCharge` varchar(500) NOT NULL,
  `userLiveStreamingCharge` varchar(500) NOT NULL,
  `streamingMinValue` varchar(500) NOT NULL,
  `streamingMaxValue` varchar(500) NOT NULL,
  `dailyTaskMinValue` varchar(500) NOT NULL,
  `dailyTaskMaxValue` varchar(500) NOT NULL,
  `chatCharge` varchar(500) NOT NULL,
  `agoraId` varchar(500) NOT NULL,
  `policyLink` varchar(500) NOT NULL,
  `createdAt` varchar(500) NOT NULL,
  `updatedAt` varchar(500) NOT NULL,
  `__v` varchar(500) NOT NULL,
  `stripeId` varchar(500) NOT NULL,
  `host_call_per_min` varchar(100) NOT NULL,
  `min_payout` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`_id`, `googlePayId`, `googlePaySwitch`, `stripeSecreteKey`, `stripePublishableKey`, `stripeSwitch`, `razorPayId`, `razorPaySwitch`, `agoraCertificate`, `hostCharge`, `loginBonus`, `redeemGateway`, `minPoints`, `currency`, `howManyCoins`, `toCurrency`, `userCallCharge`, `userLiveStreamingCharge`, `streamingMinValue`, `streamingMaxValue`, `dailyTaskMinValue`, `dailyTaskMaxValue`, `chatCharge`, `agoraId`, `policyLink`, `createdAt`, `updatedAt`, `__v`, `stripeId`, `host_call_per_min`, `min_payout`) VALUES
(1, 'GOOGLE PAY ID', 'false', 'STRIPE SECRET KEY', 'STRIPE PUBLISHABLE KEY', 'false', 'rzp_live_SsAxY6QNFWPQNL', 'true', 'a39ade603da04731895491b6001bde45', '1', '50', 'Paytm,Google pay', '500', '₹', '1', '1', '1', '1', '0', '200', '10', '20', '0', '0d97ab69d7e94c029a5cfe11b0cc7163', 'https://video-wish.flycricket.io/privacy.html', '', '', '1', 'STRIPE ID', '10', 500);

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

--
-- Table structure for table `subscription_cart`
--

CREATE TABLE `subscription_cart` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `subscription_id` int(11) NOT NULL,
  `product_id` text NOT NULL,
  `strains_id` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `subscription_plans`
--

CREATE TABLE `subscription_plans` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `month` varchar(200) NOT NULL,
  `name` varchar(355) NOT NULL,
  `description` text NOT NULL,
  `price` varchar(355) NOT NULL,
  `created_date` varchar(100) NOT NULL,
  `is_active` varchar(50) NOT NULL DEFAULT 'yes' COMMENT 'yes / no'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `subscription_plans`
--

INSERT INTO `subscription_plans` (`id`, `vendor_id`, `month`, `name`, `description`, `price`, `created_date`, `is_active`) VALUES
(1, 0, '1', '1 Month', '$53.49 per month ', '53.49', '2022-06-24', 'yes'),
(2, 0, '3', '3 Months', '$75.49 per month ', '75.49', '2022-06-24', 'yes'),
(3, 0, '6', '6 Months Best Choice', '$99.49 per month', '99.49', '2022-06-24', 'yes'),
(4, 1, '1', 'Gold 123', 'GOLD DESC', '100', '2023-02-14 10:36:31', 'yes');

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

--
-- Table structure for table `subscription_product`
--

CREATE TABLE `subscription_product` (
  `id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `description` text NOT NULL,
  `is_active` varchar(50) NOT NULL DEFAULT 'yes' COMMENT 'yes,no'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `subscription_product`
--

INSERT INTO `subscription_product` (`id`, `name`, `description`, `is_active`) VALUES
(1, 'Catridges', 'This is catridges', 'yes'),
(2, 'Delta-8', 'Thsi Delta-8', 'yes'),
(3, 'Flower', 'This is Flower', 'yes'),
(4, 'Preroll', 'This is Preroll', 'yes');

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

--
-- Table structure for table `subscription_strains`
--

CREATE TABLE `subscription_strains` (
  `id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `name` varchar(355) NOT NULL,
  `is_active` varchar(50) NOT NULL DEFAULT 'yes' COMMENT 'yes /no'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `subscription_strains`
--

INSERT INTO `subscription_strains` (`id`, `vendor_id`, `name`, `is_active`) VALUES
(1, 0, 'Hybrid', 'yes'),
(2, 0, 'Sativa', 'yes'),
(3, 0, 'Indica', 'yes'),
(4, 1, 'TEST', 'yes');

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

--
-- Table structure for table `support`
--

CREATE TABLE `support` (
  `id` int(11) NOT NULL,
  `type` int(11) NOT NULL COMMENT '1 = user, 0 = host',
  `from_id` int(11) NOT NULL,
  `to_id` int(11) NOT NULL,
  `description` text NOT NULL,
  `support_date` date DEFAULT NULL,
  `support_date_time` datetime DEFAULT NULL,
  `is_blocked` int(11) NOT NULL COMMENT '1 = blocked'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `user_address`
--

CREATE TABLE `user_address` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_name` varchar(300) NOT NULL,
  `building_name` longtext NOT NULL,
  `street_name` longtext NOT NULL,
  `pincode` varchar(100) NOT NULL,
  `lati` varchar(500) NOT NULL DEFAULT '',
  `longi` varchar(500) NOT NULL DEFAULT '',
  `mobile_number` varchar(200) NOT NULL,
  `address_type` varchar(100) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0 COMMENT '0=active,1=inactive',
  `is_deleted` int(11) NOT NULL DEFAULT 0 COMMENT '0=no,1=yes',
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `user_address`
--

INSERT INTO `user_address` (`id`, `user_id`, `user_name`, `building_name`, `street_name`, `pincode`, `lati`, `longi`, `mobile_number`, `address_type`, `status`, `is_deleted`, `created_at`) VALUES
(1, 1, 'John', 'John Methoyus', 'Witmer Rd, Niagara Falls', '49015', '0.0', '0.0', '656565665656', 'Office', 0, 0, '2023-03-18 07:30:26');

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

--
-- Table structure for table `vendor`
--

CREATE TABLE `vendor` (
  `id` int(11) NOT NULL,
  `store_name` varchar(150) NOT NULL,
  `mobile_number` varchar(100) NOT NULL,
  `owner_name` varchar(500) NOT NULL,
  `zipcode` varchar(10) NOT NULL,
  `email` varchar(100) NOT NULL,
  `password` varchar(150) NOT NULL,
  `location` text NOT NULL,
  `is_active` int(11) NOT NULL COMMENT '1 = active',
  `is_deleted` int(11) NOT NULL COMMENT 'is_deleted = 1',
  `create_on` datetime DEFAULT NULL,
  `update_on` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `vendor`
--

INSERT INTO `vendor` (`id`, `store_name`, `mobile_number`, `owner_name`, `zipcode`, `email`, `password`, `location`, `is_active`, `is_deleted`, `create_on`, `update_on`) VALUES
(1, 'Allegan', '+1-202-555-0180', 'James', '49010', 'allegan@gmail.com', 'MTIzNDU2', 'Allegan Michigan', 1, 0, '2023-02-08 11:46:14', '0000-00-00 00:00:00'),
(2, 'Battle Creek ', '+1-202-555-0115', 'John', '49018', 'battlecreek@gmail.com', 'MTIzNDU2', 'Battle Creek Michigan', 1, 0, '2023-02-12 11:46:18', '0000-00-00 00:00:00');

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

--
-- Table structure for table `web_cart`
--

CREATE TABLE `web_cart` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `prdct_id` int(11) NOT NULL,
  `var_id` int(11) NOT NULL DEFAULT 0,
  `product_type` varchar(200) NOT NULL,
  `qty` int(11) NOT NULL,
  `price` varchar(100) NOT NULL,
  `gram_value` varchar(355) NOT NULL DEFAULT '0',
  `cashback` varchar(200) NOT NULL DEFAULT '0',
  `is_express` varchar(100) NOT NULL DEFAULT 'no' COMMENT 'yes,no',
  `is_subscription` varchar(100) NOT NULL DEFAULT 'no',
  `subscription_id` int(11) NOT NULL DEFAULT 0,
  `strains_id` varchar(355) NOT NULL DEFAULT '0',
  `user_type` varchar(100) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `_admin`
--

CREATE TABLE `_admin` (
  `id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  `name` varchar(300) NOT NULL,
  `email` varchar(400) NOT NULL,
  `mobile_number` varchar(100) NOT NULL,
  `profile_pic` varchar(400) NOT NULL,
  `password` varchar(300) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1=active, 0=inactive'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `_admin`
--

INSERT INTO `_admin` (`id`, `role_id`, `name`, `email`, `mobile_number`, `profile_pic`, `password`, `status`) VALUES
(1, 1, 'California Cake', 'php@gemsdigitalmedia.com', '9874563210', 'assets/upload/16424980261642063405crypsoar-_logo-done_Gold-1-_1_.jpg', 'e10adc3949ba59abbe56e057f20f883e', 1);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `attribute_master`
--
ALTER TABLE `attribute_master`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `available_pincode`
--
ALTER TABLE `available_pincode`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_banners`
--
ALTER TABLE `cc_banners`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_blogs`
--
ALTER TABLE `cc_blogs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_brands`
--
ALTER TABLE `cc_brands`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_category`
--
ALTER TABLE `cc_category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_contactus`
--
ALTER TABLE `cc_contactus`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_coupan`
--
ALTER TABLE `cc_coupan`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_coupon_offer_users`
--
ALTER TABLE `cc_coupon_offer_users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_delivery_boys`
--
ALTER TABLE `cc_delivery_boys`
  ADD PRIMARY KEY (`id`),
  ADD KEY `branch_id` (`branch_id`);

--
-- Indexes for table `cc_giftcard`
--
ALTER TABLE `cc_giftcard`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_home_banners`
--
ALTER TABLE `cc_home_banners`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_notification`
--
ALTER TABLE `cc_notification`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_payment_methods`
--
ALTER TABLE `cc_payment_methods`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_preferred_timeslots`
--
ALTER TABLE `cc_preferred_timeslots`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_products`
--
ALTER TABLE `cc_products`
  ADD PRIMARY KEY (`id`),
  ADD KEY `maincat_id` (`maincat_id`,`subcat_id`,`brand_id`);

--
-- Indexes for table `cc_product_images`
--
ALTER TABLE `cc_product_images`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_setting`
--
ALTER TABLE `cc_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_shop_timing`
--
ALTER TABLE `cc_shop_timing`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_users`
--
ALTER TABLE `cc_users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_users_gift_wallet`
--
ALTER TABLE `cc_users_gift_wallet`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_users_wallet`
--
ALTER TABLE `cc_users_wallet`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cc_variation`
--
ALTER TABLE `cc_variation`
  ADD PRIMARY KEY (`id`),
  ADD KEY `prdct_id` (`prdct_id`);

--
-- Indexes for table `cc_wishlist`
--
ALTER TABLE `cc_wishlist`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`,`product_id`);

--
-- Indexes for table `cms`
--
ALTER TABLE `cms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cms_pages`
--
ALTER TABLE `cms_pages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `delivery_driver_pincodes`
--
ALTER TABLE `delivery_driver_pincodes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `dynamic_notifications`
--
ALTER TABLE `dynamic_notifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mobile_cart`
--
ALTER TABLE `mobile_cart`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mst_setting`
--
ALTER TABLE `mst_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `notification_log`
--
ALTER TABLE `notification_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `notification_template`
--
ALTER TABLE `notification_template`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`oid`),
  ADD KEY `user_id` (`user_id`,`branch_id`,`address_id`,`dealer_id`);

--
-- Indexes for table `order_subscription`
--
ALTER TABLE `order_subscription`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `order_variation`
--
ALTER TABLE `order_variation`
  ADD PRIMARY KEY (`ov_id`),
  ADD KEY `order_id` (`order_id`,`prdct_id`,`variation_id`);

--
-- Indexes for table `product_effects_flavors`
--
ALTER TABLE `product_effects_flavors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rating_reviews`
--
ALTER TABLE `rating_reviews`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `rating_reviews_delivery_boy`
--
ALTER TABLE `rating_reviews_delivery_boy`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `recent_search_zipcode`
--
ALTER TABLE `recent_search_zipcode`
  ADD PRIMARY KEY (`search_id`);

--
-- Indexes for table `reseller`
--
ALTER TABLE `reseller`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`_id`);

--
-- Indexes for table `subscription_cart`
--
ALTER TABLE `subscription_cart`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `subscription_plans`
--
ALTER TABLE `subscription_plans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `subscription_product`
--
ALTER TABLE `subscription_product`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `subscription_strains`
--
ALTER TABLE `subscription_strains`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `support`
--
ALTER TABLE `support`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `user_address`
--
ALTER TABLE `user_address`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `vendor`
--
ALTER TABLE `vendor`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `web_cart`
--
ALTER TABLE `web_cart`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `_admin`
--
ALTER TABLE `_admin`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `attribute_master`
--
ALTER TABLE `attribute_master`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=909;

--
-- AUTO_INCREMENT for table `available_pincode`
--
ALTER TABLE `available_pincode`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cc_banners`
--
ALTER TABLE `cc_banners`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `cc_blogs`
--
ALTER TABLE `cc_blogs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `cc_brands`
--
ALTER TABLE `cc_brands`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=402;

--
-- AUTO_INCREMENT for table `cc_category`
--
ALTER TABLE `cc_category`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `cc_contactus`
--
ALTER TABLE `cc_contactus`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `cc_coupan`
--
ALTER TABLE `cc_coupan`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `cc_coupon_offer_users`
--
ALTER TABLE `cc_coupon_offer_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cc_delivery_boys`
--
ALTER TABLE `cc_delivery_boys`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `cc_giftcard`
--
ALTER TABLE `cc_giftcard`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `cc_home_banners`
--
ALTER TABLE `cc_home_banners`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `cc_notification`
--
ALTER TABLE `cc_notification`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97;

--
-- AUTO_INCREMENT for table `cc_payment_methods`
--
ALTER TABLE `cc_payment_methods`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `cc_preferred_timeslots`
--
ALTER TABLE `cc_preferred_timeslots`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `cc_products`
--
ALTER TABLE `cc_products`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2170;

--
-- AUTO_INCREMENT for table `cc_product_images`
--
ALTER TABLE `cc_product_images`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1996;

--
-- AUTO_INCREMENT for table `cc_setting`
--
ALTER TABLE `cc_setting`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75;

--
-- AUTO_INCREMENT for table `cc_shop_timing`
--
ALTER TABLE `cc_shop_timing`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `cc_users`
--
ALTER TABLE `cc_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `cc_users_gift_wallet`
--
ALTER TABLE `cc_users_gift_wallet`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cc_users_wallet`
--
ALTER TABLE `cc_users_wallet`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `cc_variation`
--
ALTER TABLE `cc_variation`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1010;

--
-- AUTO_INCREMENT for table `cc_wishlist`
--
ALTER TABLE `cc_wishlist`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=119;

--
-- AUTO_INCREMENT for table `cms`
--
ALTER TABLE `cms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `cms_pages`
--
ALTER TABLE `cms_pages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `delivery_driver_pincodes`
--
ALTER TABLE `delivery_driver_pincodes`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;

--
-- AUTO_INCREMENT for table `dynamic_notifications`
--
ALTER TABLE `dynamic_notifications`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `mobile_cart`
--
ALTER TABLE `mobile_cart`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=371;

--
-- AUTO_INCREMENT for table `mst_setting`
--
ALTER TABLE `mst_setting`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `notification_log`
--
ALTER TABLE `notification_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `notification_template`
--
ALTER TABLE `notification_template`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `oid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `order_subscription`
--
ALTER TABLE `order_subscription`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `order_variation`
--
ALTER TABLE `order_variation`
  MODIFY `ov_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `product_effects_flavors`
--
ALTER TABLE `product_effects_flavors`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `rating_reviews`
--
ALTER TABLE `rating_reviews`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `rating_reviews_delivery_boy`
--
ALTER TABLE `rating_reviews_delivery_boy`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `recent_search_zipcode`
--
ALTER TABLE `recent_search_zipcode`
  MODIFY `search_id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reseller`
--
ALTER TABLE `reseller`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `subscription_cart`
--
ALTER TABLE `subscription_cart`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `subscription_plans`
--
ALTER TABLE `subscription_plans`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `subscription_product`
--
ALTER TABLE `subscription_product`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `subscription_strains`
--
ALTER TABLE `subscription_strains`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `support`
--
ALTER TABLE `support`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_address`
--
ALTER TABLE `user_address`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `vendor`
--
ALTER TABLE `vendor`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `web_cart`
--
ALTER TABLE `web_cart`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `_admin`
--
ALTER TABLE `_admin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
COMMIT;

/*!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 */;
