WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_assets`]
CREATE TABLE IF NOT EXISTS `wp_amz_assets` ( `id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `asset` VARCHAR(225) NULL DEFAULT NULL, `thumb` VARCHAR(225) NULL DEFAULT NULL, `download_status` VARCHAR(20) NULL DEFAULT 'new' COMMENT 'new, success, inprogress, error, remote', `hash` VARCHAR(32) NULL DEFAULT NULL, `media_id` BIGINT(20) NULL DEFAULT '0', `msg` TEXT NULL, `date_added` DATETIME NULL DEFAULT NULL, `date_download` DATETIME NULL DEFAULT NULL, `image_sizes` TEXT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `hash` (`hash`), INDEX `media_id` (`media_id`), INDEX `download_status` (`download_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_products`]
CREATE TABLE IF NOT EXISTS `wp_amz_products` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `post_parent` BIGINT(20) NULL DEFAULT '0', `type` ENUM('post','variation') NULL DEFAULT 'post', `title` TEXT NULL, `nb_assets` INT(4) NULL DEFAULT '0', `nb_assets_done` INT(4) NULL DEFAULT '0', `status` ENUM('new','success') NULL DEFAULT 'new', PRIMARY KEY (`post_id`, `id`), UNIQUE INDEX `post_id` (`post_id`), INDEX `post_parent` (`post_parent`), INDEX `type` (`type`), INDEX `nb_assets` (`nb_assets`), INDEX `nb_assets_done` (`nb_assets_done`), INDEX `id` (`id`), INDEX `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_cross_sell`]
CREATE TABLE IF NOT EXISTS `wp_amz_cross_sell` ( `ASIN` VARCHAR(10) NOT NULL, `products` TEXT NULL, `nr_products` INT(11) NULL DEFAULT NULL, `add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `is_variable` CHAR(1) NULL DEFAULT 'N', `nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0', PRIMARY KEY (`ASIN`), UNIQUE INDEX `ASIN` (`ASIN`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_report_log`]
CREATE TABLE IF NOT EXISTS `wp_amz_report_log` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `log_id` VARCHAR(50) NULL DEFAULT NULL, `log_action` VARCHAR(50) NULL DEFAULT NULL, `desc` VARCHAR(255) NULL DEFAULT NULL, `log_data_type` VARCHAR(50) NULL DEFAULT NULL, `log_data` LONGTEXT NULL, `source` TEXT NULL, `date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), INDEX `log_id` (`log_id`), INDEX `log_action` (`log_action`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_queue`]
CREATE TABLE IF NOT EXISTS `wp_amz_queue` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `asin` VARCHAR(100) NOT NULL, `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `from_op` VARCHAR(30) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `imported_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `product_title` TEXT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`id`), UNIQUE INDEX `asin_from_op` (`asin`, `from_op`), INDEX `nb_tries` (`nb_tries`), INDEX `from_op` (`from_op`), INDEX `status` (`status`), INDEX `country` (`country`), INDEX `provider` (`provider`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_search`]
CREATE TABLE IF NOT EXISTS `wp_amz_search` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `code` VARCHAR(32) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `params` TEXT NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `search_title` VARCHAR(100) NOT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `recurrency` VARCHAR(10) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `started_at` TIMESTAMP NULL DEFAULT NULL, `ended_at` TIMESTAMP NULL DEFAULT NULL, `run_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE INDEX `code` (`code`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `recurrency` (`recurrency`), INDEX `status` (`status`), INDEX `publish` (`publish`), INDEX `run_date` (`run_date`), INDEX `nb_tries` (`nb_tries`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
CREATE TABLE IF NOT EXISTS `wp_amz_locale_reference` ( `ID` INT(10) NOT NULL AUTO_INCREMENT, `country` VARCHAR(3) NOT NULL DEFAULT 'US', `searchIndex` VARCHAR(50) NOT NULL, `department` VARCHAR(100) NOT NULL, `browseNode` BIGINT(20) NOT NULL DEFAULT '0', `sortValues` TEXT NOT NULL, `itemSearchParams` TEXT NOT NULL, PRIMARY KEY (`ID`), UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`), INDEX `searchIndex` (`searchIndex`), INDEX `department` (`department`), INDEX `browseNode` (`browseNode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_amzkeys`]
CREATE TABLE IF NOT EXISTS `wp_amz_amzkeys` ( `id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT, `access_key` VARCHAR(100) NOT NULL, `secret_key` VARCHAR(100) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `locked` CHAR(1) NOT NULL DEFAULT 'N', `lock_time` TIMESTAMP NULL DEFAULT NULL, `nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT '0', `nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT '0', `ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT '0.00', `last_request_time` TIMESTAMP NULL DEFAULT NULL, `last_request_status` VARCHAR(50) NULL DEFAULT NULL, `last_request_input` MEDIUMTEXT NULL, `last_request_output` MEDIUMTEXT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`), INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`), INDEX `locked_lock_time` (`locked`, `lock_time`), INDEX `lock_time` (`lock_time`), INDEX `last_request_time` (`last_request_time`), INDEX `ratio_success` (`ratio_success`), INDEX `nb_requests` (`nb_requests`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_amazon_cache`]
CREATE TABLE IF NOT EXISTS `wp_amz_amazon_cache` ( `ID` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `cache_name` VARCHAR(100) NOT NULL, `cache_type` VARCHAR(20) NOT NULL, `country` VARCHAR(30) NOT NULL, `response` LONGTEXT NOT NULL, `response_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`ID`), UNIQUE INDEX `cache_name_cache_type` (`cache_name`, `cache_type`), INDEX `cache_type` (`cache_type`), INDEX `response_date` (`response_date`), INDEX `provider` (`provider`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [CREATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_import_stats`]
CREATE TABLE IF NOT EXISTS `wp_amz_import_stats` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `post_title` TEXT NOT NULL, `asin` VARCHAR(100) NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `country` VARCHAR(30) NOT NULL, `from_op` VARCHAR(40) NOT NULL COMMENT '[insane|direct|auto|search]#[some code]', `from_op_p1` VARCHAR(20) NOT NULL, `from_op_p2` VARCHAR(40) NOT NULL, `imported_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `import_status_msg` TEXT NOT NULL, `duration_spin` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_attributes` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_product` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'duration_spin, duration_attributes, duration_vars, duration_img, other product import operations, but does not contain duration_img_dw', `db_calc` TEXT NOT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `asin` (`asin`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `from_op_p1` (`from_op_p1`), INDEX `from_op_p2` (`from_op_p2`), INDEX `from_op` (`from_op`), INDEX `duration_product` (`duration_product`), INDEX `duration_img_dw` (`duration_img_dw`), INDEX `duration_nb_img_dw` (`duration_nb_img_dw`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_amzkeys`]
insert ignore into `wp_amz_amzkeys` (`access_key`, `secret_key`) values('aateam demo access key', 'aateam demo secret access key');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Appliances', 'Appliances', 2619526011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileApps', 'Apps & Games', 2350150011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 2617942011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Automotive', 'Automotive Parts & Accessories', 15690151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Baby', 'Baby', 3760911, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Beauty', 'Beauty & Personal Care', 11055981, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Books', 'Books', 1000, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Photo', 'Camera & Photo', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Music', 'CDs & Vinyl', 301668, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileAndAccessories', 'Cell Phones & Accessories', 2335753011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Classical', 'Classical', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Apparel', 'Clothing & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Fashion', 'Clothing, Shoes & Jewelry', 7141124011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBaby', 'Clothing, Shoes & Jewelry Baby', 7147444011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBoys', 'Clothing, Shoes & Jewelry Boys', 7147443011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionGirls', 'Clothing, Shoes & Jewelry Girls', 7147442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionMen', 'Clothing, Shoes & Jewelry Men', 7147441011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionWomen', 'Clothing, Shoes & Jewelry Women', 7147440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Collectibles', 'Collectibles & Fine Art', 4991426011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Computers', 'Computers', 541966, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalEducationalResources', 'Digital Educational Resources', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalMusic', 'Digital Music', 624868011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Electronics', 'Electronics', 493964, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GardenAndOutdoor', 'Garden & Outdoor', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GiftCards', 'Gift Cards', 2864120011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 16310211, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Handmade', 'Handmade', 11260433011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HealthPersonalCare', 'Health, Household & Baby Care', 3760931, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LocalServices', 'Home & Business Services', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HomeAndKitchen', 'Home & Kitchen', 1063498, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Industrial', 'Industrial & Scientific', 16310161, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Jewelry', 'Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'KindleStore', 'Kindle Store', 133141011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Luggage', 'Luggage & Travel Gear', 9479199011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Magazines', 'Magazine Subscriptions', 599872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MoviesAndTV', 'Movies & TV', 2625374011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MusicalInstruments', 'Musical Instruments', 11965861, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'OfficeProducts', 'Office Products', 1084128, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'PetSupplies', 'Pet Supplies', 2619534011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'AmazonVideo', 'Prime Video', 2858778011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Shoes', 'Shoes', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Software', 'Software', 409488, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'SportsAndOutdoors', 'Sports & Outdoors', 3375301, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 468240, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToysAndGames', 'Toys & Games', 165795011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VideoGames', 'Video Games', 11846801, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Watches', 'Watches', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'AmazonVideo', 'Amazon Video', 3010086031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MobileApps', 'Apps & Games', 1661658031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Baby', 'Baby', 60032031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Beauty', 'Beauty', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Books', 'Books', 1025612, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Automotive', 'Car & Motorbike', 248878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Music', 'CDs & Vinyl', 520920, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Classical', 'Classical Music', 505510, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Apparel', 'Clothing', 83451031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Computers', 'Computers & Accessories', 340832031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'DigitalMusic', 'Digital Music', 77925031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToolsAndHomeImprovement', 'DIY & Tools', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MoviesAndTV', 'DVD & Blu-ray', 573406, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Electronics', 'Electronics & Photo', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GardenAndOutdoor', 'Garden & Outdoors', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GiftCards', 'Gift Cards', 1571305031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GroceryAndGourmetFood', 'Grocery', 344155031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Handmade', 'Handmade', 9699255031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HealthPersonalCare', 'Health & Personal Care', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HomeAndKitchen', 'Home & Kitchen', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Industrial', 'Industrial & Scientific', 5866055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Jewelry', 'Jewellery', 193717031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'KindleStore', 'Kindle Store', 341677031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Appliances', 'Large Appliances', 908799031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Lighting', 'Lighting', 213078031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Luggage', 'Luggage', 2454167031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MusicalInstruments', 'Musical Instruments & DJ', 340837031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VideoGames', 'PC & Video Games', 1025616, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'PetSupplies', 'Pet Supplies', 340841031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Shoes', 'Shoes & Bags', 362350011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Software', 'Software', 1025614, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'SportsAndOutdoors', 'Sports & Outdoors', 319530011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'OfficeProducts', 'Stationery & Office Supplies', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToysAndGames', 'Toys & Games', 712832, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VHS', 'VHS', 125556011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Watches', 'Watches', 328229011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'All', 'Alle Kategorien', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MobileApps', 'Apps & Spiele', 1661650031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Automotive', 'Auto & Motorrad', 78193031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Baby', 'Baby', 357577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToolsAndHomeImprovement', 'Baumarkt', 80085031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Beauty', 'Beauty', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Apparel', 'Bekleidung', 78689031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Lighting', 'Beleuchtung', 213084031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Books', 'Bücher', 541686, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ForeignBooks', 'Bücher (Fremdsprachig)', 54071011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'OfficeProducts', 'Bürobedarf & Schreibwaren', 192417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Computers', 'Computer & Zubehör', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HealthPersonalCare', 'Drogerie & Körperpflege', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MoviesAndTV', 'DVD & Blu-ray', 547664, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Appliances', 'Elektro-Großgeräte', 931573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Electronics', 'Elektronik & Foto', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VideoGames', 'Games', 541708, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GardenAndOutdoor', 'Garten', 10925241, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GiftCards', 'Geschenkgutscheine', 1571257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Industrial', 'Gewerbe, Industrie & Wissenschaft', 5866099031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Handmade', 'Handmade', 9699312031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'PetSupplies', 'Haustier', 427727031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Photo', 'Kamera & Foto', 571860, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'KindleStore', 'Kindle-Shop', 530485031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Classical', 'Klassik', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Luggage', 'Koffer, Rucksäcke & Taschen', 2454119031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HomeAndKitchen', 'Küche, Haushalt & Wohnen', 3169011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GroceryAndGourmetFood', 'Lebensmittel & Getränke', 344162031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Music', 'Musik-CDs & Vinyl', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'DigitalMusic', 'Musik-Downloads', 180529031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MusicalInstruments', 'Musikinstrumente & DJ-Equipment', 340850031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'AmazonVideo', 'Prime Video', 3010076031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Jewelry', 'Schmuck', 327473011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Shoes', 'Schuhe & Handtaschen', 362995011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Software', 'Software', 542064, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'EverythingElse', 'Sonstiges', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToysAndGames', 'Spielzeug', 12950661, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'SportsAndOutdoors', 'Sport & Freizeit', 16435121, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Watches', 'Uhren', 193708031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Magazines', 'Zeitschriften', 1161660, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'PetSupplies', 'Animalerie', 1571269031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MobileApps', 'Applis & Jeux', 1661655031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Automotive', 'Auto et Moto', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'EverythingElse', 'Autres', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Luggage', 'Bagages', 2454146031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Beauty', 'Beauté et Parfum', 197859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'LuxuryBeauty', 'Beauté Prestige', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Baby', 'Bébés & Puériculture', 206618031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Jewelry', 'Bijoux', 193711031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GiftCards', 'Boutique chèques-cadeaux', 2524128031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'KindleStore', 'Boutique Kindle', 672109031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToolsAndHomeImprovement', 'Bricolage', 590749031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Shoes', 'Chaussures et Sacs', 248812031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HomeAndKitchen', 'Cuisine & Maison', 57686031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MoviesAndTV', 'DVD & Blu-ray', 578608, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GroceryAndGourmetFood', 'Epicerie', 3635789031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'OfficeProducts', 'Fournitures de bureau', 192420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Appliances', 'Gros électroménager', 908827031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Handmade', 'Handmade', 9699369031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Electronics', 'High-Tech', 14011561, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HealthPersonalCare', 'Hygiène et Santé', 197862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Computers', 'Informatique', 340859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MusicalInstruments', 'Instruments de musique & Sono', 340862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GardenAndOutdoor', 'Jardin', 3557028031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToysAndGames', 'Jeux et Jouets', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VideoGames', 'Jeux vidéo', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ForeignBooks', 'Livres anglais et étrangers', 69633011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Books', 'Livres en français', 468256, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Software', 'Logiciels', 548012, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Lighting', 'Luminaires et Eclairage', 213081031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Fashion', 'Mode', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Watches', 'Montres', 60937031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Music', 'Musique : CD & Vinyles', 537366, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Industrial', 'Secteur industriel & scientifique', 5866110031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'SportsAndOutdoors', 'Sports et Loisirs', 325615031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'DigitalMusic', 'Téléchargement de musique', 206442031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'All', 'Toutes nos catégories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Apparel', 'Vêtements et accessoires', 340856031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MobileApps', 'Apps & Games', 2381131051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Baby', 'Baby & Maternity', 13331821, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Beauty', 'Beauty', 52391051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Automotive', 'Car & Bike Products', 2017305051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Classical', 'Classical', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Apparel', 'Clothing & Accessories', 361299011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'VideoGames', 'Computer & Video Games', 637872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Computers', 'Computers & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'CreditCards', 'Credit Cards', 2320456051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'DigitalMusic', 'Digital Music', 2129039051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ToolsAndHomeImprovement', 'DIY, Tools & Garden', 2016930051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Electronics', 'Electronics & Cameras', 3210991, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ForeignBooks', 'English Books', 388316011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GroceryAndGourmetFood', 'Food & Beverage', 57240051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GiftCards', 'Gift Cards', 2351653051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HealthPersonalCare', 'Health & Personal Care', 161669011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Hobbies', 'Hobby', 2277722051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Industrial', 'Industrial & Scientific', 3445394051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Books', 'Japanese Books', 465610, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Jewelry', 'Jewelry', 85896051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionBaby', 'Kids & Baby', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'KindleStore', 'Kindle Store', 2250739051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HomeAndKitchen', 'Kitchen & Housewares', 3839151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Appliances', 'Large Appliances', 2277725051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionMen', 'Men', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MoviesAndTV', 'Movies & TV', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Music', 'Music', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MusicalInstruments', 'Musical Instruments', 2123630051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'PetSupplies', 'Pet Supplies', 2127213051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'AmazonVideo', 'Prime Video', 2351650051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Shoes', 'Shoes & Bags', 2016926051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Software', 'Software', 637630, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'SportsAndOutdoors', 'Sports', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'OfficeProducts', 'Stationery and Office Products', 86732051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Toys', 'Toys', 13299551, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Watches', 'Watches', 331952011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionWomen', 'Women', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'All', 'All Department', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MobileApps', 'Apps & Games', 6386372011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Automotive', 'Automotive', 6948389011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Baby', 'Baby', 3561347011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Beauty', 'Beauty', 6205125011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Books', 'Books', 927726, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Classical', 'Classical Music', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Apparel', 'Clothing & Accessories', 8604904011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Electronics', 'Electronics', 677211011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ForeignBooks', 'English Books', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GiftCards', 'Gift Cards', 9230167011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 6967216011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Handmade', 'Handmade', 16708697011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HealthPersonalCare', 'Health & Personal Care', 6205178011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HomeAndKitchen', 'Home & Kitchen', 2206276011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Industrial', 'Industrial & Scientific', 11076214011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Jewelry', 'Jewelry', 9674384011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'KindleStore', 'Kindle Store', 2972706011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Luggage', 'Luggage & Bags', 6205506011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'LuxuryBeauty', 'Luxury Beauty', 13799223011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MoviesAndTV', 'Movies & TV', 14113311, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Music', 'Music', 962454, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MusicalInstruments', 'Musical Instruments, Stage & Studio', 6916845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'OfficeProducts', 'Office Products', 6205512011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GardenAndOutdoor', 'Patio, Lawn & Garden', 6299024011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'PetSupplies', 'Pet Supplies', 6291628011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Shoes', 'Shoes & Handbags', 8604916011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Software', 'Software', 3234171, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'SportsAndOutdoors', 'Sports & Outdoors', 2242990011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 3006903011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToysAndGames', 'Toys & Games', 6205517011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VideoGames', 'Video Games', 110218011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Watches', 'Watches', 2235621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'All', 'All Categories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Fashion', 'Amazon Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Appliances', 'Appliances', 5122349031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MobileApps', 'Apps & Games', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Baby', 'Baby', 1571275031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Beauty', 'Beauty', 1355017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Books', 'Books', 976390031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Automotive', 'Car & Motorbike', 4772061031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Apparel', 'Clothing & Accessories', 1571272031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Collectibles', 'Collectibles', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Computers', 'Computers & Accessories', 976393031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Electronics', 'Electronics', 976420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Furniture', 'Furniture', 1380441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GardenAndOutdoor', 'Garden & Outdoors', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GiftCards', 'Gift Cards', 3704983031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GroceryAndGourmetFood', 'Grocery & Gourmet Foods', 2454179031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HealthPersonalCare', 'Health & Personal Care', 1350385031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HomeAndKitchen', 'Home & Kitchen', 2454176031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Industrial', 'Industrial & Scientific', 5866079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Jewelry', 'Jewellery', 1951049031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'KindleStore', 'Kindle Store', 1571278031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Luggage', 'Luggage & Bags', 2454170031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'LuxuryBeauty', 'Luxury Beauty', 5311359031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MoviesAndTV', 'Movies & TV Shows', 976417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Music', 'Music', 976446031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MusicalInstruments', 'Musical Instruments', 3677698031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'OfficeProducts', 'Office Products', 2454173031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'PetSupplies', 'Pet Supplies', 4740420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Shoes', 'Shoes & Handbags', 1571284031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Software', 'Software', 976452031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 1984444031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToysAndGames', 'Toys & Games', 1350381031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'VideoGames', 'Video Games', 976461031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Watches', 'Watches', 1350388031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Apparel', 'Abbigliamento', 2844434031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GroceryAndGourmetFood', 'Alimentari e cura della casa', 6198093031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'EverythingElse', 'Altro', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MobileApps', 'App e Giochi', 1661661031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Automotive', 'Auto e Moto', 1571281031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Beauty', 'Bellezza', 6198083031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GiftCards', 'Buoni Regalo', 3557018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'OfficeProducts', 'Cancelleria e prodotti per ufficio', 3606311031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HomeAndKitchen', 'Casa e cucina', 524016031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Music', 'CD e Vinili', 412601031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Electronics', 'Elettronica', 412610031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToolsAndHomeImprovement', 'Fai da te', 2454161031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MoviesAndTV', 'Film e TV', 412607031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GardenAndOutdoor', 'Giardino e giardinaggio', 635017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToysAndGames', 'Giochi e giocattoli', 523998031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Jewelry', 'Gioielli', 2454164031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Appliances', 'Grandi elettrodomestici', 14437357031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Handmade', 'Handmade', 9699426031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Lighting', 'Illuminazione', 1571293031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Industrial', 'Industria e Scienza', 5866069031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Computers', 'Informatica', 425917031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'KindleStore', 'Kindle Store', 1331141031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Books', 'Libri', 411664031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ForeignBooks', 'Libri in altre lingue', 433843031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Fashion', 'Moda', 5512286031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'DigitalMusic', 'Musica Digitale', 1748204031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Watches', 'Orologi', 524010031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Baby', 'Prima infanzia', 1571287031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'PetSupplies', 'Prodotti per animali domestici', 12472500031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HealthPersonalCare', 'Salute e cura della persona', 1571290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Shoes', 'Scarpe e borse', 524007031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Software', 'Software', 412613031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'SportsAndOutdoors', 'Sport e tempo libero', 524013031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MusicalInstruments', 'Strumenti musicali e DJ', 3628630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'All', 'Tutte le categorie', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Luggage', 'Valigeria', 2454149031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'VideoGames', 'Videogiochi', 412604031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GroceryAndGourmetFood', 'Alimentación y bebidas', 6198073031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MobileApps', 'Appstore para Android', 1661651031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Baby', 'Bebé', 1703496031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Beauty', 'Belleza', 6198055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToolsAndHomeImprovement', 'Bricolaje y herramientas', 2454134031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GiftCards', 'Cheques regalo', 3564280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Vehicles', 'Coche - renting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Automotive', 'Coche y moto', 1951052031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'SportsAndOutdoors', 'Deportes y aire libre', 2665403031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Electronics', 'Electrónica', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Luggage', 'Equipaje', 2454130031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Appliances', 'Grandes electrodomésticos', 4772051031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Handmade', 'Handmade', 9699483031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HomeAndKitchen', 'Hogar y cocina', 599392031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Lighting', 'Iluminación', 3564290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Industrial', 'Industria y ciencia', 5866089031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Computers', 'Informática', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MusicalInstruments', 'Instrumentos musicales', 3628867031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GardenAndOutdoor', 'Jardín', 1571260031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Jewelry', 'Joyería', 2454127031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToysAndGames', 'Juguetes y juegos', 599386031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Books', 'Libros', 599365031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ForeignBooks', 'Libros en idiomas extranjeros', 599368031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Fashion', 'Moda', 5512276031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'DigitalMusic', 'Música Digital', 1748201031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Music', 'Música: CDs y vinilos', 599374031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'OfficeProducts', 'Oficina y papelería', 3628729031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'EverythingElse', 'Otros Productos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MoviesAndTV', 'Películas y TV', 599380031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'PetSupplies', 'Productos para mascotas', 12472656031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Watches', 'Relojes', 599389031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Apparel', 'Ropa y accesorios', 2846221031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HealthPersonalCare', 'Salud y cuidado personal', 3677431031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Software', 'Software', 599377031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'KindleStore', 'Tienda Kindle', 818938031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'VideoGames', 'Videojuegos', 599383031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Shoes', 'Zapatos y complementos', 1571263031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'GroceryAndGourmetFood', 'Alimentos y Bebidas', 17608485011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Automotive', 'Auto', 13848849011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Baby', 'Bebé', 9482651011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'SportsAndOutdoors', 'Deportes y Aire Libre', 9482661011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Electronics', 'Electrónicos', 9482559011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToolsAndHomeImprovement', 'Herramientas y Mejoras del Hogar', 9482671011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HomeAndKitchen', 'Hogar y Cocina', 9482594011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'IndustrialAndScientific', 'Industria y ciencia', 11076224011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MusicalInstruments', 'Instrumentos musicales', 13848859011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToysAndGames', 'Juegos y juguetes', 11260442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Books', 'Libros', 9298577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'PetSupplies', 'Mascotas', 11782337011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Music', 'Música', 9482621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'OfficeProducts', 'Oficina y Papelería', 9673845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MoviesAndTV', 'Películas y Series de TV', 9482630011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Handmade', 'Productos Handmade', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Watches', 'Relojes', 9482681011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Fashion', 'Ropa, Zapatos y Accesorios', 13848838011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBaby', 'Ropa, Zapatos y Accesorios Bebé', 14092999011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionMen', 'Ropa, Zapatos y Accesorios Hombres', 14093000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionWomen', 'Ropa, Zapatos y Accesorios Mujeres', 14093002011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionGirls', 'Ropa, Zapatos y Accesorios Niñas', 14093003011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBoys', 'Ropa, Zapatos y Accesorios Niños', 14093004011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HealthPersonalCare', 'Salud, Belleza y Cuidado Personal', 9482611011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Software', 'Software', 9482691011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'KindleStore', 'Tienda Kindle', 6446440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'VideoGames', 'Videojuegos', 9482641011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'MobileApps', 'Apps e Jogos', 6563510011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'HomeAndKitchen', 'Casa e Cozinha', 16191000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Computers', 'Computadores e Informática', 16339926011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Electronics', 'Eletrônicos', 16209062011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'ToolsAndHomeImprovement', 'Ferramentas e Materiais de Construção', 16957182011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'VideoGames', 'Games', 7791986011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Books', 'Livros', 7841278011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'KindleStore', 'Loja Kindle', 5308308011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'OfficeProducts', 'Material para Escritório e Papelaria', 16957240011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'All', 'Todos os departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MobileApps', 'Apps & Games', 2544160051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Automotive', 'Automotive', 4851454051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Baby', 'Baby', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Beauty', 'Beauty', 4851567051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Books', 'Books', 4851626051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Music', 'CDs & Vinyl', 4852330051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Fashion', 'Clothing & Shoes', 4851856051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Computers', 'Computers', 4851683051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Electronics', 'Electronics', 4851799051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'GiftCards', 'Gift Cards', 5264049051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HealthPersonalCare', 'Health, Household & Personal Care', 4851917051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HomeAndKitchen', 'Home & Kitchen', 4851975051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToolsAndHomeImprovement', 'Home Improvement', 4852033051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'KindleStore', 'Kindle Store', 2496751051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Luggage', 'Luggage & Travel Gear', 5130733051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MoviesAndTV', 'Movies & TV', 4852264051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'PetSupplies', 'Pet Supplies', 5514968051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Software', 'Software', 4852502051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 4852559051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'OfficeProducts', 'Stationery & Office Products', 4852445051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToysAndGames', 'Toys & Games', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'VideoGames', 'Video Games', 4852675051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Appliances', 'Appliances', 15149781031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Automotive', 'Automotive Parts & Accessories', 11498031031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Baby', 'Baby', 11498088031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Beauty', 'Beauty & Personal Care', 11497860031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Books', 'Books', 11497688031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Fashion', 'Clothing, Shoes & Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Computers', 'Computers', 11497745031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Electronics', 'Electronics', 11601326031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 15150009031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HealthPersonalCare', 'Health, Household & Baby Care', 11601441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GardenAndOutdoor', 'Home & Garden', 15149895031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HomeAndKitchen', 'Home & Kitchen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Industrial', 'Industrial & Scientific', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'MusicalInstruments', 'Musical Instruments', 15150237031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'OfficeProducts', 'Office Products', 15150350031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'PetSupplies', 'Pet Supplies', 15150408031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Software', 'Software', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'SportsAndOutdoors', 'Sports', 11601213031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 11601270031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToysAndGames', 'Toys & Games', 11497803031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'VideoGames', 'Video Games', 11601384031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'All', 'Alle afdelingen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Automotive', 'Auto en motor', 16241608031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Baby', 'Babyproducten', 16241665031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Beauty', 'Beauty en persoonlijke verzorging', 16241722031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Books', 'Boeken', 16241780031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GiftCards', 'Cadeaubonnen', 16241985031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Music', 'Cd\'s en lp\'s', 16242402031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Electronics', 'Elektronica', 16269067031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MoviesAndTV', 'Films en tv', 16242344031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HealthPersonalCare', 'Gezondheid en persoonlijke verzorging', 16242172031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'PetSupplies', 'Huisdierbenodigdheden', 16242573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'OfficeProducts', 'Kantoorproducten', 16242516031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'KindleStore', 'Kindle Store', 4541018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Fashion', 'Kleding, schoenen en sieraden', 16241836031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToolsAndHomeImprovement', 'Klussen en gereedschap', 16242229031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GroceryAndGourmetFood', 'Levensmiddelen', 16242079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MusicalInstruments', 'Muziekinstrumenten', 16242459031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'EverythingElse', 'Overig', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Software', 'Software', 16242630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToysAndGames', 'Speelgoed en spellen', 16242744031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'SportsAndOutdoors', 'Sport en outdoor', 16242687031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GardenAndOutdoor', 'Tuin, terras en gazon', 16241928031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'VideoGames', 'Videogames', 16242801031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HomeAndKitchen', 'Wonen en keuken', 16295908031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Industrial', 'Zakelijk, industrie en wetenschap', 16242288031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Automotive', 'Automotive', 6314216051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Baby', 'Baby', 6314274051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Beauty', 'Beauty & Personal Care', 6314331051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Computers', 'Computers', 6436071051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Electronics', 'Electronics', 6314450051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'GroceryAndGourmetFood', 'Grocery', 6314507051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HealthPersonalCare', 'Health, Household & Personal Care', 6314573051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HomeAndKitchen', 'Home, Kitchen & Dining', 6314631051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'OfficeProducts', 'Office Products', 6314869051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'PetSupplies', 'Pet Supplies', 6315297051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'SportsAndOutdoors', 'Sports & Outdoors', 6314941051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 6314688051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToysAndGames', 'Toys & Games', 6315069051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'VideoGames', 'Video Games', 6315183051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','All','全部分类','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Apparel','服饰箱包','2016157051','relevancerank#salesrank#price#-price#reviewrank_authority#-launch-date#-pct-off','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Appliances',' 大家电 ','80208071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Automotive','汽车用品','1947900051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Baby','母婴用品','42693071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Beauty','美容化妆','746777051','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Books','图书','658391051','salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Electronics','电子','2016117051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','GiftCards','礼品卡','311868071','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Grocery','食品','2127216051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HealthPersonalCare','个护健康','852804051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Home','家用','2016127051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HomeImprovement','家居装修','1952921051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Jewelry','珠宝首饰','816483051','relevancerank#salesrank#reviewrank#price#-price','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','KindleStore','Kindle商店','116088071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Kitchen','厨具','2016126051','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MobileApps','应用程序和游戏','146629071','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Music','音乐','754387051','salesrank#pricerank#price#-price#-pricerank#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MusicalInstruments','乐器','2127219051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','OfficeProducts','办公用品','2127222051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PCHardware','电脑/IT','42690071','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PetSupplies','宠物用品','118864071','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Photo','摄影/摄像','755653051','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Shoes','鞋靴','2029190051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Software','软件','863873051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','SportingGoods','运动户外休闲','836313051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Toys','玩具','647071051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Video','音像','2016137051','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','VideoGames','游戏/娱乐','897416051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Watches','钟表','1953165051','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff #Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Automotive', 'Automotive', 12462878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Baby', 'Baby', 12462935031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Beauty', 'Beauty & Personal Care', 12462992031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Electronics', 'Electronics', 12463163031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'GroceryAndGourmetFood', 'Grocery', 16636904031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'OfficeProducts', 'Office Products', 16637246031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'PetSupplies', 'Pet Supplies', 16637303031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 12463391031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToysAndGames', 'Toys & Games', 12463619031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'VideoGames', 'Video Games', 12463676031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'All', 'Alla avdelningar', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Automotive', 'Delar och tillbehör till bilar', '20512453031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Baby', 'Baby', '20512510031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Beauty', 'Skönhet och kroppsvård', '20512567031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Books', 'Böcker', '20512624031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Electronics', 'Elektronik', '20512681031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Fashion', 'Kläder, skor och smycken', '20512738031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'GroceryAndGourmetFood', 'Livsmedel och gourmetmat', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HealthPersonalCare', 'Hälsa, hushåll och barnvård', '20512966031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HomeAndKitchen', 'Hem', '20513023031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'MoviesAndTV', 'Filmer och TV', '20513194031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Music', 'CD och vinyl', '20513251031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'OfficeProducts', 'Kontorsprodukter', '20513365031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'PetSupplies', 'Husdjursprodukter', '20513422031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'SportsAndOutdoors', 'Sport och outdoor', '20513536031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToolsAndHomeImprovement', 'Verktyg och husrenovering', '20513080031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToysAndGames', 'Leksaker och spel', '20513593031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'VideoGames', 'Videospel', '20513650031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'All', 'Tüm Kategoriler', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Baby', 'Bebek', '12466208031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Books', 'Kitaplar', '12466380031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Computers', 'Bilgisayarlar', '12466439031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Electronics', 'Elektronik', '12466496031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'EverythingElse', 'Diğer Her Şey', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Fashion', 'Moda', '12466553031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'HomeAndKitchen', 'Ev ve Mutfak', '12466781031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'OfficeProducts', 'Ofis Ürünleri', '12467009031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'SportsAndOutdoors', 'Spor', '12467068031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToolsAndHomeImprovement', 'Yapı Market', '12466724031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToysAndGames', 'Oyuncaklar ve Oyunlar', '12467126031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'VideoGames', 'PC ve Video Oyunları', '12467183031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'All', 'Wszystkie kategorie', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ArtsAndCrafts', 'Arts & crafts', '20656845031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Automotive', 'Motoryzacja', '20656962031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Baby', 'Dziecko', '20657079031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Beauty', 'Uroda', '20657196031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Books', 'Książki', '20657314031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Electronics', 'Elektronika', '20657433031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Fashion', 'Odzież, obuwie i akcesoria', '20657552031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GardenAndOutdoor', 'Ogród', '20657670031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GiftCards', 'Karty podarunkowe', '20657800031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HealthPersonalCare', 'Zdrowie i gospodarstwo domowe', '20658036031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HomeAndKitchen', 'Dom i kuchnia', '20658155031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Industrial', 'Biznes, przemysł i nauka', '20658725031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MoviesAndTV', 'Filmy i programy TV', '20658842031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Music', 'Muzyka', '20658959031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MusicalInstruments', 'Instrumenty muzyczne', '20659076031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'OfficeProducts', 'Biuro', '20659193031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'PetSupplies', 'Zwierzęta', '20659310031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Software', 'Oprogramowanie', '20659427031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'SportsAndOutdoors', 'Sport i turystyka', '20659544031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToolsAndHomeImprovement', 'Renowacja domu', '20658608031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToysAndGames', 'Zabawki i gry', '20659661031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [INSERT command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_amz_locale_reference`]
insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'VideoGames', 'Gry wideo', '20659778031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
update wp_options set option_value = 'a:32:{i:1774681757;a:4:{s:21:\"WooZone_unblock_crons\";a:1:{s:32:\"a20a07ce2c2c97de4e9da87c13e07d5f\";a:3:{s:8:\"schedule\";s:13:\"WooZone_10min\";s:4:\"args\";a:1:{i:0;s:13:\"unblock_crons\";}s:8:\"interval\";i:600;}}s:25:\"WooZone_autoimport_search\";a:1:{s:32:\"e25ab9e1f7d5242f20c82431b61bedce\";a:3:{s:8:\"schedule\";s:12:\"WooZone_5min\";s:4:\"args\";a:1:{i:0;s:17:\"autoimport_search\";}s:8:\"interval\";i:300;}}s:21:\"WooZone_sync_products\";a:1:{s:32:\"59e8d82e52f5a878f3e6a50a254a6f2f\";a:3:{s:8:\"schedule\";s:12:\"WooZone_2min\";s:4:\"args\";a:1:{i:0;s:13:\"sync_products\";}s:8:\"interval\";i:120;}}s:27:\"WooZone_syncwidget_products\";a:1:{s:32:\"b35b57dd4596ed3005a088068023f579\";a:3:{s:8:\"schedule\";s:12:\"WooZone_1min\";s:4:\"args\";a:1:{i:0;s:19:\"syncwidget_products\";}s:8:\"interval\";i:60;}}}i:1774681767;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1774681817;a:1:{s:24:\"WooZone_autoimport_queue\";a:1:{s:32:\"65c8924e396509786638d88b0ad30331\";a:3:{s:8:\"schedule\";s:12:\"WooZone_3min\";s:4:\"args\";a:1:{i:0;s:16:\"autoimport_queue\";}s:8:\"interval\";i:180;}}}i:1774682356;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1774682563;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1774682599;a:2:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1774682600;a:4:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}s:18:\"litespeed_task_vpi\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}s:33:\"WooZone_syncwidget_products_cycle\";a:1:{s:32:\"3b933cce5a3d9f6e4df3e92dc1764778\";a:3:{s:8:\"schedule\";s:13:\"WooZone_15min\";s:4:\"args\";a:1:{i:0;s:25:\"syncwidget_products_cycle\";}s:8:\"interval\";i:900;}}}i:1774683153;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1774683500;a:2:{s:24:\"WooZone_sync_products_gc\";a:1:{s:32:\"ab11a23fdd5dd78cc3ebd288c776b8dd\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:16:\"sync_products_gc\";}s:8:\"interval\";i:1800;}}s:27:\"WooZone_sync_products_cycle\";a:1:{s:32:\"4306d9cdb4f14917e46b190098163010\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:19:\"sync_products_cycle\";}s:8:\"interval\";i:1800;}}}i:1774683992;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1774685186;a:1:{s:14:\"WooZone_report\";a:1:{s:32:\"df83978237ac8ed4e45a89f179c5d0d0\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"report\";}s:8:\"interval\";i:3600;}}}i:1774688295;a:1:{s:59:\"puc_cron_check_updates-aiomatic-automatic-ai-content-writer\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774690201;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774703766;a:1:{s:45:\"puc_cron_check_updates-hostinger-ai-assistant\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774711157;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774711355;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774711382;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774712585;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774721905;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1774727192;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774754554;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774754594;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774754595;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774755144;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774763722;a:1:{s:34:\"yith_wcwl_delete_expired_wishlists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774767716;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774802586;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1774828800;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1774883521;a:1:{s:24:\"run_weekly_partner_astra\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1774886900;a:1:{s:22:\"weekly_email_reporting\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nx_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1775013754;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}' where 1=1 and option_id = '105';

WordPress database error: [UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
UPDATE `wp_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:48:\"Check plugin table wp_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:57:\"Check plugin table wp_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_amazon_cache: installed ok.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:53:\"Check plugin table wp_amz_import_stats: installed ok.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:52:\"Check plugin table wp_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:58:\"Check plugin table wp_amz_sync_widget_asins: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1774670341;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1775170534;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '9.0', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '13.7.3', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-eee188bc36bf0387b6cf1ae6e0fddb2c', '1775172334', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-eee188bc36bf0387b6cf1ae6e0fddb2c', 'a:2:{s:7:\"version\";s:6:\"1.0.40\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [Table 'u765821958_shop_db.wp_wpforms_tasks_meta' doesn't exist]
SHOW FULL COLUMNS FROM `wp_wpforms_tasks_meta`

WordPress database error: [Table 'u765821958_shop_db.wp_wpforms_tasks_meta' doesn't exist]
SHOW FULL COLUMNS FROM `wp_wpforms_tasks_meta`

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_block_product_filter_attribute_default_attribute', '1775256934', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_block_product_filter_attribute_default_attribute', 'O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:2:\"12\";s:14:\"attribute_name\";s:24:\"manufacturer-part-number\";s:15:\"attribute_label\";s:24:\"Manufacturer Part Number\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:4:\"name\";s:16:\"attribute_public\";i:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Page not found – Painter And Partners

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_nx_builder_fields', '1775256934', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_nx_builder_fields', 'a:18:{s:2:\"id\";s:29:\"notificationx_metabox_wrapper\";s:5:\"title\";s:13:\"NotificationX\";s:12:\"object_types\";a:1:{i:0;s:13:\"notificationx\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:11:\"show_header\";b:0;s:9:\"tabnumber\";b:1;s:6:\"layout\";s:10:\"horizontal\";s:7:\"version\";s:5:\"3.2.1\";s:11:\"pro_version\";s:6:\"2.8.11\";s:13:\"is_pro_active\";b:1;s:13:\"cus_imp_limit\";i:100;s:14:\"is_pro_sources\";a:51:{s:10:\"woo_inline\";b:1;s:10:\"edd_inline\";b:1;s:12:\"tutor_inline\";b:1;s:16:\"learndash_inline\";b:1;s:17:\"learnpress_inline\";b:1;s:3:\"cf7\";b:0;s:10:\"convertkit\";b:1;s:19:\"custom_notification\";b:1;s:31:\"custom_notification_conversions\";b:1;s:13:\"announcements\";b:1;s:3:\"edd\";b:0;s:6:\"envato\";b:1;s:20:\"freemius_conversions\";b:1;s:16:\"freemius_reviews\";b:1;s:14:\"freemius_stats\";b:1;s:4:\"grvf\";b:1;s:4:\"give\";b:0;s:6:\"google\";b:1;s:14:\"google_reviews\";b:1;s:9:\"learndash\";b:1;s:10:\"learnpress\";b:0;s:9:\"mailchimp\";b:1;s:3:\"njf\";b:0;s:9:\"press_bar\";b:0;s:5:\"tutor\";b:0;s:3:\"wpf\";b:0;s:7:\"reviewx\";b:0;s:11:\"woocommerce\";b:0;s:17:\"woocommerce_sales\";b:0;s:25:\"woocommerce_sales_reviews\";b:0;s:24:\"woocommerce_sales_inline\";b:1;s:11:\"woo_reviews\";b:0;s:11:\"wp_comments\";b:0;s:10:\"wp_reviews\";b:0;s:8:\"wp_stats\";b:0;s:18:\"zapier_conversions\";b:1;s:25:\"zapier_email_subscription\";b:1;s:14:\"zapier_reviews\";b:1;s:14:\"elementor_form\";b:1;s:12:\"flashing_tab\";b:1;s:10:\"fluentform\";b:0;s:7:\"youtube\";b:1;s:5:\"vimeo\";b:0;s:6:\"wistia\";b:0;s:8:\"surecart\";b:0;s:14:\"ActiveCampaign\";b:1;s:18:\"popup_notification\";b:0;s:10:\"fluentcart\";b:0;s:17:\"fluentcart_inline\";b:0;s:17:\"gdpr_notification\";b:0;s:17:\"ccpa_notification\";b:0;}s:6:\"config\";a:5:{s:6:\"active\";s:10:\"source_tab\";s:15:\"completionTrack\";b:1;s:7:\"sidebar\";b:1;s:15:\"content_heading\";a:2:{s:15:\"talk_to_support\";a:6:{s:4:\"text\";s:15:\"Talk to Support\";s:7:\"classes\";s:18:\"nx-talk-to-support\";s:4:\"type\";s:6:\"button\";s:4:\"name\";s:15:\"talk_to_support\";s:6:\"target\";s:6:\"_blank\";s:4:\"href\";s:47:\"https://notificationx.com/support/?support=chat\";}s:7:\"preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"type\";s:13:\"preview-modal\";s:4:\"name\";s:7:\"preview\";s:4:\"urls\";a:3:{s:7:\"default\";s:36:\"https://shop.painterandpartners.com/\";s:10:\"woo_inline\";s:79:\"https://shop.painterandpartners.com/product/canon-pixma-ts-8350-inkjet-printer/\";s:24:\"woocommerce_sales_inline\";s:79:\"https://shop.painterandpartners.com/product/canon-pixma-ts-8350-inkjet-printer/\";}s:6:\"errors\";a:5:{s:10:\"woo_inline\";s:36:\"Create a product to get the preview.\";s:10:\"edd_inline\";s:36:\"Create a product to get the preview.\";s:12:\"tutor_inline\";s:35:\"Create a course to get the preview.\";s:16:\"learndash_inline\";s:35:\"Create a course to get the preview.\";s:24:\"woocommerce_sales_inline\";s:36:\"Create a product to get the preview.\";}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:26:\"woo_inline_stock-theme-two\";i:1;s:29:\"tutor_inline_conv-theme-eight\";i:2;s:20:\"flashing_tab_theme-1\";i:3;s:20:\"flashing_tab_theme-2\";i:4;s:20:\"flashing_tab_theme-3\";i:5;s:20:\"flashing_tab_theme-4\";i:6;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:7;s:34:\"learnpress_inline_conv-theme-eight\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}}s:4:\"step\";a:2:{s:4:\"show\";b:1;s:7:\"buttons\";a:2:{s:4:\"prev\";s:8:\"Previous\";s:4:\"next\";s:4:\"Next\";}}}s:6:\"submit\";a:1:{s:4:\"show\";b:0;}s:4:\"tabs\";a:6:{s:10:\"source_tab\";a:6:{s:5:\"label\";s:6:\"Source\";s:2:\"id\";s:10:\"source_tab\";s:4:\"name\";s:10:\"source_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:6:\"source\";}s:7:\"classes\";s:10:\"source_tab\";s:6:\"fields\";a:2:{s:12:\"type_section\";a:4:{s:5:\"label\";s:17:\"Notification Type\";s:4:\"name\";s:12:\"type_section\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:1:{s:4:\"type\";a:6:{s:4:\"name\";s:4:\"type\";s:4:\"type\";s:10:\"radio-card\";s:7:\"default\";s:16:\"notification_bar\";s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:7:\"options\";a:18:{i:0;a:5:{s:5:\"value\";s:6:\"inline\";s:5:\"label\";s:17:\"Growth Alert 🚀\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:50;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:79:\"<a href=\'https://notificationx.com/growth-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:451:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/Introducing-Growth-Alert-Instant-Sales-Booster-With-NotificationX.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:1;a:5:{s:5:\"value\";s:4:\"form\";s:5:\"label\";s:12:\"Contact Form\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:25;s:5:\"popup\";N;}i:2;a:5:{s:5:\"value\";s:18:\"email_subscription\";s:5:\"label\";s:18:\"Email Subscription\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:65;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:106:\"<a href=\'https://notificationx.com/docs/mailchimp-email-subscription-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:432:\"\n <span>Show popups to display which users subscribed to your Newsletter.</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/How-to-Display-Email-Subscription-Alerts-using-NotificationX.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:3;a:5:{s:5:\"value\";s:6:\"custom\";s:5:\"label\";s:19:\"Custom Notification\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:55;s:5:\"popup\";N;}i:4;a:5:{s:5:\"value\";s:11:\"conversions\";s:5:\"label\";s:18:\"Sales Notification\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:5;s:5:\"popup\";N;}i:5;a:5:{s:5:\"value\";s:18:\"offer_announcement\";s:5:\"label\";s:14:\"Discount Alert\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:36;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:96:\"<a href=\'https://notificationx.com/docs/configure-discount-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:466:\"\n <span>Discount Alert by NotificationX will allow you to display offers/discounts of your products/services on your website interactively & easily.</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/NX-Discount-Alert-1.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:6;a:5:{s:5:\"value\";s:7:\"reviews\";s:5:\"label\";s:7:\"Reviews\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:20;s:5:\"popup\";N;}i:7;a:5:{s:5:\"value\";s:14:\"download_stats\";s:5:\"label\";s:14:\"Download Stats\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:30;s:5:\"popup\";N;}i:8;a:5:{s:5:\"value\";s:8:\"donation\";s:5:\"label\";s:9:\"Donations\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:40;s:5:\"popup\";N;}i:9;a:5:{s:5:\"value\";s:14:\"page_analytics\";s:5:\"label\";s:14:\"Page Analytics\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:70;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:88:\"<a href=\'https://notificationx.com/docs/google-analytics/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:479:\"\n <span>Connect Google Analytics to display the total number of real-time site visitors</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/Google-Analytics-Integration-With-NotificationX-How-To-Show-Active-Users-Traffic-in-WordPress.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:10;a:5:{s:5:\"value\";s:9:\"elearning\";s:5:\"label\";s:9:\"eLearning\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:10;s:5:\"popup\";N;}i:11;a:5:{s:5:\"value\";s:16:\"notification_bar\";s:5:\"label\";s:16:\"Notification Bar\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:15;s:5:\"popup\";N;}i:12;a:5:{s:5:\"value\";s:17:\"woocommerce_sales\";s:5:\"label\";s:11:\"WooCommerce\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:5;s:5:\"popup\";N;}i:13;a:5:{s:5:\"value\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:35;s:5:\"popup\";N;}i:14;a:5:{s:5:\"value\";s:12:\"flashing_tab\";s:5:\"label\";s:12:\"Flashing Tab\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:45;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:79:\"<a href=\'https://notificationx.com/flashing-tab/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:451:\"\n <span>Revive lost visitors and convert them into customers with captivating Flashing Tab alerts.</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/How-To-Configure-Flashing-Tab-Alert-With-NotificationX.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:15;a:5:{s:5:\"value\";s:5:\"video\";s:5:\"label\";s:5:\"Video\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:60;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:103:\"<a href=\'https://notificationx.com/docs/youtube-video-activities-popups/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:465:\"\n <span>NotificationX will help you increasing engagement of your YouTube channel and gaining more credibility.</span>\n <video id=\"pro_alert_video_popup\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\" autoplay loop muted>\n <source src=\"https://notificationx.com/wp-content/uploads/2024/01/How-To-Show-YouTube-Activities-Popup-With-NotificationX.mp4\" type=\"video/mp4\">\n </video>\n \";}}i:16;a:5:{s:5:\"value\";s:5:\"popup\";s:5:\"label\";s:12:\"Announcement\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:16;s:5:\"popup\";N;}i:17;a:5:{s:5:\"value\";s:4:\"gdpr\";s:5:\"label\";s:13:\"Cookie Notice\";s:6:\"is_pro\";b:0;s:8:\"priority\";i:10;s:5:\"popup\";N;}}s:16:\"validation_rules\";a:2:{s:8:\"required\";b:1;s:5:\"label\";s:4:\"Type\";}}}}s:14:\"source_section\";a:4:{s:5:\"label\";s:6:\"Source\";s:4:\"name\";s:14:\"source_section\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:2:{s:12:\"source_error\";a:4:{s:4:\"type\";s:7:\"message\";s:4:\"name\";s:12:\"source_error\";s:8:\"messages\";a:24:{s:10:\"edd_inline\";a:4:{s:7:\"message\";s:196:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=easy-digital-downloads&tab=search&type=term\" target=\"_blank\">Easy Digital Downloads</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"edd_inline\";}}s:12:\"tutor_inline\";a:4:{s:7:\"message\";s:166:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=tutor&tab=search&type=term\" target=\"_blank\">Tutor LMS</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"tutor_inline\";}}s:16:\"learndash_inline\";a:4:{s:7:\"message\";s:114:\"You have to install <a target=\"_blank\" rel=\"nofollow\" href=\"https://www.learndash.com\">LearnDash</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:16:\"learndash_inline\";}}s:17:\"learnpress_inline\";a:4:{s:7:\"message\";s:172:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=learnpress&tab=search&type=term\" target=\"_blank\">LearnPress</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"learnpress_inline\";}}s:10:\"convertkit\";a:4:{s:7:\"message\";s:201:\"You have to setup your API Key for <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#convertkit_settings_section\" target=\"_blank\">ConvertKit</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"convertkit\";}}s:3:\"edd\";a:4:{s:7:\"message\";s:196:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=easy-digital-downloads&tab=search&type=term\" target=\"_blank\">Easy Digital Downloads</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:3:\"edd\";}}s:6:\"envato\";a:4:{s:7:\"message\";s:195:\"You have to setup your API Token for <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#envato_settings_section\" target=\"_blank\">Envato</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:6:\"envato\";}}s:20:\"freemius_conversions\";a:4:{s:7:\"message\";s:221:\"You have to setup your Dev ID, Public Key, Secret Key from <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#freemius_settings_section\" target=\"_blank\">settings</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:20:\"freemius_conversions\";}}s:16:\"freemius_reviews\";a:4:{s:7:\"message\";s:221:\"You have to setup your Dev ID, Public Key, Secret Key from <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#freemius_settings_section\" target=\"_blank\">settings</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:16:\"freemius_reviews\";}}s:14:\"freemius_stats\";a:4:{s:7:\"message\";s:221:\"You have to setup your Dev ID, Public Key, Secret Key from <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#freemius_settings_section\" target=\"_blank\">settings</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"freemius_stats\";}}s:4:\"grvf\";a:4:{s:7:\"message\";s:107:\"You have to install <a href=\"https://www.gravityforms.com/\" target=\"_blank\">Gravity Forms</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:4:\"grvf\";}}s:4:\"give\";a:4:{s:7:\"message\";s:171:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=give&tab=search&type=term\" target=\"_blank\">GiveWP Donation</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:4:\"give\";}}s:6:\"google\";a:4:{s:7:\"message\";s:158:\"You have to connect your <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings\" target=\"_blank\">Google Analytics Account</a> first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:6:\"google\";}}s:14:\"google_reviews\";a:4:{s:7:\"message\";s:210:\"You have to setup your API Key for <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#google_reviews_settings_section\" target=\"_blank\"> Google Review</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}}s:9:\"learndash\";a:4:{s:7:\"message\";s:114:\"You have to install <a target=\"_blank\" rel=\"nofollow\" href=\"https://www.learndash.com\">LearnDash</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"learndash\";}}s:10:\"learnpress\";a:4:{s:7:\"message\";s:172:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=learnpress&tab=search&type=term\" target=\"_blank\">LearnPress</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"learnpress\";}}s:9:\"mailchimp\";a:4:{s:7:\"message\";s:199:\"You have to setup your API Key for <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#mailchimp_settings_section\" target=\"_blank\">MailChimp</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"mailchimp\";}}s:3:\"njf\";a:4:{s:7:\"message\";s:174:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=ninja+forms&tab=search&type=term\" target=\"_blank\">Ninja Forms</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:3:\"njf\";}}s:5:\"tutor\";a:4:{s:7:\"message\";s:166:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=tutor&tab=search&type=term\" target=\"_blank\">Tutor LMS</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:5:\"tutor\";}}s:10:\"fluentform\";a:4:{s:7:\"message\";s:176:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=fluent-forms&tab=search&type=term\" target=\"_blank\">Fluent Forms</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"fluentform\";}}s:7:\"youtube\";a:4:{s:7:\"message\";s:202:\"You have to setup your API Key for <a href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#google_youtube_settings_section\" target=\"_blank\">Youtube</a>.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}}s:8:\"surecart\";a:4:{s:7:\"message\";s:168:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=surecart&tab=search&type=term\" target=\"_blank\">SureCart</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:8:\"surecart\";}}s:10:\"fluentcart\";a:4:{s:7:\"message\";s:172:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=fluentcart&tab=search&type=term\" target=\"_blank\">FluentCart</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"fluentcart\";}}s:17:\"fluentcart_inline\";a:4:{s:7:\"message\";s:172:\"You have to install <a href=\"https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=fluentcart&tab=search&type=term\" target=\"_blank\">FluentCart</a> plugin first.\";s:4:\"html\";b:1;s:4:\"type\";s:5:\"error\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"fluentcart_inline\";}}}s:5:\"rules\";s:0:\"\";}s:6:\"source\";a:7:{s:4:\"name\";s:6:\"source\";s:4:\"type\";s:10:\"radio-card\";s:7:\"options\";a:51:{i:0;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";N;s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/woocommerce.png\";s:5:\"value\";s:10:\"woo_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:1;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";N;s:4:\"icon\";s:115:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/edd.png\";s:5:\"value\";s:10:\"edd_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:2;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";N;s:4:\"icon\";s:117:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/tutor.png\";s:5:\"value\";s:12:\"tutor_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:3;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";N;s:4:\"icon\";s:121:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/learndash.png\";s:5:\"value\";s:16:\"learndash_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:20;}i:4;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";N;s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/_learnpress.png\";s:5:\"value\";s:17:\"learnpress_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:22;}i:5;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:14:\"Contact Form 7\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:3:\"cf7\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:6;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:18:\"email_subscription\";}s:5:\"label\";s:10:\"ConvertKit\";s:4:\"icon\";s:122:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/convertkit.png\";s:5:\"value\";s:10:\"convertkit\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:7;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"custom\";}s:5:\"label\";s:19:\"Custom Notification\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/custom.png\";s:5:\"value\";s:19:\"custom_notification\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:8;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:19:\"Custom Notification\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/custom.png\";s:5:\"value\";s:31:\"custom_notification_conversions\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:91:\"<a href=\'https://notificationx.com/docs/custom-notification/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:322:\"\n <span style=\"text-align:left;\">Display custom conversion notifications as pop up.</span>\n <iframe id=\"custom_notification_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/OuTmDZ0_TEw\">\n </iframe>\n \";}s:8:\"priority\";i:30;}i:9;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:18:\"offer_announcement\";}s:5:\"label\";s:14:\"Discount Alert\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:13:\"announcements\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:10;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:22:\"Easy Digital Downloads\";s:4:\"icon\";s:115:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/edd.png\";s:5:\"value\";s:3:\"edd\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:11;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:6:\"Envato\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/envato.png\";s:5:\"value\";s:6:\"envato\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:97:\"<a href=\'https://notificationx.com/docs/envato-sales-notification/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:311:\"\n <span>A resourceful online marketplace for digital assets and services.</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/-df_6KHgr7I\">\n </iframe>\n \";}s:8:\"priority\";i:25;}i:12;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:8:\"Freemius\";s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/freemius.png\";s:5:\"value\";s:20:\"freemius_conversions\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:99:\"<a href=\'https://notificationx.com/docs/freemius-sales-notification/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:326:\"\n <span>Fantastic platform for WordPress users to sell their items all around the world.</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/0uANsOSFmtw\">\n </iframe>\n \";}s:8:\"priority\";i:15;}i:13;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:8:\"Freemius\";s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/freemius.png\";s:5:\"value\";s:16:\"freemius_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:101:\"<a href=\'https://notificationx.com/docs/freemius-review-notificationx/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:130:\"\n <span>Widely used medium to show review teasers to persuade visitors to trust your offerings.</span>\n \";}s:8:\"priority\";i:20;}i:14;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:14:\"download_stats\";}s:5:\"label\";s:8:\"Freemius\";s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/freemius.png\";s:5:\"value\";s:14:\"freemius_stats\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:0;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:0:\"\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:331:\"\n <span>Amazing platform to display download statistics to urge visitors to trust your items.</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/0uANsOSFmtw\">\n </iframe>\n \";}s:8:\"priority\";i:10;}i:15;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:13:\"Gravity Forms\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:4:\"grvf\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:85:\"<a href=\'https://notificationx.com/docs/gravity-forms/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:356:\"\n <span>A WordPress contact forms plugin that can help you keep important leads and stay in touch with your customers.</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/1Gl3XRd1TxY\">\n </iframe>\n \";}s:8:\"priority\";i:20;}i:16;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:8:\"donation\";}s:5:\"label\";s:4:\"Give\";s:4:\"icon\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/give.png\";s:5:\"value\";s:4:\"give\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:17;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:14:\"page_analytics\";}s:5:\"label\";s:16:\"Google Analytics\";s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/google-analytics.png\";s:5:\"value\";s:6:\"google\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:18;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:14:\"Google Reviews\";s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/google-rating.png\";s:5:\"value\";s:14:\"google_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:118:\"<a href=\'https://notificationx.com/docs/google-reviews-with-notificationx/\n \' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:119:\"\n <span>Google reviews provide helpful information and make your business stand out.</span>\n \";}s:8:\"priority\";i:5;}i:19;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:9:\"elearning\";}s:5:\"label\";s:9:\"LearnDash\";s:4:\"icon\";s:121:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/learndash.png\";s:5:\"value\";s:9:\"learndash\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:140:\"<a href=\'https://notificationx.com/docs/how-to-display-learndash-course-enrollment-alert-using-notificationx/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:94:\"\n <span>A widely used WordPress learning management system.</span>\n \";}s:8:\"priority\";i:10;}i:20;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:9:\"elearning\";}s:5:\"label\";s:10:\"LearnPress\";s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/_learnpress.png\";s:5:\"value\";s:10:\"learnpress\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:11;}i:21;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:18:\"email_subscription\";}s:5:\"label\";s:9:\"MailChimp\";s:4:\"icon\";s:121:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/mailchimp.png\";s:5:\"value\";s:9:\"mailchimp\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:22;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:11:\"Ninja Forms\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:3:\"njf\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:23;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:16:\"notification_bar\";}s:5:\"label\";s:9:\"Press Bar\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:9:\"press_bar\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:8:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:29:\"You are missing a dependency.\";s:11:\"customClass\";a:1:{s:9:\"container\";s:30:\"pressbar-gutenberg-theme-popup\";}s:6:\"forced\";b:1;s:14:\"denyButtonText\";s:162:\"<a href=\'https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=Essential%2520Blocks&tab=search&type=term\' target=\'_blank\'>Install Essential Blocks</a>\";s:17:\"confirmButtonText\";s:69:\"<a href=\'https://essential-blocks.com/\' target=\'_blank\'>More Info</a>\";s:4:\"html\";s:130:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n \";}s:8:\"priority\";i:5;}i:24;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:9:\"elearning\";}s:5:\"label\";s:5:\"Tutor\";s:4:\"icon\";s:117:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/tutor.png\";s:5:\"value\";s:5:\"tutor\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:25;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:7:\"WPForms\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:3:\"wpf\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:26;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:7:\"ReviewX\";s:4:\"icon\";s:119:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/reviewx.png\";s:5:\"value\";s:7:\"reviewx\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:27;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:11:\"WooCommerce\";s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/woocommerce.png\";s:5:\"value\";s:11:\"woocommerce\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:28;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:17:\"woocommerce_sales\";}s:5:\"label\";s:18:\"Sales Notification\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:17:\"woocommerce_sales\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:29;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:17:\"woocommerce_sales\";}s:5:\"label\";s:7:\"Reviews\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:25:\"woocommerce_sales_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:30;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:17:\"woocommerce_sales\";}s:5:\"label\";s:12:\"Growth Alert\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:79:\"<a href=\'https://notificationx.com/growth-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:325:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/vXMtBPvizDw\">\n </iframe>\n \";}s:8:\"priority\";i:15;}i:31;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:11:\"WooCommerce\";s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/woocommerce.png\";s:5:\"value\";s:11:\"woo_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:32;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:8:\"comments\";}s:5:\"label\";s:11:\"WP Comments\";s:4:\"icon\";s:123:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/wp-comments.png\";s:5:\"value\";s:11:\"wp_comments\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:33;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:14:\"WP.Org Reviews\";s:4:\"icon\";s:121:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/wordpress.png\";s:5:\"value\";s:10:\"wp_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:2;}i:34;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:14:\"download_stats\";}s:5:\"label\";s:12:\"WP.Org Stats\";s:4:\"icon\";s:121:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/wordpress.png\";s:5:\"value\";s:8:\"wp_stats\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:35;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:6:\"Zapier\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/zapier.png\";s:5:\"value\";s:18:\"zapier_conversions\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:97:\"<a href=\'https://notificationx.com/docs/zapier-notification-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:346:\"\n <span>A well-known web-based tool to connect with any of your web-based applications & boost productivity.</span>\n <iframe id=\"email_subscription_video\" type=\"text/html\" allowfullscreen width=\"450\" height=\"235\"\n src=\"https://www.youtube.com/embed/KjdLv5YMByQ\">\n </iframe>\n \";}s:8:\"priority\";i:20;}i:36;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:18:\"email_subscription\";}s:5:\"label\";s:6:\"Zapier\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/zapier.png\";s:5:\"value\";s:25:\"zapier_email_subscription\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:37;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:7:\"reviews\";}s:5:\"label\";s:6:\"Zapier\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/zapier.png\";s:5:\"value\";s:14:\"zapier_reviews\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:97:\"<a href=\'https://notificationx.com/docs/zapier-notification-alert/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:153:\"\n <span>Display review alerts from popular social media networks & encourage visitors to place trust in your business.</span>\n \";}s:8:\"priority\";i:25;}i:38;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:14:\"Elementor Form\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:14:\"elementor_form\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:105:\"<a href=\'https://notificationx.com/docs/elementor-form-with-notificationx/\' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:136:\"\n <span>Elementor forms that can help you keep important leads and stay in touch with your customers.</span>\n \";}s:8:\"priority\";i:25;}i:39;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:12:\"flashing_tab\";}s:5:\"label\";s:12:\"Flashing Tab\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:12:\"flashing_tab\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:5;}i:40;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}s:5:\"label\";s:12:\"Fluent Forms\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:10:\"fluentform\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:20;}i:41;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:5:\"video\";}s:5:\"label\";s:7:\"YouTube\";s:4:\"icon\";s:119:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/youtube.png\";s:5:\"value\";s:7:\"youtube\";s:6:\"is_pro\";b:0;s:5:\"popup\";a:7:{s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:26:\"Opps! This is PRO Feature.\";s:11:\"customClass\";a:8:{s:9:\"container\";s:15:\"pro-video-popup\";s:11:\"closeButton\";s:22:\"pro-video-close-button\";s:4:\"icon\";s:14:\"pro-video-icon\";s:5:\"title\";s:15:\"pro-video-title\";s:7:\"content\";s:17:\"pro-video-content\";s:7:\"actions\";s:20:\"nx-pro-alert-actions\";s:13:\"confirmButton\";s:24:\"pro-video-confirm-button\";s:10:\"denyButton\";s:21:\"pro-video-deny-button\";}s:14:\"denyButtonText\";s:116:\"<a href=\'https://notificationx.com/docs/youtube-video-activities-popups/\n \' target=\'_blank\'>More Info</a>\";s:17:\"confirmButtonText\";s:79:\"<a href=\'https://notificationx.com/#pricing\' target=\'_blank\'>Upgrade to PRO</a>\";s:4:\"html\";s:119:\"\n <span>Google reviews provide helpful information and make your business stand out.</span>\n \";}s:8:\"priority\";i:5;}i:42;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:5:\"video\";}s:5:\"label\";s:5:\"Vimeo\";s:4:\"icon\";s:117:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/vimeo.png\";s:5:\"value\";s:5:\"vimeo\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:10;}i:43;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:5:\"video\";}s:5:\"label\";s:6:\"Wistia\";s:4:\"icon\";s:118:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/wistia.png\";s:5:\"value\";s:6:\"wistia\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:44;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:8:\"SureCart\";s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/surecart.png\";s:5:\"value\";s:8:\"surecart\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:8;}i:45;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:18:\"email_subscription\";}s:5:\"label\";s:14:\"ActiveCampaign\";s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/ActiveCampaign.png\";s:5:\"value\";s:14:\"ActiveCampaign\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:46;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:5:\"popup\";}s:5:\"label\";s:12:\"Announcement\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:18:\"popup_notification\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:47;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:11:\"conversions\";}s:5:\"label\";s:10:\"FluentCart\";s:4:\"icon\";s:122:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/fluentcart.png\";s:5:\"value\";s:10:\"fluentcart\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:8;}i:48;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:6:\"inline\";}s:5:\"label\";s:10:\"FluentCart\";s:4:\"icon\";s:122:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/sources/fluentcart.png\";s:5:\"value\";s:17:\"fluentcart_inline\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:6;}i:49;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"gdpr\";}s:5:\"label\";s:4:\"GDPR\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:17:\"gdpr_notification\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:15;}i:50;a:7:{s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"gdpr\";}s:5:\"label\";s:4:\"CCPA\";s:4:\"icon\";s:0:\"\";s:5:\"value\";s:17:\"ccpa_notification\";s:6:\"is_pro\";b:0;s:5:\"popup\";N;s:8:\"priority\";i:20;}}s:7:\"default\";s:11:\"woocommerce\";s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:16:\"validation_rules\";a:2:{s:8:\"required\";b:1;s:5:\"label\";s:6:\"Source\";}s:7:\"trigger\";a:1:{s:8:\"defaults\";a:52:{s:19:\"custom_notification\";a:3:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:8:\"position\";s:21:\"@position:bottom_left\";s:18:\"combine_multiorder\";s:25:\"@combine_multiorder:false\";}s:31:\"custom_notification_conversions\";a:5:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:14:\"@link_type:url\";s:18:\"combine_multiorder\";s:25:\"@combine_multiorder:false\";}s:3:\"edd\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:6:\"envato\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:4:\"give\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:26:\"@themes:donation_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:24:\"@link_type:donation_page\";}s:9:\"learndash\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:27:\"@themes:elearning_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:course_page\";}s:5:\"tutor\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:27:\"@themes:elearning_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:course_page\";}s:7:\"reviewx\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:27:\"@themes:reviewx_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:review_page\";}s:11:\"woocommerce\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:8:\"surecart\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:11:\"woo_reviews\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:31:\"@themes:woo_reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:review_page\";}s:10:\"wp_reviews\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:27:\"@themes:reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:review_page\";}s:20:\"freemius_conversions\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:16:\"freemius_reviews\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:27:\"@themes:reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:review_page\";}s:14:\"freemius_stats\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:37:\"@themes:download_stats_today-download\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:21:\"@link_type:stats_page\";}s:10:\"convertkit\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:36:\"@themes:email_subscription_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:6:\"zapier\";a:1:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";}s:9:\"mailchimp\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:36:\"@themes:email_subscription_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:11:\"wp_comments\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:26:\"@themes:comments_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:comment_url\";}s:3:\"cf7\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:3:\"njf\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:4:\"grvf\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:3:\"wpf\";a:4:{s:23:\"show_notification_image\";s:33:\"@show_notification_image:gravatar\";s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:17:\"woocommerce_sales\";a:4:{s:23:\"show_notification_image\";s:39:\"@show_notification_image:featured_image\";s:6:\"themes\";s:35:\"@themes:woocommerce_sales_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:10:\"woo_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:10:\"edd_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:12:\"tutor_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:16:\"learndash_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:17:\"learnpress_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:13:\"announcements\";a:3:{s:6:\"themes\";s:31:\"@themes:announcements_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:29:\"@link_type:announcements_link\";}s:6:\"google\";a:3:{s:6:\"themes\";s:35:\"@themes:page_analytics_pa-theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:14:\"google_reviews\";a:3:{s:6:\"themes\";s:34:\"@themes:google_reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:19:\"@link_type:map_page\";}s:10:\"learnpress\";a:3:{s:6:\"themes\";s:27:\"@themes:elearning_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:course_page\";}s:9:\"press_bar\";a:2:{s:6:\"themes\";s:27:\"@themes:press_bar_theme-two\";s:8:\"position\";s:13:\"@position:top\";}s:25:\"woocommerce_sales_reviews\";a:3:{s:6:\"themes\";s:45:\"@themes:woocommerce_sales_reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:24:\"woocommerce_sales_inline\";a:2:{s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:8:\"wp_stats\";a:3:{s:6:\"themes\";s:37:\"@themes:download_stats_today-download\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:21:\"@link_type:stats_page\";}s:18:\"zapier_conversions\";a:3:{s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:25:\"zapier_email_subscription\";a:3:{s:6:\"themes\";s:36:\"@themes:email_subscription_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:14:\"zapier_reviews\";a:3:{s:6:\"themes\";s:27:\"@themes:reviews_total-rated\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:22:\"@link_type:review_page\";}s:14:\"elementor_form\";a:3:{s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:12:\"flashing_tab\";a:2:{s:6:\"themes\";s:28:\"@themes:flashing_tab_theme-1\";s:8:\"position\";s:21:\"@position:bottom_left\";}s:10:\"fluentform\";a:3:{s:6:\"themes\";s:22:\"@themes:form_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:7:\"youtube\";a:3:{s:6:\"themes\";s:25:\"@themes:youtube_channel-1\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:26:\"@link_type:yt_channel_link\";}s:5:\"vimeo\";a:2:{s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:6:\"wistia\";a:2:{s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:14:\"ActiveCampaign\";a:3:{s:6:\"themes\";s:36:\"@themes:email_subscription_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:18:\"popup_notification\";a:3:{s:6:\"themes\";s:23:\"@themes:popup_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:20:\"@link_type:popup_url\";}s:10:\"fluentcart\";a:3:{s:6:\"themes\";s:29:\"@themes:conversions_theme-one\";s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:23:\"@link_type:product_page\";}s:17:\"fluentcart_inline\";a:1:{s:8:\"position\";s:21:\"@position:bottom_left\";}s:17:\"gdpr_notification\";a:2:{s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}s:17:\"ccpa_notification\";a:2:{s:8:\"position\";s:21:\"@position:bottom_left\";s:9:\"link_type\";s:15:\"@link_type:none\";}}}}}}}}s:10:\"design_tab\";a:6:{s:5:\"label\";s:6:\"Design\";s:2:\"id\";s:10:\"design_tab\";s:4:\"name\";s:10:\"design_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:6:\"design\";}s:7:\"classes\";s:10:\"design_tab\";s:6:\"fields\";a:4:{s:12:\"design_error\";a:4:{s:4:\"type\";s:7:\"message\";s:4:\"name\";s:12:\"design_error\";s:8:\"messages\";a:0:{}s:5:\"rules\";s:0:\"\";}s:12:\"main_preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"name\";s:12:\"main_preview\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:1;s:6:\"fields\";a:1:{s:13:\"preview_field\";a:4:{s:4:\"name\";s:13:\"preview_field\";s:4:\"type\";s:7:\"preview\";s:5:\"label\";s:7:\"Preview\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}s:6:\"themes\";a:4:{s:5:\"label\";s:6:\"Themes\";s:4:\"name\";s:6:\"themes\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:10:{i:0;a:6:{s:5:\"label\";s:12:\"Select Theme\";s:4:\"name\";s:10:\"gdpr_theme\";s:4:\"type\";s:13:\"better-toggle\";s:7:\"default\";b:0;s:12:\"toggle_label\";a:2:{s:14:\"toggle_label_1\";s:5:\"Light\";s:14:\"toggle_label_2\";s:4:\"Dark\";}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}}s:14:\"themes_section\";a:5:{s:4:\"type\";s:7:\"section\";s:4:\"name\";s:14:\"themes_section\";s:7:\"classes\";s:13:\"pro-activated\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}s:6:\"fields\";a:1:{s:10:\"themes_tab\";a:5:{s:4:\"type\";s:3:\"tab\";s:4:\"name\";s:10:\"themes_tab\";s:6:\"submit\";a:1:{s:4:\"show\";b:0;}s:7:\"default\";s:11:\"for_desktop\";s:6:\"fields\";a:4:{s:11:\"for_desktop\";a:5:{s:5:\"label\";s:11:\"For Desktop\";s:4:\"name\";s:11:\"for_desktop\";s:2:\"id\";s:11:\"for_desktop\";s:4:\"type\";s:7:\"section\";s:4:\"icon\";s:111:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/desktop.svg\";}s:10:\"for_mobile\";a:6:{s:5:\"label\";s:10:\"For Mobile\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:10:\"for_mobile\";s:2:\"id\";s:10:\"for_mobile\";s:4:\"icon\";s:110:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/mobile.svg\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:24:\"woocommerce_sales_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:6:{i:0;s:16:\"notification_bar\";i:1;s:12:\"flashing_tab\";i:2;s:6:\"inline\";i:3;s:12:\"sales_inline\";i:4;s:18:\"offer_announcement\";i:5;s:6:\"custom\";}}}}i:0;a:6:{s:5:\"label\";s:7:\"Presets\";s:4:\"name\";s:11:\"for_desktop\";s:2:\"id\";s:11:\"for_desktop\";s:4:\"type\";s:7:\"section\";s:4:\"icon\";s:117:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/icons/nxbar-presets-icon.svg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:1;a:7:{s:5:\"label\";s:6:\"Custom\";s:4:\"name\";s:12:\"nxbar_custom\";s:2:\"id\";s:12:\"nxbar_custom\";s:4:\"type\";s:7:\"section\";s:4:\"icon\";s:115:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/icons/nxbar-custom-tab.svg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}s:6:\"fields\";a:1:{s:12:\"nxbar_custom\";a:6:{s:5:\"label\";s:6:\"Custom\";s:4:\"name\";s:12:\"nxbar_custom\";s:2:\"id\";s:12:\"nxbar_custom\";s:4:\"type\";s:7:\"section\";s:4:\"icon\";s:111:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/desktop.svg\";s:6:\"fields\";a:1:{s:19:\"nxbar_custom_fields\";a:4:{s:4:\"name\";s:19:\"nxbar_custom_fields\";s:4:\"type\";s:12:\"nxbar-custom\";s:5:\"label\";s:6:\"NX Bar\";s:8:\"priority\";i:10;}}}}}}}}}s:6:\"themes\";a:8:{s:4:\"name\";s:6:\"themes\";s:4:\"type\";s:10:\"radio-card\";s:7:\"options\";a:154:{s:27:\"woo_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:27:\"woo_inline_conv-theme-seven\";s:5:\"value\";s:27:\"woo_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"woo_inline\";}}}s:26:\"woo_inline_stock-theme-one\";a:5:{s:5:\"label\";s:26:\"woo_inline_stock-theme-one\";s:5:\"value\";s:26:\"woo_inline_stock-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"woo_inline\";}}}s:26:\"woo_inline_stock-theme-two\";a:5:{s:5:\"label\";s:26:\"woo_inline_stock-theme-two\";s:5:\"value\";s:26:\"woo_inline_stock-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"woo_inline\";}}}s:27:\"edd_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:27:\"edd_inline_conv-theme-seven\";s:5:\"value\";s:27:\"edd_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"edd_inline\";}}}s:29:\"tutor_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:29:\"tutor_inline_conv-theme-seven\";s:5:\"value\";s:29:\"tutor_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/tutor-inline.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:29:\"tutor_inline_conv-theme-eight\";a:5:{s:5:\"label\";s:29:\"tutor_inline_conv-theme-eight\";s:5:\"value\";s:29:\"tutor_inline_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/tutor-inline-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:33:\"learndash_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:33:\"learndash_inline_conv-theme-seven\";s:5:\"value\";s:33:\"learndash_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/learndash-inline.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:16:\"learndash_inline\";}}}s:34:\"learnpress_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:34:\"learnpress_inline_conv-theme-seven\";s:5:\"value\";s:34:\"learnpress_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/tutor-inline.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"learnpress_inline\";}}}s:34:\"learnpress_inline_conv-theme-eight\";a:5:{s:5:\"label\";s:34:\"learnpress_inline_conv-theme-eight\";s:5:\"value\";s:34:\"learnpress_inline_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/tutor-inline-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"learnpress_inline\";}}}s:14:\"form_theme-one\";a:5:{s:5:\"label\";s:14:\"form_theme-one\";s:5:\"value\";s:14:\"form_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/form/cf7-theme-two.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:14:\"form_theme-two\";a:5:{s:5:\"label\";s:14:\"form_theme-two\";s:5:\"value\";s:14:\"form_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/form/cf7-theme-one.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:16:\"form_theme-three\";a:5:{s:5:\"label\";s:16:\"form_theme-three\";s:5:\"value\";s:16:\"form_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/form/cf7-theme-three.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:28:\"email_subscription_theme-one\";a:5:{s:5:\"label\";s:28:\"email_subscription_theme-one\";s:5:\"value\";s:28:\"email_subscription_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/subscriptions/mailchimp-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:5:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";i:4;s:19:\"custom_notification\";}}}s:28:\"email_subscription_theme-two\";a:5:{s:5:\"label\";s:28:\"email_subscription_theme-two\";s:5:\"value\";s:28:\"email_subscription_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/subscriptions/mailchimp-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:5:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";i:4;s:19:\"custom_notification\";}}}s:30:\"email_subscription_theme-three\";a:5:{s:5:\"label\";s:30:\"email_subscription_theme-three\";s:5:\"value\";s:30:\"email_subscription_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/subscriptions/mailchimp-theme-three.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:5:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";i:4;s:19:\"custom_notification\";}}}s:29:\"email_subscription_maps_theme\";a:5:{s:5:\"label\";s:29:\"email_subscription_maps_theme\";s:5:\"value\";s:29:\"email_subscription_maps_theme\";s:6:\"is_pro\";N;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/subscriptions/maps-theme-subscribed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:5:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";i:4;s:19:\"custom_notification\";}}}s:21:\"conversions_theme-one\";a:5:{s:5:\"label\";s:21:\"conversions_theme-one\";s:5:\"value\";s:21:\"conversions_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:21:\"conversions_theme-two\";a:5:{s:5:\"label\";s:21:\"conversions_theme-two\";s:5:\"value\";s:21:\"conversions_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:23:\"conversions_theme-three\";a:5:{s:5:\"label\";s:23:\"conversions_theme-three\";s:5:\"value\";s:23:\"conversions_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:22:\"conversions_theme-five\";a:5:{s:5:\"label\";s:22:\"conversions_theme-five\";s:5:\"value\";s:22:\"conversions_theme-five\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-five.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:22:\"conversions_theme-four\";a:5:{s:5:\"label\";s:22:\"conversions_theme-four\";s:5:\"value\";s:22:\"conversions_theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-four.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:26:\"conversions_conv-theme-six\";a:5:{s:5:\"label\";s:26:\"conversions_conv-theme-six\";s:5:\"value\";s:26:\"conversions_conv-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-6.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:22:\"conversions_maps_theme\";a:5:{s:5:\"label\";s:22:\"conversions_maps_theme\";s:5:\"value\";s:22:\"conversions_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/maps-theme.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:26:\"conversions_conv-theme-ten\";a:5:{s:5:\"label\";s:26:\"conversions_conv-theme-ten\";s:5:\"value\";s:26:\"conversions_conv-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:29:\"conversions_conv-theme-eleven\";a:5:{s:5:\"label\";s:29:\"conversions_conv-theme-eleven\";s:5:\"value\";s:29:\"conversions_conv-theme-eleven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:28:\"conversions_conv-theme-seven\";a:5:{s:5:\"label\";s:28:\"conversions_conv-theme-seven\";s:5:\"value\";s:28:\"conversions_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-7.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:28:\"conversions_conv-theme-eight\";a:5:{s:5:\"label\";s:28:\"conversions_conv-theme-eight\";s:5:\"value\";s:28:\"conversions_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-8.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:27:\"conversions_conv-theme-nine\";a:5:{s:5:\"label\";s:27:\"conversions_conv-theme-nine\";s:5:\"value\";s:27:\"conversions_conv-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-9.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:9:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";i:8;s:19:\"custom_notification\";}}}s:21:\"announcements_theme-1\";a:5:{s:5:\"label\";s:21:\"announcements_theme-1\";s:5:\"value\";s:21:\"announcements_theme-1\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/announcements/theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:21:\"announcements_theme-2\";a:5:{s:5:\"label\";s:21:\"announcements_theme-2\";s:5:\"value\";s:21:\"announcements_theme-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/announcements/theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:22:\"announcements_theme-12\";a:5:{s:5:\"label\";s:22:\"announcements_theme-12\";s:5:\"value\";s:22:\"announcements_theme-12\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/announcements/theme-12.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:22:\"announcements_theme-14\";a:5:{s:5:\"label\";s:22:\"announcements_theme-14\";s:5:\"value\";s:22:\"announcements_theme-14\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/announcements/theme-14.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:22:\"announcements_theme-15\";a:5:{s:5:\"label\";s:22:\"announcements_theme-15\";s:5:\"value\";s:22:\"announcements_theme-15\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/announcements/theme-15.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:19:\"reviews_total-rated\";a:5:{s:5:\"label\";s:19:\"reviews_total-rated\";s:5:\"value\";s:19:\"reviews_total-rated\";s:6:\"is_pro\";N;s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-rated.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:16:\"reviews_reviewed\";a:5:{s:5:\"label\";s:16:\"reviews_reviewed\";s:5:\"value\";s:16:\"reviews_reviewed\";s:6:\"is_pro\";N;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/reviewed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:21:\"reviews_review_saying\";a:5:{s:5:\"label\";s:21:\"reviews_review_saying\";s:5:\"value\";s:21:\"reviews_review_saying\";s:6:\"is_pro\";N;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/saying-review.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:22:\"reviews_review-comment\";a:5:{s:5:\"label\";s:22:\"reviews_review-comment\";s:5:\"value\";s:22:\"reviews_review-comment\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:24:\"reviews_review-comment-2\";a:5:{s:5:\"label\";s:24:\"reviews_review-comment-2\";s:5:\"value\";s:24:\"reviews_review-comment-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:24:\"reviews_review-comment-3\";a:5:{s:5:\"label\";s:24:\"reviews_review-comment-3\";s:5:\"value\";s:24:\"reviews_review-comment-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:16:\"freemius_reviews\";i:1;s:10:\"wp_reviews\";i:2;s:14:\"zapier_reviews\";i:3;s:19:\"custom_notification\";}}}s:29:\"download_stats_today-download\";a:5:{s:5:\"label\";s:29:\"download_stats_today-download\";s:5:\"value\";s:29:\"download_stats_today-download\";s:6:\"is_pro\";N;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/today-download.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";i:2;s:19:\"custom_notification\";}}}s:28:\"download_stats_7day-download\";a:5:{s:5:\"label\";s:28:\"download_stats_7day-download\";s:5:\"value\";s:28:\"download_stats_7day-download\";s:6:\"is_pro\";N;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/7day-download.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";i:2;s:19:\"custom_notification\";}}}s:29:\"download_stats_actively_using\";a:5:{s:5:\"label\";s:29:\"download_stats_actively_using\";s:5:\"value\";s:29:\"download_stats_actively_using\";s:6:\"is_pro\";N;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/actively-using.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";i:2;s:19:\"custom_notification\";}}}s:29:\"download_stats_total-download\";a:5:{s:5:\"label\";s:29:\"download_stats_total-download\";s:5:\"value\";s:29:\"download_stats_total-download\";s:6:\"is_pro\";N;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-download.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";i:2;s:19:\"custom_notification\";}}}s:18:\"donation_theme-one\";a:5:{s:5:\"label\";s:18:\"donation_theme-one\";s:5:\"value\";s:18:\"donation_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:18:\"donation_theme-two\";a:5:{s:5:\"label\";s:18:\"donation_theme-two\";s:5:\"value\";s:18:\"donation_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:20:\"donation_theme-three\";a:5:{s:5:\"label\";s:20:\"donation_theme-three\";s:5:\"value\";s:20:\"donation_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:19:\"donation_theme-four\";a:5:{s:5:\"label\";s:19:\"donation_theme-four\";s:5:\"value\";s:19:\"donation_theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:19:\"donation_theme-five\";a:5:{s:5:\"label\";s:19:\"donation_theme-five\";s:5:\"value\";s:19:\"donation_theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:23:\"donation_conv-theme-six\";a:5:{s:5:\"label\";s:23:\"donation_conv-theme-six\";s:5:\"value\";s:23:\"donation_conv-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-6.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:19:\"donation_maps_theme\";a:5:{s:5:\"label\";s:19:\"donation_maps_theme\";s:5:\"value\";s:19:\"donation_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/maps-theme.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:25:\"donation_conv-theme-seven\";a:5:{s:5:\"label\";s:25:\"donation_conv-theme-seven\";s:5:\"value\";s:25:\"donation_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-7.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:25:\"donation_conv-theme-eight\";a:5:{s:5:\"label\";s:25:\"donation_conv-theme-eight\";s:5:\"value\";s:25:\"donation_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-8.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:24:\"donation_conv-theme-nine\";a:5:{s:5:\"label\";s:24:\"donation_conv-theme-nine\";s:5:\"value\";s:24:\"donation_conv-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/donation/donation-theme-9.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}s:27:\"page_analytics_pa-theme-one\";a:5:{s:5:\"label\";s:27:\"page_analytics_pa-theme-one\";s:5:\"value\";s:27:\"page_analytics_pa-theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/analytics/ga-theme-one.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:27:\"page_analytics_pa-theme-two\";a:5:{s:5:\"label\";s:27:\"page_analytics_pa-theme-two\";s:5:\"value\";s:27:\"page_analytics_pa-theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/analytics/pa-theme-one.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:29:\"page_analytics_pa-theme-three\";a:5:{s:5:\"label\";s:29:\"page_analytics_pa-theme-three\";s:5:\"value\";s:29:\"page_analytics_pa-theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/analytics/pa-theme-two.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:28:\"page_analytics_pa-theme-four\";a:5:{s:5:\"label\";s:28:\"page_analytics_pa-theme-four\";s:5:\"value\";s:28:\"page_analytics_pa-theme-four\";s:6:\"is_pro\";N;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/analytics/pa-theme-four.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:26:\"google_reviews_total-rated\";a:5:{s:5:\"label\";s:26:\"google_reviews_total-rated\";s:5:\"value\";s:26:\"google_reviews_total-rated\";s:6:\"is_pro\";N;s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-rated.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:23:\"google_reviews_reviewed\";a:5:{s:5:\"label\";s:23:\"google_reviews_reviewed\";s:5:\"value\";s:23:\"google_reviews_reviewed\";s:6:\"is_pro\";N;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/reviewed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:29:\"google_reviews_review-comment\";a:5:{s:5:\"label\";s:29:\"google_reviews_review-comment\";s:5:\"value\";s:29:\"google_reviews_review-comment\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:31:\"google_reviews_review-comment-2\";a:5:{s:5:\"label\";s:31:\"google_reviews_review-comment-2\";s:5:\"value\";s:31:\"google_reviews_review-comment-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:31:\"google_reviews_review-comment-3\";a:5:{s:5:\"label\";s:31:\"google_reviews_review-comment-3\";s:5:\"value\";s:31:\"google_reviews_review-comment-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:25:\"google_reviews_maps_theme\";a:5:{s:5:\"label\";s:25:\"google_reviews_maps_theme\";s:5:\"value\";s:25:\"google_reviews_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/google-review-map.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"google_reviews\";i:1;s:19:\"custom_notification\";}}}s:19:\"elearning_theme-one\";a:5:{s:5:\"label\";s:19:\"elearning_theme-one\";s:5:\"value\";s:19:\"elearning_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:19:\"elearning_theme-two\";a:5:{s:5:\"label\";s:19:\"elearning_theme-two\";s:5:\"value\";s:19:\"elearning_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:21:\"elearning_theme-three\";a:5:{s:5:\"label\";s:21:\"elearning_theme-three\";s:5:\"value\";s:21:\"elearning_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:20:\"elearning_theme-four\";a:5:{s:5:\"label\";s:20:\"elearning_theme-four\";s:5:\"value\";s:20:\"elearning_theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:20:\"elearning_theme-five\";a:5:{s:5:\"label\";s:20:\"elearning_theme-five\";s:5:\"value\";s:20:\"elearning_theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:24:\"elearning_conv-theme-six\";a:5:{s:5:\"label\";s:24:\"elearning_conv-theme-six\";s:5:\"value\";s:24:\"elearning_conv-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-6.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:26:\"elearning_conv-theme-seven\";a:5:{s:5:\"label\";s:26:\"elearning_conv-theme-seven\";s:5:\"value\";s:26:\"elearning_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-7.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:26:\"elearning_conv-theme-eight\";a:5:{s:5:\"label\";s:26:\"elearning_conv-theme-eight\";s:5:\"value\";s:26:\"elearning_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-8.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:25:\"elearning_conv-theme-nine\";a:5:{s:5:\"label\";s:25:\"elearning_conv-theme-nine\";s:5:\"value\";s:25:\"elearning_conv-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/elearning-theme-9.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:20:\"elearning_maps_theme\";a:5:{s:5:\"label\";s:20:\"elearning_maps_theme\";s:5:\"value\";s:20:\"elearning_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:131:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/elearning/maps-theme.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}s:19:\"press_bar_theme-two\";a:6:{s:5:\"label\";s:19:\"press_bar_theme-two\";s:5:\"value\";s:19:\"press_bar_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-two.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:19:\"press_bar_theme-one\";a:6:{s:5:\"label\";s:19:\"press_bar_theme-one\";s:5:\"value\";s:19:\"press_bar_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-one.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:21:\"press_bar_theme-three\";a:6:{s:5:\"label\";s:21:\"press_bar_theme-three\";s:5:\"value\";s:21:\"press_bar_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-three.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:20:\"press_bar_theme-four\";a:6:{s:5:\"label\";s:20:\"press_bar_theme-four\";s:5:\"value\";s:20:\"press_bar_theme-four\";s:6:\"is_pro\";N;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/press_bar_theme-four-preview.webp\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:20:\"press_bar_theme-five\";a:6:{s:5:\"label\";s:20:\"press_bar_theme-five\";s:5:\"value\";s:20:\"press_bar_theme-five\";s:6:\"is_pro\";N;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/press_bar_theme-five-preview.webp\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:19:\"press_bar_theme-six\";a:6:{s:5:\"label\";s:19:\"press_bar_theme-six\";s:5:\"value\";s:19:\"press_bar_theme-six\";s:6:\"is_pro\";N;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/press_bar_theme-six-preview.webp\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:21:\"press_bar_theme-seven\";a:6:{s:5:\"label\";s:21:\"press_bar_theme-seven\";s:5:\"value\";s:21:\"press_bar_theme-seven\";s:6:\"is_pro\";N;s:4:\"icon\";s:141:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/press_bar_theme-seven-preview.webp\";s:6:\"column\";s:2:\"12\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}}s:19:\"reviewx_total-rated\";a:5:{s:5:\"label\";s:19:\"reviewx_total-rated\";s:5:\"value\";s:19:\"reviewx_total-rated\";s:6:\"is_pro\";N;s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-rated.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:16:\"reviewx_reviewed\";a:5:{s:5:\"label\";s:16:\"reviewx_reviewed\";s:5:\"value\";s:16:\"reviewx_reviewed\";s:6:\"is_pro\";N;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/reviewed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:21:\"reviewx_review_saying\";a:5:{s:5:\"label\";s:21:\"reviewx_review_saying\";s:5:\"value\";s:21:\"reviewx_review_saying\";s:6:\"is_pro\";N;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/saying-review.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:22:\"reviewx_review-comment\";a:5:{s:5:\"label\";s:22:\"reviewx_review-comment\";s:5:\"value\";s:22:\"reviewx_review-comment\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:24:\"reviewx_review-comment-2\";a:5:{s:5:\"label\";s:24:\"reviewx_review-comment-2\";s:5:\"value\";s:24:\"reviewx_review-comment-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:24:\"reviewx_review-comment-3\";a:5:{s:5:\"label\";s:24:\"reviewx_review-comment-3\";s:5:\"value\";s:24:\"reviewx_review-comment-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"reviewx\";}}}s:27:\"woocommerce_sales_theme-one\";a:5:{s:5:\"label\";s:27:\"woocommerce_sales_theme-one\";s:5:\"value\";s:27:\"woocommerce_sales_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:27:\"woocommerce_sales_theme-two\";a:5:{s:5:\"label\";s:27:\"woocommerce_sales_theme-two\";s:5:\"value\";s:27:\"woocommerce_sales_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:29:\"woocommerce_sales_theme-three\";a:5:{s:5:\"label\";s:29:\"woocommerce_sales_theme-three\";s:5:\"value\";s:29:\"woocommerce_sales_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:28:\"woocommerce_sales_theme-five\";a:5:{s:5:\"label\";s:28:\"woocommerce_sales_theme-five\";s:5:\"value\";s:28:\"woocommerce_sales_theme-five\";s:6:\"is_pro\";N;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-five.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:28:\"woocommerce_sales_theme-four\";a:5:{s:5:\"label\";s:28:\"woocommerce_sales_theme-four\";s:5:\"value\";s:28:\"woocommerce_sales_theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-four.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:32:\"woocommerce_sales_conv-theme-six\";a:5:{s:5:\"label\";s:32:\"woocommerce_sales_conv-theme-six\";s:5:\"value\";s:32:\"woocommerce_sales_conv-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-6.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:28:\"woocommerce_sales_maps_theme\";a:5:{s:5:\"label\";s:28:\"woocommerce_sales_maps_theme\";s:5:\"value\";s:28:\"woocommerce_sales_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/maps-theme.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:32:\"woocommerce_sales_conv-theme-ten\";a:5:{s:5:\"label\";s:32:\"woocommerce_sales_conv-theme-ten\";s:5:\"value\";s:32:\"woocommerce_sales_conv-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:35:\"woocommerce_sales_conv-theme-eleven\";a:5:{s:5:\"label\";s:35:\"woocommerce_sales_conv-theme-eleven\";s:5:\"value\";s:35:\"woocommerce_sales_conv-theme-eleven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:126:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-conv-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"woocommerce_sales\";}}}s:34:\"woocommerce_sales_conv-theme-seven\";a:5:{s:5:\"label\";s:34:\"woocommerce_sales_conv-theme-seven\";s:5:\"value\";s:34:\"woocommerce_sales_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-7.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:19:\"custom_notification\";}}}s:34:\"woocommerce_sales_conv-theme-eight\";a:5:{s:5:\"label\";s:34:\"woocommerce_sales_conv-theme-eight\";s:5:\"value\";s:34:\"woocommerce_sales_conv-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-8.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:19:\"custom_notification\";}}}s:33:\"woocommerce_sales_conv-theme-nine\";a:5:{s:5:\"label\";s:33:\"woocommerce_sales_conv-theme-nine\";s:5:\"value\";s:33:\"woocommerce_sales_conv-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-conv-theme-9.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:19:\"custom_notification\";}}}s:37:\"woocommerce_sales_reviews_total-rated\";a:5:{s:5:\"label\";s:37:\"woocommerce_sales_reviews_total-rated\";s:5:\"value\";s:37:\"woocommerce_sales_reviews_total-rated\";s:6:\"is_pro\";N;s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-rated.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:34:\"woocommerce_sales_reviews_reviewed\";a:5:{s:5:\"label\";s:34:\"woocommerce_sales_reviews_reviewed\";s:5:\"value\";s:34:\"woocommerce_sales_reviews_reviewed\";s:6:\"is_pro\";N;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/reviewed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:39:\"woocommerce_sales_reviews_review_saying\";a:5:{s:5:\"label\";s:39:\"woocommerce_sales_reviews_review_saying\";s:5:\"value\";s:39:\"woocommerce_sales_reviews_review_saying\";s:6:\"is_pro\";N;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/saying-review.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:40:\"woocommerce_sales_reviews_review-comment\";a:5:{s:5:\"label\";s:40:\"woocommerce_sales_reviews_review-comment\";s:5:\"value\";s:40:\"woocommerce_sales_reviews_review-comment\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:42:\"woocommerce_sales_reviews_review-comment-2\";a:5:{s:5:\"label\";s:42:\"woocommerce_sales_reviews_review-comment-2\";s:5:\"value\";s:42:\"woocommerce_sales_reviews_review-comment-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:42:\"woocommerce_sales_reviews_review-comment-3\";a:5:{s:5:\"label\";s:42:\"woocommerce_sales_reviews_review-comment-3\";s:5:\"value\";s:42:\"woocommerce_sales_reviews_review-comment-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:41:\"woocommerce_sales_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:41:\"woocommerce_sales_inline_conv-theme-seven\";s:5:\"value\";s:41:\"woocommerce_sales_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:24:\"woocommerce_sales_inline\";}}}s:40:\"woocommerce_sales_inline_stock-theme-one\";a:5:{s:5:\"label\";s:40:\"woocommerce_sales_inline_stock-theme-one\";s:5:\"value\";s:40:\"woocommerce_sales_inline_stock-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:24:\"woocommerce_sales_inline\";}}}s:40:\"woocommerce_sales_inline_stock-theme-two\";a:5:{s:5:\"label\";s:40:\"woocommerce_sales_inline_stock-theme-two\";s:5:\"value\";s:40:\"woocommerce_sales_inline_stock-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:24:\"woocommerce_sales_inline\";}}}s:23:\"woo_reviews_total-rated\";a:5:{s:5:\"label\";s:23:\"woo_reviews_total-rated\";s:5:\"value\";s:23:\"woo_reviews_total-rated\";s:6:\"is_pro\";N;s:4:\"icon\";s:128:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/total-rated.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:20:\"woo_reviews_reviewed\";a:5:{s:5:\"label\";s:20:\"woo_reviews_reviewed\";s:5:\"value\";s:20:\"woo_reviews_reviewed\";s:6:\"is_pro\";N;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/reviewed.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:25:\"woo_reviews_review_saying\";a:5:{s:5:\"label\";s:25:\"woo_reviews_review_saying\";s:5:\"value\";s:25:\"woo_reviews_review_saying\";s:6:\"is_pro\";N;s:4:\"icon\";s:130:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/saying-review.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:26:\"woo_reviews_review-comment\";a:5:{s:5:\"label\";s:26:\"woo_reviews_review-comment\";s:5:\"value\";s:26:\"woo_reviews_review-comment\";s:6:\"is_pro\";N;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:28:\"woo_reviews_review-comment-2\";a:5:{s:5:\"label\";s:28:\"woo_reviews_review-comment-2\";s:5:\"value\";s:28:\"woo_reviews_review-comment-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:28:\"woo_reviews_review-comment-3\";a:5:{s:5:\"label\";s:28:\"woo_reviews_review-comment-3\";s:5:\"value\";s:28:\"woo_reviews_review-comment-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/wporg/review-with-comment-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woo_reviews\";}}}s:18:\"comments_theme-one\";a:5:{s:5:\"label\";s:18:\"comments_theme-one\";s:5:\"value\";s:18:\"comments_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:18:\"comments_theme-two\";a:5:{s:5:\"label\";s:18:\"comments_theme-two\";s:5:\"value\";s:18:\"comments_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-1.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:20:\"comments_theme-three\";a:5:{s:5:\"label\";s:20:\"comments_theme-three\";s:5:\"value\";s:20:\"comments_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:23:\"comments_theme-six-free\";a:5:{s:5:\"label\";s:23:\"comments_theme-six-free\";s:5:\"value\";s:23:\"comments_theme-six-free\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-4.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:25:\"comments_theme-seven-free\";a:5:{s:5:\"label\";s:25:\"comments_theme-seven-free\";s:5:\"value\";s:25:\"comments_theme-seven-free\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-5.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:25:\"comments_theme-eight-free\";a:5:{s:5:\"label\";s:25:\"comments_theme-eight-free\";s:5:\"value\";s:25:\"comments_theme-eight-free\";s:6:\"is_pro\";N;s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-comment-theme-6.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:19:\"comments_theme-four\";a:5:{s:5:\"label\";s:19:\"comments_theme-four\";s:5:\"value\";s:19:\"comments_theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-comment-theme-four.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:19:\"comments_theme-five\";a:5:{s:5:\"label\";s:19:\"comments_theme-five\";s:5:\"value\";s:19:\"comments_theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/nx-comment-theme-five.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:19:\"comments_maps_theme\";a:5:{s:5:\"label\";s:19:\"comments_maps_theme\";s:5:\"value\";s:19:\"comments_maps_theme\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/maps-theme-comments.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:11:\"wp_comments\";i:1;s:19:\"custom_notification\";}}}s:20:\"flashing_tab_theme-1\";a:5:{s:5:\"label\";s:20:\"flashing_tab_theme-1\";s:5:\"value\";s:20:\"flashing_tab_theme-1\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/flashing-tab/theme-1.gif\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"flashing_tab\";}}}s:20:\"flashing_tab_theme-2\";a:5:{s:5:\"label\";s:20:\"flashing_tab_theme-2\";s:5:\"value\";s:20:\"flashing_tab_theme-2\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/flashing-tab/theme-2.gif\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"flashing_tab\";}}}s:20:\"flashing_tab_theme-3\";a:5:{s:5:\"label\";s:20:\"flashing_tab_theme-3\";s:5:\"value\";s:20:\"flashing_tab_theme-3\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/flashing-tab/theme-3.gif\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"flashing_tab\";}}}s:20:\"flashing_tab_theme-4\";a:5:{s:5:\"label\";s:20:\"flashing_tab_theme-4\";s:5:\"value\";s:20:\"flashing_tab_theme-4\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/flashing-tab/theme-4.gif\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"flashing_tab\";}}}s:17:\"youtube_channel-1\";a:5:{s:5:\"label\";s:17:\"youtube_channel-1\";s:5:\"value\";s:17:\"youtube_channel-1\";s:6:\"is_pro\";N;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/channel-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:17:\"youtube_channel-2\";a:5:{s:5:\"label\";s:17:\"youtube_channel-2\";s:5:\"value\";s:17:\"youtube_channel-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/channel-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:15:\"youtube_video-1\";a:5:{s:5:\"label\";s:15:\"youtube_video-1\";s:5:\"value\";s:15:\"youtube_video-1\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/video-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:15:\"youtube_video-2\";a:5:{s:5:\"label\";s:15:\"youtube_video-2\";s:5:\"value\";s:15:\"youtube_video-2\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/video-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:15:\"youtube_video-3\";a:5:{s:5:\"label\";s:15:\"youtube_video-3\";s:5:\"value\";s:15:\"youtube_video-3\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/video-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:15:\"youtube_video-4\";a:5:{s:5:\"label\";s:15:\"youtube_video-4\";s:5:\"value\";s:15:\"youtube_video-4\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/youtube/video-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:28:\"popup_notification_theme-one\";a:6:{s:5:\"label\";s:28:\"popup_notification_theme-one\";s:5:\"value\";s:28:\"popup_notification_theme-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-one.png\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:28:\"popup_notification_theme-two\";a:6:{s:5:\"label\";s:28:\"popup_notification_theme-two\";s:5:\"value\";s:28:\"popup_notification_theme-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:132:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-two.png\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:29:\"popup_notification_theme-four\";a:6:{s:5:\"label\";s:29:\"popup_notification_theme-four\";s:5:\"value\";s:29:\"popup_notification_theme-four\";s:6:\"is_pro\";N;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-four.webp\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:29:\"popup_notification_theme-five\";a:6:{s:5:\"label\";s:29:\"popup_notification_theme-five\";s:5:\"value\";s:29:\"popup_notification_theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-five.webp\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:30:\"popup_notification_theme-seven\";a:6:{s:5:\"label\";s:30:\"popup_notification_theme-seven\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-seven.webp\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:28:\"popup_notification_theme-six\";a:6:{s:5:\"label\";s:28:\"popup_notification_theme-six\";s:5:\"value\";s:28:\"popup_notification_theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:133:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-six.webp\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:30:\"popup_notification_theme-three\";a:6:{s:5:\"label\";s:30:\"popup_notification_theme-three\";s:5:\"value\";s:30:\"popup_notification_theme-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/popup/popup-theme-three.png\";s:6:\"column\";s:1:\"5\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:18:\"popup_notification\";}}}s:34:\"fluentcart_inline_conv-theme-seven\";a:5:{s:5:\"label\";s:34:\"fluentcart_inline_conv-theme-seven\";s:5:\"value\";s:34:\"fluentcart_inline_conv-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:125:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"fluentcart_inline\";}}}s:33:\"fluentcart_inline_stock-theme-one\";a:5:{s:5:\"label\";s:33:\"fluentcart_inline_stock-theme-one\";s:5:\"value\";s:33:\"fluentcart_inline_stock-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-2.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"fluentcart_inline\";}}}s:33:\"fluentcart_inline_stock-theme-two\";a:5:{s:5:\"label\";s:33:\"fluentcart_inline_stock-theme-two\";s:5:\"value\";s:33:\"fluentcart_inline_stock-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/pro/woo-inline-3.jpg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:17:\"fluentcart_inline\";}}}s:20:\"gdpr_theme-light-one\";a:5:{s:5:\"label\";s:20:\"gdpr_theme-light-one\";s:5:\"value\";s:20:\"gdpr_theme-light-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:69:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-light-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:20:\"gdpr_theme-light-two\";a:5:{s:5:\"label\";s:20:\"gdpr_theme-light-two\";s:5:\"value\";s:20:\"gdpr_theme-light-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:69:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-light-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:22:\"gdpr_theme-light-three\";a:5:{s:5:\"label\";s:22:\"gdpr_theme-light-three\";s:5:\"value\";s:22:\"gdpr_theme-light-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:69:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-light-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:21:\"gdpr_theme-light-four\";a:5:{s:5:\"label\";s:21:\"gdpr_theme-light-four\";s:5:\"value\";s:21:\"gdpr_theme-light-four\";s:6:\"is_pro\";N;s:4:\"icon\";s:69:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-light-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:19:\"gdpr_theme-dark-one\";a:5:{s:5:\"label\";s:19:\"gdpr_theme-dark-one\";s:5:\"value\";s:19:\"gdpr_theme-dark-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:68:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-dark-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:19:\"gdpr_theme-dark-two\";a:5:{s:5:\"label\";s:19:\"gdpr_theme-dark-two\";s:5:\"value\";s:19:\"gdpr_theme-dark-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:68:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-dark-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:21:\"gdpr_theme-dark-three\";a:5:{s:5:\"label\";s:21:\"gdpr_theme-dark-three\";s:5:\"value\";s:21:\"gdpr_theme-dark-three\";s:6:\"is_pro\";N;s:4:\"icon\";s:68:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-dark-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:20:\"gdpr_theme-dark-four\";a:5:{s:5:\"label\";s:20:\"gdpr_theme-dark-four\";s:5:\"value\";s:20:\"gdpr_theme-dark-four\";s:6:\"is_pro\";N;s:4:\"icon\";s:68:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-dark-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:27:\"gdpr_theme-banner-light-one\";a:5:{s:5:\"label\";s:27:\"gdpr_theme-banner-light-one\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:76:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-banner-light-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:27:\"gdpr_theme-banner-light-two\";a:5:{s:5:\"label\";s:27:\"gdpr_theme-banner-light-two\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:76:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-banner-light-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:26:\"gdpr_theme-banner-dark-one\";a:5:{s:5:\"label\";s:26:\"gdpr_theme-banner-dark-one\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-one\";s:6:\"is_pro\";N;s:4:\"icon\";s:75:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-banner-dark-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}s:26:\"gdpr_theme-banner-dark-two\";a:5:{s:5:\"label\";s:26:\"gdpr_theme-banner-dark-two\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-two\";s:6:\"is_pro\";N;s:4:\"icon\";s:75:\"https://notificationx.com/wp-content/uploads/2025/01/gdpr-banner-dark-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"gdpr_theme\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"gdpr_notification\";i:1;s:17:\"ccpa_notification\";}}}}}s:8:\"priority\";i:10;s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:16:\"validation_rules\";a:2:{s:8:\"required\";b:1;s:5:\"label\";s:5:\"Theme\";}s:7:\"trigger\";a:1:{s:8:\"defaults\";a:154:{s:27:\"woo_inline_conv-theme-seven\";a:11:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:44:\"@notification-template.custom_first_param:99\";i:2;s:52:\"@notification-template.second_param:people purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:43:\"@notification-template.custom_third_param: \";i:5;s:45:\"@notification-template.fourth_param:tag_7days\";i:6;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:35:\"woocommerce_before_add_to_cart_form\";}}s:26:\"woo_inline_stock-theme-one\";a:11:{i:0;s:40:\"@notification-template.second_param:Only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:53:\"@notification-template.fourth_param:tag_left_in_stock\";i:4;s:56:\"@notification-template.custom_fourth_param:left in stock\";i:5;s:49:\"@notification-template.fifth_param:tag_order_soon\";i:6;s:55:\"@notification-template.custom_fifth_param:- order soon.\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:35:\"woocommerce_before_add_to_cart_form\";}}s:26:\"woo_inline_stock-theme-two\";a:11:{i:0;s:57:\"@notification-template.second_param:In high demand - only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:44:\"@notification-template.fourth_param:tag_left\";i:4;s:47:\"@notification-template.custom_fourth_param:left\";i:5;s:50:\"@notification-template.fifth_param:tag_on_our_site\";i:6;s:54:\"@notification-template.custom_fifth_param:on our site!\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:32:\"woocommerce_after_cart_item_name\";}}s:27:\"edd_inline_conv-theme-seven\";a:11:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:52:\"@notification-template.second_param:people purchased\";i:3;s:45:\"@notification-template.third_param:tag_custom\";i:4;s:43:\"@notification-template.custom_third_param: \";i:5;s:45:\"@notification-template.fourth_param:tag_7days\";i:6;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:10:\"edd_single\";}}s:29:\"tutor_inline_conv-theme-seven\";a:10:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:51:\"@notification-template.second_param:people enrolled\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:43:\"@notification-template.custom_third_param: \";i:4;s:45:\"@notification-template.fourth_param:tag_7days\";i:5;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:34:\"tutor/course/single/entry-box/free\";}}s:29:\"tutor_inline_conv-theme-eight\";a:10:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:51:\"@notification-template.second_param:people enrolled\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:43:\"@notification-template.custom_third_param: \";i:4;s:45:\"@notification-template.fourth_param:tag_7days\";i:5;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:29:\"tutor_course/loop/after_title\";}}s:33:\"learndash_inline_conv-theme-seven\";a:10:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:51:\"@notification-template.second_param:people enrolled\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:43:\"@notification-template.custom_third_param: \";i:4;s:45:\"@notification-template.fourth_param:tag_7days\";i:5;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:17:\"learndash_content\";}}s:34:\"learnpress_inline_conv-theme-seven\";a:10:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:51:\"@notification-template.second_param:people enrolled\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:43:\"@notification-template.custom_third_param: \";i:4;s:45:\"@notification-template.fourth_param:tag_7days\";i:5;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:32:\"learn-press/after-course-buttons\";}}s:34:\"learnpress_inline_conv-theme-eight\";a:10:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:51:\"@notification-template.second_param:people enrolled\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:43:\"@notification-template.custom_third_param: \";i:4;s:45:\"@notification-template.fourth_param:tag_7days\";i:5;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:51:\"learn-press/list-courses/layout/item/section/bottom\";}}s:14:\"form_theme-one\";a:10:{i:0;s:47:\"@notification-template.first_param:select_a_tag\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:58:\"@notification-template.second_param:recently contacted via\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:14:\"form_theme-two\";a:10:{i:0;s:47:\"@notification-template.first_param:select_a_tag\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:58:\"@notification-template.second_param:recently contacted via\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:16:\"form_theme-three\";a:10:{i:0;s:47:\"@notification-template.first_param:select_a_tag\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:58:\"@notification-template.second_param:recently contacted via\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:28:\"email_subscription_theme-one\";a:10:{i:0;s:49:\"@notification-template.first_param:tag_first_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:54:\"@notification-template.second_param:just subscribed to\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Title\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:28:\"email_subscription_theme-two\";a:10:{i:0;s:49:\"@notification-template.first_param:tag_first_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:54:\"@notification-template.second_param:just subscribed to\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Title\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:30:\"email_subscription_theme-three\";a:10:{i:0;s:49:\"@notification-template.first_param:tag_first_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:54:\"@notification-template.second_param:just subscribed to\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Title\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:29:\"email_subscription_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:21:\"conversions_theme-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:21:\"conversions_theme-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:23:\"conversions_theme-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:22:\"conversions_theme-five\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:22:\"conversions_theme-four\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:26:\"conversions_conv-theme-six\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:22:\"conversions_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:26:\"conversions_conv-theme-ten\";a:11:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:14:\"@link_button:1\";i:8;s:25:\"@link_button_text:Buy Now\";i:9;s:20:\"@image_shape:rounded\";i:10;s:28:\"@image_shape_default:rounded\";}s:29:\"conversions_conv-theme-eleven\";a:11:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:14:\"@link_button:1\";i:8;s:25:\"@link_button_text:Buy Now\";i:9;s:20:\"@image_shape:rounded\";i:10;s:28:\"@image_shape_default:rounded\";}s:28:\"conversions_conv-theme-seven\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:28:\"conversions_conv-theme-eight\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:27:\"conversions_conv-theme-nine\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:21:\"announcements_theme-1\";a:13:{i:0;s:50:\"@notification-template.first_param:tag_offer_title\";i:1;s:73:\"@notification-template.custom_first_param:Flash Sale: Limited Time Offer!\";i:2;s:56:\"@notification-template.third_param:tag_offer_description\";i:3;s:102:\"@notification-template.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:7:\"@link:#\";i:8;s:44:\"@offer_title:Flash Sale: Limited Time Offer!\";i:9;s:79:\"@offer_description:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:10;s:39:\"@announcement_link_button_text:Grab Now\";i:11;s:20:\"@image_shape:rounded\";i:12;s:28:\"@image_shape_default:rounded\";}s:21:\"announcements_theme-2\";a:13:{i:0;s:50:\"@notification-template.first_param:tag_offer_title\";i:1;s:73:\"@notification-template.custom_first_param:Flash Sale: Limited Time Offer!\";i:2;s:56:\"@notification-template.third_param:tag_offer_description\";i:3;s:102:\"@notification-template.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:7:\"@link:#\";i:8;s:44:\"@offer_title:Flash Sale: Limited Time Offer!\";i:9;s:79:\"@offer_description:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:10;s:39:\"@announcement_link_button_text:Grab Now\";i:11;s:19:\"@image_shape:circle\";i:12;s:27:\"@image_shape_default:circle\";}s:22:\"announcements_theme-12\";a:12:{i:0;s:50:\"@notification-template.first_param:tag_offer_title\";i:1;s:73:\"@notification-template.custom_first_param:Flash Sale: Limited Time Offer!\";i:2;s:56:\"@notification-template.third_param:tag_offer_description\";i:3;s:102:\"@notification-template.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:38:\"@announcement_link_button_text:Buy Now\";i:7;s:7:\"@link:#\";i:8;s:44:\"@offer_title:Flash Sale: Limited Time Offer!\";i:9;s:14:\"@link_button:1\";i:10;s:20:\"@image_shape:rounded\";i:11;s:28:\"@image_shape_default:rounded\";}s:22:\"announcements_theme-14\";a:12:{i:0;s:50:\"@notification-template.first_param:tag_offer_title\";i:1;s:51:\"@notification-template.custom_first_param:Hi There!\";i:2;s:56:\"@notification-template.third_param:tag_offer_description\";i:3;s:102:\"@notification-template.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:41:\"@announcement_link_button_text:Get It Now\";i:8;s:22:\"@offer_title:Hi There!\";i:9;s:7:\"@link:#\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:22:\"announcements_theme-15\";a:9:{i:0;s:50:\"@notification-template.first_param:tag_offer_title\";i:1;s:51:\"@notification-template.custom_first_param:Hi There!\";i:2;s:56:\"@notification-template.third_param:tag_offer_description\";i:3;s:81:\"@notification-template.custom_third_param:Enjoy flat 50% Off on NotificationX PRO\";i:4;s:18:\"@link_button:false\";i:5;s:39:\"@announcement_link_button_text:Book Now\";i:6;s:22:\"@offer_title:Hi There!\";i:7;s:58:\"@offer_description:Enjoy flat 50% Off on NotificationX PRO\";i:8;s:7:\"@link:#\";}s:19:\"reviews_total-rated\";a:9:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:50:\"@notification-template.third_param:tag_plugin_name\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:square\";i:8;s:27:\"@image_shape_default:square\";}s:16:\"reviews_reviewed\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:50:\"@notification-template.third_param:tag_plugin_name\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:21:\"reviews_review_saying\";a:12:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:42:\"@notification-template.second_param:saying\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:51:\"@notification-template.custom_third_param:Excellent\";i:5;s:48:\"@notification-template.review_fourth_param:about\";i:6;s:50:\"@notification-template.fifth_param:tag_plugin_name\";i:7;s:45:\"@notification-template.sixth_param:tag_custom\";i:8;s:52:\"@notification-template.custom_sixth_param:Try it now\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:22:\"reviews_review-comment\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";}s:24:\"reviews_review-comment-2\";a:7:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:24:\"reviews_review-comment-3\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:29:\"download_stats_today-download\";a:10:{i:0;s:56:\"@notification-template.first_param:tag_plugin_theme_name\";i:1;s:42:\"@notification-template.custom_first_param:\";i:2;s:55:\"@notification-template.second_param:has been downloaded\";i:3;s:44:\"@notification-template.third_param:tag_today\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:50:\"@notification-template.fourth_param:tag_today_text\";i:6;s:43:\"@notification-template.custom_fourth_param:\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:28:\"download_stats_7day-download\";a:10:{i:0;s:56:\"@notification-template.first_param:tag_plugin_theme_name\";i:1;s:42:\"@notification-template.custom_first_param:\";i:2;s:55:\"@notification-template.second_param:has been downloaded\";i:3;s:48:\"@notification-template.third_param:tag_last_week\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:54:\"@notification-template.fourth_param:tag_last_week_text\";i:6;s:43:\"@notification-template.custom_fourth_param:\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:29:\"download_stats_actively_using\";a:8:{i:0;s:54:\"@notification-template.first_param:tag_active_installs\";i:1;s:42:\"@notification-template.custom_first_param:\";i:2;s:61:\"@notification-template.second_param:people are actively using\";i:3;s:56:\"@notification-template.third_param:tag_plugin_theme_name\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:18:\"@link_button:false\";i:6;s:20:\"@image_shape:rounded\";i:7;s:28:\"@image_shape_default:rounded\";}s:29:\"download_stats_total-download\";a:10:{i:0;s:56:\"@notification-template.first_param:tag_plugin_theme_name\";i:1;s:42:\"@notification-template.custom_first_param:\";i:2;s:55:\"@notification-template.second_param:has been downloaded\";i:3;s:47:\"@notification-template.third_param:tag_all_time\";i:4;s:42:\"@notification-template.custom_third_param:\";i:5;s:53:\"@notification-template.fourth_param:tag_all_time_text\";i:6;s:43:\"@notification-template.custom_fourth_param:\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:18:\"donation_theme-one\";a:12:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:56:\"@notification-template.second_param:recently donated for\";i:3;s:43:\"@notification-template.third_param:tag_none\";i:4;s:45:\"@notification-template.custom_third_param:100\";i:5;s:45:\"@notification-template.fourth_param:tag_title\";i:6;s:58:\"@notification-template.custom_fourth_param:Anonymous Title\";i:7;s:43:\"@notification-template.fifth_param:tag_time\";i:8;s:55:\"@notification-template.custom_fifth_param:Some time ago\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:18:\"donation_theme-two\";a:12:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:56:\"@notification-template.second_param:recently donated for\";i:3;s:43:\"@notification-template.third_param:tag_none\";i:4;s:45:\"@notification-template.custom_third_param:100\";i:5;s:45:\"@notification-template.fourth_param:tag_title\";i:6;s:58:\"@notification-template.custom_fourth_param:Anonymous Title\";i:7;s:43:\"@notification-template.fifth_param:tag_time\";i:8;s:55:\"@notification-template.custom_fifth_param:Some time ago\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:20:\"donation_theme-three\";a:12:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:56:\"@notification-template.second_param:recently donated for\";i:3;s:43:\"@notification-template.third_param:tag_none\";i:4;s:45:\"@notification-template.custom_third_param:100\";i:5;s:45:\"@notification-template.fourth_param:tag_title\";i:6;s:58:\"@notification-template.custom_fourth_param:Anonymous Title\";i:7;s:43:\"@notification-template.fifth_param:tag_time\";i:8;s:55:\"@notification-template.custom_fifth_param:Some time ago\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:square\";i:11;s:27:\"@image_shape_default:square\";}s:19:\"donation_theme-four\";a:12:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:56:\"@notification-template.second_param:recently donated for\";i:3;s:43:\"@notification-template.third_param:tag_none\";i:4;s:45:\"@notification-template.custom_third_param:100\";i:5;s:45:\"@notification-template.fourth_param:tag_title\";i:6;s:58:\"@notification-template.custom_fourth_param:Anonymous Title\";i:7;s:43:\"@notification-template.fifth_param:tag_time\";i:8;s:55:\"@notification-template.custom_fifth_param:Some time ago\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:19:\"donation_theme-five\";a:12:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:56:\"@notification-template.second_param:recently donated for\";i:3;s:43:\"@notification-template.third_param:tag_none\";i:4;s:45:\"@notification-template.custom_third_param:100\";i:5;s:45:\"@notification-template.fourth_param:tag_title\";i:6;s:58:\"@notification-template.custom_fourth_param:Anonymous Title\";i:7;s:43:\"@notification-template.fifth_param:tag_time\";i:8;s:55:\"@notification-template.custom_fifth_param:Some time ago\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:23:\"donation_conv-theme-six\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:19:\"donation_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:25:\"donation_conv-theme-seven\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:25:\"donation_conv-theme-eight\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:24:\"donation_conv-theme-nine\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";}s:27:\"page_analytics_pa-theme-one\";a:11:{i:0;s:47:\"@notification-template.first_param:tag_siteview\";i:1;s:45:\"@notification-template.second_param:marketers\";i:2;s:43:\"@notification-template.third_param:ga_title\";i:3;s:58:\"@notification-template.custom_third_param:Surfed this page\";i:4;s:47:\"@notification-template.ga_fourth_param:in last \";i:5;s:40:\"@notification-template.ga_fifth_param:30\";i:6;s:42:\"@notification-template.sixth_param:tag_day\";i:7;s:18:\"@link_button:false\";i:8;s:13:\"@link_button:\";i:9;s:15:\"@link_type:none\";i:10;s:21:\"@show_default_image:1\";}s:27:\"page_analytics_pa-theme-two\";a:13:{i:0;s:47:\"@notification-template.first_param:tag_siteview\";i:1;s:50:\"@notification-template.second_param:people visited\";i:2;s:43:\"@notification-template.third_param:ga_title\";i:3;s:51:\"@notification-template.custom_third_param:this page\";i:4;s:47:\"@notification-template.ga_fourth_param:in last \";i:5;s:39:\"@notification-template.ga_fifth_param:1\";i:6;s:42:\"@notification-template.sixth_param:tag_day\";i:7;s:18:\"@link_button:false\";i:8;s:13:\"@link_button:\";i:9;s:15:\"@link_type:none\";i:10;s:21:\"@show_default_image:1\";i:11;s:20:\"@image_shape:rounded\";i:12;s:28:\"@image_shape_default:rounded\";}s:29:\"page_analytics_pa-theme-three\";a:13:{i:0;s:56:\"@notification-template.first_param:tag_realtime_siteview\";i:1;s:50:\"@notification-template.second_param:people looking\";i:2;s:43:\"@notification-template.third_param:ga_title\";i:3;s:51:\"@notification-template.custom_third_param:this deal\";i:4;s:48:\"@notification-template.ga_fourth_param:right now\";i:5;s:40:\"@notification-template.ga_fifth_param:30\";i:6;s:42:\"@notification-template.sixth_param:tag_day\";i:7;s:18:\"@link_button:false\";i:8;s:13:\"@link_button:\";i:9;s:15:\"@link_type:none\";i:10;s:21:\"@show_default_image:1\";i:11;s:19:\"@image_shape:circle\";i:12;s:27:\"@image_shape_default:circle\";}s:28:\"page_analytics_pa-theme-four\";a:14:{i:0;s:56:\"@notification-template.first_param:tag_current_page_view\";i:1;s:58:\"@notification-template.second_param:People Is Now Visiting\";i:2;s:45:\"@notification-template.third_param:tag_custom\";i:3;s:59:\"@notification-template.custom_third_param:Holiday Deal Page\";i:4;s:77:\"@notification-template.ga_fourth_param:Check out now & grab exceptional deals\";i:5;s:40:\"@notification-template.ga_fifth_param:30\";i:6;s:42:\"@notification-template.sixth_param:tag_day\";i:7;s:26:\"@link_button_text:Grab Now\";i:8;s:14:\"@link_button:1\";i:9;s:17:\"@link_type:custom\";i:10;s:13:\"@custom_url:#\";i:11;s:21:\"@show_default_image:1\";i:12;s:19:\"@image_shape:circle\";i:13;s:27:\"@image_shape_default:circle\";}s:26:\"google_reviews_total-rated\";a:11:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:49:\"@notification-template.third_param:tag_place_name\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:46:\"@notification-template.fourth_param:tag_rating\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";i:10;s:37:\"@show_notification_image:greview_icon\";}s:23:\"google_reviews_reviewed\";a:11:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:49:\"@notification-template.third_param:tag_place_name\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:46:\"@notification-template.fourth_param:tag_rating\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";i:10;s:39:\"@show_notification_image:greview_avatar\";}s:29:\"google_reviews_review-comment\";a:11:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:51:\"@notification-template.third_param:tag_place_review\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";i:10;s:39:\"@show_notification_image:greview_avatar\";}s:31:\"google_reviews_review-comment-2\";a:11:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:51:\"@notification-template.third_param:tag_place_review\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:43:\"@notification-template.custom_fourth_param:\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";i:10;s:39:\"@show_notification_image:greview_avatar\";}s:31:\"google_reviews_review-comment-3\";a:11:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:51:\"@notification-template.third_param:tag_place_review\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";i:10;s:39:\"@show_notification_image:greview_avatar\";}s:25:\"google_reviews_maps_theme\";a:11:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:49:\"@notification-template.third_param:tag_place_name\";i:4;s:57:\"@notification-template.custom_third_param:Anonymous Place\";i:5;s:46:\"@notification-template.fourth_param:tag_rating\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";i:10;s:42:\"@show_notification_image:greview_map_image\";}s:19:\"elearning_theme-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just enrolled\";i:3;s:51:\"@notification-template.third_param:tag_course_title\";i:4;s:58:\"@notification-template.custom_third_param:Anonymous Course\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:19:\"elearning_theme-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:53:\"@notification-template.second_param:recently enrolled\";i:3;s:51:\"@notification-template.third_param:tag_course_title\";i:4;s:58:\"@notification-template.custom_third_param:Anonymous Course\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:21:\"elearning_theme-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:53:\"@notification-template.second_param:recently enrolled\";i:3;s:51:\"@notification-template.third_param:tag_course_title\";i:4;s:58:\"@notification-template.custom_third_param:Anonymous Course\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:20:\"elearning_theme-four\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:20:\"elearning_theme-five\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:24:\"elearning_conv-theme-six\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:26:\"elearning_conv-theme-seven\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:26:\"elearning_conv-theme-eight\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:25:\"elearning_conv-theme-nine\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:20:\"elearning_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:19:\"press_bar_theme-two\";a:12:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@enable_countdown:0\";i:2;s:28:\"@nx_bar_border_radius_left:0\";i:3;s:29:\"@nx_bar_border_radius_right:0\";i:4;s:27:\"@nx_bar_border_radius_top:0\";i:5;s:30:\"@nx_bar_border_radius_bottom:0\";i:6;s:17:\"@button_icon:none\";i:7;s:21:\"@bar_bg_color:#5807a2\";i:8;s:63:\"@press_content:<b>We\'re excited to introduce something new!</b>\";i:9;s:21:\"@button_text:Show Me!\";i:10;s:29:\"@link_button_bg_color:#9c2bff\";i:11;s:31:\"@link_button_text_color:#ffffff\";}s:19:\"press_bar_theme-one\";a:12:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@enable_countdown:1\";i:2;s:28:\"@nx_bar_border_radius_left:0\";i:3;s:29:\"@nx_bar_border_radius_right:0\";i:4;s:27:\"@nx_bar_border_radius_top:0\";i:5;s:30:\"@nx_bar_border_radius_bottom:0\";i:6;s:17:\"@button_icon:none\";i:7;s:21:\"@bar_bg_color:#dddddd\";i:8;s:94:\"@press_content:<b>Save Big & Get Lifetime unlimited <strong>NotificationX</strong> for $99</b>\";i:9;s:22:\"@button_text:Get Offer\";i:10;s:26:\"@link_button_bg_color:#000\";i:11;s:31:\"@link_button_text_color:#ffffff\";}s:21:\"press_bar_theme-three\";a:12:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@enable_countdown:1\";i:2;s:28:\"@nx_bar_border_radius_left:0\";i:3;s:29:\"@nx_bar_border_radius_right:0\";i:4;s:27:\"@nx_bar_border_radius_top:0\";i:5;s:30:\"@nx_bar_border_radius_bottom:0\";i:6;s:17:\"@button_icon:none\";i:7;s:21:\"@bar_bg_color:#3f4462\";i:8;s:94:\"@press_content:<b>Save Big & Get Lifetime unlimited <strong>NotificationX</strong> for $99</b>\";i:9;s:23:\"@button_text:Get Offer!\";i:10;s:29:\"@link_button_bg_color:#6A4BFF\";i:11;s:31:\"@link_button_text_color:#ffffff\";}s:20:\"press_bar_theme-four\";a:11:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@enable_countdown:1\";i:2;s:104:\"@press_content:<p><span style=\"color: #F54747;\">4 Years</span> Of Seamlessly Creating NotificationX!</p>\";i:3;s:26:\"@button_text:Grab Deal Now\";i:4;s:29:\"@link_button_bg_color:#ffffff\";i:5;s:28:\"@link_button_text_color:#000\";i:6;s:29:\"@nx_bar_border_radius_left:16\";i:7;s:30:\"@nx_bar_border_radius_right:16\";i:8;s:28:\"@nx_bar_border_radius_top:16\";i:9;s:31:\"@nx_bar_border_radius_bottom:16\";i:10;s:17:\"@button_icon:none\";}s:20:\"press_bar_theme-five\";a:12:{i:0;s:18:\"@link_button:false\";i:1;s:123:\"@press_content:<p><span style=\"color: #fff;\">🎁 Flash 30%</span> Sale is On Now! Don’t miss out on this opportunity</p>\";i:2;s:19:\"@enable_countdown:1\";i:3;s:29:\"@nx_bar_border_radius_left:16\";i:4;s:30:\"@nx_bar_border_radius_right:16\";i:5;s:28:\"@nx_bar_border_radius_top:16\";i:6;s:31:\"@nx_bar_border_radius_bottom:16\";i:7;s:17:\"@button_icon:none\";i:8;s:21:\"@button_text:Save $20\";i:9;s:29:\"@link_button_bg_color:#2e72ff\";i:10;s:31:\"@link_button_text_color:#ffffff\";i:11;s:14:\"@bar_bg_color:\";}s:19:\"press_bar_theme-six\";a:10:{i:0;s:18:\"@link_button:false\";i:1;s:123:\"@press_content:<p><span style=\"color: #000;\">🎁 Flash 30%</span> Sale is On Now! Don’t miss out on this opportunity</p>\";i:2;s:19:\"@enable_countdown:1\";i:3;s:29:\"@nx_bar_border_radius_left:16\";i:4;s:30:\"@nx_bar_border_radius_right:16\";i:5;s:28:\"@nx_bar_border_radius_top:16\";i:6;s:31:\"@nx_bar_border_radius_bottom:16\";i:7;s:21:\"@button_text:Shop Now\";i:8;s:62:\"@bar_bg_color:linear-gradient(90deg, #94F9FC 0%, #E2DAFE 100%)\";i:9;s:26:\"@button_icon:shop-icon.svg\";}s:21:\"press_bar_theme-seven\";a:12:{i:0;s:18:\"@link_button:false\";i:1;s:104:\"@press_content:<p><span style=\"color: #9F7800;\">4 years</span> Of Seamlessly Creating NotificationX!</p>\";i:2;s:19:\"@enable_countdown:0\";i:3;s:28:\"@nx_bar_border_radius_left:0\";i:4;s:29:\"@nx_bar_border_radius_right:0\";i:5;s:27:\"@nx_bar_border_radius_top:0\";i:6;s:30:\"@nx_bar_border_radius_bottom:0\";i:7;s:21:\"@button_text:Shop Now\";i:8;s:21:\"@bar_bg_color:#F4F1E8\";i:9;s:25:\"@button_icon:shop_now.svg\";i:10;s:29:\"@link_button_bg_color:#e3dac2\";i:11;s:28:\"@link_button_text_color:#000\";}s:19:\"reviewx_total-rated\";a:9:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:square\";i:8;s:27:\"@image_shape_default:square\";}s:16:\"reviewx_reviewed\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:21:\"reviewx_review_saying\";a:12:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:42:\"@notification-template.second_param:saying\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:51:\"@notification-template.custom_third_param:Excellent\";i:5;s:48:\"@notification-template.review_fourth_param:about\";i:6;s:52:\"@notification-template.fifth_param:tag_product_title\";i:7;s:45:\"@notification-template.sixth_param:tag_custom\";i:8;s:52:\"@notification-template.custom_sixth_param:Try it now\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:22:\"reviewx_review-comment\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";}s:24:\"reviewx_review-comment-2\";a:7:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:24:\"reviewx_review-comment-3\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:27:\"woocommerce_sales_theme-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:27:\"woocommerce_sales_theme-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:29:\"woocommerce_sales_theme-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:28:\"woocommerce_sales_theme-five\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:28:\"woocommerce_sales_theme-four\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:32:\"woocommerce_sales_conv-theme-six\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:28:\"woocommerce_sales_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:32:\"woocommerce_sales_conv-theme-ten\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:14:\"@link_button:1\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:35:\"woocommerce_sales_conv-theme-eleven\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:50:\"@notification-template.second_param:just purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:59:\"@notification-template.custom_third_param:Anonymous Product\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:14:\"@link_button:1\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:34:\"woocommerce_sales_conv-theme-seven\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:34:\"woocommerce_sales_conv-theme-eight\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:33:\"woocommerce_sales_conv-theme-nine\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:37:\"woocommerce_sales_reviews_total-rated\";a:9:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:square\";i:8;s:27:\"@image_shape_default:square\";}s:34:\"woocommerce_sales_reviews_reviewed\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:39:\"woocommerce_sales_reviews_review_saying\";a:12:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:42:\"@notification-template.second_param:saying\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:51:\"@notification-template.custom_third_param:Excellent\";i:5;s:48:\"@notification-template.review_fourth_param:about\";i:6;s:50:\"@notification-template.fifth_param:tag_plugin_name\";i:7;s:45:\"@notification-template.sixth_param:tag_custom\";i:8;s:52:\"@notification-template.custom_sixth_param:Try it now\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:40:\"woocommerce_sales_reviews_review-comment\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";}s:42:\"woocommerce_sales_reviews_review-comment-2\";a:7:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:42:\"woocommerce_sales_reviews_review-comment-3\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:41:\"woocommerce_sales_inline_conv-theme-seven\";a:11:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:44:\"@notification-template.custom_first_param:99\";i:2;s:52:\"@notification-template.second_param:people purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:43:\"@notification-template.custom_third_param: \";i:5;s:45:\"@notification-template.fourth_param:tag_7days\";i:6;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:35:\"woocommerce_before_add_to_cart_form\";}}s:40:\"woocommerce_sales_inline_stock-theme-one\";a:11:{i:0;s:40:\"@notification-template.second_param:Only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:53:\"@notification-template.fourth_param:tag_left_in_stock\";i:4;s:56:\"@notification-template.custom_fourth_param:left in stock\";i:5;s:49:\"@notification-template.fifth_param:tag_order_soon\";i:6;s:55:\"@notification-template.custom_fifth_param:- order soon.\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:35:\"woocommerce_before_add_to_cart_form\";}}s:40:\"woocommerce_sales_inline_stock-theme-two\";a:11:{i:0;s:57:\"@notification-template.second_param:In high demand - only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:44:\"@notification-template.fourth_param:tag_left\";i:4;s:47:\"@notification-template.custom_fourth_param:left\";i:5;s:50:\"@notification-template.fifth_param:tag_on_our_site\";i:6;s:54:\"@notification-template.custom_fifth_param:on our site!\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:32:\"woocommerce_after_cart_item_name\";}}s:23:\"woo_reviews_total-rated\";a:9:{i:0;s:44:\"@notification-template.first_param:tag_rated\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:people rated\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:square\";i:8;s:27:\"@image_shape_default:square\";}s:20:\"woo_reviews_reviewed\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:25:\"woo_reviews_review_saying\";a:12:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:42:\"@notification-template.second_param:saying\";i:3;s:44:\"@notification-template.third_param:tag_title\";i:4;s:51:\"@notification-template.custom_third_param:Excellent\";i:5;s:48:\"@notification-template.review_fourth_param:about\";i:6;s:52:\"@notification-template.fifth_param:tag_product_title\";i:7;s:45:\"@notification-template.sixth_param:tag_custom\";i:8;s:52:\"@notification-template.custom_sixth_param:Try it now\";i:9;s:18:\"@link_button:false\";i:10;s:19:\"@image_shape:circle\";i:11;s:27:\"@image_shape_default:circle\";}s:26:\"woo_reviews_review-comment\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:20:\"@image_shape:rounded\";i:8;s:28:\"@image_shape_default:rounded\";}s:28:\"woo_reviews_review-comment-2\";a:7:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:46:\"@notification-template.fourth_param:tag_rating\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:28:\"woo_reviews_review-comment-3\";a:9:{i:0;s:47:\"@notification-template.first_param:tag_username\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:49:\"@notification-template.second_param:just reviewed\";i:3;s:52:\"@notification-template.third_param:tag_plugin_review\";i:4;s:44:\"@notification-template.fourth_param:tag_time\";i:5;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:18:\"comments_theme-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:18:\"comments_theme-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:20:\"comments_theme-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:23:\"comments_theme-six-free\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:25:\"comments_theme-seven-free\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:25:\"comments_theme-eight-free\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:19:\"comments_theme-four\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:19:\"comments_theme-five\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:19:\"comments_maps_theme\";a:4:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";i:3;s:35:\"@show_notification_image:maps_image\";}s:20:\"flashing_tab_theme-1\";a:3:{i:0;s:18:\"@link_button:false\";s:18:\"ft_theme_one_icons\";a:2:{s:8:\"icon-one\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-1-icon-1.png\";s:8:\"icon-two\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-1-icon-2.png\";}i:1;s:31:\"@ft_theme_one_message:Comeback!\";}s:20:\"flashing_tab_theme-2\";a:3:{i:0;s:18:\"@link_button:false\";s:18:\"ft_theme_one_icons\";a:2:{s:8:\"icon-one\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-2-icon-1.png\";s:8:\"icon-two\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-2-icon-2.png\";}i:1;s:44:\"@ft_theme_one_message:Comeback! We miss you.\";}s:20:\"flashing_tab_theme-3\";a:3:{i:0;s:18:\"@link_button:false\";s:23:\"ft_theme_three_line_one\";a:2:{s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-3-icon-1.png\";s:7:\"message\";s:9:\"Comeback!\";}s:23:\"ft_theme_three_line_two\";a:2:{s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-3-icon-2.png\";s:7:\"message\";s:23:\"You forgot to purchase!\";}}s:20:\"flashing_tab_theme-4\";a:3:{i:0;s:18:\"@link_button:false\";s:23:\"ft_theme_three_line_one\";a:2:{s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-4-icon-1.png\";s:7:\"message\";s:9:\"Comeback!\";}s:22:\"ft_theme_four_line_two\";a:3:{s:13:\"is-show-empty\";b:0;s:7:\"default\";a:2:{s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-4-icon-2.png\";s:7:\"message\";s:30:\"{quantity} items in your cart!\";}s:11:\"alternative\";a:2:{s:4:\"icon\";s:120:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/theme-4-icon-2.png\";s:7:\"message\";s:0:\"\";}}}s:17:\"youtube_channel-1\";a:15:{i:0;s:43:\"@notification-template.second_param:Follow \";i:1;s:55:\"@notification-template.third_param:tag_yt_channel_title\";i:2;s:57:\"@notification-template.custom_third_param:Anonymous Title\";i:3;s:53:\"@notification-template.yt_third_label:YouTube Channel\";i:4;s:48:\"@notification-template.fourth_param:tag_yt_views\";i:5;s:48:\"@notification-template.custom_fourth_param:3.4M+\";i:6;s:44:\"@notification-template.yt_fourth_label:Views\";i:7;s:48:\"@notification-template.fifth_param:tag_yt_videos\";i:8;s:45:\"@notification-template.custom_fifth_param:564\";i:9;s:44:\"@notification-template.yt_fifth_label:Videos\";i:10;s:20:\"@image_shape:rounded\";i:11;s:26:\"@link_type:yt_channel_link\";i:12;s:37:\"@show_notification_image:yt_thumbnail\";i:13;s:31:\"@link_button_text:Subscribe Now\";i:14;s:14:\"@link_button:1\";}s:17:\"youtube_channel-2\";a:13:{i:0;s:43:\"@notification-template.second_param:Follow \";i:1;s:55:\"@notification-template.third_param:tag_yt_channel_title\";i:2;s:57:\"@notification-template.custom_third_param:Anonymous Title\";i:3;s:53:\"@notification-template.yt_third_label:YouTube Channel\";i:4;s:48:\"@notification-template.fourth_param:tag_yt_views\";i:5;s:48:\"@notification-template.custom_fourth_param:3.4M+\";i:6;s:48:\"@notification-template.fifth_param:tag_yt_videos\";i:7;s:45:\"@notification-template.custom_fifth_param:564\";i:8;s:19:\"@image_shape:circle\";i:9;s:26:\"@link_type:yt_channel_link\";i:10;s:37:\"@show_notification_image:yt_thumbnail\";i:11;s:31:\"@link_button_text:Subscribe Now\";i:12;s:14:\"@link_button:1\";}s:15:\"youtube_video-1\";a:12:{i:0;s:59:\"@notification-template.second_param:Check our latest video \";i:1;s:47:\"@notification-template.third_param:tag_yt_views\";i:2;s:47:\"@notification-template.custom_third_param:3.4M+\";i:3;s:48:\"@notification-template.fourth_param:tag_yt_likes\";i:4;s:47:\"@notification-template.custom_fourth_param:2.5K\";i:5;s:50:\"@notification-template.fifth_param:tag_yt_comments\";i:6;s:44:\"@notification-template.custom_fifth_param:1K\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:24:\"@link_type:yt_video_link\";i:10;s:37:\"@show_notification_image:yt_thumbnail\";i:11;s:27:\"@link_button_text:Watch Now\";}s:15:\"youtube_video-2\";a:15:{i:0;s:59:\"@notification-template.second_param:Check our latest video \";i:1;s:47:\"@notification-template.third_param:tag_yt_views\";i:2;s:47:\"@notification-template.custom_third_param:3.4M+\";i:3;s:43:\"@notification-template.yt_third_label:Views\";i:4;s:48:\"@notification-template.fourth_param:tag_yt_likes\";i:5;s:47:\"@notification-template.custom_fourth_param:2.5K\";i:6;s:44:\"@notification-template.yt_fourth_label:Likes\";i:7;s:50:\"@notification-template.fifth_param:tag_yt_comments\";i:8;s:46:\"@notification-template.yt_fifth_label:Comments\";i:9;s:44:\"@notification-template.custom_fifth_param:1K\";i:10;s:18:\"@link_button:false\";i:11;s:20:\"@image_shape:rounded\";i:12;s:24:\"@link_type:yt_video_link\";i:13;s:37:\"@show_notification_image:yt_thumbnail\";i:14;s:27:\"@link_button_text:Watch Now\";}s:15:\"youtube_video-3\";a:12:{i:0;s:59:\"@notification-template.second_param:Check our latest video \";i:1;s:47:\"@notification-template.third_param:tag_yt_views\";i:2;s:47:\"@notification-template.custom_third_param:3.4M+\";i:3;s:48:\"@notification-template.fourth_param:tag_yt_likes\";i:4;s:47:\"@notification-template.custom_fourth_param:2.5K\";i:5;s:50:\"@notification-template.fifth_param:tag_yt_comments\";i:6;s:44:\"@notification-template.custom_fifth_param:1K\";i:7;s:19:\"@image_shape:circle\";i:8;s:24:\"@link_type:yt_video_link\";i:9;s:37:\"@show_notification_image:yt_thumbnail\";i:10;s:27:\"@link_button_text:Watch Now\";i:11;s:14:\"@link_button:1\";}s:15:\"youtube_video-4\";a:15:{i:0;s:59:\"@notification-template.second_param:Check our latest video \";i:1;s:47:\"@notification-template.third_param:tag_yt_views\";i:2;s:47:\"@notification-template.custom_third_param:3.4M+\";i:3;s:43:\"@notification-template.yt_third_label:Views\";i:4;s:48:\"@notification-template.fourth_param:tag_yt_likes\";i:5;s:47:\"@notification-template.custom_fourth_param:2.5K\";i:6;s:44:\"@notification-template.yt_fourth_label:Links\";i:7;s:50:\"@notification-template.fifth_param:tag_yt_comments\";i:8;s:46:\"@notification-template.yt_fifth_label:Comments\";i:9;s:44:\"@notification-template.custom_fifth_param:1K\";i:10;s:20:\"@image_shape:rounded\";i:11;s:24:\"@link_type:yt_video_link\";i:12;s:37:\"@show_notification_image:yt_thumbnail\";i:13;s:27:\"@link_button_text:Watch Now\";i:14;s:14:\"@link_button:1\";}s:28:\"popup_notification_theme-one\";a:5:{i:0;s:18:\"@link_button:false\";i:1;s:53:\"@popup_title:Want to build credibility & boost sales?\";i:2;s:61:\"@popup_content:We help you optimize conversions & drive sales\";i:3;s:45:\"@popup_button_text:Get Started with Free Plan\";i:4;s:16:\"@position:center\";}s:28:\"popup_notification_theme-two\";a:5:{i:0;s:18:\"@link_button:false\";i:1;s:44:\"@popup_title:Boost your sales using SureCart\";i:2;s:343:\"@popup_content:<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dw176Jmk74M?si=3suUqkCkQuYQrh2G\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\";i:3;s:26:\"@popup_button_text:See How\";i:4;s:16:\"@position:center\";}s:29:\"popup_notification_theme-four\";a:5:{i:0;s:18:\"@link_button:false\";i:1;s:23:\"@popup_title:Need Help?\";i:2;s:71:\"@popup_content:Get the latest news and updates delivered to your inbox.\";i:3;s:25:\"@popup_button_text:Submit\";i:4;s:16:\"@position:center\";}s:29:\"popup_notification_theme-five\";a:6:{i:0;s:18:\"@link_button:false\";i:1;s:23:\"@popup_title:Need Help?\";i:2;s:88:\"@popup_content:Subscribe to receive exclusive offers and updates directly in your inbox.\";i:3;s:49:\"@popup_email_placeholder:Enter your email address\";i:4;s:25:\"@popup_button_text:Submit\";i:5;s:16:\"@position:center\";}s:30:\"popup_notification_theme-seven\";a:8:{i:0;s:18:\"@link_button:false\";i:1;s:33:\"@popup_title:Want latest updates?\";i:2;s:70:\"@popup_subtitle:Would like to get the lastes news & updates instantly?\";i:3;s:44:\"@popup_email_placeholder:Enter email address\";i:4;s:31:\"@popup_button_text:Get In Touch\";i:5;s:25:\"@popup_icon:mail_icon.svg\";i:6;s:32:\"@popup_button_icon:mail_icon.svg\";i:7;s:16:\"@position:center\";}s:28:\"popup_notification_theme-six\";a:5:{i:0;s:18:\"@link_button:false\";i:1;s:38:\"@popup_title:Get latest news & updates\";i:2;s:43:\"@popup_email_placeholder:Your email address\";i:3;s:29:\"@popup_button_text:Submit Now\";i:4;s:16:\"@position:center\";}s:30:\"popup_notification_theme-three\";a:5:{i:0;s:18:\"@link_button:false\";i:1;s:23:\"@popup_title:All Offers\";i:2;s:32:\"@popup_button_text:Latest Offers\";i:3;s:35:\"@popup_button_icon:latest_offer.svg\";i:4;s:16:\"@position:center\";}s:34:\"fluentcart_inline_conv-theme-seven\";a:11:{i:0;s:50:\"@notification-template.first_param:tag_sales_count\";i:1;s:44:\"@notification-template.custom_first_param:99\";i:2;s:52:\"@notification-template.second_param:people purchased\";i:3;s:52:\"@notification-template.third_param:tag_product_title\";i:4;s:43:\"@notification-template.custom_third_param: \";i:5;s:45:\"@notification-template.fourth_param:tag_7days\";i:6;s:60:\"@notification-template.custom_fourth_param:in last {{day:7}}\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:17:\"fluentcart_single\";}}s:33:\"fluentcart_inline_stock-theme-one\";a:11:{i:0;s:40:\"@notification-template.second_param:Only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:53:\"@notification-template.fourth_param:tag_left_in_stock\";i:4;s:56:\"@notification-template.custom_fourth_param:left in stock\";i:5;s:49:\"@notification-template.fifth_param:tag_order_soon\";i:6;s:55:\"@notification-template.custom_fifth_param:- order soon.\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:17:\"fluentcart_single\";}}s:33:\"fluentcart_inline_stock-theme-two\";a:11:{i:0;s:57:\"@notification-template.second_param:In high demand - only\";i:1;s:50:\"@notification-template.third_param:tag_stock_count\";i:2;s:44:\"@notification-template.custom_third_param:10\";i:3;s:44:\"@notification-template.fourth_param:tag_left\";i:4;s:47:\"@notification-template.custom_fourth_param:left\";i:5;s:50:\"@notification-template.fifth_param:tag_on_our_site\";i:6;s:54:\"@notification-template.custom_fifth_param:on our site!\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";s:15:\"inline_location\";a:1:{i:0;s:31:\"fluentcart_after_cart_item_name\";}}s:20:\"gdpr_theme-light-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:20:\"gdpr_theme-light-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:22:\"gdpr_theme-light-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:49:\"@notification-template.third_param:tag_post_title\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:square\";i:9;s:27:\"@image_shape_default:square\";}s:21:\"gdpr_theme-light-four\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:19:\"gdpr_theme-dark-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:19:\"gdpr_theme-dark-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:21:\"gdpr_theme-dark-three\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:20:\"gdpr_theme-dark-four\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:20:\"@image_shape:rounded\";i:9;s:28:\"@image_shape_default:rounded\";}s:27:\"gdpr_theme-banner-light-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:27:\"gdpr_theme-banner-light-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:26:\"gdpr_theme-banner-dark-one\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}s:26:\"gdpr_theme-banner-dark-two\";a:10:{i:0;s:43:\"@notification-template.first_param:tag_name\";i:1;s:49:\"@notification-template.custom_first_param:Someone\";i:2;s:48:\"@notification-template.second_param:commented on\";i:3;s:51:\"@notification-template.third_param:tag_post_comment\";i:4;s:56:\"@notification-template.custom_third_param:Anonymous Post\";i:5;s:44:\"@notification-template.fourth_param:tag_time\";i:6;s:56:\"@notification-template.custom_fourth_param:Some time ago\";i:7;s:18:\"@link_button:false\";i:8;s:19:\"@image_shape:circle\";i:9;s:27:\"@image_shape_default:circle\";}}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"themes_tab\";s:5:\"value\";s:11:\"for_desktop\";}}}s:17:\"responsive_themes\";a:6:{s:4:\"name\";s:17:\"responsive_themes\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:10;s:7:\"classes\";s:13:\"pro-activated\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"themes_tab\";s:5:\"value\";s:10:\"for_mobile\";}}s:6:\"fields\";a:3:{s:15:\"res_get_pro_btn\";a:6:{s:4:\"name\";s:15:\"res_get_pro_btn\";s:4:\"text\";s:17:\"Get PRO to Unlock\";s:4:\"type\";s:6:\"button\";s:4:\"href\";s:34:\"https://notificationx.com/#pricing\";s:6:\"target\";s:6:\"_blank\";s:7:\"classes\";s:15:\"res_get_pro_btn\";}s:17:\"responsive_themes\";a:7:{s:4:\"name\";s:17:\"responsive_themes\";s:4:\"type\";s:10:\"radio-card\";s:7:\"options\";a:89:{s:18:\"form_res-theme-one\";a:5:{s:5:\"label\";s:18:\"form_res-theme-one\";s:5:\"value\";s:18:\"form_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_form/cf-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:18:\"form_res-theme-two\";a:5:{s:5:\"label\";s:18:\"form_res-theme-two\";s:5:\"value\";s:18:\"form_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_form/cf-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:20:\"form_res-theme-three\";a:5:{s:5:\"label\";s:20:\"form_res-theme-three\";s:5:\"value\";s:20:\"form_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_form/cf-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:3:\"cf7\";i:1;s:4:\"grvf\";i:2;s:3:\"njf\";i:3;s:3:\"wpf\";i:4;s:14:\"elementor_form\";i:5;s:10:\"fluentform\";}}}s:32:\"email_subscription_res-theme-one\";a:5:{s:5:\"label\";s:32:\"email_subscription_res-theme-one\";s:5:\"value\";s:32:\"email_subscription_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:150:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_subscriptions/mailchimp-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";}}}}s:32:\"email_subscription_res-theme-two\";a:5:{s:5:\"label\";s:32:\"email_subscription_res-theme-two\";s:5:\"value\";s:32:\"email_subscription_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:150:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_subscriptions/mailchimp-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";}}}}s:34:\"email_subscription_res-theme-three\";a:5:{s:5:\"label\";s:34:\"email_subscription_res-theme-three\";s:5:\"value\";s:34:\"email_subscription_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:150:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_subscriptions/mailchimp-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";}}}}s:47:\"email_subscription_subscriptions-res-theme-four\";a:5:{s:5:\"label\";s:47:\"email_subscription_subscriptions-res-theme-four\";s:5:\"value\";s:47:\"email_subscription_subscriptions-res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:150:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_subscriptions/mailchimp-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"convertkit\";i:1;s:9:\"mailchimp\";i:2;s:25:\"zapier_email_subscription\";i:3;s:14:\"ActiveCampaign\";}}}}s:25:\"conversions_res-theme-one\";a:5:{s:5:\"label\";s:25:\"conversions_res-theme-one\";s:5:\"value\";s:25:\"conversions_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:25:\"conversions_res-theme-two\";a:5:{s:5:\"label\";s:25:\"conversions_res-theme-two\";s:5:\"value\";s:25:\"conversions_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:27:\"conversions_res-theme-three\";a:5:{s:5:\"label\";s:27:\"conversions_res-theme-three\";s:5:\"value\";s:27:\"conversions_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:26:\"conversions_res-theme-four\";a:5:{s:5:\"label\";s:26:\"conversions_res-theme-four\";s:5:\"value\";s:26:\"conversions_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:26:\"conversions_res-theme-five\";a:5:{s:5:\"label\";s:26:\"conversions_res-theme-five\";s:5:\"value\";s:26:\"conversions_res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-5.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:25:\"conversions_res-theme-six\";a:5:{s:5:\"label\";s:25:\"conversions_res-theme-six\";s:5:\"value\";s:25:\"conversions_res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-6.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:27:\"conversions_res-theme-seven\";a:5:{s:5:\"label\";s:27:\"conversions_res-theme-seven\";s:5:\"value\";s:27:\"conversions_res-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-7.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:27:\"conversions_res-theme-eight\";a:5:{s:5:\"label\";s:27:\"conversions_res-theme-eight\";s:5:\"value\";s:27:\"conversions_res-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-8.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:14:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:26:\"conversions_res-theme-nine\";a:5:{s:5:\"label\";s:26:\"conversions_res-theme-nine\";s:5:\"value\";s:26:\"conversions_res-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-9.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:26:\"conversions_conv-theme-six\";i:1;s:28:\"conversions_conv-theme-seven\";i:2;s:28:\"conversions_conv-theme-eight\";i:3;s:27:\"conversions_conv-theme-nine\";i:4;s:32:\"woocommerce_sales_conv-theme-six\";i:5;s:34:\"woocommerce_sales_conv-theme-seven\";i:6;s:34:\"woocommerce_sales_conv-theme-eight\";i:7;s:33:\"woocommerce_sales_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:25:\"conversions_res-theme-ten\";a:5:{s:5:\"label\";s:25:\"conversions_res-theme-ten\";s:5:\"value\";s:25:\"conversions_res-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-10.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:26:\"conversions_conv-theme-six\";i:1;s:28:\"conversions_conv-theme-seven\";i:2;s:28:\"conversions_conv-theme-eight\";i:3;s:27:\"conversions_conv-theme-nine\";i:4;s:32:\"woocommerce_sales_conv-theme-six\";i:5;s:34:\"woocommerce_sales_conv-theme-seven\";i:6;s:34:\"woocommerce_sales_conv-theme-eight\";i:7;s:33:\"woocommerce_sales_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:28:\"conversions_res-theme-eleven\";a:5:{s:5:\"label\";s:28:\"conversions_res-theme-eleven\";s:5:\"value\";s:28:\"conversions_res-theme-eleven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-11.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:26:\"conversions_conv-theme-six\";i:1;s:28:\"conversions_conv-theme-seven\";i:2;s:28:\"conversions_conv-theme-eight\";i:3;s:27:\"conversions_conv-theme-nine\";i:4;s:32:\"woocommerce_sales_conv-theme-six\";i:5;s:34:\"woocommerce_sales_conv-theme-seven\";i:6;s:34:\"woocommerce_sales_conv-theme-eight\";i:7;s:33:\"woocommerce_sales_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:8:{i:0;s:31:\"custom_notification_conversions\";i:1;s:3:\"edd\";i:2;s:6:\"envato\";i:3;s:20:\"freemius_conversions\";i:4;s:11:\"woocommerce\";i:5;s:18:\"zapier_conversions\";i:6;s:8:\"surecart\";i:7;s:10:\"fluentcart\";}}}}s:27:\"announcements_res-theme-one\";a:5:{s:5:\"label\";s:27:\"announcements_res-theme-one\";s:5:\"value\";s:27:\"announcements_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:154:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_announcements/announcements-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:27:\"announcements_res-theme-two\";a:5:{s:5:\"label\";s:27:\"announcements_res-theme-two\";s:5:\"value\";s:27:\"announcements_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:154:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_announcements/announcements-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:29:\"announcements_res-theme-three\";a:5:{s:5:\"label\";s:29:\"announcements_res-theme-three\";s:5:\"value\";s:29:\"announcements_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:154:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_announcements/announcements-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:28:\"announcements_res-theme-four\";a:5:{s:5:\"label\";s:28:\"announcements_res-theme-four\";s:5:\"value\";s:28:\"announcements_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:154:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_announcements/announcements-res-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:28:\"announcements_res-theme-five\";a:5:{s:5:\"label\";s:28:\"announcements_res-theme-five\";s:5:\"value\";s:28:\"announcements_res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:154:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_announcements/announcements-res-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:13:\"announcements\";}}}s:21:\"reviews_res-theme-one\";a:5:{s:5:\"label\";s:21:\"reviews_res-theme-one\";s:5:\"value\";s:21:\"reviews_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:21:\"reviews_res-theme-two\";a:5:{s:5:\"label\";s:21:\"reviews_res-theme-two\";s:5:\"value\";s:21:\"reviews_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:23:\"reviews_res-theme-three\";a:5:{s:5:\"label\";s:23:\"reviews_res-theme-three\";s:5:\"value\";s:23:\"reviews_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:29:\"reviews_rating-res-theme-four\";a:5:{s:5:\"label\";s:29:\"reviews_rating-res-theme-four\";s:5:\"value\";s:29:\"reviews_rating-res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:29:\"reviews_rating-res-theme-five\";a:5:{s:5:\"label\";s:29:\"reviews_rating-res-theme-five\";s:5:\"value\";s:29:\"reviews_rating-res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:28:\"reviews_rating-res-theme-six\";a:5:{s:5:\"label\";s:28:\"reviews_rating-res-theme-six\";s:5:\"value\";s:28:\"reviews_rating-res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-6.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:16:\"freemius_reviews\";i:1;s:14:\"google_reviews\";i:2;s:7:\"reviewx\";i:3;s:11:\"woo_reviews\";i:4;s:10:\"wp_reviews\";i:5;s:14:\"zapier_reviews\";}}}s:33:\"download_stats_res-today-download\";a:5:{s:5:\"label\";s:33:\"download_stats_res-today-download\";s:5:\"value\";s:33:\"download_stats_res-today-download\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_wporg/wporg-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";}}}}s:32:\"download_stats_res-7day-download\";a:5:{s:5:\"label\";s:32:\"download_stats_res-7day-download\";s:5:\"value\";s:32:\"download_stats_res-7day-download\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_wporg/wporg-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";}}}}s:33:\"download_stats_res-actively_using\";a:5:{s:5:\"label\";s:33:\"download_stats_res-actively_using\";s:5:\"value\";s:33:\"download_stats_res-actively_using\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_wporg/wporg-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";}}}}s:33:\"download_stats_res-total-download\";a:5:{s:5:\"label\";s:33:\"download_stats_res-total-download\";s:5:\"value\";s:33:\"download_stats_res-total-download\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:138:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_wporg/wporg-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:14:\"freemius_stats\";i:1;s:8:\"wp_stats\";}}}}s:22:\"donation_res-theme-one\";a:5:{s:5:\"label\";s:22:\"donation_res-theme-one\";s:5:\"value\";s:22:\"donation_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:22:\"donation_res-theme-two\";a:5:{s:5:\"label\";s:22:\"donation_res-theme-two\";s:5:\"value\";s:22:\"donation_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:24:\"donation_res-theme-three\";a:5:{s:5:\"label\";s:24:\"donation_res-theme-three\";s:5:\"value\";s:24:\"donation_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:23:\"donation_res-theme-four\";a:5:{s:5:\"label\";s:23:\"donation_res-theme-four\";s:5:\"value\";s:23:\"donation_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:23:\"donation_res-theme-five\";a:5:{s:5:\"label\";s:23:\"donation_res-theme-five\";s:5:\"value\";s:23:\"donation_res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-5.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:22:\"donation_res-theme-six\";a:5:{s:5:\"label\";s:22:\"donation_res-theme-six\";s:5:\"value\";s:22:\"donation_res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-6.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:24:\"donation_res-theme-seven\";a:5:{s:5:\"label\";s:24:\"donation_res-theme-seven\";s:5:\"value\";s:24:\"donation_res-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-7.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:24:\"donation_res-theme-eight\";a:5:{s:5:\"label\";s:24:\"donation_res-theme-eight\";s:5:\"value\";s:24:\"donation_res-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-8.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:23:\"donation_conv-theme-six\";i:1;s:25:\"donation_conv-theme-seven\";i:2;s:25:\"donation_conv-theme-eight\";i:3;s:24:\"donation_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:23:\"donation_res-theme-nine\";a:5:{s:5:\"label\";s:23:\"donation_res-theme-nine\";s:5:\"value\";s:23:\"donation_res-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-9.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:23:\"donation_conv-theme-six\";i:1;s:25:\"donation_conv-theme-seven\";i:2;s:25:\"donation_conv-theme-eight\";i:3;s:24:\"donation_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:22:\"donation_res-theme-ten\";a:5:{s:5:\"label\";s:22:\"donation_res-theme-ten\";s:5:\"value\";s:22:\"donation_res-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:145:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_donation/donation-res-theme-10.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:23:\"donation_conv-theme-six\";i:1;s:25:\"donation_conv-theme-seven\";i:2;s:25:\"donation_conv-theme-eight\";i:3;s:24:\"donation_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:4:\"give\";}}}}s:31:\"page_analytics_res-pa-theme-one\";a:5:{s:5:\"label\";s:31:\"page_analytics_res-pa-theme-one\";s:5:\"value\";s:31:\"page_analytics_res-pa-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_analytics/ga-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:31:\"page_analytics_res-pa-theme-two\";a:5:{s:5:\"label\";s:31:\"page_analytics_res-pa-theme-two\";s:5:\"value\";s:31:\"page_analytics_res-pa-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_analytics/ga-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:33:\"page_analytics_res-pa-theme-three\";a:5:{s:5:\"label\";s:33:\"page_analytics_res-pa-theme-three\";s:5:\"value\";s:33:\"page_analytics_res-pa-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_analytics/ga-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:32:\"page_analytics_res-pa-theme-four\";a:5:{s:5:\"label\";s:32:\"page_analytics_res-pa-theme-four\";s:5:\"value\";s:32:\"page_analytics_res-pa-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_analytics/ga-res-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:6:\"google\";}}}s:23:\"elearning_res-theme-one\";a:5:{s:5:\"label\";s:23:\"elearning_res-theme-one\";s:5:\"value\";s:23:\"elearning_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"elearning_theme-one\";i:1;s:19:\"elearning_theme-two\";i:2;s:21:\"elearning_theme-three\";i:3;s:20:\"elearning_theme-four\";i:4;s:20:\"elearning_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:23:\"elearning_res-theme-two\";a:5:{s:5:\"label\";s:23:\"elearning_res-theme-two\";s:5:\"value\";s:23:\"elearning_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"elearning_theme-one\";i:1;s:19:\"elearning_theme-two\";i:2;s:21:\"elearning_theme-three\";i:3;s:20:\"elearning_theme-four\";i:4;s:20:\"elearning_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:25:\"elearning_res-theme-three\";a:5:{s:5:\"label\";s:25:\"elearning_res-theme-three\";s:5:\"value\";s:25:\"elearning_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"elearning_theme-one\";i:1;s:19:\"elearning_theme-two\";i:2;s:21:\"elearning_theme-three\";i:3;s:20:\"elearning_theme-four\";i:4;s:20:\"elearning_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:24:\"elearning_res-theme-four\";a:5:{s:5:\"label\";s:24:\"elearning_res-theme-four\";s:5:\"value\";s:24:\"elearning_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"elearning_theme-one\";i:1;s:19:\"elearning_theme-two\";i:2;s:21:\"elearning_theme-three\";i:3;s:20:\"elearning_theme-four\";i:4;s:20:\"elearning_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:34:\"elearning_elearning-res-theme-five\";a:5:{s:5:\"label\";s:34:\"elearning_elearning-res-theme-five\";s:5:\"value\";s:34:\"elearning_elearning-res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-5.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"elearning_theme-one\";i:1;s:19:\"elearning_theme-two\";i:2;s:21:\"elearning_theme-three\";i:3;s:20:\"elearning_theme-four\";i:4;s:20:\"elearning_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:33:\"elearning_elearning-res-theme-six\";a:5:{s:5:\"label\";s:33:\"elearning_elearning-res-theme-six\";s:5:\"value\";s:33:\"elearning_elearning-res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-6.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:35:\"elearning_elearning-res-theme-seven\";a:5:{s:5:\"label\";s:35:\"elearning_elearning-res-theme-seven\";s:5:\"value\";s:35:\"elearning_elearning-res-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-7.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:26:\"elearning_conv-theme-seven\";i:1;s:26:\"elearning_conv-theme-eight\";i:2;s:25:\"elearning_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:35:\"elearning_elearning-res-theme-eight\";a:5:{s:5:\"label\";s:35:\"elearning_elearning-res-theme-eight\";s:5:\"value\";s:35:\"elearning_elearning-res-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-8.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:26:\"elearning_conv-theme-seven\";i:1;s:26:\"elearning_conv-theme-eight\";i:2;s:25:\"elearning_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:24:\"elearning_res-theme-nine\";a:5:{s:5:\"label\";s:24:\"elearning_res-theme-nine\";s:5:\"value\";s:24:\"elearning_res-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:146:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-9.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:26:\"elearning_conv-theme-seven\";i:1;s:26:\"elearning_conv-theme-eight\";i:2;s:25:\"elearning_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:33:\"elearning_elearning-res-theme-ten\";a:5:{s:5:\"label\";s:33:\"elearning_elearning-res-theme-ten\";s:5:\"value\";s:33:\"elearning_elearning-res-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:147:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_elearning/elearning-res-theme-10.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:9:\"learndash\";i:1;s:10:\"learnpress\";i:2;s:5:\"tutor\";}}}}s:31:\"woocommerce_sales_res-theme-one\";a:5:{s:5:\"label\";s:31:\"woocommerce_sales_res-theme-one\";s:5:\"value\";s:31:\"woocommerce_sales_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:31:\"woocommerce_sales_res-theme-two\";a:5:{s:5:\"label\";s:31:\"woocommerce_sales_res-theme-two\";s:5:\"value\";s:31:\"woocommerce_sales_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:33:\"woocommerce_sales_res-theme-three\";a:5:{s:5:\"label\";s:33:\"woocommerce_sales_res-theme-three\";s:5:\"value\";s:33:\"woocommerce_sales_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:32:\"woocommerce_sales_res-theme-four\";a:5:{s:5:\"label\";s:32:\"woocommerce_sales_res-theme-four\";s:5:\"value\";s:32:\"woocommerce_sales_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:32:\"woocommerce_sales_res-theme-five\";a:5:{s:5:\"label\";s:32:\"woocommerce_sales_res-theme-five\";s:5:\"value\";s:32:\"woocommerce_sales_res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-5.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:31:\"woocommerce_sales_res-theme-six\";a:5:{s:5:\"label\";s:31:\"woocommerce_sales_res-theme-six\";s:5:\"value\";s:31:\"woocommerce_sales_res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-6.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:33:\"woocommerce_sales_res-theme-seven\";a:5:{s:5:\"label\";s:33:\"woocommerce_sales_res-theme-seven\";s:5:\"value\";s:33:\"woocommerce_sales_res-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-7.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:33:\"woocommerce_sales_res-theme-eight\";a:5:{s:5:\"label\";s:33:\"woocommerce_sales_res-theme-eight\";s:5:\"value\";s:33:\"woocommerce_sales_res-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-8.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:27:\"woocommerce_sales_theme-one\";i:1;s:27:\"woocommerce_sales_theme-two\";i:2;s:29:\"woocommerce_sales_theme-three\";i:3;s:28:\"woocommerce_sales_theme-four\";i:4;s:28:\"woocommerce_sales_theme-five\";i:5;s:32:\"woocommerce_sales_conv-theme-ten\";i:6;s:35:\"woocommerce_sales_conv-theme-eleven\";i:7;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:32:\"woocommerce_sales_res-theme-nine\";a:5:{s:5:\"label\";s:32:\"woocommerce_sales_res-theme-nine\";s:5:\"value\";s:32:\"woocommerce_sales_res-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:139:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-9.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:32:\"woocommerce_sales_conv-theme-six\";i:1;s:34:\"woocommerce_sales_conv-theme-seven\";i:2;s:34:\"woocommerce_sales_conv-theme-eight\";i:3;s:33:\"woocommerce_sales_conv-theme-nine\";i:4;s:41:\"woocommerce_sales_inline_conv-theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:31:\"woocommerce_sales_res-theme-ten\";a:5:{s:5:\"label\";s:31:\"woocommerce_sales_res-theme-ten\";s:5:\"value\";s:31:\"woocommerce_sales_res-theme-ten\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-10.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:32:\"woocommerce_sales_conv-theme-six\";i:1;s:34:\"woocommerce_sales_conv-theme-seven\";i:2;s:34:\"woocommerce_sales_conv-theme-eight\";i:3;s:33:\"woocommerce_sales_conv-theme-nine\";i:4;s:41:\"woocommerce_sales_inline_conv-theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:34:\"woocommerce_sales_res-theme-eleven\";a:5:{s:5:\"label\";s:34:\"woocommerce_sales_res-theme-eleven\";s:5:\"value\";s:34:\"woocommerce_sales_res-theme-eleven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_conv/nx-conv-res-theme-11.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:32:\"woocommerce_sales_conv-theme-six\";i:1;s:34:\"woocommerce_sales_conv-theme-seven\";i:2;s:34:\"woocommerce_sales_conv-theme-eight\";i:3;s:33:\"woocommerce_sales_conv-theme-nine\";i:4;s:41:\"woocommerce_sales_inline_conv-theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:17:\"woocommerce_sales\";i:1;s:24:\"woocommerce_sales_inline\";}}}}s:39:\"woocommerce_sales_reviews_res-theme-one\";a:5:{s:5:\"label\";s:39:\"woocommerce_sales_reviews_res-theme-one\";s:5:\"value\";s:39:\"woocommerce_sales_reviews_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:39:\"woocommerce_sales_reviews_res-theme-two\";a:5:{s:5:\"label\";s:39:\"woocommerce_sales_reviews_res-theme-two\";s:5:\"value\";s:39:\"woocommerce_sales_reviews_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:41:\"woocommerce_sales_reviews_res-theme-three\";a:5:{s:5:\"label\";s:41:\"woocommerce_sales_reviews_res-theme-three\";s:5:\"value\";s:41:\"woocommerce_sales_reviews_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:47:\"woocommerce_sales_reviews_rating-res-theme-four\";a:5:{s:5:\"label\";s:47:\"woocommerce_sales_reviews_rating-res-theme-four\";s:5:\"value\";s:47:\"woocommerce_sales_reviews_rating-res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:47:\"woocommerce_sales_reviews_rating-res-theme-five\";a:5:{s:5:\"label\";s:47:\"woocommerce_sales_reviews_rating-res-theme-five\";s:5:\"value\";s:47:\"woocommerce_sales_reviews_rating-res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:46:\"woocommerce_sales_reviews_rating-res-theme-six\";a:5:{s:5:\"label\";s:46:\"woocommerce_sales_reviews_rating-res-theme-six\";s:5:\"value\";s:46:\"woocommerce_sales_reviews_rating-res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:144:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_reviews/nx-review-res-theme-6.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:25:\"woocommerce_sales_reviews\";}}}s:22:\"comments_res-theme-one\";a:5:{s:5:\"label\";s:22:\"comments_res-theme-one\";s:5:\"value\";s:22:\"comments_res-theme-one\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-1.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:22:\"comments_res-theme-two\";a:5:{s:5:\"label\";s:22:\"comments_res-theme-two\";s:5:\"value\";s:22:\"comments_res-theme-two\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-2.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:24:\"comments_res-theme-three\";a:5:{s:5:\"label\";s:24:\"comments_res-theme-three\";s:5:\"value\";s:24:\"comments_res-theme-three\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-3.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:23:\"comments_res-theme-four\";a:5:{s:5:\"label\";s:23:\"comments_res-theme-four\";s:5:\"value\";s:23:\"comments_res-theme-four\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-4.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:23:\"comments_theme-six-free\";i:1;s:25:\"comments_theme-seven-free\";i:2;s:25:\"comments_theme-eight-free\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:23:\"comments_res-theme-five\";a:5:{s:5:\"label\";s:23:\"comments_res-theme-five\";s:5:\"value\";s:23:\"comments_res-theme-five\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-5.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:23:\"comments_theme-six-free\";i:1;s:25:\"comments_theme-seven-free\";i:2;s:25:\"comments_theme-eight-free\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:22:\"comments_res-theme-six\";a:5:{s:5:\"label\";s:22:\"comments_res-theme-six\";s:5:\"value\";s:22:\"comments_res-theme-six\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-6.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:23:\"comments_theme-six-free\";i:1;s:25:\"comments_theme-seven-free\";i:2;s:25:\"comments_theme-eight-free\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:24:\"comments_res-theme-seven\";a:5:{s:5:\"label\";s:24:\"comments_res-theme-seven\";s:5:\"value\";s:24:\"comments_res-theme-seven\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-7.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:24:\"comments_res-theme-eight\";a:5:{s:5:\"label\";s:24:\"comments_res-theme-eight\";s:5:\"value\";s:24:\"comments_res-theme-eight\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-8.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:23:\"comments_res-theme-nine\";a:5:{s:5:\"label\";s:23:\"comments_res-theme-nine\";s:5:\"value\";s:23:\"comments_res-theme-nine\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:140:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_themes/nx-comment-theme-9.png\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:0:\"\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"wp_comments\";}}}}s:21:\"youtube_res-channel-1\";a:5:{s:5:\"label\";s:21:\"youtube_res-channel-1\";s:5:\"value\";s:21:\"youtube_res-channel-1\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-1.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:21:\"youtube_res-channel-2\";a:5:{s:5:\"label\";s:21:\"youtube_res-channel-2\";s:5:\"value\";s:21:\"youtube_res-channel-2\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-2.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:19:\"youtube_res-video-1\";a:5:{s:5:\"label\";s:19:\"youtube_res-video-1\";s:5:\"value\";s:19:\"youtube_res-video-1\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-3.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:19:\"youtube_res-video-2\";a:5:{s:5:\"label\";s:19:\"youtube_res-video-2\";s:5:\"value\";s:19:\"youtube_res-video-2\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-4.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:19:\"youtube_res-video-3\";a:5:{s:5:\"label\";s:19:\"youtube_res-video-3\";s:5:\"value\";s:19:\"youtube_res-video-3\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-5.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}s:19:\"youtube_res-video-4\";a:5:{s:5:\"label\";s:19:\"youtube_res-video-4\";s:5:\"value\";s:19:\"youtube_res-video-4\";s:6:\"is_pro\";b:0;s:4:\"icon\";s:142:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/res_youtube/channel-res-theme-6.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:7:\"youtube\";}}}}s:8:\"priority\";i:10;s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:16:\"validation_rules\";a:2:{s:8:\"required\";b:1;s:5:\"label\";s:24:\"Mobile Responsive Themes\";}s:7:\"trigger\";a:1:{s:8:\"defaults\";a:89:{s:18:\"form_res-theme-one\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:select_a_tag\";i:1;s:65:\"@notification-template-mobile.res_second_param:just contacted via\";i:2;s:55:\"@notification-template-mobile.res_third_param:tag_title\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:circle\";i:5;s:27:\"@image_shape_default:circle\";}s:18:\"form_res-theme-two\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:select_a_tag\";i:1;s:65:\"@notification-template-mobile.res_second_param:just contacted via\";i:2;s:55:\"@notification-template-mobile.res_third_param:tag_title\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:circle\";i:5;s:27:\"@image_shape_default:circle\";}s:20:\"form_res-theme-three\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:select_a_tag\";i:1;s:65:\"@notification-template-mobile.res_second_param:just contacted via\";i:2;s:55:\"@notification-template-mobile.res_third_param:tag_title\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:circle\";i:5;s:27:\"@image_shape_default:circle\";}s:32:\"email_subscription_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:32:\"email_subscription_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:34:\"email_subscription_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:47:\"email_subscription_subscriptions-res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:25:\"conversions_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:25:\"conversions_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:27:\"conversions_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:26:\"conversions_res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:26:\"conversions_res-theme-five\";a:1:{i:0;s:18:\"@link_button:false\";}s:25:\"conversions_res-theme-six\";a:1:{i:0;s:18:\"@link_button:false\";}s:27:\"conversions_res-theme-seven\";a:1:{i:0;s:18:\"@link_button:false\";}s:27:\"conversions_res-theme-eight\";a:1:{i:0;s:18:\"@link_button:false\";}s:26:\"conversions_res-theme-nine\";a:1:{i:0;s:18:\"@link_button:false\";}s:25:\"conversions_res-theme-ten\";a:1:{i:0;s:18:\"@link_button:false\";}s:28:\"conversions_res-theme-eleven\";a:1:{i:0;s:18:\"@link_button:false\";}s:27:\"announcements_res-theme-one\";a:7:{i:0;s:57:\"@notification-template-mobile.first_param:tag_offer_title\";i:1;s:60:\"@notification-template-mobile.custom_first_param:Flash Sale:\";i:2;s:63:\"@notification-template-mobile.third_param:tag_offer_description\";i:3;s:51:\"@notification-template-mobile.fourth_param:tag_time\";i:4;s:18:\"@link_button:false\";i:5;s:20:\"@image_shape:rounded\";i:6;s:28:\"@image_shape_default:rounded\";}s:27:\"announcements_res-theme-two\";a:7:{i:0;s:57:\"@notification-template-mobile.first_param:tag_offer_title\";i:1;s:80:\"@notification-template-mobile.custom_first_param:Flash Sale: Limited Time Offer!\";i:2;s:63:\"@notification-template-mobile.third_param:tag_offer_description\";i:3;s:109:\"@notification-template-mobile.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:51:\"@notification-template-mobile.fourth_param:tag_time\";i:5;s:63:\"@notification-template-mobile.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:29:\"announcements_res-theme-three\";a:7:{i:0;s:57:\"@notification-template-mobile.first_param:tag_offer_title\";i:1;s:80:\"@notification-template-mobile.custom_first_param:Flash Sale: Limited Time Offer!\";i:2;s:63:\"@notification-template-mobile.third_param:tag_offer_description\";i:3;s:109:\"@notification-template-mobile.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:51:\"@notification-template-mobile.fourth_param:tag_time\";i:5;s:63:\"@notification-template-mobile.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";}s:28:\"announcements_res-theme-four\";a:9:{i:0;s:57:\"@notification-template-mobile.first_param:tag_offer_title\";i:1;s:58:\"@notification-template-mobile.custom_first_param:Hi There!\";i:2;s:63:\"@notification-template-mobile.third_param:tag_offer_description\";i:3;s:109:\"@notification-template-mobile.custom_third_param:Enjoy flat 50% Off on NotificationX PRO Valid till this week\";i:4;s:51:\"@notification-template-mobile.fourth_param:tag_time\";i:5;s:63:\"@notification-template-mobile.custom_fourth_param:Some time ago\";i:6;s:18:\"@link_button:false\";i:7;s:19:\"@image_shape:circle\";i:8;s:27:\"@image_shape_default:circle\";}s:28:\"announcements_res-theme-five\";a:5:{i:0;s:57:\"@notification-template-mobile.first_param:tag_offer_title\";i:1;s:58:\"@notification-template-mobile.custom_first_param:Hi There!\";i:2;s:63:\"@notification-template-mobile.third_param:tag_offer_description\";i:3;s:88:\"@notification-template-mobile.custom_third_param:Enjoy flat 50% Off on NotificationX PRO\";i:4;s:18:\"@link_button:false\";}s:21:\"reviews_res-theme-one\";a:6:{i:0;s:55:\"@notification-template-mobile.res_first_param:tag_rated\";i:1;s:59:\"@notification-template-mobile.res_second_param:people rated\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:21:\"reviews_res-theme-two\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:23:\"reviews_res-theme-three\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:29:\"reviews_rating-res-theme-four\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:29:\"reviews_rating-res-theme-five\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:28:\"reviews_rating-res-theme-six\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:33:\"download_stats_res-today-download\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:square\";i:2;s:27:\"@image_shape_default:square\";}s:32:\"download_stats_res-7day-download\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:33:\"download_stats_res-actively_using\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:20:\"@image_shape:rounded\";i:2;s:28:\"@image_shape_default:rounded\";}s:33:\"download_stats_res-total-download\";a:3:{i:0;s:18:\"@link_button:false\";i:1;s:19:\"@image_shape:circle\";i:2;s:27:\"@image_shape_default:circle\";}s:22:\"donation_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:22:\"donation_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"donation_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"donation_res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"donation_res-theme-five\";a:1:{i:0;s:18:\"@link_button:false\";}s:22:\"donation_res-theme-six\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"donation_res-theme-seven\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"donation_res-theme-eight\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"donation_res-theme-nine\";a:1:{i:0;s:18:\"@link_button:false\";}s:22:\"donation_res-theme-ten\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"page_analytics_res-pa-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"page_analytics_res-pa-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"page_analytics_res-pa-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:32:\"page_analytics_res-pa-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"elearning_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"elearning_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:25:\"elearning_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"elearning_res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:34:\"elearning_elearning-res-theme-five\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"elearning_elearning-res-theme-six\";a:1:{i:0;s:18:\"@link_button:false\";}s:35:\"elearning_elearning-res-theme-seven\";a:1:{i:0;s:18:\"@link_button:false\";}s:35:\"elearning_elearning-res-theme-eight\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"elearning_res-theme-nine\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"elearning_elearning-res-theme-ten\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"woocommerce_sales_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"woocommerce_sales_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"woocommerce_sales_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:32:\"woocommerce_sales_res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:32:\"woocommerce_sales_res-theme-five\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"woocommerce_sales_res-theme-six\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"woocommerce_sales_res-theme-seven\";a:1:{i:0;s:18:\"@link_button:false\";}s:33:\"woocommerce_sales_res-theme-eight\";a:1:{i:0;s:18:\"@link_button:false\";}s:32:\"woocommerce_sales_res-theme-nine\";a:1:{i:0;s:18:\"@link_button:false\";}s:31:\"woocommerce_sales_res-theme-ten\";a:1:{i:0;s:18:\"@link_button:false\";}s:34:\"woocommerce_sales_res-theme-eleven\";a:1:{i:0;s:18:\"@link_button:false\";}s:39:\"woocommerce_sales_reviews_res-theme-one\";a:6:{i:0;s:55:\"@notification-template-mobile.res_first_param:tag_rated\";i:1;s:59:\"@notification-template-mobile.res_second_param:people rated\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:39:\"woocommerce_sales_reviews_res-theme-two\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:41:\"woocommerce_sales_reviews_res-theme-three\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:61:\"@notification-template-mobile.res_third_param:tag_plugin_name\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:47:\"woocommerce_sales_reviews_rating-res-theme-four\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:47:\"woocommerce_sales_reviews_rating-res-theme-five\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:46:\"woocommerce_sales_reviews_rating-res-theme-six\";a:6:{i:0;s:58:\"@notification-template-mobile.res_first_param:tag_username\";i:1;s:60:\"@notification-template-mobile.res_second_param:just reviewed\";i:2;s:56:\"@notification-template-mobile.res_third_param:tag_rating\";i:3;s:18:\"@link_button:false\";i:4;s:19:\"@image_shape:square\";i:5;s:27:\"@image_shape_default:square\";}s:22:\"comments_res-theme-one\";a:1:{i:0;s:18:\"@link_button:false\";}s:22:\"comments_res-theme-two\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"comments_res-theme-three\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"comments_res-theme-four\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"comments_res-theme-five\";a:1:{i:0;s:18:\"@link_button:false\";}s:22:\"comments_res-theme-six\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"comments_res-theme-seven\";a:1:{i:0;s:18:\"@link_button:false\";}s:24:\"comments_res-theme-eight\";a:1:{i:0;s:18:\"@link_button:false\";}s:23:\"comments_res-theme-nine\";a:1:{i:0;s:18:\"@link_button:false\";}s:21:\"youtube_res-channel-1\";a:1:{i:0;s:18:\"@link_button:false\";}s:21:\"youtube_res-channel-2\";a:1:{i:0;s:18:\"@link_button:false\";}s:19:\"youtube_res-video-1\";a:1:{i:0;s:18:\"@link_button:false\";}s:19:\"youtube_res-video-2\";a:1:{i:0;s:18:\"@link_button:false\";}s:19:\"youtube_res-video-3\";a:1:{i:0;s:18:\"@link_button:false\";}s:19:\"youtube_res-video-4\";a:1:{i:0;s:18:\"@link_button:false\";}}}}s:20:\"is_mobile_responsive\";a:6:{s:5:\"label\";s:24:\"Enable Mobile Responsive\";s:4:\"name\";s:20:\"is_mobile_responsive\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:1;s:8:\"priority\";i:20;s:6:\"is_pro\";b:1;}}}i:1;a:6:{s:5:\"label\";s:8:\"Position\";s:4:\"name\";s:13:\"gdpr_position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:26:\"cookie_notice_bottom_right\";s:7:\"options\";a:3:{s:25:\"cookie_notice_bottom_left\";a:2:{s:5:\"value\";s:25:\"cookie_notice_bottom_left\";s:5:\"label\";s:11:\"Bottom Left\";}s:26:\"cookie_notice_bottom_right\";a:2:{s:5:\"value\";s:26:\"cookie_notice_bottom_right\";s:5:\"label\";s:12:\"Bottom Right\";}s:20:\"cookie_notice_center\";a:2:{s:5:\"value\";s:20:\"cookie_notice_center\";s:5:\"label\";s:6:\"Center\";}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:20:\"gdpr_theme-light-one\";i:1;s:20:\"gdpr_theme-light-two\";i:2;s:22:\"gdpr_theme-light-three\";i:3;s:21:\"gdpr_theme-light-four\";i:4;s:19:\"gdpr_theme-dark-one\";i:5;s:19:\"gdpr_theme-dark-two\";i:6;s:21:\"gdpr_theme-dark-three\";i:7;s:20:\"gdpr_theme-dark-four\";}}}}i:2;a:6:{s:5:\"label\";s:8:\"Position\";s:4:\"name\";s:20:\"gdpr_banner_position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:20:\"cookie_banner_bottom\";s:7:\"options\";a:2:{s:20:\"cookie_banner_bottom\";a:2:{s:5:\"value\";s:20:\"cookie_banner_bottom\";s:5:\"label\";s:6:\"Bottom\";}s:17:\"cookie_banner_top\";a:2:{s:5:\"value\";s:17:\"cookie_banner_top\";s:5:\"label\";s:3:\"Top\";}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"gdpr_theme-banner-light-one\";i:1;s:27:\"gdpr_theme-banner-light-two\";i:2;s:26:\"gdpr_theme-banner-dark-one\";i:3;s:26:\"gdpr_theme-banner-dark-two\";}}}}s:12:\"advance_edit\";a:6:{s:5:\"label\";s:15:\"Advanced Design\";s:4:\"name\";s:12:\"advance_edit\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;s:8:\"priority\";i:20;s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:10:\"themes_tab\";s:5:\"value\";s:11:\"for_desktop\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}}}s:20:\"nxbar_with_elementor\";a:4:{s:4:\"name\";s:20:\"nxbar_with_elementor\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:0:{}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:19:\"elementor_edit_link\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"isOfType\";s:4:\"name\";s:19:\"elementor_edit_link\";s:5:\"value\";s:6:\"string\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}}}s:20:\"nxbar_with_gutenberg\";a:4:{s:4:\"name\";s:20:\"nxbar_with_gutenberg\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:0:{}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:19:\"gutenberg_edit_link\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"isOfType\";s:4:\"name\";s:19:\"gutenberg_edit_link\";s:5:\"value\";s:6:\"string\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}}}s:20:\"nx_bar_import_design\";a:4:{s:4:\"name\";s:20:\"nx_bar_import_design\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:13:{i:0;a:7:{s:4:\"name\";s:19:\"elementor_edit_link\";s:4:\"type\";s:6:\"button\";s:4:\"text\";s:19:\"Edit With Elementor\";s:4:\"href\";i:-1;s:8:\"priority\";i:1;s:6:\"target\";s:6:\"_blank\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:19:\"elementor_edit_link\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"isOfType\";s:4:\"name\";s:19:\"elementor_edit_link\";s:5:\"value\";s:6:\"string\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}}}i:1;a:7:{s:4:\"name\";s:28:\"nx-bar_with_elementor-remove\";s:4:\"type\";s:6:\"button\";s:8:\"priority\";i:2;s:4:\"text\";s:6:\"Remove\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_elementor\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:4:\"ajax\";a:4:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:34:\"/notificationx/v1/elementor/remove\";s:4:\"data\";a:1:{s:12:\"elementor_id\";s:13:\"@elementor_id\";}s:8:\"hideSwal\";b:1;}s:7:\"trigger\";a:1:{i:0;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:4:{s:12:\"elementor_id\";b:0;s:19:\"elementor_edit_link\";s:0:\"\";s:12:\"is_confirmed\";b:0;s:6:\"themes\";s:19:\"press_bar_theme-one\";}}}}i:2;a:7:{s:4:\"name\";s:21:\"nx-bar_with_elementor\";s:4:\"type\";s:5:\"modal\";s:6:\"button\";a:3:{s:4:\"name\";s:20:\"build_with_elementor\";s:4:\"text\";s:20:\"Build With Elementor\";s:7:\"trigger\";a:1:{i:0;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:1:{s:22:\"import_elementor_theme\";b:0;}}}}s:14:\"confirm_button\";a:4:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:22:\"import_elementor_theme\";s:5:\"group\";b:1;s:6:\"fields\";a:2:{i:0;a:6:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:22:\"import_elementor_theme\";s:7:\"default\";b:0;s:4:\"text\";a:3:{s:6:\"normal\";s:6:\"Import\";s:5:\"saved\";s:6:\"Import\";s:7:\"loading\";s:12:\"Importing...\";}s:4:\"ajax\";a:5:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:34:\"/notificationx/v1/elementor/import\";s:4:\"data\";a:1:{s:8:\"theme_id\";s:20:\"@elementor_bar_theme\";}s:7:\"trigger\";s:18:\"@is_confirmed:true\";s:8:\"hideSwal\";b:1;}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"is_confirmed\";s:5:\"value\";b:1;}}i:1;a:6:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:27:\"import_elementor_theme_next\";s:7:\"default\";b:0;s:4:\"text\";s:4:\"Next\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_confirmed\";s:5:\"value\";b:1;}s:7:\"trigger\";a:2:{i:0;a:2:{s:4:\"type\";s:10:\"setContext\";s:6:\"action\";a:1:{s:13:\"config.active\";s:11:\"display_tab\";}}i:1;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:1:{s:27:\"import_elementor_theme_next\";b:1;}}}}}}s:6:\"cancel\";s:27:\"import_elementor_theme_next\";s:4:\"body\";a:2:{s:6:\"header\";s:12:\"Choose Your \";s:6:\"fields\";a:2:{s:6:\"themes\";a:6:{s:4:\"type\";s:10:\"radio-card\";s:4:\"name\";s:19:\"elementor_bar_theme\";s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"is_confirmed\";s:5:\"value\";b:1;}s:7:\"default\";s:9:\"theme-one\";s:7:\"options\";a:5:{s:9:\"theme-one\";a:6:{s:5:\"label\";s:9:\"theme-one\";s:5:\"value\";s:9:\"theme-one\";s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-elementor/theme-one.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:12:\"Nx Theme One\";s:13:\"enable_coupon\";b:1;}s:9:\"theme-two\";a:5:{s:5:\"label\";s:9:\"theme-two\";s:5:\"value\";s:9:\"theme-two\";s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-elementor/theme-two.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:12:\"Nx Theme Two\";}s:11:\"theme-three\";a:5:{s:5:\"label\";s:11:\"theme-three\";s:5:\"value\";s:11:\"theme-three\";s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-elementor/theme-three.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:14:\"Nx Theme Three\";}s:10:\"theme-four\";a:5:{s:5:\"label\";s:10:\"theme-four\";s:5:\"value\";s:10:\"theme-four\";s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-elementor/theme-four.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:27:\"Theme Four - Cookies Layout\";}s:10:\"theme-five\";a:5:{s:5:\"label\";s:10:\"theme-five\";s:5:\"value\";s:10:\"theme-five\";s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-elementor/theme-five.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:27:\"Theme Five - Cookies Layout\";}}}s:4:\"test\";a:4:{s:4:\"name\";s:21:\"builder_modal_message\";s:4:\"type\";s:7:\"message\";s:7:\"message\";s:11:\"Hello World\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_confirmed\";s:5:\"value\";b:1;}}}}s:5:\"rules\";a:6:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_elementor\";s:5:\"value\";b:1;}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"is_confirmed\";s:5:\"value\";b:1;}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}i:3;a:7:{s:4:\"name\";s:29:\"nx-bar_with_elementor_install\";s:4:\"type\";s:6:\"button\";s:8:\"priority\";i:3;s:4:\"text\";a:3:{s:6:\"normal\";s:18:\"Activate Elementor\";s:5:\"saved\";s:19:\"Activated Elementor\";s:7:\"loading\";s:23:\"Activating Elementor...\";}s:5:\"style\";a:1:{s:11:\"description\";a:1:{s:8:\"position\";s:4:\"left\";}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_elementor\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:4:\"ajax\";a:5:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:30:\"/notificationx/v1/core-install\";s:4:\"data\";a:4:{s:6:\"source\";s:9:\"press_bar\";s:4:\"slug\";s:9:\"elementor\";s:4:\"file\";s:13:\"elementor.php\";s:12:\"is_installed\";b:1;}s:4:\"swal\";a:2:{s:4:\"icon\";s:7:\"success\";s:4:\"text\";s:22:\"Successfully Activated\";}s:7:\"trigger\";s:18:\"@is_elementor:true\";}}i:4;a:4:{s:4:\"name\";s:12:\"is_elementor\";s:4:\"type\";s:6:\"hidden\";s:7:\"default\";b:1;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:5;a:4:{s:4:\"name\";s:12:\"elementor_id\";s:4:\"type\";s:6:\"hidden\";s:7:\"default\";b:0;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:6;a:3:{s:4:\"type\";s:6:\"hidden\";s:4:\"name\";s:12:\"is_confirmed\";s:7:\"default\";b:0;}i:7;a:7:{s:4:\"name\";s:19:\"gutenberg_edit_link\";s:4:\"type\";s:6:\"button\";s:4:\"text\";s:19:\"Edit With Gutenberg\";s:4:\"href\";i:-1;s:8:\"priority\";i:4;s:6:\"target\";s:6:\"_blank\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:19:\"gutenberg_edit_link\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"isOfType\";s:4:\"name\";s:19:\"gutenberg_edit_link\";s:5:\"value\";s:6:\"string\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}}}i:8;a:7:{s:4:\"name\";s:28:\"nx-bar_with_gutenberg-remove\";s:4:\"type\";s:6:\"button\";s:4:\"text\";s:6:\"Remove\";s:8:\"priority\";i:5;s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_gutenberg\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:4:\"ajax\";a:4:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:34:\"/notificationx/v1/gutenberg/remove\";s:4:\"data\";a:1:{s:12:\"gutenberg_id\";s:13:\"@gutenberg_id\";}s:8:\"hideSwal\";b:1;}s:7:\"trigger\";a:1:{i:0;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:4:{s:12:\"gutenberg_id\";b:0;s:19:\"gutenberg_edit_link\";s:0:\"\";s:15:\"is_gb_confirmed\";b:0;s:6:\"themes\";s:19:\"press_bar_theme-one\";}}}}i:9;a:7:{s:4:\"name\";s:21:\"nx-bar_with_gutenberg\";s:4:\"type\";s:5:\"modal\";s:6:\"button\";a:3:{s:4:\"name\";s:20:\"build_with_gutenberg\";s:4:\"text\";s:20:\"Build With Gutenberg\";s:7:\"trigger\";a:1:{i:0;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:1:{s:22:\"import_gutenberg_theme\";b:0;}}}}s:14:\"confirm_button\";a:4:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:22:\"import_gutenberg_theme\";s:5:\"group\";b:1;s:6:\"fields\";a:2:{i:0;a:6:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:22:\"import_gutenberg_theme\";s:7:\"default\";b:0;s:4:\"text\";a:3:{s:6:\"normal\";s:6:\"Import\";s:5:\"saved\";s:6:\"Import\";s:7:\"loading\";s:12:\"Importing...\";}s:4:\"ajax\";a:5:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:34:\"/notificationx/v1/gutenberg/import\";s:4:\"data\";a:1:{s:8:\"theme_id\";s:20:\"@gutenberg_bar_theme\";}s:7:\"trigger\";s:21:\"@is_gb_confirmed:true\";s:8:\"hideSwal\";b:1;}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:5:\"value\";b:1;}}i:1;a:6:{s:4:\"type\";s:6:\"button\";s:4:\"name\";s:27:\"import_gutenberg_theme_next\";s:7:\"default\";b:0;s:4:\"text\";s:4:\"Next\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:5:\"value\";b:1;}s:7:\"trigger\";a:2:{i:0;a:2:{s:4:\"type\";s:10:\"setContext\";s:6:\"action\";a:1:{s:13:\"config.active\";s:11:\"display_tab\";}}i:1;a:2:{s:4:\"type\";s:13:\"setFieldValue\";s:6:\"action\";a:1:{s:27:\"import_gutenberg_theme_next\";b:1;}}}}}}s:6:\"cancel\";s:27:\"import_gutenberg_theme_next\";s:4:\"body\";a:2:{s:6:\"header\";s:12:\"Choose Your \";s:6:\"fields\";a:2:{s:6:\"themes\";a:6:{s:4:\"type\";s:10:\"radio-card\";s:4:\"name\";s:19:\"gutenberg_bar_theme\";s:5:\"style\";a:1:{s:5:\"label\";a:1:{s:8:\"position\";s:3:\"top\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:5:\"value\";b:1;}s:7:\"default\";s:9:\"theme-one\";s:7:\"options\";a:7:{s:9:\"theme-one\";a:6:{s:5:\"label\";s:9:\"theme-one\";s:5:\"value\";s:9:\"theme-one\";s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-gutenberg/theme-one.png\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:12:\"Nx Theme One\";s:8:\"position\";s:3:\"top\";}s:9:\"theme-two\";a:6:{s:5:\"label\";s:9:\"theme-two\";s:5:\"value\";s:9:\"theme-two\";s:4:\"icon\";s:134:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-gutenberg/theme-two.png\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:12:\"Nx Theme Two\";s:8:\"position\";s:3:\"top\";}s:11:\"theme-three\";a:6:{s:5:\"label\";s:11:\"theme-three\";s:5:\"value\";s:11:\"theme-three\";s:4:\"icon\";s:136:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-gutenberg/theme-three.png\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:14:\"Nx Theme Three\";s:8:\"position\";s:3:\"top\";}s:10:\"theme-four\";a:6:{s:5:\"label\";s:10:\"theme-four\";s:5:\"value\";s:10:\"theme-four\";s:4:\"icon\";s:135:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/bar-gutenberg/theme-four.png\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:13:\"Nx Theme Four\";s:8:\"position\";s:3:\"top\";}s:10:\"theme-five\";a:7:{s:5:\"label\";s:10:\"theme-five\";s:5:\"value\";s:10:\"theme-five\";s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-one.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:13:\"Nx Theme Five\";s:5:\"popup\";a:8:{s:6:\"forced\";b:1;s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:29:\"You are missing a dependency.\";s:11:\"customClass\";a:1:{s:9:\"container\";s:30:\"pressbar-gutenberg-theme-popup\";}s:14:\"denyButtonText\";s:162:\"<a href=\'https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=Essential%2520Blocks&tab=search&type=term\' target=\'_blank\'>Install Essential Blocks</a>\";s:17:\"confirmButtonText\";s:69:\"<a href=\'https://essential-blocks.com/\' target=\'_blank\'>More Info</a>\";s:4:\"html\";s:130:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n \";}s:8:\"position\";s:3:\"top\";}s:9:\"theme-six\";a:7:{s:5:\"label\";s:9:\"theme-six\";s:5:\"value\";s:9:\"theme-six\";s:4:\"icon\";s:127:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-two.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:12:\"Nx Theme Six\";s:5:\"popup\";a:8:{s:6:\"forced\";b:1;s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:29:\"You are missing a dependency.\";s:11:\"customClass\";a:1:{s:9:\"container\";s:30:\"pressbar-gutenberg-theme-popup\";}s:14:\"denyButtonText\";s:162:\"<a href=\'https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=Essential%2520Blocks&tab=search&type=term\' target=\'_blank\'>Install Essential Blocks</a>\";s:17:\"confirmButtonText\";s:69:\"<a href=\'https://essential-blocks.com/\' target=\'_blank\'>More Info</a>\";s:4:\"html\";s:130:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n \";}s:8:\"position\";s:3:\"top\";}s:11:\"theme-seven\";a:7:{s:5:\"label\";s:11:\"theme-seven\";s:5:\"value\";s:11:\"theme-seven\";s:4:\"icon\";s:129:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/themes/nx-bar-theme-three.jpg\";s:6:\"column\";s:2:\"12\";s:5:\"title\";s:14:\"Nx Theme Seven\";s:5:\"popup\";a:8:{s:6:\"forced\";b:1;s:17:\"showConfirmButton\";b:1;s:15:\"showCloseButton\";b:1;s:5:\"title\";s:29:\"You are missing a dependency.\";s:11:\"customClass\";a:1:{s:9:\"container\";s:30:\"pressbar-gutenberg-theme-popup\";}s:14:\"denyButtonText\";s:162:\"<a href=\'https://shop.painterandpartners.com/wp-admin/plugin-install.php?s=Essential%2520Blocks&tab=search&type=term\' target=\'_blank\'>Install Essential Blocks</a>\";s:17:\"confirmButtonText\";s:69:\"<a href=\'https://essential-blocks.com/\' target=\'_blank\'>More Info</a>\";s:4:\"html\";s:130:\"\n <span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>\n \";}s:8:\"position\";s:3:\"top\";}}}s:4:\"test\";a:4:{s:4:\"name\";s:21:\"builder_modal_message\";s:4:\"type\";s:7:\"message\";s:7:\"message\";s:11:\"Hello World\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:5:\"value\";b:1;}}}}s:5:\"rules\";a:6:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"is_gutenberg\";s:5:\"value\";b:1;}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:5:\"value\";b:1;}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}i:10;a:4:{s:4:\"name\";s:12:\"is_gutenberg\";s:4:\"type\";s:6:\"hidden\";s:7:\"default\";b:1;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:11;a:4:{s:4:\"name\";s:12:\"gutenberg_id\";s:4:\"type\";s:6:\"hidden\";s:7:\"default\";b:0;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:12;a:3:{s:4:\"type\";s:6:\"hidden\";s:4:\"name\";s:15:\"is_gb_confirmed\";s:7:\"default\";b:0;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}}s:22:\"advance_design_section\";a:5:{s:5:\"label\";s:15:\"Advanced Design\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:22:\"advance_design_section\";s:16:\"dependency_class\";a:4:{s:4:\"name\";s:12:\"advance_edit\";s:2:\"is\";b:1;s:7:\"classes\";s:15:\"advanced_active\";s:8:\"selector\";s:23:\"#advance_design_section\";}s:6:\"fields\";a:18:{s:12:\"advance_edit\";a:5:{s:5:\"label\";s:15:\"Advanced Toggle\";s:4:\"name\";s:12:\"advance_edit\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;s:8:\"priority\";i:1;}s:6:\"design\";a:6:{s:5:\"label\";s:6:\"Design\";s:4:\"name\";s:6:\"design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:5;s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}s:6:\"fields\";a:8:{i:0;a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:8:\"bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:4:\"#fff\";}i:1;a:4:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:10:\"text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:4:\"#000\";}i:2;a:4:{s:5:\"label\";s:12:\"Want Border?\";s:4:\"name\";s:6:\"border\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:0;}i:3;a:5:{s:5:\"label\";s:11:\"Border Size\";s:4:\"name\";s:11:\"border_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";i:1;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"border\";s:5:\"value\";b:1;}}i:4;a:6:{s:5:\"label\";s:12:\"Border Style\";s:4:\"name\";s:12:\"border_style\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:5:\"solid\";s:7:\"options\";a:3:{s:5:\"solid\";a:2:{s:5:\"value\";s:5:\"solid\";s:5:\"label\";s:5:\"Solid\";}s:6:\"dashed\";a:2:{s:5:\"value\";s:6:\"dashed\";s:5:\"label\";s:6:\"Dashed\";}s:6:\"dotted\";a:2:{s:5:\"value\";s:6:\"dotted\";s:5:\"label\";s:6:\"Dotted\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"border\";s:5:\"value\";b:1;}}i:5;a:5:{s:5:\"label\";s:12:\"Border Color\";s:4:\"name\";s:12:\"border_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:4:\"#000\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"border\";s:5:\"value\";b:1;}}i:6;a:5:{s:5:\"label\";s:19:\"Discount Text Color\";s:4:\"name\";s:19:\"discount_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:4:\"#fff\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:18:\"offer_announcement\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";}}}}i:7;a:4:{s:5:\"label\";s:19:\"Discount Background\";s:4:\"name\";s:19:\"discount_background\";s:4:\"type\";s:11:\"colorpicker\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:18:\"offer_announcement\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";}}}}}}s:10:\"typography\";a:6:{s:5:\"label\";s:10:\"Typography\";s:4:\"name\";s:10:\"typography\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:10;s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}s:6:\"fields\";a:3:{i:0;a:6:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:15:\"first_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"13\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:57:\"This font size will be applied for <mark>first</mark> row\";}i:1;a:6:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:16:\"second_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"14\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:58:\"This font size will be applied for <mark>second</mark> row\";}i:2;a:6:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:15:\"third_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"11\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:57:\"This font size will be applied for <mark>third</mark> row\";}}}s:16:\"image-appearance\";a:6:{s:5:\"label\";s:16:\"Image Appearance\";s:4:\"name\";s:16:\"image-appearance\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:15;s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}s:6:\"fields\";a:3:{s:11:\"image_shape\";a:6:{s:5:\"label\";s:11:\"Image Shape\";s:4:\"name\";s:11:\"image_shape\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"circle\";s:8:\"priority\";i:5;s:7:\"options\";a:4:{s:6:\"circle\";a:2:{s:5:\"value\";s:6:\"circle\";s:5:\"label\";s:6:\"Circle\";}s:7:\"rounded\";a:2:{s:5:\"value\";s:7:\"rounded\";s:5:\"label\";s:7:\"Rounded\";}s:6:\"square\";a:2:{s:5:\"value\";s:6:\"square\";s:5:\"label\";s:6:\"Square\";}s:6:\"custom\";a:2:{s:5:\"label\";s:6:\"Custom\";s:5:\"value\";s:6:\"custom\";}}}s:14:\"image_position\";a:6:{s:5:\"label\";s:8:\"Position\";s:4:\"name\";s:14:\"image_position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:4:\"left\";s:8:\"priority\";i:15;s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"value\";s:4:\"left\";s:5:\"label\";s:4:\"Left\";}s:5:\"right\";a:2:{s:5:\"value\";s:5:\"right\";s:5:\"label\";s:5:\"Right\";}}}s:18:\"custom_image_shape\";a:5:{s:5:\"label\";s:13:\"Custom Radius\";s:4:\"name\";s:18:\"custom_image_shape\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:7;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:11:\"image_shape\";s:5:\"value\";s:6:\"custom\";}}}}s:10:\"custom_css\";a:6:{s:5:\"label\";s:10:\"Custom CSS\";s:4:\"name\";s:10:\"custom_css\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:150;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}s:6:\"fields\";a:1:{i:0;a:10:{s:5:\"label\";s:14:\"Add Custom CSS\";s:4:\"name\";s:14:\"add_custom_css\";s:4:\"type\";s:19:\"advanced-codeviewer\";s:11:\"button_text\";s:13:\"Click to Copy\";s:12:\"success_text\";s:20:\"Copied to clipboard.\";s:6:\"is_pro\";b:1;s:11:\"copyOnClick\";b:0;s:8:\"priority\";i:5;s:4:\"info\";s:530:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/customCSS.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/custom-css-in-notificationx/&quot; target=&quot;_blank&quot;&gt;Custom CSS&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/custom-css-in-notificationx/\" target=\"_blank\">Custom CSS</a> works</h3></div>\";s:4:\"help\";s:42:\"Use custom CSS to style this Notification.\";}}}s:18:\"link_button_design\";a:6:{s:4:\"name\";s:18:\"link_button_design\";s:4:\"type\";s:7:\"section\";s:5:\"label\";s:11:\"Link Button\";s:8:\"priority\";i:7;s:6:\"fields\";a:4:{s:20:\"link_button_bg_color\";a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:20:\"link_button_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:7:\"#5612D6\";}s:22:\"link_button_text_color\";a:4:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:22:\"link_button_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:4:\"#fff\";}s:21:\"link_button_font_size\";a:6:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:21:\"link_button_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";i:14;s:3:\"min\";i:1;s:3:\"max\";i:100;}s:20:\"nx_bar_border_radius\";a:4:{s:4:\"name\";s:20:\"nx_bar_border_radius\";s:4:\"type\";s:7:\"section\";s:5:\"label\";s:13:\"Border Radius\";s:6:\"fields\";a:4:{i:0;a:5:{s:4:\"help\";s:4:\"Left\";s:4:\"name\";s:25:\"nx_bar_border_radius_left\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:2:\"px\";}i:1;a:5:{s:4:\"help\";s:5:\"Right\";s:4:\"name\";s:26:\"nx_bar_border_radius_right\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:2:\"px\";}i:2;a:5:{s:4:\"help\";s:3:\"Top\";s:4:\"name\";s:24:\"nx_bar_border_radius_top\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:2:\"px\";}i:3;a:5:{s:4:\"help\";s:6:\"Bottom\";s:4:\"name\";s:27:\"nx_bar_border_radius_bottom\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:2:\"px\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:10:\"bar_editor\";a:6:{s:5:\"label\";s:6:\"Editor\";s:4:\"name\";s:10:\"bar_editor\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:2;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:9:\"press_bar\";}i:2;a:3:{i:0;s:2:\"is\";i:1;s:12:\"advance_edit\";i:2;b:1;}}s:6:\"fields\";a:0:{}}s:10:\"bar_design\";a:6:{s:5:\"label\";s:6:\"Design\";s:4:\"name\";s:10:\"bar_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:9:\"press_bar\";}i:2;a:3:{i:0;s:2:\"is\";i:1;s:12:\"advance_edit\";i:2;b:1;}}s:6:\"fields\";a:8:{i:0;a:3:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:12:\"bar_bg_color\";s:4:\"type\";s:14:\"gradientpicker\";}i:1;a:5:{s:5:\"label\";s:16:\"Background Image\";s:4:\"name\";s:12:\"bar_bg_image\";s:6:\"button\";s:6:\"Upload\";s:4:\"type\";s:5:\"media\";s:7:\"default\";s:0:\"\";}i:2;a:3:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:14:\"bar_text_color\";s:4:\"type\";s:11:\"colorpicker\";}i:3;a:3:{s:5:\"label\";s:26:\"Countdown Background Color\";s:4:\"name\";s:14:\"bar_counter_bg\";s:4:\"type\";s:11:\"colorpicker\";}i:4;a:3:{s:5:\"label\";s:20:\"Countdown Text Color\";s:4:\"name\";s:22:\"bar_counter_text_color\";s:4:\"type\";s:11:\"colorpicker\";}i:5;a:3:{s:5:\"label\";s:18:\"Close Button Color\";s:4:\"name\";s:15:\"bar_close_color\";s:4:\"type\";s:11:\"colorpicker\";}i:6;a:5:{s:5:\"label\";s:17:\"Close Button Size\";s:4:\"name\";s:21:\"bar_close_button_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"10\";s:11:\"description\";s:2:\"px\";}i:7;a:3:{s:4:\"name\";s:20:\"close_button_section\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:2:{i:0;a:3:{s:4:\"name\";s:27:\"closed_button_section_label\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:1:{i:0;a:5:{s:4:\"name\";s:32:\"closed_button_section_label_text\";s:4:\"type\";s:7:\"message\";s:5:\"class\";s:21:\"nx-close-button-label\";s:4:\"html\";b:1;s:7:\"message\";s:21:\"Close Button Position\";}}}i:1;a:3:{s:4:\"name\";s:28:\"closed_button_section_fields\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:5:{i:0;a:5:{s:5:\"label\";s:21:\"Close Button Position\";s:4:\"name\";s:18:\"bar_close_position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:5:\"right\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"value\";s:4:\"left\";s:5:\"label\";s:4:\"Left\";}s:5:\"right\";a:2:{s:5:\"value\";s:5:\"right\";s:5:\"label\";s:5:\"Right\";}}}i:1;a:7:{s:5:\"label\";s:25:\"Close Button Position Top\";s:4:\"help\";s:3:\"Top\";s:4:\"name\";s:21:\"bar_position_left_top\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"15\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"bar_close_position\";s:5:\"value\";s:4:\"left\";}}}i:2;a:7:{s:5:\"label\";s:26:\"Close Button Position Left\";s:4:\"help\";s:4:\"Left\";s:4:\"name\";s:22:\"bar_position_left_left\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"15\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"bar_close_position\";s:5:\"value\";s:4:\"left\";}}}i:3;a:7:{s:5:\"label\";s:25:\"Close Button Position Top\";s:4:\"help\";s:3:\"Top\";s:4:\"name\";s:22:\"bar_position_right_top\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"15\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"bar_close_position\";s:5:\"value\";s:5:\"right\";}}}i:4;a:7:{s:5:\"label\";s:27:\"Close Button Position Right\";s:4:\"help\";s:5:\"Right\";s:4:\"name\";s:24:\"bar_position_right_right\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"15\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"bar_close_position\";s:5:\"value\";s:5:\"right\";}}}}}}}}}s:14:\"bar_typography\";a:6:{s:5:\"label\";s:10:\"Typography\";s:4:\"name\";s:14:\"bar_typography\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:9:\"press_bar\";}i:2;a:3:{i:0;s:2:\"is\";i:1;s:12:\"advance_edit\";i:2;b:1;}}s:6:\"fields\";a:1:{i:0;a:7:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:13:\"bar_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"13\";s:8:\"priority\";i:5;s:11:\"description\";s:2:\"px\";s:4:\"help\";s:57:\"This font size will be applied for <mark>first</mark> row\";}}}s:11:\"gdpr_design\";a:6:{s:5:\"label\";s:6:\"Design\";s:4:\"name\";s:11:\"gdpr_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:8:{i:0;a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:20:\"gdpr_design_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:1;a:4:{s:5:\"label\";s:23:\"Footer Background Color\";s:4:\"name\";s:23:\"gdpr_design_ft_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:2;a:4:{s:5:\"label\";s:11:\"Title Color\";s:4:\"name\";s:16:\"title_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:3;a:6:{s:5:\"label\";s:15:\"Title Font Size\";s:4:\"name\";s:15:\"title_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"20\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:58:\"This font size will be applied for <mark>Title</mark> only\";}i:4;a:4:{s:5:\"label\";s:17:\"Description Color\";s:4:\"name\";s:22:\"description_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:5;a:6:{s:5:\"label\";s:21:\"Description Font Size\";s:4:\"name\";s:21:\"description_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"14\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:64:\"This font size will be applied for <mark>Description</mark> only\";}i:6;a:5:{s:5:\"label\";s:18:\"Close Button Color\";s:4:\"name\";s:15:\"close_btn_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";s:5:\"rules\";a:7:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-light-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:21:\"gdpr_theme-light-four\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-one\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:19:\"gdpr_theme-dark-two\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-dark-four\";}}}i:7;a:6:{s:5:\"label\";s:17:\"Close Button Size\";s:4:\"name\";s:14:\"close_btn_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"18\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";a:7:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-light-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:21:\"gdpr_theme-light-four\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-one\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:19:\"gdpr_theme-dark-two\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-dark-four\";}}}}}s:15:\"gdpr_accept_btn\";a:6:{s:5:\"label\";s:13:\"Accept Button\";s:4:\"name\";s:15:\"gdpr_accept_btn\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:6;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:4:{i:0;a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:24:\"gdpr_accept_btn_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:1;a:4:{s:5:\"label\";s:12:\"Border Color\";s:4:\"name\";s:28:\"gdpr_accept_btn_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:2;a:4:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:26:\"gdpr_accept_btn_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:3;a:5:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:25:\"gdpr_accept_btn_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"14\";s:11:\"description\";s:2:\"px\";}}}s:15:\"gdpr_reject_btn\";a:6:{s:5:\"label\";s:13:\"Reject Button\";s:4:\"name\";s:15:\"gdpr_reject_btn\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:7;s:5:\"rules\";a:9:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-two\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-light-one\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:22:\"gdpr_theme-light-three\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-two\";}i:7;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:19:\"gdpr_theme-dark-one\";}i:8;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:21:\"gdpr_theme-dark-three\";}}s:6:\"fields\";a:4:{i:0;a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:24:\"gdpr_reject_btn_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:1;a:4:{s:5:\"label\";s:12:\"Border Color\";s:4:\"name\";s:28:\"gdpr_reject_btn_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:2;a:4:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:26:\"gdpr_reject_btn_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:3;a:5:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:25:\"gdpr_reject_btn_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"14\";s:11:\"description\";s:2:\"px\";}}}s:18:\"gdpr_customize_btn\";a:6:{s:5:\"label\";s:16:\"Customize Button\";s:4:\"name\";s:18:\"gdpr_customize_btn\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:8;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:4:{i:0;a:4:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:27:\"gdpr_customize_btn_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:1;a:4:{s:5:\"label\";s:12:\"Border Color\";s:4:\"name\";s:31:\"gdpr_customize_btn_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:2;a:4:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:29:\"gdpr_customize_btn_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:0:\"\";}i:3;a:5:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:28:\"gdpr_customize_btn_font_size\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:2:\"14\";s:11:\"description\";s:2:\"px\";}}}s:12:\"popup_design\";a:6:{s:5:\"label\";s:12:\"Popup Design\";s:4:\"name\";s:12:\"popup_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:7:{i:0;a:3:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:14:\"popup_bg_color\";s:4:\"type\";s:11:\"colorpicker\";}i:1;a:4:{s:5:\"label\";s:24:\"Overlay Background Color\";s:4:\"name\";s:13:\"overlay_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:48:\"Background color of the overlay behind the popup\";}i:2;a:5:{s:5:\"label\";s:11:\"Popup Width\";s:4:\"name\";s:11:\"popup_width\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:36:\"Maximum width of the popup container\";}i:3;a:5:{s:5:\"label\";s:13:\"Border Radius\";s:4:\"name\";s:19:\"popup_border_radius\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:39:\"Rounded corners for the popup container\";}i:4;a:4:{s:5:\"label\";s:13:\"Popup Padding\";s:4:\"name\";s:13:\"popup_padding\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:59:\"Internal spacing of popup content (e.g., 30px or 20px 30px)\";}i:5;a:3:{s:5:\"label\";s:18:\"Close Button Color\";s:4:\"name\";s:15:\"close_btn_color\";s:4:\"type\";s:11:\"colorpicker\";}i:6;a:4:{s:5:\"label\";s:17:\"Close Button Size\";s:4:\"name\";s:14:\"close_btn_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}}}s:16:\"popup_typography\";a:6:{s:5:\"label\";s:10:\"Typography\";s:4:\"name\";s:16:\"popup_typography\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:6;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:7:{i:0;a:3:{s:5:\"label\";s:11:\"Title Color\";s:4:\"name\";s:17:\"popup_title_color\";s:4:\"type\";s:11:\"colorpicker\";}i:1;a:5:{s:5:\"label\";s:15:\"Title Font Size\";s:4:\"name\";s:21:\"popup_title_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:29:\"Font size for the popup title\";}i:2;a:4:{s:5:\"label\";s:17:\"Title Font Weight\";s:4:\"name\";s:23:\"popup_title_font_weight\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:6:{i:300;a:2:{s:5:\"value\";i:300;s:5:\"label\";s:11:\"Light (300)\";}i:400;a:2:{s:5:\"value\";i:400;s:5:\"label\";s:12:\"Normal (400)\";}i:500;a:2:{s:5:\"value\";i:500;s:5:\"label\";s:12:\"Medium (500)\";}i:600;a:2:{s:5:\"value\";i:600;s:5:\"label\";s:15:\"Semi Bold (600)\";}i:700;a:2:{s:5:\"value\";i:700;s:5:\"label\";s:10:\"Bold (700)\";}i:800;a:2:{s:5:\"value\";i:800;s:5:\"label\";s:16:\"Extra Bold (800)\";}}}i:3;a:4:{s:5:\"label\";s:14:\"Subtitle Color\";s:4:\"name\";s:20:\"popup_subtitle_color\";s:4:\"type\";s:11:\"colorpicker\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:4;a:6:{s:5:\"label\";s:18:\"Subtitle Font Size\";s:4:\"name\";s:24:\"popup_subtitle_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:32:\"Font size for the popup subtitle\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:5;a:4:{s:5:\"label\";s:21:\"Content/Message Color\";s:4:\"name\";s:19:\"popup_content_color\";s:4:\"type\";s:11:\"colorpicker\";s:5:\"rules\";a:6:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}}}i:6;a:6:{s:5:\"label\";s:25:\"Content/Message Font Size\";s:4:\"name\";s:23:\"popup_content_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:44:\"Font size for the popup content/message text\";s:5:\"rules\";a:6:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}}}}}s:19:\"popup_button_design\";a:6:{s:5:\"label\";s:13:\"Button Design\";s:4:\"name\";s:19:\"popup_button_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:7;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}}s:6:\"fields\";a:13:{i:0;a:3:{s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:21:\"popup_button_bg_color\";s:4:\"type\";s:11:\"colorpicker\";}i:1;a:4:{s:5:\"label\";s:22:\"Hover Background Color\";s:4:\"name\";s:27:\"popup_button_hover_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:39:\"Background color when button is hovered\";}i:2;a:3:{s:5:\"label\";s:10:\"Text Color\";s:4:\"name\";s:23:\"popup_button_text_color\";s:4:\"type\";s:11:\"colorpicker\";}i:3;a:4:{s:5:\"label\";s:16:\"Hover Text Color\";s:4:\"name\";s:29:\"popup_button_hover_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:33:\"Text color when button is hovered\";}i:4;a:3:{s:5:\"label\";s:12:\"Border Color\";s:4:\"name\";s:25:\"popup_button_border_color\";s:4:\"type\";s:11:\"colorpicker\";}i:5;a:3:{s:5:\"label\";s:18:\"Hover Border Color\";s:4:\"name\";s:31:\"popup_button_border_hover_color\";s:4:\"type\";s:11:\"colorpicker\";}i:6;a:5:{s:5:\"label\";s:12:\"Border Width\";s:4:\"name\";s:25:\"popup_button_border_width\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:26:\"Width of the button border\";}i:7;a:4:{s:5:\"label\";s:9:\"Font Size\";s:4:\"name\";s:22:\"popup_button_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:8;a:4:{s:5:\"label\";s:11:\"Font Weight\";s:4:\"name\";s:24:\"popup_button_font_weight\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:5:{i:300;a:2:{s:5:\"value\";i:300;s:5:\"label\";s:11:\"Light (300)\";}i:400;a:2:{s:5:\"value\";i:400;s:5:\"label\";s:12:\"Normal (400)\";}i:500;a:2:{s:5:\"value\";i:500;s:5:\"label\";s:12:\"Medium (500)\";}i:600;a:2:{s:5:\"value\";i:600;s:5:\"label\";s:15:\"Semi Bold (600)\";}i:700;a:2:{s:5:\"value\";i:700;s:5:\"label\";s:10:\"Bold (700)\";}}}i:9;a:5:{s:5:\"label\";s:13:\"Border Radius\";s:4:\"name\";s:26:\"popup_button_border_radius\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:30:\"Rounded corners for the button\";}i:10;a:4:{s:5:\"label\";s:7:\"Padding\";s:4:\"name\";s:20:\"popup_button_padding\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:46:\"Button spacing in CSS format (e.g., 12px 24px)\";}i:11;a:5:{s:5:\"label\";s:12:\"Button Width\";s:4:\"name\";s:18:\"popup_button_width\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:4:\"auto\";s:7:\"options\";a:3:{s:4:\"auto\";a:2:{s:5:\"value\";s:4:\"auto\";s:5:\"label\";s:10:\"Auto Width\";}s:4:\"100%\";a:2:{s:5:\"value\";s:4:\"100%\";s:5:\"label\";s:10:\"Full Width\";}s:6:\"custom\";a:2:{s:5:\"value\";s:6:\"custom\";s:5:\"label\";s:12:\"Custom Width\";}}}i:12;a:5:{s:5:\"label\";s:19:\"Custom Button Width\";s:4:\"name\";s:25:\"popup_button_custom_width\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"popup_button_width\";s:5:\"value\";s:6:\"custom\";}}}}s:18:\"popup_email_design\";a:6:{s:5:\"label\";s:18:\"Email Input Design\";s:4:\"name\";s:18:\"popup_email_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:8;s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:3;a:4:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}}s:6:\"fields\";a:10:{i:0;a:3:{s:5:\"label\";s:22:\"Input Background Color\";s:4:\"name\";s:20:\"popup_email_bg_color\";s:4:\"type\";s:11:\"colorpicker\";}i:1;a:3:{s:5:\"label\";s:16:\"Input Text Color\";s:4:\"name\";s:22:\"popup_email_text_color\";s:4:\"type\";s:11:\"colorpicker\";}i:2;a:3:{s:5:\"label\";s:18:\"Input Border Color\";s:4:\"name\";s:24:\"popup_email_border_color\";s:4:\"type\";s:11:\"colorpicker\";}i:3;a:4:{s:5:\"label\";s:24:\"Input Focus Border Color\";s:4:\"name\";s:30:\"popup_email_focus_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:34:\"Border color when input is focused\";}i:4;a:3:{s:5:\"label\";s:22:\"Placeholder Text Color\";s:4:\"name\";s:29:\"popup_email_placeholder_color\";s:4:\"type\";s:11:\"colorpicker\";}i:5;a:4:{s:5:\"label\";s:15:\"Input Font Size\";s:4:\"name\";s:21:\"popup_email_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:6;a:4:{s:5:\"label\";s:18:\"Input Border Width\";s:4:\"name\";s:24:\"popup_email_border_width\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:7;a:4:{s:5:\"label\";s:19:\"Input Border Radius\";s:4:\"name\";s:25:\"popup_email_border_radius\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:8;a:4:{s:5:\"label\";s:13:\"Input Padding\";s:4:\"name\";s:19:\"popup_email_padding\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:51:\"Input field spacing in CSS format (e.g., 12px 16px)\";}i:9;a:5:{s:5:\"label\";s:12:\"Input Height\";s:4:\"name\";s:18:\"popup_email_height\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:31:\"Height of the email input field\";}}}s:21:\"popup_repeater_design\";a:6:{s:5:\"label\";s:20:\"Content Items Design\";s:4:\"name\";s:21:\"popup_repeater_design\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:9;s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"advance_edit\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}}s:6:\"fields\";a:10:{i:0;a:4:{s:5:\"label\";s:21:\"Item Background Color\";s:4:\"name\";s:28:\"popup_repeater_item_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:38:\"Background color for each content item\";}i:1;a:4:{s:5:\"label\";s:20:\"Highlight Text Color\";s:4:\"name\";s:30:\"popup_repeater_highlight_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"help\";s:46:\"Color for the highlight text (e.g., \"30% OFF\")\";}i:2;a:3:{s:5:\"label\";s:16:\"Item Title Color\";s:4:\"name\";s:26:\"popup_repeater_title_color\";s:4:\"type\";s:11:\"colorpicker\";}i:3;a:4:{s:5:\"label\";s:20:\"Item Title Font Size\";s:4:\"name\";s:30:\"popup_repeater_title_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:4;a:4:{s:5:\"label\";s:22:\"Item Title Font Weight\";s:4:\"name\";s:32:\"popup_repeater_title_font_weight\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:4:{i:400;a:2:{s:5:\"value\";i:400;s:5:\"label\";s:12:\"Normal (400)\";}i:500;a:2:{s:5:\"value\";i:500;s:5:\"label\";s:12:\"Medium (500)\";}i:600;a:2:{s:5:\"value\";i:600;s:5:\"label\";s:15:\"Semi Bold (600)\";}i:700;a:2:{s:5:\"value\";i:700;s:5:\"label\";s:10:\"Bold (700)\";}}}i:5;a:3:{s:5:\"label\";s:19:\"Item Subtitle Color\";s:4:\"name\";s:29:\"popup_repeater_subtitle_color\";s:4:\"type\";s:11:\"colorpicker\";}i:6;a:4:{s:5:\"label\";s:23:\"Item Subtitle Font Size\";s:4:\"name\";s:33:\"popup_repeater_subtitle_font_size\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";}i:7;a:5:{s:5:\"label\";s:18:\"Item Border Radius\";s:4:\"name\";s:33:\"popup_repeater_item_border_radius\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:37:\"Rounded corners for each content item\";}i:8;a:4:{s:5:\"label\";s:12:\"Item Padding\";s:4:\"name\";s:27:\"popup_repeater_item_padding\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:51:\"Internal spacing for each content item (e.g., 16px)\";}i:9;a:5:{s:5:\"label\";s:12:\"Item Spacing\";s:4:\"name\";s:27:\"popup_repeater_item_spacing\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:2:\"px\";s:4:\"help\";s:27:\"Space between content items\";}}}}}}}s:11:\"content_tab\";a:6:{s:5:\"label\";s:7:\"Content\";s:2:\"id\";s:11:\"content_tab\";s:4:\"name\";s:11:\"content_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:7:\"content\";}s:7:\"classes\";s:11:\"content_tab\";s:6:\"fields\";a:13:{s:12:\"main_preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"name\";s:12:\"main_preview\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:1;s:6:\"fields\";a:1:{s:13:\"preview_field\";a:4:{s:4:\"name\";s:13:\"preview_field\";s:4:\"type\";s:7:\"preview\";s:5:\"label\";s:7:\"Preview\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}s:7:\"content\";a:6:{s:5:\"label\";s:7:\"Content\";s:4:\"name\";s:7:\"content\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:90;s:6:\"fields\";a:53:{s:21:\"notification-template\";a:7:{s:5:\"label\";s:21:\"Notification Template\";s:4:\"name\";s:21:\"notification-template\";s:4:\"type\";s:5:\"group\";s:7:\"display\";s:6:\"inline\";s:8:\"priority\";i:90;s:6:\"fields\";a:23:{s:11:\"first_param\";a:7:{s:4:\"name\";s:11:\"first_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:3;s:7:\"default\";s:8:\"tag_name\";s:7:\"options\";a:18:{s:10:\"tag_custom\";a:2:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";}s:15:\"tag_sales_count\";a:3:{s:5:\"value\";s:15:\"tag_sales_count\";s:5:\"label\";s:11:\"Sales Count\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:9:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:29:\"tutor_inline_conv-theme-seven\";i:3;s:29:\"tutor_inline_conv-theme-eight\";i:4;s:33:\"learndash_inline_conv-theme-seven\";i:5;s:34:\"learnpress_inline_conv-theme-seven\";i:6;s:34:\"learnpress_inline_conv-theme-eight\";i:7;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:8;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:12:\"select_a_tag\";a:4:{s:5:\"label\";s:12:\"Select A Tag\";s:5:\"value\";s:12:\"select_a_tag\";s:8:\"disabled\";b:1;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:14:\"form_theme-one\";i:1;s:14:\"form_theme-two\";i:2;s:16:\"form_theme-three\";}}}s:8:\"tag_name\";a:3:{s:5:\"value\";s:8:\"tag_name\";s:5:\"label\";s:9:\"Full Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:52:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";i:4;s:21:\"conversions_theme-one\";i:5;s:21:\"conversions_theme-two\";i:6;s:23:\"conversions_theme-three\";i:7;s:22:\"conversions_theme-four\";i:8;s:22:\"conversions_theme-five\";i:9;s:26:\"conversions_conv-theme-ten\";i:10;s:29:\"conversions_conv-theme-eleven\";i:11;s:27:\"woocommerce_sales_theme-one\";i:12;s:27:\"woocommerce_sales_theme-two\";i:13;s:29:\"woocommerce_sales_theme-three\";i:14;s:28:\"woocommerce_sales_theme-four\";i:15;s:28:\"woocommerce_sales_theme-five\";i:16;s:32:\"woocommerce_sales_conv-theme-ten\";i:17;s:35:\"woocommerce_sales_conv-theme-eleven\";i:18;s:26:\"conversions_conv-theme-six\";i:19;s:28:\"conversions_conv-theme-seven\";i:20;s:28:\"conversions_conv-theme-eight\";i:21;s:27:\"conversions_conv-theme-nine\";i:22;s:32:\"woocommerce_sales_conv-theme-six\";i:23;s:34:\"woocommerce_sales_conv-theme-seven\";i:24;s:34:\"woocommerce_sales_conv-theme-eight\";i:25;s:33:\"woocommerce_sales_conv-theme-nine\";i:26;s:18:\"donation_theme-one\";i:27;s:18:\"donation_theme-two\";i:28;s:20:\"donation_theme-three\";i:29;s:19:\"donation_theme-four\";i:30;s:19:\"donation_theme-five\";i:31;s:19:\"donation_maps_theme\";i:32;s:23:\"donation_conv-theme-six\";i:33;s:25:\"donation_conv-theme-seven\";i:34;s:25:\"donation_conv-theme-eight\";i:35;s:24:\"donation_conv-theme-nine\";i:36;s:19:\"elearning_theme-one\";i:37;s:19:\"elearning_theme-two\";i:38;s:21:\"elearning_theme-three\";i:39;s:20:\"elearning_theme-four\";i:40;s:20:\"elearning_theme-five\";i:41;s:26:\"elearning_conv-theme-seven\";i:42;s:26:\"elearning_conv-theme-eight\";i:43;s:25:\"elearning_conv-theme-nine\";i:44;s:18:\"comments_theme-one\";i:45;s:18:\"comments_theme-two\";i:46;s:20:\"comments_theme-three\";i:47;s:19:\"comments_theme-four\";i:48;s:19:\"comments_theme-five\";i:49;s:23:\"comments_theme-six-free\";i:50;s:25:\"comments_theme-seven-free\";i:51;s:25:\"comments_theme-eight-free\";}}}s:14:\"tag_first_name\";a:3:{s:5:\"value\";s:14:\"tag_first_name\";s:5:\"label\";s:10:\"First Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:52:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";i:4;s:21:\"conversions_theme-one\";i:5;s:21:\"conversions_theme-two\";i:6;s:23:\"conversions_theme-three\";i:7;s:22:\"conversions_theme-four\";i:8;s:22:\"conversions_theme-five\";i:9;s:26:\"conversions_conv-theme-ten\";i:10;s:29:\"conversions_conv-theme-eleven\";i:11;s:27:\"woocommerce_sales_theme-one\";i:12;s:27:\"woocommerce_sales_theme-two\";i:13;s:29:\"woocommerce_sales_theme-three\";i:14;s:28:\"woocommerce_sales_theme-four\";i:15;s:28:\"woocommerce_sales_theme-five\";i:16;s:32:\"woocommerce_sales_conv-theme-ten\";i:17;s:35:\"woocommerce_sales_conv-theme-eleven\";i:18;s:26:\"conversions_conv-theme-six\";i:19;s:28:\"conversions_conv-theme-seven\";i:20;s:28:\"conversions_conv-theme-eight\";i:21;s:27:\"conversions_conv-theme-nine\";i:22;s:32:\"woocommerce_sales_conv-theme-six\";i:23;s:34:\"woocommerce_sales_conv-theme-seven\";i:24;s:34:\"woocommerce_sales_conv-theme-eight\";i:25;s:33:\"woocommerce_sales_conv-theme-nine\";i:26;s:18:\"donation_theme-one\";i:27;s:18:\"donation_theme-two\";i:28;s:20:\"donation_theme-three\";i:29;s:19:\"donation_theme-four\";i:30;s:19:\"donation_theme-five\";i:31;s:19:\"donation_maps_theme\";i:32;s:23:\"donation_conv-theme-six\";i:33;s:25:\"donation_conv-theme-seven\";i:34;s:25:\"donation_conv-theme-eight\";i:35;s:24:\"donation_conv-theme-nine\";i:36;s:19:\"elearning_theme-one\";i:37;s:19:\"elearning_theme-two\";i:38;s:21:\"elearning_theme-three\";i:39;s:20:\"elearning_theme-four\";i:40;s:20:\"elearning_theme-five\";i:41;s:26:\"elearning_conv-theme-seven\";i:42;s:26:\"elearning_conv-theme-eight\";i:43;s:25:\"elearning_conv-theme-nine\";i:44;s:18:\"comments_theme-one\";i:45;s:18:\"comments_theme-two\";i:46;s:20:\"comments_theme-three\";i:47;s:19:\"comments_theme-four\";i:48;s:19:\"comments_theme-five\";i:49;s:23:\"comments_theme-six-free\";i:50;s:25:\"comments_theme-seven-free\";i:51;s:25:\"comments_theme-eight-free\";}}}s:13:\"tag_last_name\";a:3:{s:5:\"value\";s:13:\"tag_last_name\";s:5:\"label\";s:9:\"Last Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:52:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";i:4;s:21:\"conversions_theme-one\";i:5;s:21:\"conversions_theme-two\";i:6;s:23:\"conversions_theme-three\";i:7;s:22:\"conversions_theme-four\";i:8;s:22:\"conversions_theme-five\";i:9;s:26:\"conversions_conv-theme-ten\";i:10;s:29:\"conversions_conv-theme-eleven\";i:11;s:27:\"woocommerce_sales_theme-one\";i:12;s:27:\"woocommerce_sales_theme-two\";i:13;s:29:\"woocommerce_sales_theme-three\";i:14;s:28:\"woocommerce_sales_theme-four\";i:15;s:28:\"woocommerce_sales_theme-five\";i:16;s:32:\"woocommerce_sales_conv-theme-ten\";i:17;s:35:\"woocommerce_sales_conv-theme-eleven\";i:18;s:26:\"conversions_conv-theme-six\";i:19;s:28:\"conversions_conv-theme-seven\";i:20;s:28:\"conversions_conv-theme-eight\";i:21;s:27:\"conversions_conv-theme-nine\";i:22;s:32:\"woocommerce_sales_conv-theme-six\";i:23;s:34:\"woocommerce_sales_conv-theme-seven\";i:24;s:34:\"woocommerce_sales_conv-theme-eight\";i:25;s:33:\"woocommerce_sales_conv-theme-nine\";i:26;s:18:\"donation_theme-one\";i:27;s:18:\"donation_theme-two\";i:28;s:20:\"donation_theme-three\";i:29;s:19:\"donation_theme-four\";i:30;s:19:\"donation_theme-five\";i:31;s:19:\"donation_maps_theme\";i:32;s:23:\"donation_conv-theme-six\";i:33;s:25:\"donation_conv-theme-seven\";i:34;s:25:\"donation_conv-theme-eight\";i:35;s:24:\"donation_conv-theme-nine\";i:36;s:19:\"elearning_theme-one\";i:37;s:19:\"elearning_theme-two\";i:38;s:21:\"elearning_theme-three\";i:39;s:20:\"elearning_theme-four\";i:40;s:20:\"elearning_theme-five\";i:41;s:26:\"elearning_conv-theme-seven\";i:42;s:26:\"elearning_conv-theme-eight\";i:43;s:25:\"elearning_conv-theme-nine\";i:44;s:18:\"comments_theme-one\";i:45;s:18:\"comments_theme-two\";i:46;s:20:\"comments_theme-three\";i:47;s:19:\"comments_theme-four\";i:48;s:19:\"comments_theme-five\";i:49;s:23:\"comments_theme-six-free\";i:50;s:25:\"comments_theme-seven-free\";i:51;s:25:\"comments_theme-eight-free\";}}}s:15:\"tag_offer_title\";a:3:{s:5:\"value\";s:15:\"tag_offer_title\";s:5:\"label\";s:11:\"Offer Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}s:12:\"tag_username\";a:3:{s:5:\"value\";s:12:\"tag_username\";s:5:\"label\";s:8:\"Username\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:30:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";i:5;s:21:\"reviews_review_saying\";i:6;s:25:\"google_reviews_maps_theme\";i:7;s:26:\"google_reviews_total-rated\";i:8;s:23:\"google_reviews_reviewed\";i:9;s:29:\"google_reviews_review-comment\";i:10;s:31:\"google_reviews_review-comment-2\";i:11;s:31:\"google_reviews_review-comment-3\";i:12;s:19:\"reviewx_total-rated\";i:13;s:16:\"reviewx_reviewed\";i:14;s:22:\"reviewx_review-comment\";i:15;s:24:\"reviewx_review-comment-2\";i:16;s:24:\"reviewx_review-comment-3\";i:17;s:21:\"reviewx_review_saying\";i:18;s:37:\"woocommerce_sales_reviews_total-rated\";i:19;s:34:\"woocommerce_sales_reviews_reviewed\";i:20;s:40:\"woocommerce_sales_reviews_review-comment\";i:21;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:22;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:23;s:39:\"woocommerce_sales_reviews_review_saying\";i:24;s:23:\"woo_reviews_total-rated\";i:25;s:20:\"woo_reviews_reviewed\";i:26;s:26:\"woo_reviews_review-comment\";i:27;s:28:\"woo_reviews_review-comment-2\";i:28;s:28:\"woo_reviews_review-comment-3\";i:29;s:25:\"woo_reviews_review_saying\";}}}s:9:\"tag_rated\";a:3:{s:5:\"value\";s:9:\"tag_rated\";s:5:\"label\";s:5:\"Rated\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:26:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";i:5;s:25:\"google_reviews_maps_theme\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:19:\"reviewx_total-rated\";i:12;s:16:\"reviewx_reviewed\";i:13;s:22:\"reviewx_review-comment\";i:14;s:24:\"reviewx_review-comment-2\";i:15;s:24:\"reviewx_review-comment-3\";i:16;s:37:\"woocommerce_sales_reviews_total-rated\";i:17;s:34:\"woocommerce_sales_reviews_reviewed\";i:18;s:40:\"woocommerce_sales_reviews_review-comment\";i:19;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:20;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:21;s:23:\"woo_reviews_total-rated\";i:22;s:20:\"woo_reviews_reviewed\";i:23;s:26:\"woo_reviews_review-comment\";i:24;s:28:\"woo_reviews_review-comment-2\";i:25;s:28:\"woo_reviews_review-comment-3\";}}}s:21:\"tag_plugin_theme_name\";a:3:{s:5:\"value\";s:21:\"tag_plugin_theme_name\";s:5:\"label\";s:17:\"Plugin/Theme Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:9:\"tag_today\";a:3:{s:5:\"value\";s:9:\"tag_today\";s:5:\"label\";s:5:\"Today\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}}s:13:\"tag_last_week\";a:3:{s:5:\"value\";s:13:\"tag_last_week\";s:5:\"label\";s:14:\"In last 7 days\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}}s:12:\"tag_all_time\";a:3:{s:5:\"value\";s:12:\"tag_all_time\";s:5:\"label\";s:5:\"Total\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}}s:19:\"tag_active_installs\";a:3:{s:5:\"value\";s:19:\"tag_active_installs\";s:5:\"label\";s:20:\"Total Active Install\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}}s:12:\"tag_siteview\";a:3:{s:5:\"value\";s:12:\"tag_siteview\";s:5:\"label\";s:15:\"Total Site View\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";}}}s:21:\"tag_realtime_siteview\";a:3:{s:5:\"value\";s:21:\"tag_realtime_siteview\";s:5:\"label\";s:18:\"Realtime site view\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";}}}s:21:\"tag_current_page_view\";a:3:{s:5:\"value\";s:21:\"tag_current_page_view\";s:5:\"label\";s:17:\"Current Page View\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:28:\"page_analytics_pa-theme-four\";}}}s:16:\"tag_display_name\";a:3:{s:5:\"value\";s:16:\"tag_display_name\";s:5:\"label\";s:12:\"Display Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";i:5;s:23:\"comments_theme-six-free\";i:6;s:25:\"comments_theme-seven-free\";i:7;s:25:\"comments_theme-eight-free\";}}}}s:4:\"ajax\";a:5:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:11:\"ContactForm\";s:9:\"form_type\";s:7:\"@source\";s:7:\"form_id\";s:10:\"@form_list\";}s:6:\"target\";s:34:\"notification-template[first_param]\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:4:\"type\";i:2;s:4:\"form\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:100:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:29:\"tutor_inline_conv-theme-seven\";i:3;s:29:\"tutor_inline_conv-theme-eight\";i:4;s:33:\"learndash_inline_conv-theme-seven\";i:5;s:34:\"learnpress_inline_conv-theme-seven\";i:6;s:34:\"learnpress_inline_conv-theme-eight\";i:7;s:14:\"form_theme-one\";i:8;s:14:\"form_theme-two\";i:9;s:16:\"form_theme-three\";i:10;s:28:\"email_subscription_theme-one\";i:11;s:28:\"email_subscription_theme-two\";i:12;s:30:\"email_subscription_theme-three\";i:13;s:21:\"conversions_theme-one\";i:14;s:21:\"conversions_theme-two\";i:15;s:23:\"conversions_theme-three\";i:16;s:22:\"conversions_theme-five\";i:17;s:22:\"conversions_theme-four\";i:18;s:26:\"conversions_conv-theme-ten\";i:19;s:29:\"conversions_conv-theme-eleven\";i:20;s:21:\"announcements_theme-1\";i:21;s:21:\"announcements_theme-2\";i:22;s:22:\"announcements_theme-12\";i:23;s:22:\"announcements_theme-14\";i:24;s:22:\"announcements_theme-15\";i:25;s:19:\"reviews_total-rated\";i:26;s:16:\"reviews_reviewed\";i:27;s:21:\"reviews_review_saying\";i:28;s:22:\"reviews_review-comment\";i:29;s:24:\"reviews_review-comment-2\";i:30;s:24:\"reviews_review-comment-3\";i:31;s:29:\"download_stats_today-download\";i:32;s:28:\"download_stats_7day-download\";i:33;s:29:\"download_stats_actively_using\";i:34;s:29:\"download_stats_total-download\";i:35;s:18:\"donation_theme-one\";i:36;s:18:\"donation_theme-two\";i:37;s:20:\"donation_theme-three\";i:38;s:19:\"donation_theme-four\";i:39;s:19:\"donation_theme-five\";i:40;s:27:\"page_analytics_pa-theme-one\";i:41;s:27:\"page_analytics_pa-theme-two\";i:42;s:29:\"page_analytics_pa-theme-three\";i:43;s:28:\"page_analytics_pa-theme-four\";i:44;s:26:\"google_reviews_total-rated\";i:45;s:23:\"google_reviews_reviewed\";i:46;s:29:\"google_reviews_review-comment\";i:47;s:31:\"google_reviews_review-comment-2\";i:48;s:31:\"google_reviews_review-comment-3\";i:49;s:25:\"google_reviews_maps_theme\";i:50;s:19:\"elearning_theme-one\";i:51;s:19:\"elearning_theme-two\";i:52;s:21:\"elearning_theme-three\";i:53;s:19:\"reviewx_total-rated\";i:54;s:16:\"reviewx_reviewed\";i:55;s:21:\"reviewx_review_saying\";i:56;s:22:\"reviewx_review-comment\";i:57;s:24:\"reviewx_review-comment-2\";i:58;s:24:\"reviewx_review-comment-3\";i:59;s:27:\"woocommerce_sales_theme-one\";i:60;s:27:\"woocommerce_sales_theme-two\";i:61;s:29:\"woocommerce_sales_theme-three\";i:62;s:28:\"woocommerce_sales_theme-five\";i:63;s:28:\"woocommerce_sales_theme-four\";i:64;s:32:\"woocommerce_sales_conv-theme-ten\";i:65;s:35:\"woocommerce_sales_conv-theme-eleven\";i:66;s:37:\"woocommerce_sales_reviews_total-rated\";i:67;s:34:\"woocommerce_sales_reviews_reviewed\";i:68;s:39:\"woocommerce_sales_reviews_review_saying\";i:69;s:40:\"woocommerce_sales_reviews_review-comment\";i:70;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:71;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:72;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:73;s:23:\"woo_reviews_total-rated\";i:74;s:20:\"woo_reviews_reviewed\";i:75;s:25:\"woo_reviews_review_saying\";i:76;s:26:\"woo_reviews_review-comment\";i:77;s:28:\"woo_reviews_review-comment-2\";i:78;s:28:\"woo_reviews_review-comment-3\";i:79;s:18:\"comments_theme-one\";i:80;s:18:\"comments_theme-two\";i:81;s:20:\"comments_theme-three\";i:82;s:23:\"comments_theme-six-free\";i:83;s:25:\"comments_theme-seven-free\";i:84;s:25:\"comments_theme-eight-free\";i:85;s:19:\"comments_theme-four\";i:86;s:19:\"comments_theme-five\";i:87;s:34:\"fluentcart_inline_conv-theme-seven\";i:88;s:20:\"gdpr_theme-light-one\";i:89;s:20:\"gdpr_theme-light-two\";i:90;s:22:\"gdpr_theme-light-three\";i:91;s:21:\"gdpr_theme-light-four\";i:92;s:19:\"gdpr_theme-dark-one\";i:93;s:19:\"gdpr_theme-dark-two\";i:94;s:21:\"gdpr_theme-dark-three\";i:95;s:20:\"gdpr_theme-dark-four\";i:96;s:27:\"gdpr_theme-banner-light-one\";i:97;s:27:\"gdpr_theme-banner-light-two\";i:98;s:26:\"gdpr_theme-banner-dark-one\";i:99;s:26:\"gdpr_theme-banner-dark-two\";}}}s:18:\"custom_first_param\";a:5:{s:4:\"name\";s:18:\"custom_first_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:5;s:7:\"default\";s:7:\"Someone\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.first_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:12:\"second_param\";a:5:{s:4:\"name\";s:12:\"second_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:10;s:7:\"default\";s:18:\"recently purchased\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:107:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:26:\"woo_inline_stock-theme-one\";i:2;s:26:\"woo_inline_stock-theme-two\";i:3;s:27:\"edd_inline_conv-theme-seven\";i:4;s:29:\"tutor_inline_conv-theme-seven\";i:5;s:29:\"tutor_inline_conv-theme-eight\";i:6;s:33:\"learndash_inline_conv-theme-seven\";i:7;s:34:\"learnpress_inline_conv-theme-seven\";i:8;s:34:\"learnpress_inline_conv-theme-eight\";i:9;s:14:\"form_theme-one\";i:10;s:14:\"form_theme-two\";i:11;s:16:\"form_theme-three\";i:12;s:28:\"email_subscription_theme-one\";i:13;s:28:\"email_subscription_theme-two\";i:14;s:30:\"email_subscription_theme-three\";i:15;s:21:\"conversions_theme-one\";i:16;s:21:\"conversions_theme-two\";i:17;s:23:\"conversions_theme-three\";i:18;s:22:\"conversions_theme-five\";i:19;s:22:\"conversions_theme-four\";i:20;s:26:\"conversions_conv-theme-ten\";i:21;s:29:\"conversions_conv-theme-eleven\";i:22;s:19:\"reviews_total-rated\";i:23;s:16:\"reviews_reviewed\";i:24;s:21:\"reviews_review_saying\";i:25;s:22:\"reviews_review-comment\";i:26;s:24:\"reviews_review-comment-2\";i:27;s:24:\"reviews_review-comment-3\";i:28;s:29:\"download_stats_today-download\";i:29;s:28:\"download_stats_7day-download\";i:30;s:29:\"download_stats_actively_using\";i:31;s:29:\"download_stats_total-download\";i:32;s:18:\"donation_theme-one\";i:33;s:18:\"donation_theme-two\";i:34;s:20:\"donation_theme-three\";i:35;s:19:\"donation_theme-four\";i:36;s:19:\"donation_theme-five\";i:37;s:27:\"page_analytics_pa-theme-one\";i:38;s:27:\"page_analytics_pa-theme-two\";i:39;s:29:\"page_analytics_pa-theme-three\";i:40;s:28:\"page_analytics_pa-theme-four\";i:41;s:26:\"google_reviews_total-rated\";i:42;s:23:\"google_reviews_reviewed\";i:43;s:29:\"google_reviews_review-comment\";i:44;s:31:\"google_reviews_review-comment-2\";i:45;s:31:\"google_reviews_review-comment-3\";i:46;s:25:\"google_reviews_maps_theme\";i:47;s:19:\"elearning_theme-one\";i:48;s:19:\"elearning_theme-two\";i:49;s:21:\"elearning_theme-three\";i:50;s:19:\"reviewx_total-rated\";i:51;s:16:\"reviewx_reviewed\";i:52;s:21:\"reviewx_review_saying\";i:53;s:22:\"reviewx_review-comment\";i:54;s:24:\"reviewx_review-comment-2\";i:55;s:24:\"reviewx_review-comment-3\";i:56;s:27:\"woocommerce_sales_theme-one\";i:57;s:27:\"woocommerce_sales_theme-two\";i:58;s:29:\"woocommerce_sales_theme-three\";i:59;s:28:\"woocommerce_sales_theme-five\";i:60;s:28:\"woocommerce_sales_theme-four\";i:61;s:32:\"woocommerce_sales_conv-theme-ten\";i:62;s:35:\"woocommerce_sales_conv-theme-eleven\";i:63;s:37:\"woocommerce_sales_reviews_total-rated\";i:64;s:34:\"woocommerce_sales_reviews_reviewed\";i:65;s:39:\"woocommerce_sales_reviews_review_saying\";i:66;s:40:\"woocommerce_sales_reviews_review-comment\";i:67;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:68;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:69;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:70;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:71;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:72;s:23:\"woo_reviews_total-rated\";i:73;s:20:\"woo_reviews_reviewed\";i:74;s:25:\"woo_reviews_review_saying\";i:75;s:26:\"woo_reviews_review-comment\";i:76;s:28:\"woo_reviews_review-comment-2\";i:77;s:28:\"woo_reviews_review-comment-3\";i:78;s:18:\"comments_theme-one\";i:79;s:18:\"comments_theme-two\";i:80;s:20:\"comments_theme-three\";i:81;s:23:\"comments_theme-six-free\";i:82;s:25:\"comments_theme-seven-free\";i:83;s:25:\"comments_theme-eight-free\";i:84;s:19:\"comments_theme-four\";i:85;s:19:\"comments_theme-five\";i:86;s:17:\"youtube_channel-1\";i:87;s:17:\"youtube_channel-2\";i:88;s:15:\"youtube_video-1\";i:89;s:15:\"youtube_video-2\";i:90;s:15:\"youtube_video-3\";i:91;s:15:\"youtube_video-4\";i:92;s:34:\"fluentcart_inline_conv-theme-seven\";i:93;s:33:\"fluentcart_inline_stock-theme-one\";i:94;s:33:\"fluentcart_inline_stock-theme-two\";i:95;s:20:\"gdpr_theme-light-one\";i:96;s:20:\"gdpr_theme-light-two\";i:97;s:22:\"gdpr_theme-light-three\";i:98;s:21:\"gdpr_theme-light-four\";i:99;s:19:\"gdpr_theme-dark-one\";i:100;s:19:\"gdpr_theme-dark-two\";i:101;s:21:\"gdpr_theme-dark-three\";i:102;s:20:\"gdpr_theme-dark-four\";i:103;s:27:\"gdpr_theme-banner-light-one\";i:104;s:27:\"gdpr_theme-banner-light-two\";i:105;s:26:\"gdpr_theme-banner-dark-one\";i:106;s:26:\"gdpr_theme-banner-dark-two\";}}}s:11:\"third_param\";a:6:{s:4:\"name\";s:11:\"third_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:20;s:7:\"default\";s:9:\"tag_title\";s:7:\"options\";a:25:{s:10:\"tag_custom\";a:2:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";}s:17:\"tag_product_title\";a:3:{s:5:\"value\";s:17:\"tag_product_title\";s:5:\"label\";s:13:\"Product Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:41:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:21:\"conversions_theme-one\";i:3;s:21:\"conversions_theme-two\";i:4;s:23:\"conversions_theme-three\";i:5;s:22:\"conversions_theme-four\";i:6;s:22:\"conversions_theme-five\";i:7;s:26:\"conversions_conv-theme-ten\";i:8;s:29:\"conversions_conv-theme-eleven\";i:9;s:27:\"woocommerce_sales_theme-one\";i:10;s:27:\"woocommerce_sales_theme-two\";i:11;s:29:\"woocommerce_sales_theme-three\";i:12;s:28:\"woocommerce_sales_theme-four\";i:13;s:28:\"woocommerce_sales_theme-five\";i:14;s:32:\"woocommerce_sales_conv-theme-ten\";i:15;s:35:\"woocommerce_sales_conv-theme-eleven\";i:16;s:26:\"conversions_conv-theme-six\";i:17;s:28:\"conversions_conv-theme-seven\";i:18;s:28:\"conversions_conv-theme-eight\";i:19;s:27:\"conversions_conv-theme-nine\";i:20;s:32:\"woocommerce_sales_conv-theme-six\";i:21;s:34:\"woocommerce_sales_conv-theme-seven\";i:22;s:34:\"woocommerce_sales_conv-theme-eight\";i:23;s:33:\"woocommerce_sales_conv-theme-nine\";i:24;s:19:\"reviewx_total-rated\";i:25;s:16:\"reviewx_reviewed\";i:26;s:22:\"reviewx_review-comment\";i:27;s:24:\"reviewx_review-comment-2\";i:28;s:24:\"reviewx_review-comment-3\";i:29;s:37:\"woocommerce_sales_reviews_total-rated\";i:30;s:34:\"woocommerce_sales_reviews_reviewed\";i:31;s:40:\"woocommerce_sales_reviews_review-comment\";i:32;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:33;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:34;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:35;s:23:\"woo_reviews_total-rated\";i:36;s:20:\"woo_reviews_reviewed\";i:37;s:26:\"woo_reviews_review-comment\";i:38;s:28:\"woo_reviews_review-comment-2\";i:39;s:28:\"woo_reviews_review-comment-3\";i:40;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:15:\"tag_stock_count\";a:3:{s:5:\"value\";s:15:\"tag_stock_count\";s:5:\"label\";s:11:\"Stock Count\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:4;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:16:\"tag_course_title\";a:3:{s:5:\"value\";s:16:\"tag_course_title\";s:5:\"label\";s:12:\"Course Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:13:{i:0;s:29:\"tutor_inline_conv-theme-seven\";i:1;s:29:\"tutor_inline_conv-theme-eight\";i:2;s:33:\"learndash_inline_conv-theme-seven\";i:3;s:34:\"learnpress_inline_conv-theme-seven\";i:4;s:34:\"learnpress_inline_conv-theme-eight\";i:5;s:19:\"elearning_theme-one\";i:6;s:19:\"elearning_theme-two\";i:7;s:21:\"elearning_theme-three\";i:8;s:20:\"elearning_theme-four\";i:9;s:20:\"elearning_theme-five\";i:10;s:26:\"elearning_conv-theme-seven\";i:11;s:26:\"elearning_conv-theme-eight\";i:12;s:25:\"elearning_conv-theme-nine\";}}}s:9:\"tag_title\";a:3:{s:5:\"value\";s:9:\"tag_title\";s:5:\"label\";s:10:\"Form Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:15:{i:0;s:14:\"form_theme-one\";i:1;s:14:\"form_theme-two\";i:2;s:16:\"form_theme-three\";i:3;s:28:\"email_subscription_theme-one\";i:4;s:28:\"email_subscription_theme-two\";i:5;s:30:\"email_subscription_theme-three\";i:6;s:29:\"email_subscription_maps_theme\";i:7;s:21:\"reviews_review_saying\";i:8;s:23:\"donation_conv-theme-six\";i:9;s:25:\"donation_conv-theme-seven\";i:10;s:25:\"donation_conv-theme-eight\";i:11;s:24:\"donation_conv-theme-nine\";i:12;s:21:\"reviewx_review_saying\";i:13;s:39:\"woocommerce_sales_reviews_review_saying\";i:14;s:25:\"woo_reviews_review_saying\";}}}s:21:\"tag_offer_description\";a:3:{s:5:\"value\";s:21:\"tag_offer_description\";s:5:\"label\";s:17:\"Offer Description\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}s:15:\"tag_plugin_name\";a:3:{s:5:\"value\";s:15:\"tag_plugin_name\";s:5:\"label\";s:11:\"Plugin Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";}}}s:17:\"tag_plugin_review\";a:3:{s:5:\"value\";s:17:\"tag_plugin_review\";s:5:\"label\";s:6:\"Review\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:20:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";i:5;s:19:\"reviewx_total-rated\";i:6;s:16:\"reviewx_reviewed\";i:7;s:22:\"reviewx_review-comment\";i:8;s:24:\"reviewx_review-comment-2\";i:9;s:24:\"reviewx_review-comment-3\";i:10;s:37:\"woocommerce_sales_reviews_total-rated\";i:11;s:34:\"woocommerce_sales_reviews_reviewed\";i:12;s:40:\"woocommerce_sales_reviews_review-comment\";i:13;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:14;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:15;s:23:\"woo_reviews_total-rated\";i:16;s:20:\"woo_reviews_reviewed\";i:17;s:26:\"woo_reviews_review-comment\";i:18;s:28:\"woo_reviews_review-comment-2\";i:19;s:28:\"woo_reviews_review-comment-3\";}}}s:19:\"tag_anonymous_title\";a:3:{s:5:\"value\";s:19:\"tag_anonymous_title\";s:5:\"label\";s:15:\"Anonymous Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:24:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";i:5;s:21:\"reviews_review_saying\";i:6;s:19:\"reviewx_total-rated\";i:7;s:16:\"reviewx_reviewed\";i:8;s:22:\"reviewx_review-comment\";i:9;s:24:\"reviewx_review-comment-2\";i:10;s:24:\"reviewx_review-comment-3\";i:11;s:21:\"reviewx_review_saying\";i:12;s:37:\"woocommerce_sales_reviews_total-rated\";i:13;s:34:\"woocommerce_sales_reviews_reviewed\";i:14;s:40:\"woocommerce_sales_reviews_review-comment\";i:15;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:16;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:17;s:39:\"woocommerce_sales_reviews_review_saying\";i:18;s:23:\"woo_reviews_total-rated\";i:19;s:20:\"woo_reviews_reviewed\";i:20;s:26:\"woo_reviews_review-comment\";i:21;s:28:\"woo_reviews_review-comment-2\";i:22;s:28:\"woo_reviews_review-comment-3\";i:23;s:25:\"woo_reviews_review_saying\";}}}s:9:\"tag_today\";a:3:{s:5:\"value\";s:9:\"tag_today\";s:5:\"label\";s:5:\"Today\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:13:\"tag_last_week\";a:3:{s:5:\"value\";s:13:\"tag_last_week\";s:5:\"label\";s:14:\"In last 7 days\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:12:\"tag_all_time\";a:3:{s:5:\"value\";s:12:\"tag_all_time\";s:5:\"label\";s:5:\"Total\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:19:\"tag_active_installs\";a:3:{s:5:\"value\";s:19:\"tag_active_installs\";s:5:\"label\";s:20:\"Total Active Install\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:21:\"tag_plugin_theme_name\";a:3:{s:5:\"value\";s:21:\"tag_plugin_theme_name\";s:5:\"label\";s:17:\"Plugin/Theme Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:29:\"download_stats_actively_using\";}}}s:10:\"tag_amount\";a:3:{s:5:\"value\";s:10:\"tag_amount\";s:5:\"label\";s:15:\"Donation Amount\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}}s:8:\"tag_none\";a:3:{s:5:\"value\";s:8:\"tag_none\";s:5:\"label\";s:4:\"None\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:10:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";i:6;s:15:\"youtube_video-1\";i:7;s:15:\"youtube_video-2\";i:8;s:15:\"youtube_video-3\";i:9;s:15:\"youtube_video-4\";}}}s:8:\"ga_title\";a:3:{s:5:\"value\";s:8:\"ga_title\";s:5:\"label\";s:10:\"Site Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";}}}s:17:\"tag_ga_page_title\";a:3:{s:5:\"value\";s:17:\"tag_ga_page_title\";s:5:\"label\";s:10:\"Page Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:28:\"page_analytics_pa-theme-four\";}}}s:14:\"tag_place_name\";a:3:{s:5:\"value\";s:14:\"tag_place_name\";s:5:\"label\";s:10:\"Place Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:25:\"google_reviews_maps_theme\";i:1;s:26:\"google_reviews_total-rated\";i:2;s:23:\"google_reviews_reviewed\";i:3;s:29:\"google_reviews_review-comment\";i:4;s:31:\"google_reviews_review-comment-2\";i:5;s:31:\"google_reviews_review-comment-3\";}}}s:16:\"tag_place_review\";a:3:{s:5:\"value\";s:16:\"tag_place_review\";s:5:\"label\";s:6:\"Review\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:25:\"google_reviews_maps_theme\";i:1;s:26:\"google_reviews_total-rated\";i:2;s:23:\"google_reviews_reviewed\";i:3;s:29:\"google_reviews_review-comment\";i:4;s:31:\"google_reviews_review-comment-2\";i:5;s:31:\"google_reviews_review-comment-3\";}}}s:17:\"product_title_raw\";a:3:{s:5:\"value\";s:17:\"product_title_raw\";s:5:\"label\";s:17:\"Product Title Raw\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:22:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-four\";i:4;s:22:\"conversions_theme-five\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:27:\"woocommerce_sales_theme-one\";i:8;s:27:\"woocommerce_sales_theme-two\";i:9;s:29:\"woocommerce_sales_theme-three\";i:10;s:28:\"woocommerce_sales_theme-four\";i:11;s:28:\"woocommerce_sales_theme-five\";i:12;s:32:\"woocommerce_sales_conv-theme-ten\";i:13;s:35:\"woocommerce_sales_conv-theme-eleven\";i:14;s:26:\"conversions_conv-theme-six\";i:15;s:28:\"conversions_conv-theme-seven\";i:16;s:28:\"conversions_conv-theme-eight\";i:17;s:27:\"conversions_conv-theme-nine\";i:18;s:32:\"woocommerce_sales_conv-theme-six\";i:19;s:34:\"woocommerce_sales_conv-theme-seven\";i:20;s:34:\"woocommerce_sales_conv-theme-eight\";i:21;s:33:\"woocommerce_sales_conv-theme-nine\";}}}s:14:\"tag_post_title\";a:3:{s:5:\"value\";s:14:\"tag_post_title\";s:5:\"label\";s:10:\"Post Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:19:\"comments_theme-four\";i:4;s:19:\"comments_theme-five\";i:5;s:23:\"comments_theme-six-free\";i:6;s:25:\"comments_theme-seven-free\";i:7;s:25:\"comments_theme-eight-free\";}}}s:16:\"tag_post_comment\";a:3:{s:5:\"value\";s:16:\"tag_post_comment\";s:5:\"label\";s:12:\"Post Comment\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:23:\"comments_theme-six-free\";i:1;s:25:\"comments_theme-seven-free\";i:2;s:25:\"comments_theme-eight-free\";}}}s:20:\"tag_yt_channel_title\";a:3:{s:5:\"value\";s:20:\"tag_yt_channel_title\";s:5:\"label\";s:13:\"Channel Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}s:12:\"tag_yt_views\";a:3:{s:5:\"value\";s:12:\"tag_yt_views\";s:5:\"label\";s:11:\"Total Views\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:112:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:26:\"woo_inline_stock-theme-one\";i:2;s:26:\"woo_inline_stock-theme-two\";i:3;s:27:\"edd_inline_conv-theme-seven\";i:4;s:29:\"tutor_inline_conv-theme-seven\";i:5;s:29:\"tutor_inline_conv-theme-eight\";i:6;s:33:\"learndash_inline_conv-theme-seven\";i:7;s:34:\"learnpress_inline_conv-theme-seven\";i:8;s:34:\"learnpress_inline_conv-theme-eight\";i:9;s:14:\"form_theme-one\";i:10;s:14:\"form_theme-two\";i:11;s:16:\"form_theme-three\";i:12;s:28:\"email_subscription_theme-one\";i:13;s:28:\"email_subscription_theme-two\";i:14;s:30:\"email_subscription_theme-three\";i:15;s:21:\"conversions_theme-one\";i:16;s:21:\"conversions_theme-two\";i:17;s:23:\"conversions_theme-three\";i:18;s:22:\"conversions_theme-five\";i:19;s:22:\"conversions_theme-four\";i:20;s:26:\"conversions_conv-theme-ten\";i:21;s:29:\"conversions_conv-theme-eleven\";i:22;s:21:\"announcements_theme-1\";i:23;s:21:\"announcements_theme-2\";i:24;s:22:\"announcements_theme-12\";i:25;s:22:\"announcements_theme-14\";i:26;s:22:\"announcements_theme-15\";i:27;s:19:\"reviews_total-rated\";i:28;s:16:\"reviews_reviewed\";i:29;s:21:\"reviews_review_saying\";i:30;s:22:\"reviews_review-comment\";i:31;s:24:\"reviews_review-comment-2\";i:32;s:24:\"reviews_review-comment-3\";i:33;s:29:\"download_stats_today-download\";i:34;s:28:\"download_stats_7day-download\";i:35;s:29:\"download_stats_actively_using\";i:36;s:29:\"download_stats_total-download\";i:37;s:18:\"donation_theme-one\";i:38;s:18:\"donation_theme-two\";i:39;s:20:\"donation_theme-three\";i:40;s:19:\"donation_theme-four\";i:41;s:19:\"donation_theme-five\";i:42;s:27:\"page_analytics_pa-theme-one\";i:43;s:27:\"page_analytics_pa-theme-two\";i:44;s:29:\"page_analytics_pa-theme-three\";i:45;s:28:\"page_analytics_pa-theme-four\";i:46;s:26:\"google_reviews_total-rated\";i:47;s:23:\"google_reviews_reviewed\";i:48;s:29:\"google_reviews_review-comment\";i:49;s:31:\"google_reviews_review-comment-2\";i:50;s:31:\"google_reviews_review-comment-3\";i:51;s:25:\"google_reviews_maps_theme\";i:52;s:19:\"elearning_theme-one\";i:53;s:19:\"elearning_theme-two\";i:54;s:21:\"elearning_theme-three\";i:55;s:19:\"reviewx_total-rated\";i:56;s:16:\"reviewx_reviewed\";i:57;s:21:\"reviewx_review_saying\";i:58;s:22:\"reviewx_review-comment\";i:59;s:24:\"reviewx_review-comment-2\";i:60;s:24:\"reviewx_review-comment-3\";i:61;s:27:\"woocommerce_sales_theme-one\";i:62;s:27:\"woocommerce_sales_theme-two\";i:63;s:29:\"woocommerce_sales_theme-three\";i:64;s:28:\"woocommerce_sales_theme-five\";i:65;s:28:\"woocommerce_sales_theme-four\";i:66;s:32:\"woocommerce_sales_conv-theme-ten\";i:67;s:35:\"woocommerce_sales_conv-theme-eleven\";i:68;s:37:\"woocommerce_sales_reviews_total-rated\";i:69;s:34:\"woocommerce_sales_reviews_reviewed\";i:70;s:39:\"woocommerce_sales_reviews_review_saying\";i:71;s:40:\"woocommerce_sales_reviews_review-comment\";i:72;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:73;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:74;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:75;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:76;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:77;s:23:\"woo_reviews_total-rated\";i:78;s:20:\"woo_reviews_reviewed\";i:79;s:25:\"woo_reviews_review_saying\";i:80;s:26:\"woo_reviews_review-comment\";i:81;s:28:\"woo_reviews_review-comment-2\";i:82;s:28:\"woo_reviews_review-comment-3\";i:83;s:18:\"comments_theme-one\";i:84;s:18:\"comments_theme-two\";i:85;s:20:\"comments_theme-three\";i:86;s:23:\"comments_theme-six-free\";i:87;s:25:\"comments_theme-seven-free\";i:88;s:25:\"comments_theme-eight-free\";i:89;s:19:\"comments_theme-four\";i:90;s:19:\"comments_theme-five\";i:91;s:17:\"youtube_channel-1\";i:92;s:17:\"youtube_channel-2\";i:93;s:15:\"youtube_video-1\";i:94;s:15:\"youtube_video-2\";i:95;s:15:\"youtube_video-3\";i:96;s:15:\"youtube_video-4\";i:97;s:34:\"fluentcart_inline_conv-theme-seven\";i:98;s:33:\"fluentcart_inline_stock-theme-one\";i:99;s:33:\"fluentcart_inline_stock-theme-two\";i:100;s:20:\"gdpr_theme-light-one\";i:101;s:20:\"gdpr_theme-light-two\";i:102;s:22:\"gdpr_theme-light-three\";i:103;s:21:\"gdpr_theme-light-four\";i:104;s:19:\"gdpr_theme-dark-one\";i:105;s:19:\"gdpr_theme-dark-two\";i:106;s:21:\"gdpr_theme-dark-three\";i:107;s:20:\"gdpr_theme-dark-four\";i:108;s:27:\"gdpr_theme-banner-light-one\";i:109;s:27:\"gdpr_theme-banner-light-two\";i:110;s:26:\"gdpr_theme-banner-dark-one\";i:111;s:26:\"gdpr_theme-banner-dark-two\";}}}s:18:\"custom_third_param\";a:5:{s:4:\"name\";s:18:\"custom_third_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:25;s:7:\"default\";s:13:\"Some time ago\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.third_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:12:\"fourth_param\";a:6:{s:4:\"name\";s:12:\"fourth_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:30;s:7:\"default\";s:8:\"tag_time\";s:7:\"options\";a:17:{s:10:\"tag_custom\";a:2:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";}s:8:\"tag_1day\";a:3:{s:5:\"value\";s:8:\"tag_1day\";s:5:\"label\";s:13:\"In last 1 day\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:9:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:29:\"tutor_inline_conv-theme-seven\";i:3;s:29:\"tutor_inline_conv-theme-eight\";i:4;s:33:\"learndash_inline_conv-theme-seven\";i:5;s:34:\"learnpress_inline_conv-theme-seven\";i:6;s:34:\"learnpress_inline_conv-theme-eight\";i:7;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:8;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:9:\"tag_7days\";a:3:{s:5:\"value\";s:9:\"tag_7days\";s:5:\"label\";s:14:\"In last 7 days\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:9:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:29:\"tutor_inline_conv-theme-seven\";i:3;s:29:\"tutor_inline_conv-theme-eight\";i:4;s:33:\"learndash_inline_conv-theme-seven\";i:5;s:34:\"learnpress_inline_conv-theme-seven\";i:6;s:34:\"learnpress_inline_conv-theme-eight\";i:7;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:8;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:10:\"tag_30days\";a:3:{s:5:\"value\";s:10:\"tag_30days\";s:5:\"label\";s:15:\"In last 30 days\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:9:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:27:\"edd_inline_conv-theme-seven\";i:2;s:29:\"tutor_inline_conv-theme-seven\";i:3;s:29:\"tutor_inline_conv-theme-eight\";i:4;s:33:\"learndash_inline_conv-theme-seven\";i:5;s:34:\"learnpress_inline_conv-theme-seven\";i:6;s:34:\"learnpress_inline_conv-theme-eight\";i:7;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:8;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:17:\"tag_left_in_stock\";a:3:{s:5:\"value\";s:17:\"tag_left_in_stock\";s:5:\"label\";s:13:\"left in stock\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:4;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:8:\"tag_left\";a:3:{s:5:\"value\";s:8:\"tag_left\";s:5:\"label\";s:4:\"left\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:4;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:8:\"tag_time\";a:3:{s:5:\"value\";s:8:\"tag_time\";s:5:\"label\";s:13:\"Definite Time\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:65:{i:0;s:14:\"form_theme-one\";i:1;s:14:\"form_theme-two\";i:2;s:16:\"form_theme-three\";i:3;s:28:\"email_subscription_theme-one\";i:4;s:28:\"email_subscription_theme-two\";i:5;s:30:\"email_subscription_theme-three\";i:6;s:29:\"email_subscription_maps_theme\";i:7;s:21:\"conversions_theme-one\";i:8;s:21:\"conversions_theme-two\";i:9;s:23:\"conversions_theme-three\";i:10;s:22:\"conversions_theme-four\";i:11;s:22:\"conversions_theme-five\";i:12;s:26:\"conversions_conv-theme-ten\";i:13;s:29:\"conversions_conv-theme-eleven\";i:14;s:27:\"woocommerce_sales_theme-one\";i:15;s:27:\"woocommerce_sales_theme-two\";i:16;s:29:\"woocommerce_sales_theme-three\";i:17;s:28:\"woocommerce_sales_theme-four\";i:18;s:28:\"woocommerce_sales_theme-five\";i:19;s:32:\"woocommerce_sales_conv-theme-ten\";i:20;s:35:\"woocommerce_sales_conv-theme-eleven\";i:21;s:21:\"announcements_theme-1\";i:22;s:21:\"announcements_theme-2\";i:23;s:22:\"announcements_theme-12\";i:24;s:22:\"announcements_theme-14\";i:25;s:22:\"announcements_theme-15\";i:26;s:19:\"reviews_total-rated\";i:27;s:16:\"reviews_reviewed\";i:28;s:22:\"reviews_review-comment\";i:29;s:24:\"reviews_review-comment-2\";i:30;s:24:\"reviews_review-comment-3\";i:31;s:25:\"google_reviews_maps_theme\";i:32;s:26:\"google_reviews_total-rated\";i:33;s:23:\"google_reviews_reviewed\";i:34;s:29:\"google_reviews_review-comment\";i:35;s:31:\"google_reviews_review-comment-2\";i:36;s:31:\"google_reviews_review-comment-3\";i:37;s:19:\"elearning_theme-one\";i:38;s:19:\"elearning_theme-two\";i:39;s:21:\"elearning_theme-three\";i:40;s:20:\"elearning_theme-four\";i:41;s:20:\"elearning_theme-five\";i:42;s:19:\"reviewx_total-rated\";i:43;s:16:\"reviewx_reviewed\";i:44;s:22:\"reviewx_review-comment\";i:45;s:24:\"reviewx_review-comment-2\";i:46;s:24:\"reviewx_review-comment-3\";i:47;s:37:\"woocommerce_sales_reviews_total-rated\";i:48;s:34:\"woocommerce_sales_reviews_reviewed\";i:49;s:40:\"woocommerce_sales_reviews_review-comment\";i:50;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:51;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:52;s:23:\"woo_reviews_total-rated\";i:53;s:20:\"woo_reviews_reviewed\";i:54;s:26:\"woo_reviews_review-comment\";i:55;s:28:\"woo_reviews_review-comment-2\";i:56;s:28:\"woo_reviews_review-comment-3\";i:57;s:18:\"comments_theme-one\";i:58;s:18:\"comments_theme-two\";i:59;s:20:\"comments_theme-three\";i:60;s:19:\"comments_theme-four\";i:61;s:19:\"comments_theme-five\";i:62;s:23:\"comments_theme-six-free\";i:63;s:25:\"comments_theme-seven-free\";i:64;s:25:\"comments_theme-eight-free\";}}}s:12:\"tag_sometime\";a:3:{s:5:\"value\";s:12:\"tag_sometime\";s:5:\"label\";s:13:\"Some time ago\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:9:{i:0;s:28:\"email_subscription_theme-one\";i:1;s:28:\"email_subscription_theme-two\";i:2;s:30:\"email_subscription_theme-three\";i:3;s:29:\"email_subscription_maps_theme\";i:4;s:21:\"announcements_theme-1\";i:5;s:21:\"announcements_theme-2\";i:6;s:22:\"announcements_theme-12\";i:7;s:22:\"announcements_theme-14\";i:8;s:22:\"announcements_theme-15\";}}}s:10:\"tag_rating\";a:3:{s:5:\"value\";s:10:\"tag_rating\";s:5:\"label\";s:6:\"Rating\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:26:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:22:\"reviews_review-comment\";i:3;s:24:\"reviews_review-comment-2\";i:4;s:24:\"reviews_review-comment-3\";i:5;s:25:\"google_reviews_maps_theme\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:19:\"reviewx_total-rated\";i:12;s:16:\"reviewx_reviewed\";i:13;s:22:\"reviewx_review-comment\";i:14;s:24:\"reviewx_review-comment-2\";i:15;s:24:\"reviewx_review-comment-3\";i:16;s:37:\"woocommerce_sales_reviews_total-rated\";i:17;s:34:\"woocommerce_sales_reviews_reviewed\";i:18;s:40:\"woocommerce_sales_reviews_review-comment\";i:19;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:20;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:21;s:23:\"woo_reviews_total-rated\";i:22;s:20:\"woo_reviews_reviewed\";i:23;s:26:\"woo_reviews_review-comment\";i:24;s:28:\"woo_reviews_review-comment-2\";i:25;s:28:\"woo_reviews_review-comment-3\";}}}s:14:\"tag_today_text\";a:3:{s:5:\"value\";s:14:\"tag_today_text\";s:5:\"label\";s:10:\"Try it out\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:18:\"tag_last_week_text\";a:3:{s:5:\"value\";s:18:\"tag_last_week_text\";s:5:\"label\";s:21:\"Get Started for Free.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:17:\"tag_all_time_text\";a:3:{s:5:\"value\";s:17:\"tag_all_time_text\";s:5:\"label\";s:14:\"Why Don\'t You?\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:24:\"tag_active_installs_text\";a:3:{s:5:\"value\";s:24:\"tag_active_installs_text\";s:5:\"label\";s:15:\"in total active\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_total-download\";}}}s:9:\"tag_title\";a:3:{s:5:\"value\";s:9:\"tag_title\";s:5:\"label\";s:18:\"Donation For Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}}s:12:\"tag_yt_views\";a:3:{s:5:\"value\";s:12:\"tag_yt_views\";s:5:\"label\";s:11:\"Total Views\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}s:8:\"tag_none\";a:3:{s:5:\"value\";s:8:\"tag_none\";s:5:\"label\";s:4:\"None\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";i:2;s:15:\"youtube_video-1\";i:3;s:15:\"youtube_video-2\";i:4;s:15:\"youtube_video-3\";i:5;s:15:\"youtube_video-4\";}}}s:12:\"tag_yt_likes\";a:3:{s:5:\"value\";s:12:\"tag_yt_likes\";s:5:\"label\";s:11:\"Total Likes\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:102:{i:0;s:27:\"woo_inline_conv-theme-seven\";i:1;s:26:\"woo_inline_stock-theme-one\";i:2;s:26:\"woo_inline_stock-theme-two\";i:3;s:27:\"edd_inline_conv-theme-seven\";i:4;s:29:\"tutor_inline_conv-theme-seven\";i:5;s:29:\"tutor_inline_conv-theme-eight\";i:6;s:33:\"learndash_inline_conv-theme-seven\";i:7;s:34:\"learnpress_inline_conv-theme-seven\";i:8;s:34:\"learnpress_inline_conv-theme-eight\";i:9;s:14:\"form_theme-one\";i:10;s:14:\"form_theme-two\";i:11;s:16:\"form_theme-three\";i:12;s:28:\"email_subscription_theme-one\";i:13;s:28:\"email_subscription_theme-two\";i:14;s:30:\"email_subscription_theme-three\";i:15;s:21:\"conversions_theme-one\";i:16;s:21:\"conversions_theme-two\";i:17;s:23:\"conversions_theme-three\";i:18;s:22:\"conversions_theme-five\";i:19;s:22:\"conversions_theme-four\";i:20;s:26:\"conversions_conv-theme-ten\";i:21;s:29:\"conversions_conv-theme-eleven\";i:22;s:21:\"announcements_theme-1\";i:23;s:21:\"announcements_theme-2\";i:24;s:22:\"announcements_theme-12\";i:25;s:22:\"announcements_theme-14\";i:26;s:19:\"reviews_total-rated\";i:27;s:16:\"reviews_reviewed\";i:28;s:22:\"reviews_review-comment\";i:29;s:24:\"reviews_review-comment-2\";i:30;s:24:\"reviews_review-comment-3\";i:31;s:29:\"download_stats_today-download\";i:32;s:28:\"download_stats_7day-download\";i:33;s:29:\"download_stats_total-download\";i:34;s:18:\"donation_theme-one\";i:35;s:18:\"donation_theme-two\";i:36;s:20:\"donation_theme-three\";i:37;s:19:\"donation_theme-four\";i:38;s:19:\"donation_theme-five\";i:39;s:26:\"google_reviews_total-rated\";i:40;s:23:\"google_reviews_reviewed\";i:41;s:29:\"google_reviews_review-comment\";i:42;s:31:\"google_reviews_review-comment-2\";i:43;s:31:\"google_reviews_review-comment-3\";i:44;s:25:\"google_reviews_maps_theme\";i:45;s:19:\"elearning_theme-one\";i:46;s:19:\"elearning_theme-two\";i:47;s:21:\"elearning_theme-three\";i:48;s:19:\"reviewx_total-rated\";i:49;s:16:\"reviewx_reviewed\";i:50;s:22:\"reviewx_review-comment\";i:51;s:24:\"reviewx_review-comment-2\";i:52;s:24:\"reviewx_review-comment-3\";i:53;s:27:\"woocommerce_sales_theme-one\";i:54;s:27:\"woocommerce_sales_theme-two\";i:55;s:29:\"woocommerce_sales_theme-three\";i:56;s:28:\"woocommerce_sales_theme-five\";i:57;s:28:\"woocommerce_sales_theme-four\";i:58;s:32:\"woocommerce_sales_conv-theme-ten\";i:59;s:35:\"woocommerce_sales_conv-theme-eleven\";i:60;s:37:\"woocommerce_sales_reviews_total-rated\";i:61;s:34:\"woocommerce_sales_reviews_reviewed\";i:62;s:40:\"woocommerce_sales_reviews_review-comment\";i:63;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:64;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:65;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:66;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:67;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:68;s:23:\"woo_reviews_total-rated\";i:69;s:20:\"woo_reviews_reviewed\";i:70;s:26:\"woo_reviews_review-comment\";i:71;s:28:\"woo_reviews_review-comment-2\";i:72;s:28:\"woo_reviews_review-comment-3\";i:73;s:18:\"comments_theme-one\";i:74;s:18:\"comments_theme-two\";i:75;s:20:\"comments_theme-three\";i:76;s:23:\"comments_theme-six-free\";i:77;s:25:\"comments_theme-seven-free\";i:78;s:25:\"comments_theme-eight-free\";i:79;s:19:\"comments_theme-four\";i:80;s:19:\"comments_theme-five\";i:81;s:17:\"youtube_channel-1\";i:82;s:17:\"youtube_channel-2\";i:83;s:15:\"youtube_video-1\";i:84;s:15:\"youtube_video-2\";i:85;s:15:\"youtube_video-3\";i:86;s:15:\"youtube_video-4\";i:87;s:34:\"fluentcart_inline_conv-theme-seven\";i:88;s:33:\"fluentcart_inline_stock-theme-one\";i:89;s:33:\"fluentcart_inline_stock-theme-two\";i:90;s:20:\"gdpr_theme-light-one\";i:91;s:20:\"gdpr_theme-light-two\";i:92;s:22:\"gdpr_theme-light-three\";i:93;s:21:\"gdpr_theme-light-four\";i:94;s:19:\"gdpr_theme-dark-one\";i:95;s:19:\"gdpr_theme-dark-two\";i:96;s:21:\"gdpr_theme-dark-three\";i:97;s:20:\"gdpr_theme-dark-four\";i:98;s:27:\"gdpr_theme-banner-light-one\";i:99;s:27:\"gdpr_theme-banner-light-two\";i:100;s:26:\"gdpr_theme-banner-dark-one\";i:101;s:26:\"gdpr_theme-banner-dark-two\";}}}s:19:\"custom_fourth_param\";a:5:{s:4:\"name\";s:19:\"custom_fourth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:35;s:7:\"default\";s:13:\"Some time ago\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:34:\"notification-template.fourth_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:11:\"fifth_param\";a:5:{s:4:\"name\";s:11:\"fifth_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"options\";a:11:{s:10:\"tag_custom\";a:2:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";}s:14:\"tag_order_soon\";a:3:{s:5:\"value\";s:14:\"tag_order_soon\";s:5:\"label\";s:11:\"order soon.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:4;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:15:\"tag_on_our_site\";a:3:{s:5:\"value\";s:15:\"tag_on_our_site\";s:5:\"label\";s:12:\"on our site!\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:4;s:34:\"fluentcart_inline_conv-theme-seven\";}}}s:18:\"tag_offer_discount\";a:3:{s:5:\"value\";s:18:\"tag_offer_discount\";s:5:\"label\";s:8:\"Discount\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}s:15:\"tag_offer_image\";a:3:{s:5:\"value\";s:15:\"tag_offer_image\";s:5:\"label\";s:5:\"Image\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}s:15:\"tag_plugin_name\";a:3:{s:5:\"value\";s:15:\"tag_plugin_name\";s:5:\"label\";s:11:\"Plugin Name\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:21:\"reviews_review_saying\";i:1;s:21:\"reviewx_review_saying\";i:2;s:39:\"woocommerce_sales_reviews_review_saying\";}}}s:8:\"tag_time\";a:3:{s:5:\"value\";s:8:\"tag_time\";s:5:\"label\";s:13:\"Definite Time\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:18:\"donation_theme-one\";i:1;s:18:\"donation_theme-two\";i:2;s:20:\"donation_theme-three\";i:3;s:19:\"donation_theme-four\";i:4;s:19:\"donation_theme-five\";i:5;s:19:\"donation_maps_theme\";}}}s:17:\"tag_product_title\";a:3:{s:5:\"value\";s:17:\"tag_product_title\";s:5:\"label\";s:13:\"Product Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:25:\"woo_reviews_review_saying\";}}}s:13:\"tag_yt_videos\";a:3:{s:5:\"value\";s:13:\"tag_yt_videos\";s:5:\"label\";s:12:\"Total Videos\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}s:8:\"tag_none\";a:3:{s:5:\"value\";s:8:\"tag_none\";s:5:\"label\";s:4:\"None\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";i:2;s:15:\"youtube_video-1\";i:3;s:15:\"youtube_video-2\";i:4;s:15:\"youtube_video-3\";i:5;s:15:\"youtube_video-4\";}}}s:15:\"tag_yt_comments\";a:3:{s:5:\"value\";s:15:\"tag_yt_comments\";s:5:\"label\";s:14:\"Total Comments\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:21:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:21:\"reviews_review_saying\";i:3;s:18:\"donation_theme-one\";i:4;s:18:\"donation_theme-two\";i:5;s:20:\"donation_theme-three\";i:6;s:19:\"donation_theme-four\";i:7;s:19:\"donation_theme-five\";i:8;s:21:\"reviewx_review_saying\";i:9;s:39:\"woocommerce_sales_reviews_review_saying\";i:10;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:11;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:12;s:25:\"woo_reviews_review_saying\";i:13;s:17:\"youtube_channel-1\";i:14;s:17:\"youtube_channel-2\";i:15;s:15:\"youtube_video-1\";i:16;s:15:\"youtube_video-2\";i:17;s:15:\"youtube_video-3\";i:18;s:15:\"youtube_video-4\";i:19;s:33:\"fluentcart_inline_stock-theme-one\";i:20;s:33:\"fluentcart_inline_stock-theme-two\";}}}s:18:\"custom_fifth_param\";a:4:{s:4:\"name\";s:18:\"custom_fifth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:45;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.fifth_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:11:\"sixth_param\";a:5:{s:4:\"name\";s:11:\"sixth_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:50;s:7:\"options\";a:4:{s:10:\"tag_custom\";a:2:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";}s:7:\"tag_day\";a:3:{s:5:\"value\";s:7:\"tag_day\";s:5:\"label\";s:3:\"Day\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";i:3;s:28:\"page_analytics_pa-theme-four\";}}}s:9:\"tag_month\";a:3:{s:5:\"value\";s:9:\"tag_month\";s:5:\"label\";s:5:\"Month\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";i:3;s:28:\"page_analytics_pa-theme-four\";}}}s:8:\"tag_year\";a:3:{s:5:\"value\";s:8:\"tag_year\";s:5:\"label\";s:4:\"Year\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";i:3;s:28:\"page_analytics_pa-theme-four\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:33:\"notification-template.first_param\";s:5:\"value\";s:21:\"tag_realtime_siteview\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:21:\"reviews_review_saying\";i:1;s:27:\"page_analytics_pa-theme-one\";i:2;s:27:\"page_analytics_pa-theme-two\";i:3;s:29:\"page_analytics_pa-theme-three\";i:4;s:28:\"page_analytics_pa-theme-four\";i:5;s:21:\"reviewx_review_saying\";i:6;s:39:\"woocommerce_sales_reviews_review_saying\";i:7;s:25:\"woo_reviews_review_saying\";}}}}s:18:\"custom_sixth_param\";a:4:{s:4:\"name\";s:18:\"custom_sixth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:55;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.sixth_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:20:\"freemius_fifth_param\";a:6:{s:4:\"name\";s:20:\"freemius_fifth_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:26;s:7:\"default\";s:14:\"tag_plan_title\";s:7:\"options\";a:2:{s:10:\"tag_custom\";a:3:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}s:14:\"tag_plan_title\";a:3:{s:5:\"value\";s:14:\"tag_plan_title\";s:5:\"label\";s:11:\"Plan Title \";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}s:27:\"custom_freemius_fifth_param\";a:5:{s:4:\"name\";s:27:\"custom_freemius_fifth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:27;s:7:\"default\";s:8:\"Pro Plus\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:42:\"notification-template.freemius_fifth_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:20:\"freemius_sixth_param\";a:5:{s:4:\"name\";s:20:\"freemius_sixth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:28;s:7:\"default\";s:16:\"Subscription For\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}s:22:\"freemius_seventh_param\";a:6:{s:4:\"name\";s:22:\"freemius_seventh_param\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:29;s:7:\"default\";s:11:\"tag_pricing\";s:7:\"options\";a:2:{s:10:\"tag_custom\";a:3:{s:5:\"value\";s:10:\"tag_custom\";s:5:\"label\";s:6:\"Custom\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}s:11:\"tag_pricing\";a:3:{s:5:\"value\";s:11:\"tag_pricing\";s:5:\"label\";s:5:\"Price\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:20:\"freemius_conversions\";}}}s:29:\"custom_freemius_seventh_param\";a:5:{s:4:\"name\";s:29:\"custom_freemius_seventh_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";d:29.5;s:7:\"default\";s:11:\"99 USD/Year\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:44:\"notification-template.freemius_seventh_param\";s:5:\"value\";s:10:\"tag_custom\";}}s:16:\"map_fourth_param\";a:5:{s:4:\"name\";s:16:\"map_fourth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:27;s:7:\"default\";s:0:\"\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:11:{i:0;s:26:\"conversions_conv-theme-six\";i:1;s:22:\"conversions_maps_theme\";i:2;s:33:\"email_subscription_conv-theme-six\";i:3;s:29:\"email_subscription_maps_theme\";i:4;s:23:\"donation_conv-theme-six\";i:5;s:19:\"donation_maps_theme\";i:6;s:24:\"elearning_conv-theme-six\";i:7;s:20:\"elearning_maps_theme\";i:8;s:32:\"woocommerce_sales_conv-theme-six\";i:9;s:28:\"woocommerce_sales_maps_theme\";i:10;s:19:\"comments_maps_theme\";}}}s:15:\"ga_fourth_param\";a:5:{s:4:\"name\";s:15:\"ga_fourth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:30;s:7:\"default\";s:8:\"in last \";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";i:3;s:28:\"page_analytics_pa-theme-four\";}}}s:14:\"ga_fifth_param\";a:5:{s:4:\"name\";s:14:\"ga_fifth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:40;s:7:\"default\";s:2:\"7 \";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:33:\"notification-template.first_param\";s:5:\"value\";s:21:\"tag_realtime_siteview\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:27:\"page_analytics_pa-theme-one\";i:1;s:27:\"page_analytics_pa-theme-two\";i:2;s:29:\"page_analytics_pa-theme-three\";i:3;s:28:\"page_analytics_pa-theme-four\";}}}}s:19:\"review_fourth_param\";a:5:{s:4:\"name\";s:19:\"review_fourth_param\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:27;s:7:\"default\";s:5:\"About\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:21:\"reviews_review_saying\";i:1;s:21:\"reviewx_review_saying\";i:2;s:39:\"woocommerce_sales_reviews_review_saying\";i:3;s:25:\"woo_reviews_review_saying\";}}}s:14:\"yt_third_label\";a:5:{s:4:\"name\";s:14:\"yt_third_label\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:27;s:7:\"default\";s:0:\"\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";i:2;s:15:\"youtube_video-2\";i:3;s:15:\"youtube_video-4\";}}}s:15:\"yt_fourth_label\";a:5:{s:4:\"name\";s:15:\"yt_fourth_label\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:37;s:7:\"default\";s:0:\"\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:17:\"youtube_channel-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-4\";}}}s:14:\"yt_fifth_label\";a:5:{s:4:\"name\";s:14:\"yt_fifth_label\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:47;s:7:\"default\";s:0:\"\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:3:{i:0;s:17:\"youtube_channel-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-4\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:43:{i:0;s:10:\"woo_inline\";i:1;s:10:\"edd_inline\";i:2;s:12:\"tutor_inline\";i:3;s:16:\"learndash_inline\";i:4;s:17:\"learnpress_inline\";i:5;s:3:\"cf7\";i:6;s:10:\"convertkit\";i:7;s:19:\"custom_notification\";i:8;s:31:\"custom_notification_conversions\";i:9;s:3:\"edd\";i:10;s:6:\"envato\";i:11;s:20:\"freemius_conversions\";i:12;s:16:\"freemius_reviews\";i:13;s:14:\"freemius_stats\";i:14;s:4:\"grvf\";i:15;s:4:\"give\";i:16;s:6:\"google\";i:17;s:14:\"google_reviews\";i:18;s:9:\"learndash\";i:19;s:10:\"learnpress\";i:20;s:9:\"mailchimp\";i:21;s:3:\"njf\";i:22;s:5:\"tutor\";i:23;s:3:\"wpf\";i:24;s:7:\"reviewx\";i:25;s:11:\"woocommerce\";i:26;s:17:\"woocommerce_sales\";i:27;s:25:\"woocommerce_sales_reviews\";i:28;s:24:\"woocommerce_sales_inline\";i:29;s:11:\"woo_reviews\";i:30;s:11:\"wp_comments\";i:31;s:10:\"wp_reviews\";i:32;s:8:\"wp_stats\";i:33;s:18:\"zapier_conversions\";i:34;s:25:\"zapier_email_subscription\";i:35;s:14:\"zapier_reviews\";i:36;s:14:\"elementor_form\";i:37;s:10:\"fluentform\";i:38;s:7:\"youtube\";i:39;s:8:\"surecart\";i:40;s:14:\"ActiveCampaign\";i:41;s:10:\"fluentcart\";i:42;s:17:\"fluentcart_inline\";}}}s:12:\"template_adv\";a:8:{s:5:\"label\";s:17:\"Advanced Template\";s:4:\"name\";s:12:\"template_adv\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;s:6:\"is_pro\";b:1;s:8:\"priority\";i:91;s:4:\"info\";s:558:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/advanceTemplate.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Advanced Template&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Advanced Template</a> works</h3></div>\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}}}s:17:\"advanced_template\";a:6:{s:4:\"name\";s:17:\"advanced_template\";s:4:\"type\";s:17:\"advanced-template\";s:5:\"label\";s:17:\"Advanced Template\";s:8:\"priority\";i:92;s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:12:\"template_adv\";i:2;b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:18:\"sales_count_themes\";a:18:{i:0;s:28:\"conversions_conv-theme-seven\";i:1;s:28:\"conversions_conv-theme-eight\";i:2;s:27:\"conversions_conv-theme-nine\";i:3;s:34:\"woocommerce_sales_conv-theme-seven\";i:4;s:34:\"woocommerce_sales_conv-theme-eight\";i:5;s:33:\"woocommerce_sales_conv-theme-nine\";i:6;s:26:\"elearning_conv-theme-seven\";i:7;s:26:\"elearning_conv-theme-eight\";i:8;s:25:\"elearning_conv-theme-nine\";i:9;s:25:\"donation_conv-theme-seven\";i:10;s:25:\"donation_conv-theme-eight\";i:11;s:24:\"donation_conv-theme-nine\";i:12;s:27:\"woo_inline_conv-theme-seven\";i:13;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:14;s:27:\"edd_inline_conv-theme-seven\";i:15;s:29:\"tutor_inline_conv-theme-seven\";i:16;s:29:\"tutor_inline_conv-theme-eight\";i:17;s:33:\"learndash_inline_conv-theme-seven\";}}s:12:\"random_order\";a:9:{s:4:\"name\";s:12:\"random_order\";s:5:\"label\";s:12:\"Random Order\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";i:93;s:7:\"default\";i:0;s:6:\"is_pro\";b:1;s:11:\"description\";s:44:\"Enable to show notification in random order.\";s:5:\"rules\";a:8:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:8:\"surecart\";i:7;s:19:\"custom_notification\";i:8;s:17:\"woocommerce_sales\";i:9;s:25:\"woocommerce_sales_reviews\";i:10;s:24:\"woocommerce_sales_inline\";i:11;s:10:\"fluentcart\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:14:\"download_stats\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:6:\"google\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:7;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}}s:4:\"info\";s:542:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/randomOrder.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/random-order-notificationx/&quot; target=&quot;_blank&quot;&gt;Random Order&lt;/a&gt; functions\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/random-order-notificationx/\" target=\"_blank\">Random Order</a> functions</h3></div>\";}s:15:\"product_control\";a:8:{s:5:\"label\";s:16:\"Show Purchase Of\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:94;s:7:\"default\";s:4:\"none\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:3:\"All\";}s:16:\"product_category\";a:2:{s:5:\"value\";s:16:\"product_category\";s:5:\"label\";s:16:\"Product Category\";}s:16:\"manual_selection\";a:2:{s:5:\"value\";s:16:\"manual_selection\";s:5:\"label\";s:16:\"Selected Product\";}}s:4:\"info\";s:545:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/showPurchaseOf.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/how-show-purchase-of-works/&quot; target=&quot;_blank&quot;&gt;Show Purchase Of&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-show-purchase-of-works/\" target=\"_blank\">Show Purchase Of</a> works</h3></div>\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:17:\"woocommerce_sales\";i:2;s:11:\"woo_reviews\";i:3;s:3:\"edd\";i:4;s:7:\"reviewx\";i:5;s:10:\"woo_inline\";i:6;s:10:\"edd_inline\";i:7;s:8:\"surecart\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}}s:13:\"category_list\";a:7:{s:5:\"label\";s:23:\"Select Product Category\";s:4:\"name\";s:13:\"category_list\";s:4:\"type\";s:6:\"select\";s:8:\"multiple\";b:1;s:8:\"priority\";i:95;s:7:\"options\";a:43:{s:13:\"uncategorized\";a:3:{s:5:\"value\";s:13:\"uncategorized\";s:5:\"label\";s:13:\"Uncategorized\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"accessories\";a:3:{s:5:\"value\";s:11:\"accessories\";s:5:\"label\";s:11:\"Accessories\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"android-smartphones\";a:3:{s:5:\"value\";s:19:\"android-smartphones\";s:5:\"label\";s:19:\"Android Smartphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:20:\"bluetooth-headphones\";a:3:{s:5:\"value\";s:20:\"bluetooth-headphones\";s:5:\"label\";s:20:\"Bluetooth Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:18:\"bluetooth-speakers\";a:3:{s:5:\"value\";s:18:\"bluetooth-speakers\";s:5:\"label\";s:18:\"Bluetooth Speakers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"brother-printers\";a:3:{s:5:\"value\";s:16:\"brother-printers\";s:5:\"label\";s:16:\"Brother Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:7:\"cameras\";a:3:{s:5:\"value\";s:7:\"cameras\";s:5:\"label\";s:7:\"Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"canon-printers\";a:3:{s:5:\"value\";s:14:\"canon-printers\";s:5:\"label\";s:14:\"Canon Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"charges-adapters\";a:3:{s:5:\"value\";s:16:\"charges-adapters\";s:5:\"label\";s:22:\"Charges &amp; Adapters\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:21:\"computers-accessories\";a:3:{s:5:\"value\";s:21:\"computers-accessories\";s:5:\"label\";s:27:\"Computers &amp; Accessories\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:27:\"copy-and-multipurpose-paper\";a:3:{s:5:\"value\";s:27:\"copy-and-multipurpose-paper\";s:5:\"label\";s:27:\"Copy and Multipurpose Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:23:\"copy-and-printing-paper\";a:3:{s:5:\"value\";s:23:\"copy-and-printing-paper\";s:5:\"label\";s:23:\"Copy and Printing Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:10:\"core-parts\";a:3:{s:5:\"value\";s:10:\"core-parts\";s:5:\"label\";s:10:\"Core parts\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"desktop-barebones\";a:3:{s:5:\"value\";s:17:\"desktop-barebones\";s:5:\"label\";s:17:\"Desktop Barebones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"desktop-computers\";a:3:{s:5:\"value\";s:17:\"desktop-computers\";s:5:\"label\";s:17:\"Desktop Computers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"dot-matrix-printers\";a:3:{s:5:\"value\";s:19:\"dot-matrix-printers\";s:5:\"label\";s:19:\"Dot Matrix Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"dslr-cameras\";a:3:{s:5:\"value\";s:12:\"dslr-cameras\";s:5:\"label\";s:12:\"DSLR Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"epson-printers\";a:3:{s:5:\"value\";s:14:\"epson-printers\";s:5:\"label\";s:14:\"Epson Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"fitness-trackers\";a:3:{s:5:\"value\";s:16:\"fitness-trackers\";s:5:\"label\";s:16:\"Fitness Trackers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:10:\"headphones\";a:3:{s:5:\"value\";s:10:\"headphones\";s:5:\"label\";s:10:\"Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"home-cinema-systems\";a:3:{s:5:\"value\";s:19:\"home-cinema-systems\";s:5:\"label\";s:19:\"Home Cinema Systems\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"hp-printers\";a:3:{s:5:\"value\";s:11:\"hp-printers\";s:5:\"label\";s:11:\"hp printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:3:\"ink\";a:3:{s:5:\"value\";s:3:\"ink\";s:5:\"label\";s:3:\"Ink\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:15:\"laptops-tablets\";a:3:{s:5:\"value\";s:15:\"laptops-tablets\";s:5:\"label\";s:21:\"Laptops &amp; Tablets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"laser-printer-paper\";a:3:{s:5:\"value\";s:19:\"laser-printer-paper\";s:5:\"label\";s:19:\"Laser Printer Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:18:\"mirrorless-cameras\";a:3:{s:5:\"value\";s:18:\"mirrorless-cameras\";s:5:\"label\";s:18:\"Mirrorless Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:21:\"office-paper-products\";a:3:{s:5:\"value\";s:21:\"office-paper-products\";s:5:\"label\";s:21:\"Office Paper Products\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"on-ear-headphones\";a:3:{s:5:\"value\";s:17:\"on-ear-headphones\";s:5:\"label\";s:17:\"On-Ear Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:5:\"paper\";a:3:{s:5:\"value\";s:5:\"paper\";s:5:\"label\";s:5:\"Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"peripherals\";a:3:{s:5:\"value\";s:11:\"peripherals\";s:5:\"label\";s:11:\"Peripherals\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"photo-video\";a:3:{s:5:\"value\";s:11:\"photo-video\";s:5:\"label\";s:17:\"Photo &amp; Video\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:27:\"point-shoot-digital-cameras\";a:3:{s:5:\"value\";s:27:\"point-shoot-digital-cameras\";s:5:\"label\";s:33:\"Point &amp; Shoot Digital Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"printer-papers\";a:3:{s:5:\"value\";s:14:\"printer-papers\";s:5:\"label\";s:14:\"Printer Papers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:8:\"printers\";a:3:{s:5:\"value\";s:8:\"printers\";s:5:\"label\";s:8:\"Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"printers-ink\";a:3:{s:5:\"value\";s:12:\"printers-ink\";s:5:\"label\";s:18:\"Printers &amp; Ink\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"smartphones-tablets\";a:3:{s:5:\"value\";s:19:\"smartphones-tablets\";s:5:\"label\";s:25:\"Smartphones &amp; Tablets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"smartwatches\";a:3:{s:5:\"value\";s:12:\"smartwatches\";s:5:\"label\";s:12:\"Smartwatches\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"speakers-home-music\";a:3:{s:5:\"value\";s:19:\"speakers-home-music\";s:5:\"label\";s:25:\"Speakers &amp; Home Music\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:2:\"tv\";a:3:{s:5:\"value\";s:2:\"tv\";s:5:\"label\";s:2:\"TV\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:7:\"tv-sets\";a:3:{s:5:\"value\";s:7:\"tv-sets\";s:5:\"label\";s:7:\"TV Sets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"video-audio\";a:3:{s:5:\"value\";s:11:\"video-audio\";s:5:\"label\";s:17:\"Video &amp; Audio\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:20:\"wearable-electronics\";a:3:{s:5:\"value\";s:20:\"wearable-electronics\";s:5:\"label\";s:20:\"Wearable Electronics\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"workstations\";a:3:{s:5:\"value\";s:12:\"workstations\";s:5:\"label\";s:12:\"Workstations\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:8:\"surecart\";i:7;s:17:\"woocommerce_sales\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"product_control\";s:5:\"value\";s:16:\"product_category\";}}}s:12:\"product_list\";a:8:{s:5:\"label\";s:14:\"Select Product\";s:4:\"name\";s:12:\"product_list\";s:4:\"type\";s:12:\"select-async\";s:8:\"multiple\";b:1;s:8:\"priority\";i:96;s:7:\"options\";a:11:{i:0;a:3:{s:5:\"label\";s:23:\"Type for more result...\";s:5:\"value\";N;s:8:\"disabled\";b:1;}i:914;a:3:{s:5:\"value\";i:914;s:5:\"label\";s:34:\"Canon Pixma TS 8350 Inkjet Printer\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:908;a:3:{s:5:\"value\";i:908;s:5:\"label\";s:17:\"Canon PIXMA G3560\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:902;a:3:{s:5:\"value\";i:902;s:5:\"label\";s:120:\"Canon MAXIFY GX7050 - Eco-Friendly and cost-conscious compact 4-in-1 business printer (refillable ink tanks, designed…\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:896;a:3:{s:5:\"value\";i:896;s:5:\"label\";s:74:\"Canon PIXMA G7050 4-in-1 refillable ink tank printer with ADF and Ethernet\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:884;a:3:{s:5:\"value\";i:884;s:5:\"label\";s:55:\"Canon PIXMA TS5351 Multifunctional Wifi Printer - White\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:878;a:3:{s:5:\"value\";i:878;s:5:\"label\";s:47:\"Canon PIXMA iX6850 Wi-Fi Office Printer - Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:872;a:3:{s:5:\"value\";i:872;s:5:\"label\";s:48:\"Canon PIXMA TR150 Portable Colour Printer ,Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:866;a:3:{s:5:\"value\";i:866;s:5:\"label\";s:164:\"Canon PIXMA PRO-200 Wireless Professional Color Photo Printer, Prints up to 13\"X 19\", 3.0\" Color LCD Screen, &amp; Layout Software and Mobile Device Printing, Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:860;a:3:{s:5:\"value\";i:860;s:5:\"label\";s:54:\"Canon PIXMA TS6350 Multifunctional Wifi Printer, Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:854;a:3:{s:5:\"value\";i:854;s:5:\"label\";s:114:\"Canon PIXMA TS6350 Wireless Colour All in One Inkjet Photo Printer, Black,Print from your smartphone on a Wi-Fi…\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:17:\"woocommerce_sales\";i:2;s:11:\"woo_reviews\";i:3;s:3:\"edd\";i:4;s:7:\"reviewx\";i:5;s:10:\"woo_inline\";i:6;s:10:\"edd_inline\";i:7;s:8:\"surecart\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"product_control\";s:5:\"value\";s:16:\"manual_selection\";}}s:4:\"ajax\";a:3:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:5:\"field\";s:12:\"product_list\";}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:8:\"surecart\";i:7;s:17:\"woocommerce_sales\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"product_control\";s:5:\"value\";s:16:\"manual_selection\";}}}}s:18:\"product_exclude_by\";a:8:{s:5:\"label\";s:10:\"Exclude By\";s:4:\"name\";s:18:\"product_exclude_by\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:97;s:7:\"default\";s:4:\"none\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:4:\"None\";}s:16:\"product_category\";a:2:{s:5:\"value\";s:16:\"product_category\";s:5:\"label\";s:16:\"Product Category\";}s:16:\"manual_selection\";a:2:{s:5:\"value\";s:16:\"manual_selection\";s:5:\"label\";s:16:\"Selected Product\";}}s:4:\"info\";s:550:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/excludeBy.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/how-exclude-by-works-in-notificationx/&quot; target=&quot;_blank&quot;&gt;Exclude By&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-exclude-by-works-in-notificationx/\" target=\"_blank\">Exclude By</a> works</h3></div>\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:8:\"surecart\";i:7;s:17:\"woocommerce_sales\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}}s:18:\"exclude_categories\";a:7:{s:5:\"label\";s:23:\"Select Product Category\";s:4:\"name\";s:18:\"exclude_categories\";s:4:\"type\";s:6:\"select\";s:8:\"multiple\";b:1;s:8:\"priority\";i:98;s:7:\"options\";a:43:{s:13:\"uncategorized\";a:3:{s:5:\"value\";s:13:\"uncategorized\";s:5:\"label\";s:13:\"Uncategorized\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"accessories\";a:3:{s:5:\"value\";s:11:\"accessories\";s:5:\"label\";s:11:\"Accessories\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"android-smartphones\";a:3:{s:5:\"value\";s:19:\"android-smartphones\";s:5:\"label\";s:19:\"Android Smartphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:20:\"bluetooth-headphones\";a:3:{s:5:\"value\";s:20:\"bluetooth-headphones\";s:5:\"label\";s:20:\"Bluetooth Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:18:\"bluetooth-speakers\";a:3:{s:5:\"value\";s:18:\"bluetooth-speakers\";s:5:\"label\";s:18:\"Bluetooth Speakers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"brother-printers\";a:3:{s:5:\"value\";s:16:\"brother-printers\";s:5:\"label\";s:16:\"Brother Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:7:\"cameras\";a:3:{s:5:\"value\";s:7:\"cameras\";s:5:\"label\";s:7:\"Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"canon-printers\";a:3:{s:5:\"value\";s:14:\"canon-printers\";s:5:\"label\";s:14:\"Canon Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"charges-adapters\";a:3:{s:5:\"value\";s:16:\"charges-adapters\";s:5:\"label\";s:22:\"Charges &amp; Adapters\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:21:\"computers-accessories\";a:3:{s:5:\"value\";s:21:\"computers-accessories\";s:5:\"label\";s:27:\"Computers &amp; Accessories\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:27:\"copy-and-multipurpose-paper\";a:3:{s:5:\"value\";s:27:\"copy-and-multipurpose-paper\";s:5:\"label\";s:27:\"Copy and Multipurpose Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:23:\"copy-and-printing-paper\";a:3:{s:5:\"value\";s:23:\"copy-and-printing-paper\";s:5:\"label\";s:23:\"Copy and Printing Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:10:\"core-parts\";a:3:{s:5:\"value\";s:10:\"core-parts\";s:5:\"label\";s:10:\"Core parts\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"desktop-barebones\";a:3:{s:5:\"value\";s:17:\"desktop-barebones\";s:5:\"label\";s:17:\"Desktop Barebones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"desktop-computers\";a:3:{s:5:\"value\";s:17:\"desktop-computers\";s:5:\"label\";s:17:\"Desktop Computers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"dot-matrix-printers\";a:3:{s:5:\"value\";s:19:\"dot-matrix-printers\";s:5:\"label\";s:19:\"Dot Matrix Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"dslr-cameras\";a:3:{s:5:\"value\";s:12:\"dslr-cameras\";s:5:\"label\";s:12:\"DSLR Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"epson-printers\";a:3:{s:5:\"value\";s:14:\"epson-printers\";s:5:\"label\";s:14:\"Epson Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:16:\"fitness-trackers\";a:3:{s:5:\"value\";s:16:\"fitness-trackers\";s:5:\"label\";s:16:\"Fitness Trackers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:10:\"headphones\";a:3:{s:5:\"value\";s:10:\"headphones\";s:5:\"label\";s:10:\"Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"home-cinema-systems\";a:3:{s:5:\"value\";s:19:\"home-cinema-systems\";s:5:\"label\";s:19:\"Home Cinema Systems\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"hp-printers\";a:3:{s:5:\"value\";s:11:\"hp-printers\";s:5:\"label\";s:11:\"hp printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:3:\"ink\";a:3:{s:5:\"value\";s:3:\"ink\";s:5:\"label\";s:3:\"Ink\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:15:\"laptops-tablets\";a:3:{s:5:\"value\";s:15:\"laptops-tablets\";s:5:\"label\";s:21:\"Laptops &amp; Tablets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"laser-printer-paper\";a:3:{s:5:\"value\";s:19:\"laser-printer-paper\";s:5:\"label\";s:19:\"Laser Printer Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:18:\"mirrorless-cameras\";a:3:{s:5:\"value\";s:18:\"mirrorless-cameras\";s:5:\"label\";s:18:\"Mirrorless Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:21:\"office-paper-products\";a:3:{s:5:\"value\";s:21:\"office-paper-products\";s:5:\"label\";s:21:\"Office Paper Products\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:17:\"on-ear-headphones\";a:3:{s:5:\"value\";s:17:\"on-ear-headphones\";s:5:\"label\";s:17:\"On-Ear Headphones\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:5:\"paper\";a:3:{s:5:\"value\";s:5:\"paper\";s:5:\"label\";s:5:\"Paper\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"peripherals\";a:3:{s:5:\"value\";s:11:\"peripherals\";s:5:\"label\";s:11:\"Peripherals\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"photo-video\";a:3:{s:5:\"value\";s:11:\"photo-video\";s:5:\"label\";s:17:\"Photo &amp; Video\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:27:\"point-shoot-digital-cameras\";a:3:{s:5:\"value\";s:27:\"point-shoot-digital-cameras\";s:5:\"label\";s:33:\"Point &amp; Shoot Digital Cameras\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:14:\"printer-papers\";a:3:{s:5:\"value\";s:14:\"printer-papers\";s:5:\"label\";s:14:\"Printer Papers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:8:\"printers\";a:3:{s:5:\"value\";s:8:\"printers\";s:5:\"label\";s:8:\"Printers\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"printers-ink\";a:3:{s:5:\"value\";s:12:\"printers-ink\";s:5:\"label\";s:18:\"Printers &amp; Ink\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"smartphones-tablets\";a:3:{s:5:\"value\";s:19:\"smartphones-tablets\";s:5:\"label\";s:25:\"Smartphones &amp; Tablets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"smartwatches\";a:3:{s:5:\"value\";s:12:\"smartwatches\";s:5:\"label\";s:12:\"Smartwatches\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:19:\"speakers-home-music\";a:3:{s:5:\"value\";s:19:\"speakers-home-music\";s:5:\"label\";s:25:\"Speakers &amp; Home Music\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:2:\"tv\";a:3:{s:5:\"value\";s:2:\"tv\";s:5:\"label\";s:2:\"TV\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:7:\"tv-sets\";a:3:{s:5:\"value\";s:7:\"tv-sets\";s:5:\"label\";s:7:\"TV Sets\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:11:\"video-audio\";a:3:{s:5:\"value\";s:11:\"video-audio\";s:5:\"label\";s:17:\"Video &amp; Audio\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:20:\"wearable-electronics\";a:3:{s:5:\"value\";s:20:\"wearable-electronics\";s:5:\"label\";s:20:\"Wearable Electronics\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}s:12:\"workstations\";a:3:{s:5:\"value\";s:12:\"workstations\";s:5:\"label\";s:12:\"Workstations\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:8:\"surecart\";i:7;s:17:\"woocommerce_sales\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"product_exclude_by\";s:5:\"value\";s:16:\"product_category\";}}}s:16:\"exclude_products\";a:8:{s:5:\"label\";s:14:\"Select Product\";s:4:\"name\";s:16:\"exclude_products\";s:4:\"type\";s:12:\"select-async\";s:8:\"multiple\";b:1;s:8:\"priority\";i:99;s:7:\"options\";a:11:{i:0;a:3:{s:5:\"label\";s:23:\"Type for more result...\";s:5:\"value\";N;s:8:\"disabled\";b:1;}i:914;a:3:{s:5:\"value\";i:914;s:5:\"label\";s:34:\"Canon Pixma TS 8350 Inkjet Printer\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:908;a:3:{s:5:\"value\";i:908;s:5:\"label\";s:17:\"Canon PIXMA G3560\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:902;a:3:{s:5:\"value\";i:902;s:5:\"label\";s:120:\"Canon MAXIFY GX7050 - Eco-Friendly and cost-conscious compact 4-in-1 business printer (refillable ink tanks, designed…\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:896;a:3:{s:5:\"value\";i:896;s:5:\"label\";s:74:\"Canon PIXMA G7050 4-in-1 refillable ink tank printer with ADF and Ethernet\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:884;a:3:{s:5:\"value\";i:884;s:5:\"label\";s:55:\"Canon PIXMA TS5351 Multifunctional Wifi Printer - White\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:878;a:3:{s:5:\"value\";i:878;s:5:\"label\";s:47:\"Canon PIXMA iX6850 Wi-Fi Office Printer - Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:872;a:3:{s:5:\"value\";i:872;s:5:\"label\";s:48:\"Canon PIXMA TR150 Portable Colour Printer ,Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:866;a:3:{s:5:\"value\";i:866;s:5:\"label\";s:164:\"Canon PIXMA PRO-200 Wireless Professional Color Photo Printer, Prints up to 13\"X 19\", 3.0\" Color LCD Screen, &amp; Layout Software and Mobile Device Printing, Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:860;a:3:{s:5:\"value\";i:860;s:5:\"label\";s:54:\"Canon PIXMA TS6350 Multifunctional Wifi Printer, Black\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}i:854;a:3:{s:5:\"value\";i:854;s:5:\"label\";s:114:\"Canon PIXMA TS6350 Wireless Colour All in One Inkjet Photo Printer, Black,Print from your smartphone on a Wi-Fi…\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:6:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:25:\"woocommerce_sales_reviews\";i:4;s:24:\"woocommerce_sales_inline\";i:5;s:11:\"woo_reviews\";}}}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:12:{i:0;s:11:\"woocommerce\";i:1;s:17:\"woocommerce_sales\";i:2;s:11:\"woo_reviews\";i:3;s:3:\"edd\";i:4;s:7:\"reviewx\";i:5;s:10:\"woo_inline\";i:6;s:10:\"edd_inline\";i:7;s:8:\"surecart\";i:8;s:25:\"woocommerce_sales_reviews\";i:9;s:24:\"woocommerce_sales_inline\";i:10;s:10:\"fluentcart\";i:11;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"product_exclude_by\";s:5:\"value\";s:16:\"manual_selection\";}}s:4:\"ajax\";a:3:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:5:\"field\";s:16:\"exclude_products\";}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:11:{i:0;s:11:\"woocommerce\";i:1;s:11:\"woo_reviews\";i:2;s:3:\"edd\";i:3;s:7:\"reviewx\";i:4;s:10:\"woo_inline\";i:5;s:10:\"edd_inline\";i:6;s:17:\"woocommerce_sales\";i:7;s:25:\"woocommerce_sales_reviews\";i:8;s:24:\"woocommerce_sales_inline\";i:9;s:10:\"fluentcart\";i:10;s:17:\"fluentcart_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"product_exclude_by\";s:5:\"value\";s:16:\"manual_selection\";}}}}s:12:\"order_status\";a:11:{s:5:\"label\";s:12:\"Order Status\";s:4:\"name\";s:12:\"order_status\";s:4:\"type\";s:6:\"select\";s:8:\"multiple\";b:1;s:6:\"is_pro\";b:1;s:8:\"priority\";d:99.5;s:7:\"default\";a:2:{i:0;s:12:\"wc-completed\";i:1;s:13:\"wc-processing\";}s:4:\"help\";s:54:\"By default it will show Processing & Completed status.\";s:7:\"options\";a:8:{s:10:\"wc-pending\";a:3:{s:5:\"value\";s:10:\"wc-pending\";s:5:\"label\";s:15:\"Pending payment\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:13:\"wc-processing\";a:3:{s:5:\"value\";s:13:\"wc-processing\";s:5:\"label\";s:10:\"Processing\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:10:\"wc-on-hold\";a:3:{s:5:\"value\";s:10:\"wc-on-hold\";s:5:\"label\";s:7:\"On hold\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:12:\"wc-completed\";a:3:{s:5:\"value\";s:12:\"wc-completed\";s:5:\"label\";s:9:\"Completed\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:12:\"wc-cancelled\";a:3:{s:5:\"value\";s:12:\"wc-cancelled\";s:5:\"label\";s:9:\"Cancelled\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:11:\"wc-refunded\";a:3:{s:5:\"value\";s:11:\"wc-refunded\";s:5:\"label\";s:8:\"Refunded\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:9:\"wc-failed\";a:3:{s:5:\"value\";s:9:\"wc-failed\";s:5:\"label\";s:6:\"Failed\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}s:17:\"wc-checkout-draft\";a:3:{s:5:\"value\";s:17:\"wc-checkout-draft\";s:5:\"label\";s:5:\"Draft\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}}s:4:\"info\";s:526:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/orderStatus.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/how-order-status-works/&quot; target=&quot;_blank&quot;&gt;Order Status&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-order-status-works/\" target=\"_blank\">Order Status</a> works</h3></div>\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:17:\"woocommerce_sales\";i:2;s:10:\"woo_inline\";i:3;s:24:\"woocommerce_sales_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:26:\"woo_inline_stock-theme-one\";i:1;s:26:\"woo_inline_stock-theme-two\";i:2;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:3;s:40:\"woocommerce_sales_inline_stock-theme-two\";}}}}s:21:\"surecart_order_status\";a:11:{s:5:\"label\";s:12:\"Order Status\";s:4:\"name\";s:21:\"surecart_order_status\";s:4:\"type\";s:6:\"select\";s:8:\"multiple\";b:1;s:6:\"is_pro\";b:1;s:8:\"priority\";d:99.6;s:7:\"default\";a:2:{i:0;s:10:\"processing\";i:1;s:9:\"fulfilled\";}s:4:\"help\";s:54:\"By default it will show Processing & Fulfilled status.\";s:7:\"options\";a:0:{}s:4:\"info\";s:526:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/orderStatus.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/how-order-status-works/&quot; target=&quot;_blank&quot;&gt;Order Status&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-order-status-works/\" target=\"_blank\">Order Status</a> works</h3></div>\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:8:\"surecart\";}}}}s:23:\"fluentcart_order_status\";a:11:{s:5:\"label\";s:12:\"Order Status\";s:4:\"name\";s:23:\"fluentcart_order_status\";s:4:\"type\";s:6:\"select\";s:8:\"multiple\";b:1;s:6:\"is_pro\";b:1;s:8:\"priority\";d:99.8;s:7:\"default\";a:3:{i:0;s:7:\"on-hold\";i:1;s:9:\"completed\";i:2;s:10:\"processing\";}s:4:\"help\";s:54:\"By default it will show Processing & Fulfilled status.\";s:7:\"options\";a:0:{}s:4:\"info\";s:526:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/orderStatus.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/how-order-status-works/&quot; target=&quot;_blank&quot;&gt;Order Status&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-order-status-works/\" target=\"_blank\">Order Status</a> works</h3></div>\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"fluentcart\";}}}}s:18:\"combine_multiorder\";a:7:{s:5:\"label\";s:19:\"Combine Multi Order\";s:4:\"name\";s:18:\"combine_multiorder\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";d:99.7;s:7:\"default\";b:1;s:11:\"description\";s:36:\"Combine order like, 2 more products.\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:33:\"notification-template.first_param\";s:5:\"value\";s:15:\"tag_sales_count\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:11:\"woocommerce\";i:1;s:3:\"edd\";i:2;s:17:\"woocommerce_sales\";}}}}s:9:\"form_list\";a:7:{s:4:\"type\";s:12:\"select-async\";s:4:\"name\";s:9:\"form_list\";s:5:\"label\";s:13:\"Select a Form\";s:7:\"options\";a:8:{i:0;a:3:{s:5:\"label\";s:23:\"Type for more result...\";s:5:\"value\";N;s:8:\"disabled\";b:1;}i:1;a:3:{s:5:\"value\";s:5:\"cf7_5\";s:5:\"label\";s:14:\"Contact form 1\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"cf7\";}}}i:2;a:3:{s:5:\"value\";s:7:\"cf7_100\";s:5:\"label\";s:12:\"Contact Form\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"cf7\";}}}i:3;a:3:{s:5:\"value\";s:6:\"cf7_39\";s:5:\"label\";s:10:\"Newsletter\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"cf7\";}}}s:8:\"wpf_1648\";a:3:{s:5:\"value\";s:8:\"wpf_1648\";s:5:\"label\";s:7:\"CV Form\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"wpf\";}}}s:8:\"wpf_1561\";a:3:{s:5:\"value\";s:8:\"wpf_1561\";s:5:\"label\";s:14:\"Subscribe Form\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"wpf\";}}}s:8:\"wpf_1649\";a:3:{s:5:\"value\";s:8:\"wpf_1649\";s:5:\"label\";s:12:\"Contact Form\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:3:\"wpf\";}}}s:11:\"409_db23a5b\";a:3:{s:5:\"label\";s:22:\"Printer Form (db23a5b)\";s:5:\"value\";s:11:\"409_db23a5b\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:14:\"elementor_form\";}}}}s:8:\"priority\";i:20;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:4:\"form\";}}s:4:\"ajax\";a:2:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:5:\"field\";s:9:\"form_list\";}}}s:23:\"combine_multiorder_text\";a:6:{s:5:\"label\";s:24:\"Combine Multi Order Text\";s:4:\"name\";s:23:\"combine_multiorder_text\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:101;s:7:\"default\";s:13:\"more products\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"combine_multiorder\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:33:\"notification-template.first_param\";s:5:\"value\";s:15:\"tag_sales_count\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:11:\"woocommerce\";}}}}s:19:\"content_trim_length\";a:8:{s:4:\"name\";s:19:\"content_trim_length\";s:5:\"label\";s:14:\"Content Length\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:200;s:7:\"default\";i:80;s:6:\"is_pro\";b:1;s:11:\"description\";s:63:\"Enter how many characters you want to show in comment or review\";s:5:\"rules\";a:4:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:18:{i:0;s:22:\"reviews_review-comment\";i:1;s:24:\"reviews_review-comment-2\";i:2;s:24:\"reviews_review-comment-3\";i:3;s:26:\"woo_reviews_review-comment\";i:4;s:28:\"woo_reviews_review-comment-2\";i:5;s:28:\"woo_reviews_review-comment-3\";i:6;s:40:\"woocommerce_sales_reviews_review-comment\";i:7;s:42:\"woocommerce_sales_reviews_review-comment-2\";i:8;s:42:\"woocommerce_sales_reviews_review-comment-3\";i:9;s:22:\"reviewx_review-comment\";i:10;s:24:\"reviewx_review-comment-2\";i:11;s:24:\"reviewx_review-comment-3\";i:12;s:23:\"comments_theme-six-free\";i:13;s:25:\"comments_theme-seven-free\";i:14;s:25:\"comments_theme-eight-free\";i:15;s:29:\"google_reviews_review-comment\";i:16;s:31:\"google_reviews_review-comment-2\";i:17;s:31:\"google_reviews_review-comment-3\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.third_param\";s:5:\"value\";s:16:\"tag_post_comment\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:33:\"notification-template.third_param\";s:5:\"value\";s:16:\"tag_place_review\";}}}s:9:\"max_stock\";a:7:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:9:\"max_stock\";s:5:\"label\";s:19:\"Low Stock Threshold\";s:8:\"priority\";i:290;s:7:\"default\";i:10;s:4:\"help\";s:94:\"The notice will appear when the product stock reaches this amount. By default the limit is 10.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:40:\"woocommerce_sales_inline_stock-theme-one\";i:1;s:40:\"woocommerce_sales_inline_stock-theme-two\";i:2;s:26:\"woo_inline_stock-theme-one\";i:3;s:26:\"woo_inline_stock-theme-two\";}}}s:15:\"convertkit_form\";a:6:{s:4:\"name\";s:15:\"convertkit_form\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"ConvertKit Form\";s:8:\"priority\";i:61;s:7:\"options\";a:0:{}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:10:\"convertkit\";}}s:15:\"custom_contents\";a:7:{s:5:\"label\";s:10:\"Conversion\";s:4:\"name\";s:15:\"custom_contents\";s:4:\"type\";s:8:\"repeater\";s:8:\"priority\";i:300;s:6:\"button\";a:1:{s:5:\"label\";s:7:\"Add New\";}s:6:\"fields\";a:22:{s:5:\"title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"title\";s:5:\"label\";s:5:\"Title\";s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:20:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:28:\"conversions_conv-theme-seven\";i:8;s:28:\"conversions_conv-theme-eight\";i:9;s:27:\"conversions_conv-theme-nine\";i:10;s:34:\"woocommerce_sales_conv-theme-seven\";i:11;s:34:\"woocommerce_sales_conv-theme-eight\";i:12;s:33:\"woocommerce_sales_conv-theme-nine\";i:13;s:22:\"conversions_maps_theme\";i:14;s:26:\"conversions_conv-theme-six\";i:15;s:19:\"comments_maps_theme\";i:16;s:29:\"email_subscription_maps_theme\";i:17;s:28:\"email_subscription_theme-one\";i:18;s:28:\"email_subscription_theme-two\";i:19;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:10:\"post_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:10:\"Post Title\";s:8:\"priority\";i:1;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:23:\"comments_theme-six-free\";i:4;s:25:\"comments_theme-seven-free\";i:5;s:25:\"comments_theme-eight-free\";i:6;s:19:\"comments_theme-four\";i:7;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:12:\"post_comment\";a:5:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:12:\"post_comment\";s:5:\"label\";s:7:\"Comment\";s:8:\"priority\";i:2;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:8:{i:0;s:18:\"comments_theme-one\";i:1;s:18:\"comments_theme-two\";i:2;s:20:\"comments_theme-three\";i:3;s:23:\"comments_theme-six-free\";i:4;s:25:\"comments_theme-seven-free\";i:5;s:25:\"comments_theme-eight-free\";i:6;s:19:\"comments_theme-four\";i:7;s:19:\"comments_theme-five\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:8:\"username\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:8:\"username\";s:5:\"label\";s:9:\"User Name\";s:8:\"priority\";i:0;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:12:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:21:\"reviews_review_saying\";i:3;s:22:\"reviews_review-comment\";i:4;s:24:\"reviews_review-comment-2\";i:5;s:24:\"reviews_review-comment-3\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:25:\"google_reviews_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:4:\"name\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:17:\"plugin_theme_name\";s:5:\"label\";s:17:\"Plugin/Theme Name\";s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_actively_using\";i:3;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:10:\"first_name\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"first_name\";s:5:\"label\";s:10:\"First Name\";s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:22:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:22:\"conversions_maps_theme\";i:8;s:26:\"conversions_conv-theme-six\";i:9;s:19:\"comments_maps_theme\";i:10;s:29:\"email_subscription_maps_theme\";i:11;s:18:\"comments_theme-one\";i:12;s:18:\"comments_theme-two\";i:13;s:20:\"comments_theme-three\";i:14;s:23:\"comments_theme-six-free\";i:15;s:25:\"comments_theme-seven-free\";i:16;s:25:\"comments_theme-eight-free\";i:17;s:19:\"comments_theme-four\";i:18;s:19:\"comments_theme-five\";i:19;s:28:\"email_subscription_theme-one\";i:20;s:28:\"email_subscription_theme-two\";i:21;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:9:\"last_name\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:9:\"last_name\";s:5:\"label\";s:9:\"Last Name\";s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:22:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:22:\"conversions_maps_theme\";i:8;s:26:\"conversions_conv-theme-six\";i:9;s:19:\"comments_maps_theme\";i:10;s:29:\"email_subscription_maps_theme\";i:11;s:18:\"comments_theme-one\";i:12;s:18:\"comments_theme-two\";i:13;s:20:\"comments_theme-three\";i:14;s:23:\"comments_theme-six-free\";i:15;s:25:\"comments_theme-seven-free\";i:16;s:25:\"comments_theme-eight-free\";i:17;s:19:\"comments_theme-four\";i:18;s:19:\"comments_theme-five\";i:19;s:28:\"email_subscription_theme-one\";i:20;s:28:\"email_subscription_theme-two\";i:21;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:5:\"email\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:8:\"priority\";i:15;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:10:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:28:\"email_subscription_theme-one\";i:8;s:28:\"email_subscription_theme-two\";i:9;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:4:\"city\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:8:\"priority\";i:20;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:22:\"conversions_maps_theme\";i:1;s:26:\"conversions_conv-theme-six\";i:2;s:19:\"comments_maps_theme\";i:3;s:29:\"email_subscription_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:7:\"country\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:7:\"country\";s:5:\"label\";s:7:\"Country\";s:8:\"priority\";i:25;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:22:\"conversions_maps_theme\";i:1;s:26:\"conversions_conv-theme-six\";i:2;s:19:\"comments_maps_theme\";i:3;s:29:\"email_subscription_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:11:\"sales_count\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:11:\"sales_count\";s:5:\"label\";s:15:\"Number of Sales\";s:8:\"priority\";i:2;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:6:{i:0;s:28:\"conversions_conv-theme-seven\";i:1;s:28:\"conversions_conv-theme-eight\";i:2;s:27:\"conversions_conv-theme-nine\";i:3;s:34:\"woocommerce_sales_conv-theme-seven\";i:4;s:34:\"woocommerce_sales_conv-theme-eight\";i:5;s:33:\"woocommerce_sales_conv-theme-nine\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:5:\"image\";a:5:{s:4:\"type\";s:5:\"media\";s:4:\"name\";s:5:\"image\";s:5:\"label\";s:5:\"Image\";s:8:\"priority\";i:30;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:44:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:28:\"conversions_conv-theme-seven\";i:8;s:28:\"conversions_conv-theme-eight\";i:9;s:27:\"conversions_conv-theme-nine\";i:10;s:34:\"woocommerce_sales_conv-theme-seven\";i:11;s:34:\"woocommerce_sales_conv-theme-eight\";i:12;s:33:\"woocommerce_sales_conv-theme-nine\";i:13;s:22:\"conversions_maps_theme\";i:14;s:26:\"conversions_conv-theme-six\";i:15;s:19:\"comments_maps_theme\";i:16;s:29:\"email_subscription_maps_theme\";i:17;s:18:\"comments_theme-one\";i:18;s:18:\"comments_theme-two\";i:19;s:20:\"comments_theme-three\";i:20;s:23:\"comments_theme-six-free\";i:21;s:25:\"comments_theme-seven-free\";i:22;s:25:\"comments_theme-eight-free\";i:23;s:19:\"comments_theme-four\";i:24;s:19:\"comments_theme-five\";i:25;s:19:\"reviews_total-rated\";i:26;s:16:\"reviews_reviewed\";i:27;s:21:\"reviews_review_saying\";i:28;s:22:\"reviews_review-comment\";i:29;s:24:\"reviews_review-comment-2\";i:30;s:24:\"reviews_review-comment-3\";i:31;s:26:\"google_reviews_total-rated\";i:32;s:23:\"google_reviews_reviewed\";i:33;s:29:\"google_reviews_review-comment\";i:34;s:31:\"google_reviews_review-comment-2\";i:35;s:31:\"google_reviews_review-comment-3\";i:36;s:25:\"google_reviews_maps_theme\";i:37;s:29:\"download_stats_today-download\";i:38;s:28:\"download_stats_7day-download\";i:39;s:29:\"download_stats_actively_using\";i:40;s:29:\"download_stats_total-download\";i:41;s:28:\"email_subscription_theme-one\";i:42;s:28:\"email_subscription_theme-two\";i:43;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:4:\"link\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"link\";s:5:\"label\";s:3:\"URL\";s:8:\"priority\";i:35;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:44:{i:0;s:21:\"conversions_theme-one\";i:1;s:21:\"conversions_theme-two\";i:2;s:23:\"conversions_theme-three\";i:3;s:22:\"conversions_theme-five\";i:4;s:22:\"conversions_theme-four\";i:5;s:26:\"conversions_conv-theme-ten\";i:6;s:29:\"conversions_conv-theme-eleven\";i:7;s:28:\"conversions_conv-theme-seven\";i:8;s:28:\"conversions_conv-theme-eight\";i:9;s:27:\"conversions_conv-theme-nine\";i:10;s:34:\"woocommerce_sales_conv-theme-seven\";i:11;s:34:\"woocommerce_sales_conv-theme-eight\";i:12;s:33:\"woocommerce_sales_conv-theme-nine\";i:13;s:22:\"conversions_maps_theme\";i:14;s:26:\"conversions_conv-theme-six\";i:15;s:19:\"comments_maps_theme\";i:16;s:29:\"email_subscription_maps_theme\";i:17;s:18:\"comments_theme-one\";i:18;s:18:\"comments_theme-two\";i:19;s:20:\"comments_theme-three\";i:20;s:23:\"comments_theme-six-free\";i:21;s:25:\"comments_theme-seven-free\";i:22;s:25:\"comments_theme-eight-free\";i:23;s:19:\"comments_theme-four\";i:24;s:19:\"comments_theme-five\";i:25;s:19:\"reviews_total-rated\";i:26;s:16:\"reviews_reviewed\";i:27;s:21:\"reviews_review_saying\";i:28;s:22:\"reviews_review-comment\";i:29;s:24:\"reviews_review-comment-2\";i:30;s:24:\"reviews_review-comment-3\";i:31;s:26:\"google_reviews_total-rated\";i:32;s:23:\"google_reviews_reviewed\";i:33;s:29:\"google_reviews_review-comment\";i:34;s:31:\"google_reviews_review-comment-2\";i:35;s:31:\"google_reviews_review-comment-3\";i:36;s:25:\"google_reviews_maps_theme\";i:37;s:29:\"download_stats_today-download\";i:38;s:28:\"download_stats_7day-download\";i:39;s:29:\"download_stats_actively_using\";i:40;s:29:\"download_stats_total-download\";i:41;s:28:\"email_subscription_theme-one\";i:42;s:28:\"email_subscription_theme-two\";i:43;s:30:\"email_subscription_theme-three\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:5:\"rated\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"rated\";s:5:\"label\";s:23:\"Number of Peoples Rated\";s:8:\"priority\";i:1;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:12:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:21:\"reviews_review_saying\";i:3;s:22:\"reviews_review-comment\";i:4;s:24:\"reviews_review-comment-2\";i:5;s:24:\"reviews_review-comment-3\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:25:\"google_reviews_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:11:\"plugin_name\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:11:\"plugin_name\";s:5:\"label\";s:11:\"Plugin Name\";s:8:\"priority\";i:2;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:12:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:21:\"reviews_review_saying\";i:3;s:22:\"reviews_review-comment\";i:4;s:24:\"reviews_review-comment-2\";i:5;s:24:\"reviews_review-comment-3\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:25:\"google_reviews_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:13:\"plugin_review\";a:5:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:13:\"plugin_review\";s:5:\"label\";s:11:\"Review Text\";s:8:\"priority\";i:4;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:12:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:21:\"reviews_review_saying\";i:3;s:22:\"reviews_review-comment\";i:4;s:24:\"reviews_review-comment-2\";i:5;s:24:\"reviews_review-comment-3\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:25:\"google_reviews_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:6:\"rating\";a:8:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:6:\"rating\";s:5:\"label\";s:6:\"Rating\";s:3:\"min\";i:1;s:3:\"max\";i:5;s:7:\"default\";i:5;s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:12:{i:0;s:19:\"reviews_total-rated\";i:1;s:16:\"reviews_reviewed\";i:2;s:21:\"reviews_review_saying\";i:3;s:22:\"reviews_review-comment\";i:4;s:24:\"reviews_review-comment-2\";i:5;s:24:\"reviews_review-comment-3\";i:6;s:26:\"google_reviews_total-rated\";i:7;s:23:\"google_reviews_reviewed\";i:8;s:29:\"google_reviews_review-comment\";i:9;s:31:\"google_reviews_review-comment-2\";i:10;s:31:\"google_reviews_review-comment-3\";i:11;s:25:\"google_reviews_maps_theme\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:5:\"today\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:5:\"today\";s:5:\"label\";s:15:\"Todays Download\";s:11:\"description\";s:38:\"Number of items downloaded in one day.\";s:8:\"priority\";i:1;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_actively_using\";i:3;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:9:\"last_week\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:9:\"last_week\";s:5:\"label\";s:16:\"7 Days Downloads\";s:11:\"description\";s:42:\"Number of items downloaded in last 7 days.\";s:8:\"priority\";i:2;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_actively_using\";i:3;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:8:\"all_time\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"all_time\";s:5:\"label\";s:15:\"Total Downloads\";s:11:\"description\";s:36:\"Number of items downloaded in total.\";s:8:\"priority\";i:3;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_actively_using\";i:3;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:15:\"active_installs\";a:5:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:15:\"active_installs\";s:5:\"label\";s:25:\"Number of Active Installs\";s:8:\"priority\";i:4;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:29:\"download_stats_today-download\";i:1;s:28:\"download_stats_7day-download\";i:2;s:29:\"download_stats_actively_using\";i:3;s:29:\"download_stats_total-download\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}}s:9:\"timestamp\";a:3:{s:4:\"type\";s:4:\"date\";s:4:\"name\";s:9:\"timestamp\";s:5:\"label\";s:4:\"Time\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:19:\"custom_notification\";i:1;s:31:\"custom_notification_conversions\";}}}s:20:\"announcement_entries\";a:7:{s:4:\"name\";s:20:\"announcement_entries\";s:4:\"type\";s:7:\"section\";s:7:\"classes\";s:23:\"nx-announcement-entries\";s:8:\"priority\";i:300;s:6:\"button\";a:1:{s:5:\"label\";s:7:\"Add New\";}s:6:\"fields\";a:6:{s:11:\"offer_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:11:\"offer_title\";s:5:\"label\";s:11:\"Offer Title\";s:7:\"default\";s:31:\"Flash Sale: Limited Time Offer!\";s:8:\"priority\";i:1;}s:14:\"offer_discount\";a:7:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:14:\"offer_discount\";s:5:\"label\";s:18:\"Offer Discount (%)\";s:8:\"priority\";i:5;s:11:\"placeholder\";s:2:\"25\";s:7:\"default\";s:2:\"25\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";}}}s:17:\"offer_description\";a:6:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:17:\"offer_description\";s:5:\"label\";s:17:\"Offer Description\";s:7:\"default\";s:60:\"Enjoy flat 50% Off on NotificationX PRO Valid till this week\";s:8:\"priority\";i:10;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}s:5:\"image\";a:5:{s:4:\"type\";s:5:\"media\";s:4:\"name\";s:5:\"image\";s:5:\"label\";s:5:\"Image\";s:8:\"priority\";i:15;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:22:\"announcements_theme-12\";i:1;s:22:\"announcements_theme-14\";}}}s:11:\"expire_time\";a:6:{s:4:\"type\";s:4:\"date\";s:4:\"name\";s:11:\"expire_time\";s:5:\"label\";s:11:\"Expire Time\";s:8:\"priority\";i:30;s:7:\"default\";s:19:\"2026-04-09 22:55:34\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-12\";i:3;s:22:\"announcements_theme-14\";}}}s:29:\"announcement_link_button_text\";a:6:{s:5:\"label\";s:11:\"Button Text\";s:4:\"name\";s:29:\"announcement_link_button_text\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:25;s:7:\"default\";s:8:\"Grab Now\";s:5:\"rules\";a:3:{i:0;s:2:\"or\";i:1;a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:22:\"announcements_theme-12\";}}}i:2;a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:5:{i:0;s:21:\"announcements_theme-1\";i:1;s:21:\"announcements_theme-2\";i:2;s:22:\"announcements_theme-13\";i:3;s:22:\"announcements_theme-14\";i:4;s:22:\"announcements_theme-15\";}}}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}}s:18:\"freemius_item_type\";a:7:{s:4:\"name\";s:18:\"freemius_item_type\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Item Type\";s:8:\"priority\";i:1;s:7:\"options\";a:4:{s:6:\"plugin\";a:2:{s:5:\"value\";s:6:\"plugin\";s:5:\"label\";s:6:\"Plugin\";}s:5:\"theme\";a:2:{s:5:\"value\";s:5:\"theme\";s:5:\"label\";s:5:\"Theme\";}s:6:\"bundle\";a:2:{s:5:\"value\";s:6:\"bundle\";s:5:\"label\";s:6:\"Bundle\";}s:5:\"addon\";a:2:{s:5:\"value\";s:5:\"addon\";s:5:\"label\";s:6:\"Add-on\";}}s:7:\"default\";s:6:\"plugin\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:20:\"freemius_conversions\";i:1;s:16:\"freemius_reviews\";i:2;s:14:\"freemius_stats\";}}}s:15:\"freemius_themes\";a:6:{s:4:\"name\";s:15:\"freemius_themes\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Select a Theme\";s:8:\"priority\";i:5;s:7:\"options\";a:0:{}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:20:\"freemius_conversions\";i:1;s:16:\"freemius_reviews\";i:2;s:14:\"freemius_stats\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"freemius_item_type\";s:5:\"value\";s:5:\"theme\";}}}s:16:\"freemius_plugins\";a:7:{s:4:\"name\";s:16:\"freemius_plugins\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Select a Plugin\";s:8:\"priority\";i:10;s:7:\"options\";a:0:{}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:20:\"freemius_conversions\";i:1;s:16:\"freemius_reviews\";i:2;s:14:\"freemius_stats\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:18:\"freemius_item_type\";s:5:\"value\";a:2:{i:0;s:6:\"plugin\";i:1;s:5:\"addon\";}}}s:7:\"trigger\";a:1:{s:8:\"defaults\";a:0:{}}}s:16:\"freemius_bundles\";a:6:{s:4:\"name\";s:16:\"freemius_bundles\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Select a Bundle\";s:8:\"priority\";i:10;s:7:\"options\";a:0:{}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:20:\"freemius_conversions\";i:1;s:16:\"freemius_reviews\";i:2;s:14:\"freemius_stats\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"freemius_item_type\";s:5:\"value\";s:6:\"bundle\";}}}s:15:\"freemius_addons\";a:8:{s:5:\"label\";s:15:\"Freemius Add-on\";s:4:\"name\";s:15:\"freemius_addons\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:20;s:7:\"default\";s:0:\"\";s:7:\"options\";a:1:{s:0:\"\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"label\";s:3:\"All\";}}s:4:\"ajax\";a:4:{s:2:\"on\";s:5:\"click\";s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:9:\"plugin_id\";s:17:\"@freemius_plugins\";}s:6:\"target\";s:16:\"freemius_plugins\";}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:3:{i:0;s:20:\"freemius_conversions\";i:1;s:16:\"freemius_reviews\";i:2;s:14:\"freemius_stats\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:18:\"freemius_item_type\";s:5:\"value\";a:1:{i:0;s:5:\"addon\";}}}}s:18:\"ld_product_control\";a:7:{s:4:\"name\";s:18:\"ld_product_control\";s:5:\"label\";s:20:\"Show Notification Of\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:200;s:7:\"default\";s:4:\"none\";s:7:\"options\";a:2:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:3:\"All\";}s:9:\"ld_course\";a:2:{s:5:\"value\";s:9:\"ld_course\";s:5:\"label\";s:9:\"By Course\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:9:\"elearning\";}}s:14:\"ld_course_list\";a:8:{s:4:\"name\";s:14:\"ld_course_list\";s:5:\"label\";s:13:\"Select Course\";s:4:\"type\";s:12:\"select-async\";s:8:\"multiple\";b:1;s:8:\"priority\";i:201;s:7:\"options\";a:1:{i:0;a:3:{s:5:\"label\";s:23:\"Type for more result...\";s:5:\"value\";N;s:8:\"disabled\";b:1;}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:9:\"elearning\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"ld_product_control\";s:5:\"value\";s:9:\"ld_course\";}}s:4:\"ajax\";a:2:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:5:\"field\";s:14:\"ld_course_list\";}}}s:14:\"mailchimp_list\";a:6:{s:5:\"label\";s:14:\"MailChimp List\";s:4:\"name\";s:14:\"mailchimp_list\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:80;s:7:\"options\";a:0:{}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"mailchimp\";}}s:23:\"wp_reviews_product_type\";a:7:{s:5:\"label\";s:12:\"Product Type\";s:4:\"name\";s:23:\"wp_reviews_product_type\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:79;s:7:\"default\";s:6:\"plugin\";s:7:\"options\";a:1:{s:6:\"plugin\";a:2:{s:5:\"value\";s:6:\"plugin\";s:5:\"label\";s:6:\"Plugin\";}}s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:10:\"wp_reviews\";}}s:15:\"wp_reviews_slug\";a:5:{s:5:\"label\";s:4:\"Slug\";s:4:\"name\";s:15:\"wp_reviews_slug\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:80;s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:10:\"wp_reviews\";}}s:30:\"wp_reviews_product_name_length\";a:9:{s:4:\"name\";s:30:\"wp_reviews_product_name_length\";s:4:\"type\";s:17:\"responsive-number\";s:5:\"label\";s:19:\"Product Name Length\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:10:\"wp_reviews\";}s:7:\"default\";a:2:{s:7:\"desktop\";i:30;s:6:\"mobile\";i:20;}s:8:\"priority\";i:90;s:3:\"min\";i:10;s:8:\"controls\";a:2:{s:7:\"desktop\";a:2:{s:4:\"icon\";s:111:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/desktop.svg\";s:4:\"size\";i:18;}s:6:\"mobile\";a:2:{s:4:\"icon\";s:110:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/mobile.svg\";s:4:\"size\";i:12;}}s:4:\"help\";s:42:\"Set a max content length for product name.\";}s:21:\"wp_stats_product_type\";a:7:{s:4:\"name\";s:21:\"wp_stats_product_type\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Product Type\";s:8:\"priority\";i:79;s:7:\"default\";s:6:\"plugin\";s:7:\"options\";a:2:{s:6:\"plugin\";a:2:{s:5:\"value\";s:6:\"plugin\";s:5:\"label\";s:6:\"Plugin\";}s:5:\"theme\";a:2:{s:5:\"value\";s:5:\"theme\";s:5:\"label\";s:5:\"Theme\";}}s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:8:\"wp_stats\";}}s:13:\"wp_stats_slug\";a:5:{s:4:\"name\";s:13:\"wp_stats_slug\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Slug\";s:8:\"priority\";i:80;s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:8:\"wp_stats\";}}s:28:\"wp_stats_product_name_length\";a:9:{s:4:\"name\";s:28:\"wp_stats_product_name_length\";s:4:\"type\";s:17:\"responsive-number\";s:5:\"label\";s:19:\"Product Name Length\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:8:\"wp_stats\";}s:7:\"default\";a:2:{s:7:\"desktop\";i:30;s:6:\"mobile\";i:20;}s:8:\"priority\";i:90;s:3:\"min\";i:10;s:8:\"controls\";a:2:{s:7:\"desktop\";a:2:{s:4:\"icon\";s:111:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/desktop.svg\";s:4:\"size\";i:18;}s:6:\"mobile\";a:2:{s:4:\"icon\";s:110:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/mobile.svg\";s:4:\"size\";i:12;}}s:4:\"help\";s:42:\"Set a max content length for product name.\";}s:18:\"youtube_channel_id\";a:6:{s:5:\"label\";s:21:\"Channel ID or @Handle\";s:4:\"help\";s:36:\"Example: https://youtube.com/@Handle\";s:4:\"name\";s:18:\"youtube_channel_id\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:80;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}}s:16:\"youtube_video_id\";a:6:{s:5:\"label\";s:8:\"Video ID\";s:4:\"name\";s:16:\"youtube_video_id\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:89;s:4:\"help\";s:65:\"Example: https://www.youtube.com/watch?v=<span>yMEgGHbm3k0</span>\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}s:25:\"google_reviews_place_data\";a:7:{s:5:\"label\";s:10:\"Place Name\";s:4:\"name\";s:25:\"google_reviews_place_data\";s:4:\"type\";s:12:\"select-async\";s:8:\"priority\";i:10;s:7:\"options\";a:1:{s:6:\"custom\";a:2:{s:5:\"value\";s:6:\"custom\";s:5:\"label\";s:6:\"Custom\";}}s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:14:\"google_reviews\";}s:4:\"ajax\";a:4:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:3:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";s:14:\"selected_place\";s:26:\"@google_reviews_place_data\";}s:6:\"target\";s:25:\"google_reviews_place_data\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}}}s:30:\"google_reviews_custom_place_id\";a:6:{s:4:\"name\";s:30:\"google_reviews_custom_place_id\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Custom Place ID\";s:7:\"default\";s:0:\"\";s:8:\"priority\";i:20;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:31:\"google_reviews_place_data.value\";s:5:\"value\";s:6:\"custom\";}}}s:19:\"google_reviews_sort\";a:7:{s:5:\"label\";s:7:\"Sort By\";s:4:\"name\";s:19:\"google_reviews_sort\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:30;s:7:\"default\";s:13:\"most_relevant\";s:7:\"options\";a:2:{s:13:\"most_relevant\";a:2:{s:5:\"value\";s:13:\"most_relevant\";s:5:\"label\";s:13:\"Most Relevant\";}s:6:\"newest\";a:2:{s:5:\"value\";s:6:\"newest\";s:5:\"label\";s:6:\"Newest\";}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"google_reviews_total-rated\";}}}s:19:\"google_reviews_lang\";a:7:{s:5:\"label\";s:15:\"Review Language\";s:4:\"name\";s:19:\"google_reviews_lang\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:14:\"no_translation\";s:7:\"options\";a:2:{s:14:\"no_translation\";a:2:{s:5:\"value\";s:14:\"no_translation\";s:5:\"label\";s:14:\"No Translation\";}s:13:\"site_language\";a:2:{s:5:\"value\";s:13:\"site_language\";s:5:\"label\";s:13:\"Site Language\";}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}}}s:18:\"press_sliding_text\";a:7:{s:4:\"name\";s:12:\"sliding_text\";s:5:\"label\";s:12:\"Text Content\";s:4:\"type\";s:7:\"section\";s:7:\"classes\";s:13:\"pro-activated\";s:8:\"priority\";i:51;s:6:\"fields\";a:4:{s:16:\"bar_content_type\";a:7:{s:4:\"name\";s:16:\"bar_content_type\";s:4:\"type\";s:10:\"radio-card\";s:5:\"label\";s:7:\"Content\";s:8:\"priority\";i:5;s:7:\"classes\";s:13:\"radio-card-v2\";s:7:\"default\";s:6:\"static\";s:7:\"options\";a:2:{s:6:\"static\";a:2:{s:5:\"label\";s:11:\"Static Text\";s:5:\"value\";s:6:\"static\";}s:7:\"sliding\";a:3:{s:5:\"label\";s:19:\"Slide Multiple Text\";s:5:\"value\";s:7:\"sliding\";s:6:\"is_pro\";b:1;}}}s:13:\"press_content\";a:6:{s:4:\"name\";s:13:\"press_content\";s:4:\"type\";s:9:\"nx-editor\";s:5:\"label\";s:11:\"Static Text\";s:11:\"placeholder\";s:23:\"Write something here...\";s:8:\"priority\";i:7;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_content_type\";s:5:\"value\";s:6:\"static\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:15:\"sliding_content\";a:8:{s:4:\"name\";s:15:\"sliding_content\";s:4:\"type\";s:15:\"simple-repeater\";s:5:\"label\";s:18:\"Sliding Text Items\";s:8:\"priority\";i:10;s:6:\"button\";a:1:{s:5:\"label\";s:7:\"Add New\";}s:8:\"_default\";a:2:{i:0;a:1:{s:5:\"title\";s:40:\"🚀 Supercharge Your Marketing Forever!\";}i:1;a:1:{s:5:\"title\";s:84:\"Get <strong>Lifetime Access to NotificationX</strong> for just <strong>$299</strong>\";}}s:7:\"_fields\";a:1:{i:0;a:4:{s:4:\"name\";s:5:\"title\";s:4:\"type\";s:6:\"editor\";s:5:\"label\";s:10:\"Slide Text\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_content_type\";s:5:\"value\";s:7:\"sliding\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:16:\"sliding_interval\";a:8:{s:4:\"name\";s:16:\"sliding_interval\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:16:\"Sliding Interval\";s:8:\"priority\";i:20;s:7:\"default\";i:3000;s:11:\"description\";s:2:\"ms\";s:4:\"help\";s:44:\"Time interval between slides in milliseconds\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_content_type\";s:5:\"value\";s:7:\"sliding\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:11:\"button_text\";a:6:{s:4:\"name\";s:11:\"button_text\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Button Text\";s:8:\"priority\";i:60;s:7:\"default\";s:9:\"Get Offer\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:10:\"button_url\";a:6:{s:4:\"name\";s:10:\"button_url\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Button URL\";s:7:\"default\";s:1:\"#\";s:8:\"priority\";i:70;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:11:\"button_icon\";a:8:{s:4:\"name\";s:11:\"button_icon\";s:4:\"type\";s:11:\"icon-picker\";s:5:\"label\";s:11:\"Button Icon\";s:8:\"priority\";i:75;s:10:\"iconPrefix\";s:95:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/icons/\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"icon\";s:12:\"shop_now.svg\";s:5:\"label\";s:8:\"Shop Now\";}i:1;a:2:{s:4:\"icon\";s:18:\"shop_now_white.svg\";s:5:\"label\";s:15:\"Shop Now White \";}}s:11:\"description\";s:48:\"Select an icon to display before the button text\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:20:\"bar_transition_speed\";a:8:{s:5:\"label\";s:16:\"Transition Speed\";s:4:\"name\";s:20:\"bar_transition_speed\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:3:\"500\";s:11:\"description\";s:2:\"ms\";s:8:\"priority\";i:100;s:4:\"help\";s:32:\"Transition speed in milliseconds\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_content_type\";s:5:\"value\";s:7:\"sliding\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:20:\"bar_transition_style\";a:7:{s:5:\"label\";s:16:\"Transition Style\";s:4:\"name\";s:20:\"bar_transition_style\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:110;s:7:\"default\";s:11:\"slide_right\";s:7:\"options\";a:2:{s:11:\"slide_right\";a:2:{s:5:\"value\";s:11:\"slide_right\";s:5:\"label\";s:14:\"Slide in Right\";}s:10:\"slide_left\";a:2:{s:5:\"value\";s:10:\"slide_left\";s:5:\"label\";s:13:\"Slide in Left\";}}s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_content_type\";s:5:\"value\";s:7:\"sliding\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:18:\"ft_theme_one_icons\";a:9:{s:5:\"label\";s:5:\"Icons\";s:4:\"name\";s:18:\"ft_theme_one_icons\";s:4:\"type\";s:18:\"flashing-theme-one\";s:8:\"priority\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:20:\"flashing_tab_theme-1\";i:1;s:20:\"flashing_tab_theme-2\";}}}s:10:\"iconPrefix\";s:102:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/\";s:7:\"default\";a:2:{s:8:\"icon-one\";s:18:\"theme-1-icon-1.png\";s:8:\"icon-two\";s:18:\"theme-1-icon-2.png\";}s:9:\"icons-one\";a:4:{i:0;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:18:\"theme-1-icon-1.png\";}i:1;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:18:\"theme-2-icon-1.png\";}i:2;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:18:\"theme-3-icon-1.png\";}i:3;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:18:\"theme-4-icon-1.png\";}}s:9:\"icons-two\";a:4:{i:0;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:18:\"theme-1-icon-2.png\";}i:1;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:18:\"theme-2-icon-2.png\";}i:2;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:18:\"theme-3-icon-2.png\";}i:3;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:18:\"theme-4-icon-2.png\";}}}s:20:\"ft_theme_one_message\";a:6:{s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:20:\"ft_theme_one_message\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:10;s:7:\"default\";s:9:\"Comeback!\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:20:\"flashing_tab_theme-1\";i:1;s:20:\"flashing_tab_theme-2\";}}}}s:23:\"ft_theme_three_line_one\";a:8:{s:5:\"label\";s:9:\"Message 1\";s:4:\"name\";s:23:\"ft_theme_three_line_one\";s:4:\"type\";s:20:\"flashing-theme-three\";s:8:\"priority\";i:15;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:20:\"flashing_tab_theme-3\";i:1;s:20:\"flashing_tab_theme-4\";}}}s:10:\"iconPrefix\";s:102:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/\";s:7:\"default\";a:2:{s:4:\"icon\";s:18:\"theme-3-icon-1.png\";s:7:\"message\";s:9:\"Comeback!\";}s:7:\"options\";a:4:{i:0;a:4:{s:6:\"column\";i:6;s:5:\"value\";s:18:\"theme-1-icon-1.png\";s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:18:\"theme-1-icon-1.png\";}i:1;a:4:{s:6:\"column\";i:6;s:5:\"value\";s:18:\"theme-2-icon-1.png\";s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:18:\"theme-2-icon-1.png\";}i:2;a:4:{s:6:\"column\";i:6;s:5:\"value\";s:18:\"theme-3-icon-1.png\";s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:18:\"theme-3-icon-1.png\";}i:3;a:4:{s:6:\"column\";i:6;s:5:\"value\";s:18:\"theme-4-icon-1.png\";s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:18:\"theme-4-icon-1.png\";}}}s:23:\"ft_theme_three_line_two\";a:8:{s:5:\"label\";s:9:\"Message 2\";s:4:\"name\";s:23:\"ft_theme_three_line_two\";s:4:\"type\";s:20:\"flashing-theme-three\";s:8:\"priority\";i:20;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:20:\"flashing_tab_theme-3\";}}}s:10:\"iconPrefix\";s:102:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/\";s:7:\"default\";a:2:{s:4:\"icon\";s:18:\"theme-3-icon-2.png\";s:7:\"message\";s:23:\"You forgot to purchase!\";}s:7:\"options\";a:4:{i:0;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:18:\"theme-1-icon-2.png\";}i:1;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:18:\"theme-2-icon-2.png\";}i:2;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:18:\"theme-3-icon-2.png\";}i:3;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:18:\"theme-4-icon-2.png\";}}}s:22:\"ft_theme_four_line_two\";a:10:{s:5:\"label\";s:9:\"Message 2\";s:4:\"name\";s:22:\"ft_theme_four_line_two\";s:4:\"type\";s:19:\"flashing-theme-four\";s:8:\"priority\";i:20;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:1:{i:0;s:20:\"flashing_tab_theme-4\";}}}s:15:\"qnt-description\";s:64:\"The \'{quantity}\' tag displays total count of items in shop cart.\";s:15:\"chk-description\";s:141:\"Check this box to add a personalized message if cart is empty. <br />If you leave this unchecked, no message will appear on Flashing Tab.-pro\";s:10:\"iconPrefix\";s:102:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/flashing-tab/\";s:7:\"default\";a:3:{s:13:\"is-show-empty\";b:0;s:7:\"default\";a:2:{s:4:\"icon\";s:18:\"theme-4-icon-2.png\";s:7:\"message\";s:30:\"{quantity} items in your cart!\";}s:11:\"alternative\";a:2:{s:4:\"icon\";s:18:\"theme-4-icon-2.png\";s:7:\"message\";s:0:\"\";}}s:7:\"options\";a:4:{i:0;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:18:\"theme-1-icon-2.png\";}i:1;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:18:\"theme-2-icon-2.png\";}i:2;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:18:\"theme-3-icon-2.png\";}i:3;a:3:{s:6:\"column\";i:6;s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:18:\"theme-4-icon-2.png\";}}}s:29:\"ft_enable_original_icon_title\";a:7:{s:5:\"label\";s:20:\"Favicon & Site Title\";s:4:\"name\";s:29:\"ft_enable_original_icon_title\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";i:25;s:7:\"default\";b:1;s:11:\"description\";s:75:\"Check/Uncheck this box to show/hide favicon and site title in Flashing Tab.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"or\";i:1;a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!isOfType\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";s:6:\"number\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!isOfType\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";s:6:\"number\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:12:\"gdpr_content\";a:6:{s:5:\"label\";s:15:\"Cookies Content\";s:4:\"name\";s:7:\"content\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:95;s:6:\"fields\";a:9:{s:10:\"gdpr_title\";a:6:{s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:10:\"gdpr_title\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:101;s:7:\"default\";s:21:\"We value your privacy\";s:11:\"placeholder\";s:19:\"Cookie Notice Title\";}s:12:\"gdpr_message\";a:6:{s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:12:\"gdpr_message\";s:4:\"type\";s:8:\"textarea\";s:8:\"priority\";i:102;s:7:\"default\";s:204:\"We use cookies to improve your experience. By continuing to use our site, you agree to our use of cookies and data collection. You can learn more in our Privacy Policy and change your preferences anytime.\";s:11:\"placeholder\";s:7:\"Message\";}s:15:\"gdpr_accept_btn\";a:6:{s:5:\"label\";s:17:\"Accept All Button\";s:4:\"name\";s:15:\"gdpr_accept_btn\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:103;s:11:\"placeholder\";s:11:\"Button Text\";s:7:\"default\";s:10:\"Accept All\";}s:15:\"gdpr_reject_btn\";a:6:{s:5:\"label\";s:17:\"Reject All Button\";s:4:\"name\";s:15:\"gdpr_reject_btn\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:104;s:11:\"placeholder\";s:11:\"Button Text\";s:7:\"default\";s:10:\"Reject All\";}s:18:\"gdpr_customize_btn\";a:6:{s:5:\"label\";s:16:\"Customize Button\";s:4:\"name\";s:18:\"gdpr_customize_btn\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:105;s:11:\"placeholder\";s:11:\"Button Text\";s:7:\"default\";s:9:\"Customize\";}s:26:\"gdpr_cookies_policy_toggle\";a:5:{s:5:\"label\";s:19:\"Cookies Policy Link\";s:4:\"name\";s:26:\"gdpr_cookies_policy_toggle\";s:4:\"type\";s:6:\"toggle\";s:8:\"priority\";i:106;s:7:\"default\";b:1;}s:29:\"gdpr_cookies_policy_link_text\";a:7:{s:5:\"label\";s:24:\"Cookies Policy Link Text\";s:4:\"name\";s:29:\"gdpr_cookies_policy_link_text\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:107;s:11:\"placeholder\";s:9:\"Link Text\";s:7:\"default\";s:14:\"Cookies Policy\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:26:\"gdpr_cookies_policy_toggle\";s:5:\"value\";b:1;}}}s:28:\"gdpr_cookies_policy_link_url\";a:6:{s:5:\"label\";s:18:\"Cookies Policy URL\";s:4:\"name\";s:28:\"gdpr_cookies_policy_link_url\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:108;s:11:\"placeholder\";s:18:\"Cookies Policy URL\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:26:\"gdpr_cookies_policy_toggle\";s:5:\"value\";b:1;}}}s:16:\"gdpr_custom_logo\";a:8:{s:5:\"label\";s:11:\"Custom Logo\";s:4:\"name\";s:16:\"gdpr_custom_logo\";s:4:\"type\";s:5:\"media\";s:8:\"priority\";i:109;s:6:\"is_pro\";b:1;s:7:\"default\";a:1:{s:3:\"url\";s:69:\"https://notificationx.com/wp-content/uploads/2025/01/cookie-image.png\";}s:4:\"info\";s:558:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/advanceTemplate.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Advanced Template&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Advanced Template</a> works</h3></div>\";s:5:\"rules\";a:7:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:27:\"gdpr_theme-banner-light-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-light-one\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:20:\"gdpr_theme-light-two\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"gdpr_theme-banner-dark-one\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:19:\"gdpr_theme-dark-one\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:19:\"gdpr_theme-dark-two\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}s:12:\"link_options\";a:6:{s:5:\"label\";s:12:\"Link Options\";s:4:\"name\";s:12:\"link_options\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:105;s:6:\"fields\";a:8:{s:9:\"link_type\";a:5:{s:5:\"label\";s:9:\"Link Type\";s:4:\"name\";s:9:\"link_type\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:4:\"none\";s:7:\"options\";a:13:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:4:\"None\";}s:6:\"custom\";a:3:{s:5:\"value\";s:6:\"custom\";s:5:\"label\";s:10:\"Custom URL\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:18:\"offer_announcement\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:31:\"custom_notification_conversions\";}}}s:11:\"review_page\";a:3:{s:5:\"value\";s:11:\"review_page\";s:5:\"label\";s:12:\"Product Page\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:7:\"reviews\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:14:\"google_reviews\";}}}}s:11:\"comment_url\";a:3:{s:5:\"value\";s:11:\"comment_url\";s:5:\"label\";s:11:\"Comment URL\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:8:\"comments\";}}}s:12:\"product_page\";a:3:{s:5:\"value\";s:12:\"product_page\";s:5:\"label\";s:12:\"Product Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:4:{i:0;s:10:\"woo_inline\";i:1;s:11:\"woocommerce\";i:2;s:17:\"woocommerce_sales\";i:3;s:24:\"woocommerce_sales_inline\";}}}i:0;a:3:{s:5:\"value\";s:18:\"announcements_link\";s:5:\"label\";s:3:\"URL\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}}}s:10:\"stats_page\";a:3:{s:5:\"value\";s:10:\"stats_page\";s:5:\"label\";s:12:\"Product Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:14:\"download_stats\";}}}s:13:\"donation_page\";a:3:{s:5:\"value\";s:13:\"donation_page\";s:5:\"label\";s:18:\"Donation Form Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:8:\"donation\";}}}s:11:\"course_page\";a:3:{s:5:\"value\";s:11:\"course_page\";s:5:\"label\";s:11:\"Course Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:9:\"elearning\";}}}i:1;a:3:{s:5:\"value\";s:13:\"yt_video_link\";s:5:\"label\";s:10:\"Video Link\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}i:2;a:3:{s:5:\"value\";s:15:\"yt_channel_link\";s:5:\"label\";s:12:\"Channel Link\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}}s:3:\"url\";a:3:{s:5:\"value\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:31:\"custom_notification_conversions\";}}s:8:\"map_page\";a:3:{s:5:\"value\";s:8:\"map_page\";s:5:\"label\";s:8:\"Map Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:14:\"google_reviews\";}}}}}s:11:\"link_button\";a:9:{s:5:\"label\";s:6:\"Button\";s:4:\"name\";s:11:\"link_button\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";i:100;s:6:\"is_pro\";b:1;s:7:\"default\";b:0;s:4:\"info\";s:535:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/notificationButton.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/configure-notification-button/&quot; target=&quot;_blank&quot;&gt;Button&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/configure-notification-button/\" target=\"_blank\">Button</a> works</h3></div>\";s:11:\"description\";s:23:\"Enable button with link\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:5:{i:0;s:11:\"conversions\";i:1;s:5:\"video\";i:2;s:11:\"woocommerce\";i:3;s:17:\"woocommerce_sales\";i:4;s:14:\"page_analytics\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";s:4:\"none\";}}}s:4:\"link\";a:7:{s:5:\"label\";s:3:\"URL\";s:4:\"name\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:21;s:7:\"default\";s:0:\"\";s:11:\"description\";s:76:\"Enter a link starts with http:// or https:// , it apply for all notification\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:18:\"offer_announcement\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";a:1:{i:0;s:4:\"none\";}}}}s:10:\"custom_url\";a:7:{s:5:\"label\";s:3:\"URL\";s:4:\"name\";s:10:\"custom_url\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:20;s:7:\"default\";s:0:\"\";s:11:\"description\";s:76:\"Enter a link starts with http:// or https:// , it apply for all notification\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";s:6:\"custom\";}}s:16:\"link_button_text\";a:6:{s:5:\"label\";s:11:\"Button Text\";s:4:\"name\";s:16:\"link_button_text\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:101;s:7:\"default\";s:7:\"Buy Now\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:3:{i:0;s:11:\"conversions\";i:1;s:5:\"video\";i:2;s:17:\"woocommerce_sales\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:11:\"link_button\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";a:2:{i:0;s:4:\"none\";i:1;s:15:\"yt_channel_link\";}}}}s:22:\"link_button_text_video\";a:6:{s:5:\"label\";s:11:\"Button Text\";s:4:\"name\";s:22:\"link_button_text_video\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:105;s:7:\"default\";s:9:\"Watch Now\";s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:5:\"video\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:11:\"link_button\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";a:1:{i:0;s:15:\"yt_channel_link\";}}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:4:{i:0;s:15:\"youtube_video-1\";i:1;s:15:\"youtube_video-2\";i:2;s:15:\"youtube_video-3\";i:3;s:15:\"youtube_video-4\";}}}}s:21:\"subscribe_button_type\";a:6:{s:5:\"label\";s:21:\"Subscribe Button Type\";s:4:\"name\";s:24:\"nx_subscribe_button_type\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{s:9:\"nx_custom\";a:2:{s:5:\"value\";s:9:\"nx_custom\";s:5:\"label\";s:6:\"Custom\";}s:10:\"yt_default\";a:2:{s:5:\"value\";s:10:\"yt_default\";s:5:\"label\";s:17:\"Youtube (Default)\";}}s:7:\"default\";s:10:\"yt_default\";s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:5:\"video\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:11:\"link_button\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";s:15:\"yt_channel_link\";}}}s:24:\"link_button_text_channel\";a:6:{s:5:\"label\";s:11:\"Button Text\";s:4:\"name\";s:24:\"link_button_text_channel\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:110;s:7:\"default\";s:13:\"Subscribe Now\";s:5:\"rules\";a:6:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:5:\"video\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:11:\"link_button\";s:5:\"value\";b:1;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:9:\"link_type\";s:5:\"value\";a:1:{i:0;s:15:\"yt_channel_link\";}}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:24:\"nx_subscribe_button_type\";s:5:\"value\";s:9:\"nx_custom\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:2:{i:0;s:17:\"youtube_channel-1\";i:1;s:17:\"youtube_channel-2\";}}}}}s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:8:\"includes\";i:1;s:6:\"source\";i:2;a:42:{i:0;s:3:\"cf7\";i:1;s:10:\"convertkit\";i:2;s:31:\"custom_notification_conversions\";i:3;s:13:\"announcements\";i:4;s:3:\"edd\";i:5;s:6:\"envato\";i:6;s:20:\"freemius_conversions\";i:7;s:16:\"freemius_reviews\";i:8;s:14:\"freemius_stats\";i:9;s:4:\"grvf\";i:10;s:4:\"give\";i:11;s:6:\"google\";i:12;s:14:\"google_reviews\";i:13;s:9:\"learndash\";i:14;s:10:\"learnpress\";i:15;s:9:\"mailchimp\";i:16;s:3:\"njf\";i:17;s:5:\"tutor\";i:18;s:3:\"wpf\";i:19;s:7:\"reviewx\";i:20;s:11:\"woocommerce\";i:21;s:17:\"woocommerce_sales\";i:22;s:25:\"woocommerce_sales_reviews\";i:23;s:24:\"woocommerce_sales_inline\";i:24;s:11:\"woo_reviews\";i:25;s:11:\"wp_comments\";i:26;s:10:\"wp_reviews\";i:27;s:8:\"wp_stats\";i:28;s:18:\"zapier_conversions\";i:29;s:25:\"zapier_email_subscription\";i:30;s:14:\"zapier_reviews\";i:31;s:14:\"elementor_form\";i:32;s:10:\"fluentform\";i:33;s:7:\"youtube\";i:34;s:5:\"vimeo\";i:35;s:6:\"wistia\";i:36;s:8:\"surecart\";i:37;s:14:\"ActiveCampaign\";i:38;s:18:\"popup_notification\";i:39;s:10:\"fluentcart\";i:40;s:17:\"gdpr_notification\";i:41;s:17:\"ccpa_notification\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}}}s:17:\"preference_center\";a:6:{s:4:\"name\";s:17:\"preference_center\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:98;s:5:\"label\";s:17:\"Preference Center\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}s:6:\"fields\";a:9:{i:0;a:5:{s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:16:\"preference_title\";s:4:\"type\";s:4:\"text\";s:11:\"placeholder\";s:5:\"Title\";s:7:\"default\";s:29:\"Customized Cookie Preferences\";}i:1;a:5:{s:5:\"label\";s:16:\"Privacy Overview\";s:4:\"name\";s:19:\"preference_overview\";s:4:\"type\";s:8:\"textarea\";s:11:\"placeholder\";s:16:\"Privacy Overview\";s:7:\"default\";s:150:\"We use cookies and similar technologies to enhance your experience and analyze site usage. Manage your preferences to control which data is collected.\";}i:2;a:5:{s:5:\"label\";s:26:\"Show Google Privacy Policy\";s:4:\"name\";s:17:\"preference_google\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;s:4:\"info\";s:210:\"If you use services offered by Google, such as AdSense, Firebase, and Analytics on your website, the Digital Markets Act (DMA) requires you to display Google\'s Privacy Policy on the second layer of your banner.\";}i:3;a:6:{s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:25:\"preference_google_message\";s:4:\"type\";s:8:\"textarea\";s:11:\"placeholder\";s:7:\"Message\";s:7:\"default\";s:99:\"To learn more about how Google\'s third-party cookies function and manage your data, read from here.\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:17:\"preference_google\";s:5:\"value\";b:1;}}}i:4;a:6:{s:5:\"label\";s:9:\"Link text\";s:4:\"name\";s:27:\"preference_google_Link_text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:21:\"Google Privacy Policy\";s:11:\"placeholder\";s:21:\"Google Privacy Policy\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:17:\"preference_google\";s:5:\"value\";b:1;}}}i:5;a:6:{s:5:\"label\";s:3:\"URL\";s:4:\"name\";s:26:\"preference_google_Link_url\";s:4:\"type\";s:4:\"text\";s:11:\"placeholder\";s:25:\"Google Privacy Policy URL\";s:7:\"default\";s:38:\"https://business.safety.google/privacy\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:17:\"preference_google\";s:5:\"value\";b:1;}}}i:6;a:5:{s:5:\"label\";s:26:\"Save My Preferences Button\";s:4:\"name\";s:14:\"preference_btn\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:19:\"Save My Preferences\";s:11:\"placeholder\";s:11:\"Button text\";}i:7;a:5:{s:5:\"label\";s:15:\"See more Button\";s:4:\"name\";s:19:\"preference_more_btn\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:8:\"See more\";s:11:\"placeholder\";s:11:\"Button text\";}i:8;a:5:{s:5:\"label\";s:15:\"See less Button\";s:4:\"name\";s:19:\"preference_less_btn\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:8:\"See less\";s:11:\"placeholder\";s:11:\"Button text\";}}}s:12:\"cookies_list\";a:6:{s:4:\"name\";s:12:\"cookies_list\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:100;s:5:\"label\";s:12:\"Cookies List\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}s:6:\"fields\";a:3:{i:0;a:4:{s:5:\"label\";s:16:\"Show Cookie List\";s:4:\"name\";s:23:\"cookie_list_show_banner\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:1;}i:1;a:5:{s:5:\"label\";s:13:\"Enabled Label\";s:4:\"name\";s:24:\"cookie_list_active_label\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:7:\"Enabled\";s:11:\"placeholder\";s:10:\"Label text\";}i:2;a:5:{s:5:\"label\";s:26:\"No Cookies Available Label\";s:4:\"name\";s:28:\"cookie_list_no_cookies_label\";s:4:\"type\";s:4:\"text\";s:11:\"placeholder\";s:10:\"Label text\";s:7:\"default\";s:20:\"No Cookies Available\";}}}s:11:\"utm_options\";a:6:{s:4:\"name\";s:11:\"utm_options\";s:5:\"label\";s:11:\"UTM Control\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:110;s:6:\"fields\";a:3:{s:12:\"utm_campaign\";a:5:{s:5:\"label\";s:8:\"Campaign\";s:4:\"name\";s:12:\"utm_campaign\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:5;s:7:\"default\";s:0:\"\";}s:10:\"utm_medium\";a:5:{s:5:\"label\";s:6:\"Medium\";s:4:\"name\";s:10:\"utm_medium\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:10;s:7:\"default\";s:0:\"\";}s:10:\"utm_source\";a:5:{s:5:\"label\";s:6:\"Source\";s:4:\"name\";s:10:\"utm_source\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:15;s:7:\"default\";s:0:\"\";}}s:5:\"rules\";a:7:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!isOfType\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";s:6:\"number\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}}}s:10:\"bar_coupon\";a:7:{s:4:\"name\";s:10:\"bar_coupon\";s:5:\"label\";s:6:\"Coupon\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:94;s:16:\"dependency_class\";a:4:{s:4:\"name\";s:13:\"enable_coupon\";s:2:\"is\";b:1;s:7:\"classes\";s:13:\"coupon_active\";s:8:\"selector\";s:11:\"#bar_coupon\";}s:6:\"fields\";a:8:{s:13:\"enable_coupon\";a:4:{s:4:\"name\";s:13:\"enable_coupon\";s:5:\"label\";s:13:\"Enable Coupon\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;}s:11:\"coupon_text\";a:6:{s:4:\"name\";s:11:\"coupon_text\";s:5:\"label\";s:11:\"Button Text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:6:\"SAVE20\";s:8:\"priority\";i:10;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:11:\"coupon_code\";a:6:{s:4:\"name\";s:11:\"coupon_code\";s:5:\"label\";s:11:\"Coupon Code\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:6:\"SAVE20\";s:8:\"priority\";i:12;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:18:\"coupon_copied_text\";a:6:{s:4:\"name\";s:18:\"coupon_copied_text\";s:5:\"label\";s:18:\"Coupon Copied Text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:7:\"Copied!\";s:8:\"priority\";i:20;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:14:\"coupon_tooltip\";a:6:{s:4:\"name\";s:14:\"coupon_tooltip\";s:5:\"label\";s:14:\"Coupon Tooltip\";s:4:\"type\";s:8:\"textarea\";s:7:\"default\";s:35:\"Use this coupon code to get 20% off\";s:8:\"priority\";i:30;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:15:\"coupon_bg_color\";a:6:{s:4:\"name\";s:15:\"coupon_bg_color\";s:5:\"label\";s:23:\"Coupon Background Color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:7:\"#ffffff\";s:8:\"priority\";i:40;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:17:\"coupon_text_color\";a:6:{s:4:\"name\";s:17:\"coupon_text_color\";s:5:\"label\";s:17:\"Coupon Text Color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:7:\"#000000\";s:8:\"priority\";i:50;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}s:19:\"coupon_border_color\";a:6:{s:4:\"name\";s:19:\"coupon_border_color\";s:5:\"label\";s:19:\"Coupon Border Color\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"default\";s:7:\"#dddddd\";s:8:\"priority\";i:60;s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"enable_coupon\";s:5:\"value\";b:1;}}}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:15:\"countdown_timer\";a:6:{s:4:\"name\";s:15:\"countdown_timer\";s:5:\"label\";s:15:\"Countdown Timer\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:95;s:6:\"fields\";a:12:{s:16:\"enable_countdown\";a:3:{s:4:\"name\";s:16:\"enable_countdown\";s:5:\"label\";s:16:\"Enable Countdown\";s:4:\"type\";s:8:\"checkbox\";}s:15:\"evergreen_timer\";a:7:{s:4:\"name\";s:15:\"evergreen_timer\";s:5:\"label\";s:15:\"Evergreen Timer\";s:4:\"type\";s:8:\"checkbox\";s:6:\"is_pro\";b:1;s:6:\"switch\";b:1;s:11:\"description\";s:126:\"To configure Evergreen Timer, <a target=\"_blank\" href=\"https://notificationx.com/docs/evergreen-timer/\">check out this doc</a>\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}}s:14:\"countdown_text\";a:5:{s:4:\"name\";s:14:\"countdown_text\";s:5:\"label\";s:14:\"Countdown Text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:9:\"Ending in\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"enable_countdown\";s:5:\"value\";b:1;}}}s:22:\"countdown_expired_text\";a:5:{s:4:\"name\";s:22:\"countdown_expired_text\";s:5:\"label\";s:12:\"Expired Text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:7:\"Expired\";s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";b:0;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";b:0;}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:15:\"evergreen_timer\";s:5:\"value\";b:0;}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"enable_countdown\";s:5:\"value\";b:1;}}}s:20:\"countdown_start_date\";a:4:{s:4:\"name\";s:20:\"countdown_start_date\";s:5:\"label\";s:10:\"Start Date\";s:4:\"type\";s:4:\"date\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:0;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}}}s:18:\"countdown_end_date\";a:5:{s:4:\"name\";s:18:\"countdown_end_date\";s:5:\"label\";s:8:\"End Date\";s:4:\"type\";s:4:\"date\";s:7:\"default\";s:19:\"2026-04-09 22:55:34\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:0;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}}}s:14:\"time_randomize\";a:4:{s:4:\"name\";s:14:\"time_randomize\";s:5:\"label\";s:9:\"Randomize\";s:4:\"type\";s:8:\"checkbox\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:1;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}}}s:22:\"time_randomize_between\";a:5:{s:4:\"name\";s:22:\"time_randomize_between\";s:5:\"label\";s:12:\"Time Between\";s:4:\"type\";s:5:\"group\";s:6:\"fields\";a:2:{s:10:\"start_time\";a:5:{s:4:\"name\";s:10:\"start_time\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:10:\"Start Time\";s:8:\"priority\";i:0;s:7:\"default\";i:6;}s:8:\"end_time\";a:5:{s:4:\"name\";s:8:\"end_time\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:8:\"End Time\";s:8:\"priority\";i:1;s:7:\"default\";i:12;}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:1;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}i:3;a:3:{i:0;s:2:\"is\";i:1;s:14:\"time_randomize\";i:2;b:1;}}}s:13:\"time_rotation\";a:6:{s:4:\"name\";s:13:\"time_rotation\";s:5:\"label\";s:13:\"Time Rotation\";s:4:\"type\";s:6:\"number\";s:11:\"description\";s:5:\"hours\";s:7:\"default\";i:315;s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:1;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}i:3;a:3:{i:0;s:2:\"is\";i:1;s:14:\"time_randomize\";i:2;b:0;}}}s:10:\"time_reset\";a:4:{s:4:\"name\";s:10:\"time_reset\";s:5:\"label\";s:16:\"Daily Time Reset\";s:4:\"type\";s:8:\"checkbox\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"is\";i:1;s:15:\"evergreen_timer\";i:2;b:1;}i:2;a:3:{i:0;s:2:\"is\";i:1;s:16:\"enable_countdown\";i:2;b:1;}}}s:13:\"close_forever\";a:3:{s:4:\"name\";s:13:\"close_forever\";s:5:\"label\";s:15:\"Permanent Close\";s:4:\"type\";s:8:\"checkbox\";}s:18:\"close_after_expire\";a:3:{s:4:\"name\";s:18:\"close_after_expire\";s:5:\"label\";s:18:\"Close After Expire\";s:4:\"type\";s:8:\"checkbox\";}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:9:\"ft_timing\";a:6:{s:5:\"label\";s:6:\"Timing\";s:4:\"name\";s:9:\"ft_timing\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:200;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}s:6:\"fields\";a:3:{s:15:\"ft_delay_before\";a:7:{s:5:\"label\";s:20:\"Start Blinking After\";s:4:\"name\";s:15:\"ft_delay_before\";s:4:\"type\";s:6:\"number\";s:8:\"priority\";i:40;s:7:\"default\";i:1;s:3:\"min\";i:0;s:11:\"description\";s:7:\"seconds\";}s:16:\"ft_delay_between\";a:7:{s:4:\"name\";s:16:\"ft_delay_between\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:13:\"Delay Between\";s:11:\"description\";s:7:\"seconds\";s:8:\"priority\";i:50;s:3:\"min\";i:1;s:7:\"default\";i:2;}s:14:\"ft_display_for\";a:8:{s:4:\"name\";s:14:\"ft_display_for\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:11:\"Display For\";s:11:\"description\";s:7:\"minutes\";s:8:\"priority\";i:60;s:3:\"min\";i:0;s:7:\"default\";i:10;s:4:\"help\";s:49:\"Entering ‘0’ displays the message infinitely.\";}}}s:13:\"ft_visibility\";a:5:{s:5:\"label\";s:10:\"Visibility\";s:4:\"name\";s:13:\"ft_visibility\";s:4:\"type\";s:7:\"section\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}s:6:\"fields\";a:4:{s:10:\"ft_show_on\";a:6:{s:5:\"label\";s:7:\"Show On\";s:4:\"name\";s:10:\"ft_show_on\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"everywhere\";s:8:\"priority\";i:5;s:7:\"options\";a:3:{s:10:\"everywhere\";a:2:{s:5:\"value\";s:10:\"everywhere\";s:5:\"label\";s:15:\"Show Everywhere\";}s:11:\"on_selected\";a:2:{s:5:\"value\";s:11:\"on_selected\";s:5:\"label\";s:16:\"Show On Selected\";}s:16:\"hide_on_selected\";a:2:{s:5:\"value\";s:16:\"hide_on_selected\";s:5:\"label\";s:16:\"Hide On Selected\";}}}s:16:\"ft_all_locations\";a:8:{s:5:\"label\";s:9:\"Locations\";s:4:\"name\";s:16:\"ft_all_locations\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:0:\"\";s:8:\"multiple\";b:1;s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:8:\"includes\";i:1;s:10:\"ft_show_on\";i:2;a:2:{i:0;s:11:\"on_selected\";i:1;s:16:\"hide_on_selected\";}}s:7:\"options\";a:73:{s:9:\"is_custom\";a:2:{s:5:\"label\";s:23:\"Custom Post or Page IDs\";s:5:\"value\";s:9:\"is_custom\";}s:13:\"is_front_page\";a:2:{s:5:\"value\";s:13:\"is_front_page\";s:5:\"label\";s:10:\"Front page\";}s:7:\"is_home\";a:2:{s:5:\"value\";s:7:\"is_home\";s:5:\"label\";s:9:\"Blog page\";}s:11:\"is_singular\";a:2:{s:5:\"value\";s:11:\"is_singular\";s:5:\"label\";s:38:\"All posts, pages and custom post types\";}s:9:\"is_single\";a:2:{s:5:\"value\";s:9:\"is_single\";s:5:\"label\";s:9:\"All posts\";}s:7:\"is_page\";a:2:{s:5:\"value\";s:7:\"is_page\";s:5:\"label\";s:9:\"All pages\";}s:13:\"is_attachment\";a:2:{s:5:\"value\";s:13:\"is_attachment\";s:5:\"label\";s:15:\"All attachments\";}s:9:\"is_search\";a:2:{s:5:\"value\";s:9:\"is_search\";s:5:\"label\";s:14:\"Search results\";}s:6:\"is_404\";a:2:{s:5:\"value\";s:6:\"is_404\";s:5:\"label\";s:14:\"404 error page\";}s:10:\"is_archive\";a:2:{s:5:\"value\";s:10:\"is_archive\";s:5:\"label\";s:12:\"All archives\";}s:11:\"is_category\";a:2:{s:5:\"value\";s:11:\"is_category\";s:5:\"label\";s:21:\"All category archives\";}s:6:\"is_tag\";a:2:{s:5:\"value\";s:6:\"is_tag\";s:5:\"label\";s:16:\"All tag archives\";}s:30:\"is_singular-mas_static_content\";a:2:{s:5:\"value\";s:30:\"is_singular-mas_static_content\";s:5:\"label\";s:25:\"All Static Contents posts\";}s:19:\"is_singular-product\";a:2:{s:5:\"value\";s:19:\"is_singular-product\";s:5:\"label\";s:18:\"All Products posts\";}s:18:\"is_archive-product\";a:2:{s:5:\"value\";s:18:\"is_archive-product\";s:5:\"label\";s:21:\"All Products archives\";}s:29:\"is_tax-mas_static_content_cat\";a:2:{s:5:\"value\";s:29:\"is_tax-mas_static_content_cat\";s:5:\"label\";s:32:\"All Categories taxonomy archives\";}s:20:\"is_tax-product_brand\";a:2:{s:5:\"value\";s:20:\"is_tax-product_brand\";s:5:\"label\";s:28:\"All Brands taxonomy archives\";}s:18:\"is_tax-product_cat\";a:2:{s:5:\"value\";s:18:\"is_tax-product_cat\";s:5:\"label\";s:40:\"All Product categories taxonomy archives\";}s:18:\"is_tax-product_tag\";a:2:{s:5:\"value\";s:18:\"is_tax-product_tag\";s:5:\"label\";s:34:\"All Product tags taxonomy archives\";}s:32:\"is_tax-pa_are-batteries-included\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_are-batteries-included\";s:5:\"label\";s:52:\"All Product Are Batteries Included taxonomy archives\";}s:19:\"is_tax-pa_batteries\";a:2:{s:5:\"value\";s:19:\"is_tax-pa_batteries\";s:5:\"label\";s:39:\"All Product Batteries taxonomy archives\";}s:28:\"is_tax-pa_batteries-included\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_batteries-included\";s:5:\"label\";s:49:\"All Product Batteries included? taxonomy archives\";}s:28:\"is_tax-pa_batteries-required\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_batteries-required\";s:5:\"label\";s:49:\"All Product Batteries Required? taxonomy archives\";}s:27:\"is_tax-pa_battery-cell-type\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_battery-cell-type\";s:5:\"label\";s:47:\"All Product Battery Cell Type taxonomy archives\";}s:15:\"is_tax-pa_brand\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_brand\";s:5:\"label\";s:35:\"All Product Brand taxonomy archives\";}s:15:\"is_tax-pa_color\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_color\";s:5:\"label\";s:35:\"All Product Color taxonomy archives\";}s:16:\"is_tax-pa_colour\";a:2:{s:5:\"value\";s:16:\"is_tax-pa_colour\";s:5:\"label\";s:36:\"All Product Colour taxonomy archives\";}s:30:\"is_tax-pa_computer-memory-type\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_computer-memory-type\";s:5:\"label\";s:50:\"All Product Computer Memory Type taxonomy archives\";}s:27:\"is_tax-pa_connectivity-type\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_connectivity-type\";s:5:\"label\";s:47:\"All Product Connectivity Type taxonomy archives\";}s:30:\"is_tax-pa_date-first-available\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_date-first-available\";s:5:\"label\";s:50:\"All Product Date First Available taxonomy archives\";}s:30:\"is_tax-pa_delivery-information\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_delivery-information\";s:5:\"label\";s:51:\"All Product Delivery information: taxonomy archives\";}s:23:\"is_tax-pa_display-style\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_display-style\";s:5:\"label\";s:43:\"All Product Display style taxonomy archives\";}s:21:\"is_tax-pa_form-factor\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_form-factor\";s:5:\"label\";s:41:\"All Product Form Factor taxonomy archives\";}s:27:\"is_tax-pa_hardware-platform\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_hardware-platform\";s:5:\"label\";s:47:\"All Product Hardware Platform taxonomy archives\";}s:20:\"is_tax-pa_ink-colour\";a:2:{s:5:\"value\";s:20:\"is_tax-pa_ink-colour\";s:5:\"label\";s:40:\"All Product Ink Colour taxonomy archives\";}s:27:\"is_tax-pa_item-model-number\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_item-model-number\";s:5:\"label\";s:47:\"All Product Item model number taxonomy archives\";}s:31:\"is_tax-pa_item-package-quantity\";a:2:{s:5:\"value\";s:31:\"is_tax-pa_item-package-quantity\";s:5:\"label\";s:51:\"All Product Item Package Quantity taxonomy archives\";}s:21:\"is_tax-pa_item-weight\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_item-weight\";s:5:\"label\";s:41:\"All Product Item Weight taxonomy archives\";}s:39:\"is_tax-pa_lithium-battery-energy-conten\";a:2:{s:5:\"value\";s:39:\"is_tax-pa_lithium-battery-energy-conten\";s:5:\"label\";s:60:\"All Product Lithium Battery Energy Content taxonomy archives\";}s:35:\"is_tax-pa_lithium-battery-packaging\";a:2:{s:5:\"value\";s:35:\"is_tax-pa_lithium-battery-packaging\";s:5:\"label\";s:55:\"All Product Lithium Battery Packaging taxonomy archives\";}s:33:\"is_tax-pa_lithium-battery-voltage\";a:2:{s:5:\"value\";s:33:\"is_tax-pa_lithium-battery-voltage\";s:5:\"label\";s:53:\"All Product Lithium Battery Voltage taxonomy archives\";}s:32:\"is_tax-pa_lithium-battery-weight\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_lithium-battery-weight\";s:5:\"label\";s:52:\"All Product Lithium Battery Weight taxonomy archives\";}s:22:\"is_tax-pa_manufacturer\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_manufacturer\";s:5:\"label\";s:42:\"All Product Manufacturer taxonomy archives\";}s:34:\"is_tax-pa_manufacturer-part-number\";a:2:{s:5:\"value\";s:34:\"is_tax-pa_manufacturer-part-number\";s:5:\"label\";s:54:\"All Product Manufacturer Part Number taxonomy archives\";}s:32:\"is_tax-pa_manufacturer-reference\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_manufacturer-reference\";s:5:\"label\";s:52:\"All Product Manufacturer reference taxonomy archives\";}s:23:\"is_tax-pa_material-type\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_material-type\";s:5:\"label\";s:43:\"All Product Material Type taxonomy archives\";}s:22:\"is_tax-pa_model-number\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_model-number\";s:5:\"label\";s:42:\"All Product Model Number taxonomy archives\";}s:21:\"is_tax-pa_noise-level\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_noise-level\";s:5:\"label\";s:41:\"All Product Noise Level taxonomy archives\";}s:25:\"is_tax-pa_number-of-items\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_number-of-items\";s:5:\"label\";s:45:\"All Product Number of Items taxonomy archives\";}s:37:\"is_tax-pa_number-of-lithium-ion-cells\";a:2:{s:5:\"value\";s:37:\"is_tax-pa_number-of-lithium-ion-cells\";s:5:\"label\";s:57:\"All Product Number Of Lithium Ion Cells taxonomy archives\";}s:39:\"is_tax-pa_number-of-lithium-metal-cells\";a:2:{s:5:\"value\";s:39:\"is_tax-pa_number-of-lithium-metal-cells\";s:5:\"label\";s:59:\"All Product Number of Lithium Metal Cells taxonomy archives\";}s:33:\"is_tax-pa_number-of-usb-2-0-ports\";a:2:{s:5:\"value\";s:33:\"is_tax-pa_number-of-usb-2-0-ports\";s:5:\"label\";s:53:\"All Product Number of USB 2.0 Ports taxonomy archives\";}s:26:\"is_tax-pa_operating-system\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_operating-system\";s:5:\"label\";s:46:\"All Product Operating System taxonomy archives\";}s:28:\"is_tax-pa_package-dimensions\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_package-dimensions\";s:5:\"label\";s:48:\"All Product Package Dimensions taxonomy archives\";}s:22:\"is_tax-pa_paper-finish\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_paper-finish\";s:5:\"label\";s:42:\"All Product Paper Finish taxonomy archives\";}s:22:\"is_tax-pa_paper-weight\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_paper-weight\";s:5:\"label\";s:42:\"All Product Paper Weight taxonomy archives\";}s:21:\"is_tax-pa_part-number\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_part-number\";s:5:\"label\";s:41:\"All Product Part number taxonomy archives\";}s:22:\"is_tax-pa_power-source\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_power-source\";s:5:\"label\";s:42:\"All Product Power Source taxonomy archives\";}s:25:\"is_tax-pa_processor-count\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_processor-count\";s:5:\"label\";s:45:\"All Product Processor Count taxonomy archives\";}s:25:\"is_tax-pa_processor-speed\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_processor-speed\";s:5:\"label\";s:45:\"All Product Processor Speed taxonomy archives\";}s:28:\"is_tax-pa_product-dimensions\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_product-dimensions\";s:5:\"label\";s:48:\"All Product Product Dimensions taxonomy archives\";}s:18:\"is_tax-pa_ram-size\";a:2:{s:5:\"value\";s:18:\"is_tax-pa_ram-size\";s:5:\"label\";s:38:\"All Product RAM Size taxonomy archives\";}s:16:\"is_tax-pa_series\";a:2:{s:5:\"value\";s:16:\"is_tax-pa_series\";s:5:\"label\";s:36:\"All Product Series taxonomy archives\";}s:20:\"is_tax-pa_sheet-size\";a:2:{s:5:\"value\";s:20:\"is_tax-pa_sheet-size\";s:5:\"label\";s:40:\"All Product Sheet Size taxonomy archives\";}s:14:\"is_tax-pa_size\";a:2:{s:5:\"value\";s:14:\"is_tax-pa_size\";s:5:\"label\";s:34:\"All Product Size taxonomy archives\";}s:26:\"is_tax-pa_special-features\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_special-features\";s:5:\"label\";s:46:\"All Product Special Features taxonomy archives\";}s:38:\"is_tax-pa_standing-screen-display-size\";a:2:{s:5:\"value\";s:38:\"is_tax-pa_standing-screen-display-size\";s:5:\"label\";s:58:\"All Product Standing screen display size taxonomy archives\";}s:15:\"is_tax-pa_style\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_style\";s:5:\"label\";s:35:\"All Product Style taxonomy archives\";}s:28:\"is_tax-pa_supported-software\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_supported-software\";s:5:\"label\";s:48:\"All Product Supported Software taxonomy archives\";}s:32:\"is_tax-pa_total-recycled-content\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_total-recycled-content\";s:5:\"label\";s:52:\"All Product Total Recycled Content taxonomy archives\";}s:17:\"is_tax-pa_wattage\";a:2:{s:5:\"value\";s:17:\"is_tax-pa_wattage\";s:5:\"label\";s:37:\"All Product Wattage taxonomy archives\";}s:26:\"is_tax-pa_wireless-carrier\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_wireless-carrier\";s:5:\"label\";s:46:\"All Product Wireless Carrier taxonomy archives\";}s:23:\"is_tax-pa_wireless-type\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_wireless-type\";s:5:\"label\";s:43:\"All Product Wireless Type taxonomy archives\";}}}s:13:\"ft_custom_ids\";a:6:{s:5:\"label\";s:22:\"IDs ( Posts or Pages )\";s:4:\"name\";s:13:\"ft_custom_ids\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:13;s:11:\"description\";s:58:\"Comma separated ID of post, page or custom post type posts\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:10:\"ft_show_on\";s:5:\"value\";a:2:{i:0;s:11:\"on_selected\";i:1;s:16:\"hide_on_selected\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:16:\"ft_all_locations\";s:5:\"value\";a:1:{i:0;s:9:\"is_custom\";}}}}s:18:\"ft_show_on_display\";a:6:{s:5:\"label\";s:11:\"Display For\";s:4:\"name\";s:18:\"ft_show_on_display\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"always\";s:8:\"priority\";i:15;s:7:\"options\";a:3:{s:6:\"always\";a:2:{s:5:\"value\";s:6:\"always\";s:5:\"label\";s:8:\"Everyone\";}s:15:\"logged_out_user\";a:2:{s:5:\"value\";s:15:\"logged_out_user\";s:5:\"label\";s:15:\"Logged Out User\";}s:14:\"logged_in_user\";a:2:{s:5:\"value\";s:14:\"logged_in_user\";s:5:\"label\";s:14:\"Logged In User\";}}}}}s:13:\"popup_content\";a:6:{s:5:\"label\";s:13:\"Popup Content\";s:4:\"name\";s:13:\"popup_content\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:5;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}s:6:\"fields\";a:15:{i:0;a:5:{s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:11:\"popup_title\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:10;s:7:\"default\";s:14:\"Special Offer!\";}i:1;a:6:{s:5:\"label\";s:8:\"Subtitle\";s:4:\"name\";s:14:\"popup_subtitle\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:12;s:7:\"default\";s:54:\"Would like to get the latest news & updates instantly?\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:2;a:8:{s:5:\"label\";s:10:\"Popup Icon\";s:4:\"name\";s:10:\"popup_icon\";s:4:\"type\";s:11:\"icon-picker\";s:8:\"priority\";i:15;s:10:\"iconPrefix\";s:95:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/icons/\";s:7:\"default\";s:13:\"mail_icon.svg\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}s:7:\"options\";a:1:{i:0;a:2:{s:4:\"icon\";s:13:\"mail_icon.svg\";s:5:\"label\";s:9:\"Mail Icon\";}}}i:3;a:6:{s:5:\"label\";s:7:\"Content\";s:4:\"name\";s:13:\"popup_content\";s:4:\"type\";s:8:\"textarea\";s:8:\"priority\";i:20;s:7:\"default\";s:36:\"Don\'t miss out on this amazing deal!\";s:5:\"rules\";a:4:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}}i:4;a:7:{s:5:\"label\";s:15:\"Show Name Field\";s:4:\"name\";s:21:\"popup_show_name_field\";s:4:\"type\";s:6:\"toggle\";s:8:\"priority\";i:25;s:7:\"default\";b:0;s:5:\"rules\";a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}s:6:\"is_pro\";b:1;}i:5;a:6:{s:5:\"label\";s:15:\"Name Field Text\";s:4:\"name\";s:22:\"popup_name_placeholder\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:30;s:7:\"default\";s:15:\"Enter your name\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:21:\"popup_show_name_field\";s:5:\"value\";b:1;}}}i:6;a:7:{s:5:\"label\";s:16:\"Show Email Field\";s:4:\"name\";s:22:\"popup_show_email_field\";s:4:\"type\";s:6:\"toggle\";s:8:\"priority\";i:35;s:4:\"info\";s:209:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><h3 style=\"margin-bottom:5px;\">Enable this field to collect user\'s email addresses.</h3></div>\";s:5:\"rules\";a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}s:6:\"is_pro\";b:1;}i:7;a:6:{s:5:\"label\";s:16:\"Email Field Text\";s:4:\"name\";s:23:\"popup_email_placeholder\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:40;s:7:\"default\";s:16:\"Enter your email\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:22:\"popup_show_email_field\";s:5:\"value\";b:1;}}}i:8;a:7:{s:5:\"label\";s:18:\"Show Message Field\";s:4:\"name\";s:24:\"popup_show_message_field\";s:4:\"type\";s:6:\"toggle\";s:8:\"priority\";i:45;s:4:\"info\";s:214:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><h3 style=\"margin-bottom:5px;\">Enable this field to let users send messages or feedback.</h3></div>\";s:5:\"rules\";a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}s:7:\"default\";b:1;}i:9;a:6:{s:5:\"label\";s:18:\"Message Field Text\";s:4:\"name\";s:25:\"popup_message_placeholder\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:50;s:7:\"default\";s:21:\"Enter your message...\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;a:5:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-four\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:29:\"popup_notification_theme-five\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-six\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:24:\"popup_show_message_field\";s:5:\"value\";b:1;}}}i:10;a:5:{s:5:\"label\";s:11:\"Button Text\";s:4:\"name\";s:17:\"popup_button_text\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:55;s:7:\"default\";s:9:\"Get Offer\";}i:11;a:6:{s:5:\"label\";s:10:\"Button URL\";s:4:\"name\";s:16:\"popup_button_url\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:60;s:7:\"default\";s:1:\"#\";s:5:\"rules\";a:4:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}}}i:12;a:9:{s:5:\"label\";s:11:\"Button Icon\";s:4:\"name\";s:17:\"popup_button_icon\";s:4:\"type\";s:11:\"icon-picker\";s:8:\"priority\";i:62;s:10:\"iconPrefix\";s:95:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/icons/\";s:7:\"default\";s:13:\"mail_icon.svg\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"icon\";s:13:\"mail_icon.svg\";s:5:\"label\";s:9:\"Mail Icon\";}i:1;a:2:{s:4:\"icon\";s:16:\"latest_offer.svg\";s:5:\"label\";s:12:\"Latest OFfer\";}i:2;a:2:{s:4:\"icon\";s:12:\"shop_now.svg\";s:5:\"label\";s:8:\"Shop Now\";}i:3;a:2:{s:4:\"icon\";s:18:\"shop_now_white.svg\";s:5:\"label\";s:14:\"Shop Now White\";}}s:11:\"description\";s:46:\"Select an icon to display with the button text\";s:5:\"rules\";a:3:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-seven\";}}}s:15:\"open_in_new_tab\";a:5:{s:5:\"label\";s:19:\"Open URL in New Tab\";s:4:\"name\";s:15:\"open_in_new_tab\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:0;s:5:\"rules\";a:4:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-one\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:28:\"popup_notification_theme-two\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}}}i:13;a:8:{s:5:\"label\";s:13:\"Content Items\";s:4:\"name\";s:22:\"popup_content_repeater\";s:4:\"type\";s:8:\"repeater\";s:8:\"priority\";i:65;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:30:\"popup_notification_theme-three\";}s:6:\"button\";a:1:{s:5:\"label\";s:7:\"Add New\";}s:6:\"fields\";a:3:{i:0;a:5:{s:5:\"label\";s:14:\"Highlight Text\";s:4:\"name\";s:23:\"repeater_highlight_text\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:7:\"30% OFF\";s:4:\"help\";s:68:\"Text that will be highlighted in a different color (e.g., \"30% OFF\")\";}i:1;a:4:{s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:14:\"repeater_title\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:13:\"Feature Title\";}i:2;a:4:{s:5:\"label\";s:8:\"Subtitle\";s:4:\"name\";s:17:\"repeater_subtitle\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:19:\"Feature description\";}}s:7:\"default\";a:3:{i:0;a:3:{s:23:\"repeater_highlight_text\";s:7:\"30% OFF\";s:14:\"repeater_title\";s:11:\"Boost Sales\";s:17:\"repeater_subtitle\";s:38:\"Increase conversions with social proof\";}i:1;a:3:{s:23:\"repeater_highlight_text\";s:7:\"50% OFF\";s:14:\"repeater_title\";s:11:\"Build Trust\";s:17:\"repeater_subtitle\";s:27:\"Show real customer activity\";}i:2;a:3:{s:23:\"repeater_highlight_text\";s:7:\"LIMITED\";s:14:\"repeater_title\";s:12:\"Drive Action\";s:17:\"repeater_subtitle\";s:23:\"Create urgency and FOMO\";}}}}}s:16:\"visibility-hooks\";a:6:{s:5:\"label\";s:10:\"Visibility\";s:4:\"name\";s:16:\"visibility-hooks\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:105;s:6:\"fields\";a:1:{s:15:\"inline_location\";a:7:{s:5:\"label\";s:9:\"Locations\";s:4:\"name\";s:15:\"inline_location\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:0:\"\";s:8:\"multiple\";b:1;s:8:\"priority\";i:7;s:7:\"options\";a:13:{s:35:\"woocommerce_before_add_to_cart_form\";a:3:{s:5:\"value\";s:35:\"woocommerce_before_add_to_cart_form\";s:5:\"label\";s:19:\"Single Product Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:10:\"woo_inline\";i:1;s:24:\"woocommerce_sales_inline\";}}}s:38:\"woocommerce_after_shop_loop_item_title\";a:3:{s:5:\"value\";s:38:\"woocommerce_after_shop_loop_item_title\";s:5:\"label\";s:39:\"Shop Archive Page - After Product Title\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:10:\"woo_inline\";i:1;s:24:\"woocommerce_sales_inline\";}}}s:32:\"woocommerce_after_shop_loop_item\";a:3:{s:5:\"value\";s:32:\"woocommerce_after_shop_loop_item\";s:5:\"label\";s:43:\"Shop Archive Page - After Product Container\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:10:\"woo_inline\";i:1;s:24:\"woocommerce_sales_inline\";}}}s:32:\"woocommerce_after_cart_item_name\";a:3:{s:5:\"value\";s:32:\"woocommerce_after_cart_item_name\";s:5:\"label\";s:14:\"Shop Cart Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:2:{i:0;s:10:\"woo_inline\";i:1;s:24:\"woocommerce_sales_inline\";}}}s:11:\"edd_archive\";a:3:{s:5:\"value\";s:11:\"edd_archive\";s:5:\"label\";s:12:\"Archive Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"edd_inline\";}}}s:10:\"edd_single\";a:3:{s:5:\"value\";s:10:\"edd_single\";s:5:\"label\";s:11:\"Single Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:10:\"edd_inline\";}}}s:29:\"tutor_course/loop/after_title\";a:3:{s:5:\"value\";s:29:\"tutor_course/loop/after_title\";s:5:\"label\";s:12:\"Archive Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:34:\"tutor/course/single/entry-box/free\";a:3:{s:5:\"value\";s:34:\"tutor/course/single/entry-box/free\";s:5:\"label\";s:16:\"Single Page Free\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:39:\"tutor/course/single/entry-box/is_public\";a:3:{s:5:\"value\";s:39:\"tutor/course/single/entry-box/is_public\";s:5:\"label\";s:18:\"Single Page Public\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:42:\"tutor/course/single/entry-box/fully_booked\";a:3:{s:5:\"value\";s:42:\"tutor/course/single/entry-box/fully_booked\";s:5:\"label\";s:24:\"Single Page Fully Booked\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:41:\"tutor/course/single/entry-box/purchasable\";a:3:{s:5:\"value\";s:41:\"tutor/course/single/entry-box/purchasable\";s:5:\"label\";s:23:\"Single Page Purchasable\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:31:\"tutor_course/single/entry/after\";a:3:{s:5:\"value\";s:31:\"tutor_course/single/entry/after\";s:5:\"label\";s:11:\"Single Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:12:\"tutor_inline\";}}}s:17:\"learndash_content\";a:3:{s:5:\"value\";s:17:\"learndash_content\";s:5:\"label\";s:18:\"Single Course Page\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:16:\"learndash_inline\";}}}}}}s:5:\"rules\";a:3:{i:0;s:2:\"or\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:24:\"woocommerce_sales_inline\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:6:\"inline\";}}}}}}s:11:\"manager_tab\";a:7:{s:5:\"label\";s:7:\"Manager\";s:2:\"id\";s:11:\"manager_tab\";s:4:\"name\";s:11:\"manager_tab\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:7:\"manager\";}s:7:\"classes\";s:11:\"manager_tab\";s:6:\"fields\";a:4:{s:12:\"main_preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"name\";s:12:\"main_preview\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:1;s:6:\"fields\";a:1:{s:13:\"preview_field\";a:4:{s:4:\"name\";s:13:\"preview_field\";s:4:\"type\";s:7:\"preview\";s:5:\"label\";s:7:\"Preview\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}s:15:\"general_settngs\";a:5:{s:5:\"label\";s:16:\"General Settings\";s:2:\"id\";s:15:\"general_settngs\";s:4:\"name\";s:15:\"general_settngs\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:3:{s:17:\"gdpr_force_reload\";a:7:{s:5:\"label\";s:12:\"Force Reload\";s:4:\"name\";s:17:\"gdpr_force_reload\";s:4:\"type\";s:13:\"better-toggle\";s:7:\"default\";b:0;s:12:\"toggle_label\";a:2:{s:14:\"toggle_label_1\";s:19:\"Enable Force Reload\";s:14:\"toggle_label_2\";s:0:\"\";}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}s:4:\"info\";s:199:\"Choose whether the page should reload after the user accepts cookies. If not, your analytics software won’t register the current page visit, as cookies will only be loaded during the next page load\";}s:19:\"gdpr_cookie_removal\";a:7:{s:5:\"label\";s:14:\"Cookie Removal\";s:4:\"name\";s:19:\"gdpr_cookie_removal\";s:4:\"type\";s:13:\"better-toggle\";s:7:\"default\";b:0;s:12:\"toggle_label\";a:2:{s:14:\"toggle_label_1\";s:21:\"Enable Cookie Removal\";s:14:\"toggle_label_2\";s:0:\"\";}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}s:4:\"info\";s:109:\"When cookies are not accepted, non-essential cookies are removed, ensuring compliance with GDPR requirements.\";}s:19:\"gdpr_consent_expiry\";a:9:{s:5:\"label\";s:14:\"Consent Expiry\";s:4:\"name\";s:19:\"gdpr_consent_expiry\";s:4:\"type\";s:6:\"number\";s:3:\"min\";i:1;s:11:\"description\";s:4:\"Days\";s:7:\"default\";i:30;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}}s:4:\"info\";s:99:\"By default, consent expires after 30 days. If needed, you can adjust this number to your preference\";}}}s:12:\"scan_cookies\";a:4:{s:5:\"label\";s:12:\"Scan Cookies\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:12:\"scan_cookies\";s:6:\"fields\";a:1:{s:14:\"cookie_scanner\";a:4:{s:4:\"type\";s:14:\"cookie-scanner\";s:4:\"name\";s:14:\"cookie_scanner\";s:2:\"id\";s:14:\"cookie_scanner\";s:5:\"label\";s:14:\"Cookie Scanner\";}}}s:20:\"cookies_list_section\";a:4:{s:5:\"label\";s:12:\"Cookies List\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:20:\"cookies_list_section\";s:6:\"fields\";a:1:{s:13:\"cookies_lists\";a:6:{s:4:\"type\";s:3:\"tab\";s:4:\"name\";s:13:\"cookies_lists\";s:6:\"submit\";a:1:{s:4:\"show\";b:0;}s:7:\"default\";s:13:\"necessary_tab\";s:9:\"dataShare\";b:1;s:6:\"fields\";a:6:{s:13:\"necessary_tab\";a:6:{s:5:\"label\";s:9:\"Necessary\";s:4:\"name\";s:13:\"necessary_tab\";s:2:\"id\";s:13:\"necessary_tab\";s:4:\"type\";s:7:\"section\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:9:\"necessary\";}s:6:\"fields\";a:2:{s:24:\"necessary_tab_info_modal\";a:8:{s:4:\"name\";s:24:\"necessary_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:30:\"necessary_close_tab_info_modal\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:30:\"necessary_close_tab_info_modal\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:19:\"necessary_tab_title\";s:7:\"default\";s:9:\"Necessary\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:18:\"necessary_tab_desc\";s:7:\"default\";s:192:\"Necessary cookies are needed to ensure the basic functions of this site, like allowing secure log-ins and managing your consent settings. These cookies do not collect any personal information.\";s:5:\"label\";s:11:\"Description\";}}}}s:22:\"necessary_cookie_lists\";a:9:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:22:\"necessary_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:7:\"default\";a:6:{i:0;a:7:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:19:\"wordpress_logged_in\";s:11:\"load_inside\";s:4:\"head\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:76:\"Indicates when a user is logged in and who they are, for most interface use.\";s:5:\"index\";s:36:\"c25a4af8-0686-4419-a70f-8ef073510c57\";}i:1;a:7:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:13:\"wordpress_sec\";s:11:\"load_inside\";s:4:\"head\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:47:\"Used for security purposes for logged-in users.\";s:5:\"index\";s:36:\"60c70294-3e36-4c27-9ae8-b604902b61a3\";}i:2;a:7:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:21:\"wp-settings-{user_id}\";s:11:\"load_inside\";s:4:\"head\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:50:\"Used to persist a user\'s WordPress admin settings.\";s:5:\"index\";s:36:\"ff8024cd-b9ba-4d0a-85ee-51a9fab3952d\";}i:3;a:7:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:26:\"wp-settings-time-{user_id}\";s:11:\"load_inside\";s:4:\"head\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:52:\"Records the time that wp-settings-{user_id} was set.\";s:5:\"index\";s:36:\"a73b2c04-962a-440f-8894-026ffdeaa281\";}i:4;a:7:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:26:\"wp-settings-time-{user_id}\";s:11:\"load_inside\";s:4:\"head\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:52:\"Records the time that wp-settings-{user_id} was set.\";s:5:\"index\";s:36:\"63ab1ba5-ad33-4199-8c77-4cef9d5ea573\";}i:5;a:6:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:10:\"cookies_id\";s:17:\"nx_cookie_manager\";s:18:\"script_url_pattern\";s:0:\"\";s:11:\"description\";s:75:\"Manages the cookies on the site, ensuring user consent for GDPR compliance.\";s:5:\"index\";s:36:\"091c3dbc-dac5-416d-8f30-6b6647d7862e\";}}s:14:\"visible_fields\";a:4:{i:0;s:10:\"cookies_id\";i:1;s:11:\"load_inside\";i:2;s:18:\"script_url_pattern\";i:3;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}s:14:\"functional_tab\";a:6:{s:5:\"label\";s:10:\"Functional\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:14:\"functional_tab\";s:2:\"id\";s:14:\"functional_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"functional\";}s:6:\"fields\";a:2:{s:25:\"functional_tab_info_modal\";a:8:{s:4:\"name\";s:25:\"functional_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:31:\"functional_close_tab_info_modal\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:31:\"functional_close_tab_info_modal\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:20:\"functional_tab_title\";s:7:\"default\";s:10:\"Functional\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:19:\"functional_tab_desc\";s:7:\"default\";s:153:\"Functional cookies assist in performing tasks like sharing website content on social media, collecting feedback, and enabling other third-party features.\";s:5:\"label\";s:11:\"Description\";}}}}s:23:\"functional_cookie_lists\";a:8:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:23:\"functional_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:14:\"visible_fields\";a:6:{i:0;s:10:\"cookies_id\";i:1;s:6:\"domain\";i:2;s:18:\"script_url_pattern\";i:3;s:8:\"duration\";i:4;s:11:\"load_inside\";i:5;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}s:13:\"analytics_tab\";a:6:{s:5:\"label\";s:9:\"Analytics\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:13:\"analytics_tab\";s:2:\"id\";s:13:\"analytics_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:9:\"analytics\";}s:6:\"fields\";a:2:{s:24:\"analytics_tab_info_modal\";a:8:{s:4:\"name\";s:24:\"analytics_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:30:\"analytics_close_tab_info_modal\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:30:\"analytics_close_tab_info_modal\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:19:\"analytics_tab_title\";s:7:\"default\";s:9:\"Analytics\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:18:\"analytics_tab_desc\";s:7:\"default\";s:159:\"Analytical cookies help us understand how visitors use the website. They provide data on metrics like the number of visitors, bounce rate, traffic sources etc.\";s:5:\"label\";s:11:\"Description\";}}}}s:22:\"analytics_cookie_lists\";a:8:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:22:\"analytics_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:14:\"visible_fields\";a:6:{i:0;s:10:\"cookies_id\";i:1;s:6:\"domain\";i:2;s:18:\"script_url_pattern\";i:3;s:8:\"duration\";i:4;s:11:\"load_inside\";i:5;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}s:15:\"performance_tab\";a:6:{s:5:\"label\";s:11:\"Performance\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:15:\"performance_tab\";s:2:\"id\";s:15:\"performance_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:11:\"performance\";}s:6:\"fields\";a:2:{s:26:\"performance_tab_info_modal\";a:8:{s:4:\"name\";s:26:\"performance_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:32:\"performance_close_tab_info_modal\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:32:\"performance_close_tab_info_modal\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:21:\"performance_tab_title\";s:7:\"default\";s:11:\"Performance\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:20:\"performance_tab_desc\";s:7:\"default\";s:136:\"Performance cookies help analyze the website\'s key performance indicators, which in turn helps improve the user experience for visitors.\";s:5:\"label\";s:11:\"Description\";}}}}s:24:\"performance_cookie_lists\";a:8:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:24:\"performance_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:14:\"visible_fields\";a:6:{i:0;s:10:\"cookies_id\";i:1;s:6:\"domain\";i:2;s:18:\"script_url_pattern\";i:3;s:8:\"duration\";i:4;s:11:\"load_inside\";i:5;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}s:17:\"advertisement_tab\";a:6:{s:5:\"label\";s:13:\"Advertisement\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:17:\"advertisement_tab\";s:2:\"id\";s:17:\"advertisement_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:11:\"performance\";}s:6:\"fields\";a:2:{s:26:\"advertising_tab_info_modal\";a:8:{s:4:\"name\";s:26:\"advertising_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:32:\"advertising_close_tab_info_modal\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:32:\"advertising_close_tab_info_modal\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:21:\"advertising_tab_title\";s:7:\"default\";s:13:\"Advertisement\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:20:\"advertising_tab_desc\";s:7:\"default\";s:138:\"Advertisement cookies help analyze the website\'s key performance indicators, which in turn helps improve the user experience for visitors.\";s:5:\"label\";s:11:\"Description\";}}}}s:24:\"advertising_cookie_lists\";a:8:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:24:\"advertising_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:14:\"visible_fields\";a:6:{i:0;s:10:\"cookies_id\";i:1;s:6:\"domain\";i:2;s:18:\"script_url_pattern\";i:3;s:8:\"duration\";i:4;s:11:\"load_inside\";i:5;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}s:17:\"uncategorized_tab\";a:6:{s:5:\"label\";s:13:\"Uncategorized\";s:4:\"type\";s:7:\"section\";s:4:\"name\";s:17:\"uncategorized_tab\";s:2:\"id\";s:17:\"uncategorized_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:13:\"uncategorized\";}s:6:\"fields\";a:2:{s:28:\"uncategorized_tab_info_modal\";a:8:{s:4:\"name\";s:28:\"uncategorized_tab_info_modal\";s:4:\"type\";s:5:\"modal\";s:9:\"show_body\";b:1;s:13:\"close_on_body\";b:1;s:6:\"button\";a:3:{s:4:\"name\";s:13:\"tab_info_edit\";s:4:\"text\";s:1:\" \";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:10:\"edit_modal\";}}s:14:\"confirm_button\";a:5:{s:4:\"type\";s:6:\"button\";s:4:\"text\";s:4:\"Save\";s:4:\"name\";s:28:\"uncategorized_close_tab_info\";s:7:\"default\";b:0;s:12:\"close_action\";b:1;}s:6:\"cancel\";s:28:\"uncategorized_close_tab_info\";s:4:\"body\";a:2:{s:6:\"header\";s:14:\"Edit Category \";s:6:\"fields\";a:2:{s:9:\"tab_title\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:23:\"uncategorized_tab_title\";s:7:\"default\";s:13:\"Uncategorized\";s:5:\"label\";s:4:\"Name\";s:9:\"autoFocus\";b:1;}s:15:\"tab_description\";a:5:{s:4:\"type\";s:8:\"textarea\";s:3:\"row\";i:3;s:4:\"name\";s:22:\"uncategorized_tab_desc\";s:7:\"default\";s:241:\"Uncategorized cookies are those that don\'t fall into any specific category but may still be used for various purposes on the site. These cookies help us improve user experience by tracking interactions that don\'t fit into other cookie types.\";s:5:\"label\";s:11:\"Description\";}}}}s:26:\"uncategorized_cookie_lists\";a:8:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:26:\"uncategorized_cookie_lists\";s:4:\"type\";s:15:\"better-repeater\";s:8:\"priority\";i:10;s:15:\"placeholder_img\";s:116:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/extensions/empty-cookie.png\";s:6:\"button\";a:2:{s:5:\"label\";s:7:\"Add New\";s:8:\"position\";s:3:\"top\";}s:14:\"visible_fields\";a:6:{i:0;s:10:\"cookies_id\";i:1;s:6:\"domain\";i:2;s:18:\"script_url_pattern\";i:3;s:8:\"duration\";i:4;s:11:\"load_inside\";i:5;s:11:\"description\";}s:7:\"_fields\";a:9:{s:7:\"enabled\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:7:\"enabled\";s:5:\"label\";s:7:\"Enabled\";s:8:\"priority\";i:5;}s:10:\"discovered\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:10:\"discovered\";s:5:\"label\";s:10:\"Discovered\";s:8:\"priority\";i:5;}s:10:\"cookies_id\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"cookies_id\";s:5:\"label\";s:9:\"Cookie ID\";s:8:\"priority\";i:10;}s:6:\"domain\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:6:\"domain\";s:5:\"label\";s:6:\"Domain\";s:8:\"priority\";i:15;}s:8:\"duration\";a:6:{s:4:\"type\";s:6:\"number\";s:4:\"name\";s:8:\"duration\";s:5:\"label\";s:8:\"Duration\";s:3:\"min\";i:1;s:8:\"priority\";i:20;s:11:\"suggestions\";a:4:{i:0;a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:4:\"days\";}i:1;a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:4:\"days\";}i:2;a:2:{s:5:\"value\";i:180;s:4:\"unit\";s:4:\"days\";}i:3;a:2:{s:5:\"value\";i:365;s:4:\"unit\";s:4:\"days\";}}}s:11:\"description\";a:4:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:8:\"priority\";i:30;}s:13:\"is_add_script\";a:4:{s:4:\"type\";s:6:\"toggle\";s:4:\"name\";s:13:\"is_add_script\";s:5:\"label\";s:10:\"Add Script\";s:8:\"priority\";i:35;}s:11:\"load_inside\";a:6:{s:5:\"label\";s:13:\"Add Script on\";s:4:\"name\";s:15:\"product_control\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:40;s:7:\"default\";s:4:\"head\";s:7:\"options\";a:3:{s:4:\"head\";a:2:{s:5:\"value\";s:4:\"head\";s:5:\"label\";s:6:\"Header\";}s:4:\"body\";a:2:{s:5:\"value\";s:4:\"body\";s:5:\"label\";s:4:\"Body\";}s:6:\"footer\";a:2:{s:5:\"value\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";}}}s:18:\"script_url_pattern\";a:4:{s:4:\"type\";s:10:\"codeviewer\";s:4:\"name\";s:18:\"script_url_pattern\";s:5:\"label\";s:6:\"Script\";s:8:\"priority\";i:45;}}}}}}}}}}}s:11:\"display_tab\";a:7:{s:5:\"label\";s:7:\"Display\";s:2:\"id\";s:11:\"display_tab\";s:4:\"name\";s:11:\"display_tab\";s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}}s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:7:\"display\";}s:7:\"classes\";s:11:\"display_tab\";s:6:\"fields\";a:3:{s:12:\"main_preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"name\";s:12:\"main_preview\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:1;s:6:\"fields\";a:1:{s:13:\"preview_field\";a:4:{s:4:\"name\";s:13:\"preview_field\";s:4:\"type\";s:7:\"preview\";s:5:\"label\";s:7:\"Preview\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}s:13:\"image-section\";a:5:{s:5:\"label\";s:5:\"IMAGE\";s:4:\"name\";s:13:\"image-section\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:4:{s:18:\"show_default_image\";a:4:{s:5:\"label\";s:18:\"Show Default Image\";s:4:\"name\";s:18:\"show_default_image\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";b:0;}s:14:\"default_avatar\";a:8:{s:5:\"label\";s:15:\"Choose an Image\";s:4:\"name\";s:14:\"default_avatar\";s:4:\"type\";s:10:\"radio-card\";s:7:\"default\";s:12:\"verified.svg\";s:11:\"description\";s:44:\"If checked, this will show in notifications.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"show_default_image\";s:5:\"value\";b:1;}s:5:\"style\";a:1:{s:4:\"size\";s:6:\"medium\";}s:7:\"options\";a:6:{i:0;a:3:{s:5:\"value\";s:12:\"verified.svg\";s:5:\"label\";s:8:\"Verified\";s:4:\"icon\";s:107:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/verified.svg\";}i:1;a:3:{s:5:\"value\";s:10:\"flames.svg\";s:5:\"label\";s:6:\"Flames\";s:4:\"icon\";s:105:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/flames.svg\";}i:2;a:3:{s:5:\"value\";s:10:\"flames.gif\";s:5:\"label\";s:10:\"Flames GIF\";s:4:\"icon\";s:105:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/flames.gif\";}i:3;a:3:{s:5:\"value\";s:20:\"pink-face-looped.gif\";s:5:\"label\";s:9:\"Pink Face\";s:4:\"icon\";s:115:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/pink-face-looped.gif\";}i:4;a:3:{s:5:\"value\";s:24:\"blue-face-non-looped.gif\";s:5:\"label\";s:9:\"Blue Face\";s:4:\"icon\";s:119:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/blue-face-non-looped.gif\";}i:5;a:4:{s:5:\"value\";s:17:\"google-g-icon.png\";s:5:\"label\";s:13:\"Google G Icon\";s:4:\"icon\";s:112:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/public/image/icons/google-g-icon.png\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}}}}i:0;a:6:{s:5:\"label\";s:15:\"Upload an Image\";s:4:\"name\";s:9:\"image_url\";s:6:\"button\";s:6:\"Upload\";s:4:\"type\";s:5:\"media\";s:7:\"default\";s:0:\"\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:18:\"show_default_image\";s:5:\"value\";b:1;}}s:23:\"show_notification_image\";a:6:{s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:23:\"show_notification_image\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:4:\"none\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:28:{i:0;s:10:\"fluentform\";i:1;s:3:\"cf7\";i:2;s:19:\"custom_notification\";i:3;s:31:\"custom_notification_conversions\";i:4;s:3:\"edd\";i:5;s:6:\"envato\";i:6;s:4:\"grvf\";i:7;s:4:\"give\";i:8;s:9:\"learndash\";i:9;s:3:\"njf\";i:10;s:5:\"tutor\";i:11;s:3:\"wpf\";i:12;s:7:\"reviewx\";i:13;s:11:\"woocommerce\";i:14;s:8:\"surecart\";i:15;s:11:\"woo_reviews\";i:16;s:11:\"wp_comments\";i:17;s:10:\"wp_reviews\";i:18;s:6:\"zapier\";i:19;s:9:\"mailchimp\";i:20;s:10:\"convertkit\";i:21;s:20:\"freemius_conversions\";i:22;s:16:\"freemius_reviews\";i:23;s:14:\"freemius_stats\";i:24;s:7:\"youtube\";i:25;s:17:\"woocommerce_sales\";i:26;s:25:\"woocommerce_sales_reviews\";i:27;s:14:\"google_reviews\";}}s:7:\"options\";a:8:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:4:\"None\";}s:14:\"featured_image\";a:3:{s:5:\"value\";s:14:\"featured_image\";s:5:\"label\";s:14:\"Featured Image\";s:5:\"rules\";a:3:{i:0;s:8:\"includes\";i:1;s:6:\"source\";i:2;a:21:{i:0;s:3:\"cf7\";i:1;s:19:\"custom_notification\";i:2;s:31:\"custom_notification_conversions\";i:3;s:3:\"edd\";i:4;s:6:\"envato\";i:5;s:4:\"grvf\";i:6;s:4:\"give\";i:7;s:9:\"learndash\";i:8;s:3:\"njf\";i:9;s:5:\"tutor\";i:10;s:3:\"wpf\";i:11;s:7:\"reviewx\";i:12;s:11:\"woocommerce\";i:13;s:8:\"surecart\";i:14;s:11:\"woo_reviews\";i:15;s:10:\"wp_reviews\";i:16;s:20:\"freemius_conversions\";i:17;s:16:\"freemius_reviews\";i:18;s:14:\"freemius_stats\";i:19;s:17:\"woocommerce_sales\";i:20;s:25:\"woocommerce_sales_reviews\";}}}s:8:\"gravatar\";a:3:{s:5:\"value\";s:8:\"gravatar\";s:5:\"label\";s:8:\"Gravatar\";s:5:\"rules\";a:3:{i:0;s:8:\"includes\";i:1;s:6:\"source\";i:2;a:25:{i:0;s:10:\"fluentform\";i:1;s:3:\"cf7\";i:2;s:19:\"custom_notification\";i:3;s:31:\"custom_notification_conversions\";i:4;s:3:\"edd\";i:5;s:4:\"grvf\";i:6;s:4:\"give\";i:7;s:9:\"learndash\";i:8;s:3:\"njf\";i:9;s:5:\"tutor\";i:10;s:3:\"wpf\";i:11;s:7:\"reviewx\";i:12;s:11:\"woocommerce\";i:13;s:8:\"surecart\";i:14;s:11:\"woo_reviews\";i:15;s:11:\"wp_comments\";i:16;s:10:\"wp_reviews\";i:17;s:6:\"zapier\";i:18;s:9:\"mailchimp\";i:19;s:10:\"convertkit\";i:20;s:20:\"freemius_conversions\";i:21;s:16:\"freemius_reviews\";i:22;s:14:\"freemius_stats\";i:23;s:17:\"woocommerce_sales\";i:24;s:25:\"woocommerce_sales_reviews\";}}}s:10:\"maps_image\";a:3:{s:5:\"value\";s:10:\"maps_image\";s:5:\"label\";s:9:\"Map Image\";s:5:\"rules\";a:3:{i:0;s:8:\"includes\";i:1;s:6:\"source\";i:2;a:20:{i:0;s:3:\"cf7\";i:1;s:19:\"custom_notification\";i:2;s:3:\"edd\";i:3;s:6:\"envato\";i:4;s:4:\"grvf\";i:5;s:4:\"give\";i:6;s:5:\"ifttt\";i:7;s:9:\"learndash\";i:8;s:3:\"njf\";i:9;s:5:\"tutor\";i:10;s:3:\"wpf\";i:11;s:7:\"reviewx\";i:12;s:11:\"woocommerce\";i:13;s:8:\"surecart\";i:14;s:11:\"woo_reviews\";i:15;s:10:\"wp_reviews\";i:16;s:11:\"wp_comments\";i:17;s:9:\"mailchimp\";i:18;s:10:\"convertkit\";i:19;s:25:\"zapier_email_subscription\";}}}s:12:\"yt_thumbnail\";a:3:{s:5:\"value\";s:12:\"yt_thumbnail\";s:5:\"label\";s:9:\"Thumbnail\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:6:\"source\";i:2;s:7:\"youtube\";}}s:12:\"greview_icon\";a:3:{s:5:\"value\";s:12:\"greview_icon\";s:5:\"label\";s:4:\"Icon\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}}s:14:\"greview_avatar\";a:3:{s:5:\"value\";s:14:\"greview_avatar\";s:5:\"label\";s:6:\"Avatar\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:26:\"google_reviews_total-rated\";}}}s:17:\"greview_map_image\";a:3:{s:5:\"value\";s:17:\"greview_map_image\";s:5:\"label\";s:9:\"Map Image\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";s:25:\"google_reviews_maps_theme\";}}}}}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:10:\"visibility\";a:4:{s:5:\"label\";s:10:\"Visibility\";s:4:\"name\";s:10:\"visibility\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:6:{s:7:\"show_on\";a:6:{s:5:\"label\";s:7:\"Show On\";s:4:\"name\";s:7:\"show_on\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"everywhere\";s:8:\"priority\";i:5;s:7:\"options\";a:4:{s:10:\"everywhere\";a:2:{s:5:\"value\";s:10:\"everywhere\";s:5:\"label\";s:15:\"Show Everywhere\";}s:11:\"on_selected\";a:2:{s:5:\"value\";s:11:\"on_selected\";s:5:\"label\";s:16:\"Show On Selected\";}s:16:\"hide_on_selected\";a:2:{s:5:\"value\";s:16:\"hide_on_selected\";s:5:\"label\";s:16:\"Hide On Selected\";}s:14:\"only_shortcode\";a:3:{s:5:\"label\";s:21:\"Use Only as Shortcode\";s:5:\"value\";s:14:\"only_shortcode\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}s:13:\"all_locations\";a:8:{s:5:\"label\";s:9:\"Locations\";s:4:\"name\";s:13:\"all_locations\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:0:\"\";s:8:\"multiple\";b:1;s:8:\"priority\";i:10;s:5:\"rules\";a:3:{i:0;s:8:\"includes\";i:1;s:7:\"show_on\";i:2;a:2:{i:0;s:11:\"on_selected\";i:1;s:16:\"hide_on_selected\";}}s:7:\"options\";a:73:{s:13:\"is_front_page\";a:2:{s:5:\"value\";s:13:\"is_front_page\";s:5:\"label\";s:10:\"Front page\";}s:7:\"is_home\";a:2:{s:5:\"value\";s:7:\"is_home\";s:5:\"label\";s:9:\"Blog page\";}s:11:\"is_singular\";a:2:{s:5:\"value\";s:11:\"is_singular\";s:5:\"label\";s:38:\"All posts, pages and custom post types\";}s:9:\"is_single\";a:2:{s:5:\"value\";s:9:\"is_single\";s:5:\"label\";s:9:\"All posts\";}s:7:\"is_page\";a:2:{s:5:\"value\";s:7:\"is_page\";s:5:\"label\";s:9:\"All pages\";}s:13:\"is_attachment\";a:2:{s:5:\"value\";s:13:\"is_attachment\";s:5:\"label\";s:15:\"All attachments\";}s:9:\"is_search\";a:2:{s:5:\"value\";s:9:\"is_search\";s:5:\"label\";s:14:\"Search results\";}s:6:\"is_404\";a:2:{s:5:\"value\";s:6:\"is_404\";s:5:\"label\";s:14:\"404 error page\";}s:10:\"is_archive\";a:2:{s:5:\"value\";s:10:\"is_archive\";s:5:\"label\";s:12:\"All archives\";}s:11:\"is_category\";a:2:{s:5:\"value\";s:11:\"is_category\";s:5:\"label\";s:21:\"All category archives\";}s:6:\"is_tag\";a:2:{s:5:\"value\";s:6:\"is_tag\";s:5:\"label\";s:16:\"All tag archives\";}s:30:\"is_singular-mas_static_content\";a:2:{s:5:\"value\";s:30:\"is_singular-mas_static_content\";s:5:\"label\";s:25:\"All Static Contents posts\";}s:19:\"is_singular-product\";a:2:{s:5:\"value\";s:19:\"is_singular-product\";s:5:\"label\";s:18:\"All Products posts\";}s:18:\"is_archive-product\";a:2:{s:5:\"value\";s:18:\"is_archive-product\";s:5:\"label\";s:21:\"All Products archives\";}s:29:\"is_tax-mas_static_content_cat\";a:2:{s:5:\"value\";s:29:\"is_tax-mas_static_content_cat\";s:5:\"label\";s:32:\"All Categories taxonomy archives\";}s:20:\"is_tax-product_brand\";a:2:{s:5:\"value\";s:20:\"is_tax-product_brand\";s:5:\"label\";s:28:\"All Brands taxonomy archives\";}s:18:\"is_tax-product_cat\";a:2:{s:5:\"value\";s:18:\"is_tax-product_cat\";s:5:\"label\";s:40:\"All Product categories taxonomy archives\";}s:18:\"is_tax-product_tag\";a:2:{s:5:\"value\";s:18:\"is_tax-product_tag\";s:5:\"label\";s:34:\"All Product tags taxonomy archives\";}s:32:\"is_tax-pa_are-batteries-included\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_are-batteries-included\";s:5:\"label\";s:52:\"All Product Are Batteries Included taxonomy archives\";}s:19:\"is_tax-pa_batteries\";a:2:{s:5:\"value\";s:19:\"is_tax-pa_batteries\";s:5:\"label\";s:39:\"All Product Batteries taxonomy archives\";}s:28:\"is_tax-pa_batteries-included\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_batteries-included\";s:5:\"label\";s:49:\"All Product Batteries included? taxonomy archives\";}s:28:\"is_tax-pa_batteries-required\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_batteries-required\";s:5:\"label\";s:49:\"All Product Batteries Required? taxonomy archives\";}s:27:\"is_tax-pa_battery-cell-type\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_battery-cell-type\";s:5:\"label\";s:47:\"All Product Battery Cell Type taxonomy archives\";}s:15:\"is_tax-pa_brand\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_brand\";s:5:\"label\";s:35:\"All Product Brand taxonomy archives\";}s:15:\"is_tax-pa_color\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_color\";s:5:\"label\";s:35:\"All Product Color taxonomy archives\";}s:16:\"is_tax-pa_colour\";a:2:{s:5:\"value\";s:16:\"is_tax-pa_colour\";s:5:\"label\";s:36:\"All Product Colour taxonomy archives\";}s:30:\"is_tax-pa_computer-memory-type\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_computer-memory-type\";s:5:\"label\";s:50:\"All Product Computer Memory Type taxonomy archives\";}s:27:\"is_tax-pa_connectivity-type\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_connectivity-type\";s:5:\"label\";s:47:\"All Product Connectivity Type taxonomy archives\";}s:30:\"is_tax-pa_date-first-available\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_date-first-available\";s:5:\"label\";s:50:\"All Product Date First Available taxonomy archives\";}s:30:\"is_tax-pa_delivery-information\";a:2:{s:5:\"value\";s:30:\"is_tax-pa_delivery-information\";s:5:\"label\";s:51:\"All Product Delivery information: taxonomy archives\";}s:23:\"is_tax-pa_display-style\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_display-style\";s:5:\"label\";s:43:\"All Product Display style taxonomy archives\";}s:21:\"is_tax-pa_form-factor\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_form-factor\";s:5:\"label\";s:41:\"All Product Form Factor taxonomy archives\";}s:27:\"is_tax-pa_hardware-platform\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_hardware-platform\";s:5:\"label\";s:47:\"All Product Hardware Platform taxonomy archives\";}s:20:\"is_tax-pa_ink-colour\";a:2:{s:5:\"value\";s:20:\"is_tax-pa_ink-colour\";s:5:\"label\";s:40:\"All Product Ink Colour taxonomy archives\";}s:27:\"is_tax-pa_item-model-number\";a:2:{s:5:\"value\";s:27:\"is_tax-pa_item-model-number\";s:5:\"label\";s:47:\"All Product Item model number taxonomy archives\";}s:31:\"is_tax-pa_item-package-quantity\";a:2:{s:5:\"value\";s:31:\"is_tax-pa_item-package-quantity\";s:5:\"label\";s:51:\"All Product Item Package Quantity taxonomy archives\";}s:21:\"is_tax-pa_item-weight\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_item-weight\";s:5:\"label\";s:41:\"All Product Item Weight taxonomy archives\";}s:39:\"is_tax-pa_lithium-battery-energy-conten\";a:2:{s:5:\"value\";s:39:\"is_tax-pa_lithium-battery-energy-conten\";s:5:\"label\";s:60:\"All Product Lithium Battery Energy Content taxonomy archives\";}s:35:\"is_tax-pa_lithium-battery-packaging\";a:2:{s:5:\"value\";s:35:\"is_tax-pa_lithium-battery-packaging\";s:5:\"label\";s:55:\"All Product Lithium Battery Packaging taxonomy archives\";}s:33:\"is_tax-pa_lithium-battery-voltage\";a:2:{s:5:\"value\";s:33:\"is_tax-pa_lithium-battery-voltage\";s:5:\"label\";s:53:\"All Product Lithium Battery Voltage taxonomy archives\";}s:32:\"is_tax-pa_lithium-battery-weight\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_lithium-battery-weight\";s:5:\"label\";s:52:\"All Product Lithium Battery Weight taxonomy archives\";}s:22:\"is_tax-pa_manufacturer\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_manufacturer\";s:5:\"label\";s:42:\"All Product Manufacturer taxonomy archives\";}s:34:\"is_tax-pa_manufacturer-part-number\";a:2:{s:5:\"value\";s:34:\"is_tax-pa_manufacturer-part-number\";s:5:\"label\";s:54:\"All Product Manufacturer Part Number taxonomy archives\";}s:32:\"is_tax-pa_manufacturer-reference\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_manufacturer-reference\";s:5:\"label\";s:52:\"All Product Manufacturer reference taxonomy archives\";}s:23:\"is_tax-pa_material-type\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_material-type\";s:5:\"label\";s:43:\"All Product Material Type taxonomy archives\";}s:22:\"is_tax-pa_model-number\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_model-number\";s:5:\"label\";s:42:\"All Product Model Number taxonomy archives\";}s:21:\"is_tax-pa_noise-level\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_noise-level\";s:5:\"label\";s:41:\"All Product Noise Level taxonomy archives\";}s:25:\"is_tax-pa_number-of-items\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_number-of-items\";s:5:\"label\";s:45:\"All Product Number of Items taxonomy archives\";}s:37:\"is_tax-pa_number-of-lithium-ion-cells\";a:2:{s:5:\"value\";s:37:\"is_tax-pa_number-of-lithium-ion-cells\";s:5:\"label\";s:57:\"All Product Number Of Lithium Ion Cells taxonomy archives\";}s:39:\"is_tax-pa_number-of-lithium-metal-cells\";a:2:{s:5:\"value\";s:39:\"is_tax-pa_number-of-lithium-metal-cells\";s:5:\"label\";s:59:\"All Product Number of Lithium Metal Cells taxonomy archives\";}s:33:\"is_tax-pa_number-of-usb-2-0-ports\";a:2:{s:5:\"value\";s:33:\"is_tax-pa_number-of-usb-2-0-ports\";s:5:\"label\";s:53:\"All Product Number of USB 2.0 Ports taxonomy archives\";}s:26:\"is_tax-pa_operating-system\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_operating-system\";s:5:\"label\";s:46:\"All Product Operating System taxonomy archives\";}s:28:\"is_tax-pa_package-dimensions\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_package-dimensions\";s:5:\"label\";s:48:\"All Product Package Dimensions taxonomy archives\";}s:22:\"is_tax-pa_paper-finish\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_paper-finish\";s:5:\"label\";s:42:\"All Product Paper Finish taxonomy archives\";}s:22:\"is_tax-pa_paper-weight\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_paper-weight\";s:5:\"label\";s:42:\"All Product Paper Weight taxonomy archives\";}s:21:\"is_tax-pa_part-number\";a:2:{s:5:\"value\";s:21:\"is_tax-pa_part-number\";s:5:\"label\";s:41:\"All Product Part number taxonomy archives\";}s:22:\"is_tax-pa_power-source\";a:2:{s:5:\"value\";s:22:\"is_tax-pa_power-source\";s:5:\"label\";s:42:\"All Product Power Source taxonomy archives\";}s:25:\"is_tax-pa_processor-count\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_processor-count\";s:5:\"label\";s:45:\"All Product Processor Count taxonomy archives\";}s:25:\"is_tax-pa_processor-speed\";a:2:{s:5:\"value\";s:25:\"is_tax-pa_processor-speed\";s:5:\"label\";s:45:\"All Product Processor Speed taxonomy archives\";}s:28:\"is_tax-pa_product-dimensions\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_product-dimensions\";s:5:\"label\";s:48:\"All Product Product Dimensions taxonomy archives\";}s:18:\"is_tax-pa_ram-size\";a:2:{s:5:\"value\";s:18:\"is_tax-pa_ram-size\";s:5:\"label\";s:38:\"All Product RAM Size taxonomy archives\";}s:16:\"is_tax-pa_series\";a:2:{s:5:\"value\";s:16:\"is_tax-pa_series\";s:5:\"label\";s:36:\"All Product Series taxonomy archives\";}s:20:\"is_tax-pa_sheet-size\";a:2:{s:5:\"value\";s:20:\"is_tax-pa_sheet-size\";s:5:\"label\";s:40:\"All Product Sheet Size taxonomy archives\";}s:14:\"is_tax-pa_size\";a:2:{s:5:\"value\";s:14:\"is_tax-pa_size\";s:5:\"label\";s:34:\"All Product Size taxonomy archives\";}s:26:\"is_tax-pa_special-features\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_special-features\";s:5:\"label\";s:46:\"All Product Special Features taxonomy archives\";}s:38:\"is_tax-pa_standing-screen-display-size\";a:2:{s:5:\"value\";s:38:\"is_tax-pa_standing-screen-display-size\";s:5:\"label\";s:58:\"All Product Standing screen display size taxonomy archives\";}s:15:\"is_tax-pa_style\";a:2:{s:5:\"value\";s:15:\"is_tax-pa_style\";s:5:\"label\";s:35:\"All Product Style taxonomy archives\";}s:28:\"is_tax-pa_supported-software\";a:2:{s:5:\"value\";s:28:\"is_tax-pa_supported-software\";s:5:\"label\";s:48:\"All Product Supported Software taxonomy archives\";}s:32:\"is_tax-pa_total-recycled-content\";a:2:{s:5:\"value\";s:32:\"is_tax-pa_total-recycled-content\";s:5:\"label\";s:52:\"All Product Total Recycled Content taxonomy archives\";}s:17:\"is_tax-pa_wattage\";a:2:{s:5:\"value\";s:17:\"is_tax-pa_wattage\";s:5:\"label\";s:37:\"All Product Wattage taxonomy archives\";}s:26:\"is_tax-pa_wireless-carrier\";a:2:{s:5:\"value\";s:26:\"is_tax-pa_wireless-carrier\";s:5:\"label\";s:46:\"All Product Wireless Carrier taxonomy archives\";}s:23:\"is_tax-pa_wireless-type\";a:2:{s:5:\"value\";s:23:\"is_tax-pa_wireless-type\";s:5:\"label\";s:43:\"All Product Wireless Type taxonomy archives\";}s:9:\"is_custom\";a:2:{s:5:\"label\";s:23:\"Custom Post or Page IDs\";s:5:\"value\";s:9:\"is_custom\";}}}s:15:\"show_on_display\";a:6:{s:5:\"label\";s:11:\"Display For\";s:4:\"name\";s:15:\"show_on_display\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"always\";s:8:\"priority\";i:15;s:7:\"options\";a:3:{s:6:\"always\";a:2:{s:5:\"value\";s:6:\"always\";s:5:\"label\";s:8:\"Everyone\";}s:15:\"logged_out_user\";a:2:{s:5:\"value\";s:15:\"logged_out_user\";s:5:\"label\";s:15:\"Logged Out User\";}s:14:\"logged_in_user\";a:2:{s:5:\"value\";s:14:\"logged_in_user\";s:5:\"label\";s:14:\"Logged In User\";}}}s:10:\"custom_ids\";a:6:{s:5:\"label\";s:22:\"IDs ( Posts or Pages )\";s:4:\"name\";s:10:\"custom_ids\";s:4:\"type\";s:4:\"text\";s:8:\"priority\";i:13;s:11:\"description\";s:58:\"Comma separated ID of post, page or custom post type posts\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:7:\"show_on\";s:5:\"value\";a:2:{i:0;s:11:\"on_selected\";i:1;s:16:\"hide_on_selected\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:13:\"all_locations\";s:5:\"value\";a:1:{i:0;s:9:\"is_custom\";}}}}s:16:\"bar_reappearance\";a:6:{s:5:\"label\";s:16:\"Bar Reappearance\";s:4:\"type\";s:6:\"select\";s:4:\"name\";s:16:\"bar_reappearance\";s:7:\"default\";s:26:\"show_welcomebar_every_page\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:7:\"options\";a:3:{s:20:\"dont_show_welcomebar\";a:2:{s:5:\"value\";s:20:\"dont_show_welcomebar\";s:5:\"label\";s:37:\"Don\'t show the Bar again for the user\";}s:26:\"show_welcomebar_next_visit\";a:2:{s:5:\"value\";s:26:\"show_welcomebar_next_visit\";s:5:\"label\";s:61:\"Show the Bar again when the user visits the website next time\";}s:26:\"show_welcomebar_every_page\";a:2:{s:5:\"value\";s:26:\"show_welcomebar_every_page\";s:5:\"label\";s:57:\"Show the Bar when the user refreshes/goes to another page\";}}}s:32:\"bar_cache_duration_for_dont_show\";a:9:{s:5:\"label\";s:37:\"Cache Duration for \"Don\'t show again\"\";s:4:\"name\";s:32:\"bar_cache_duration_for_dont_show\";s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;s:3:\"min\";i:1;s:3:\"max\";i:365;s:4:\"step\";i:1;s:11:\"description\";s:4:\"Days\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"bar_reappearance\";s:5:\"value\";s:20:\"dont_show_welcomebar\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}}}}s:13:\"customize_tab\";a:7:{s:5:\"label\";s:9:\"Customize\";s:2:\"id\";s:13:\"customize_tab\";s:4:\"name\";s:13:\"customize_tab\";s:4:\"icon\";a:2:{s:4:\"type\";s:4:\"tabs\";s:4:\"name\";s:9:\"customize\";}s:7:\"classes\";s:13:\"customize_tab\";s:6:\"fields\";a:10:{s:12:\"main_preview\";a:6:{s:5:\"label\";s:7:\"Preview\";s:4:\"name\";s:12:\"main_preview\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:1;s:6:\"fields\";a:1:{s:13:\"preview_field\";a:4:{s:4:\"name\";s:13:\"preview_field\";s:4:\"type\";s:7:\"preview\";s:5:\"label\";s:7:\"Preview\";s:8:\"priority\";i:10;}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:16:\"notification_bar\";}}}s:10:\"appearance\";a:5:{s:5:\"label\";s:10:\"Appearance\";s:4:\"name\";s:10:\"appearance\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:9:{s:8:\"position\";a:6:{s:5:\"label\";s:8:\"Position\";s:4:\"name\";s:8:\"position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:11:\"bottom_left\";s:8:\"priority\";i:50;s:7:\"options\";a:5:{s:11:\"bottom_left\";a:3:{s:5:\"label\";s:11:\"Bottom Left\";s:5:\"value\";s:11:\"bottom_left\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:12:\"bottom_right\";a:3:{s:5:\"label\";s:12:\"Bottom Right\";s:5:\"value\";s:12:\"bottom_right\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:3:\"top\";a:3:{s:5:\"label\";s:3:\"Top\";s:5:\"value\";s:3:\"top\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:6:\"bottom\";a:3:{s:5:\"label\";s:6:\"Bottom\";s:5:\"value\";s:6:\"bottom\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:6:\"center\";a:3:{s:5:\"label\";s:6:\"Center\";s:5:\"value\";s:6:\"center\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}}s:4:\"size\";a:9:{s:5:\"label\";s:17:\"Notification Size\";s:4:\"name\";s:4:\"size\";s:4:\"type\";s:17:\"responsive-number\";s:7:\"default\";a:3:{s:7:\"desktop\";i:500;s:6:\"tablet\";i:500;s:6:\"mobile\";i:500;}s:8:\"priority\";i:51;s:3:\"min\";i:300;s:8:\"controls\";a:3:{s:7:\"desktop\";a:2:{s:4:\"icon\";s:111:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/desktop.svg\";s:4:\"size\";i:18;}s:6:\"tablet\";a:2:{s:4:\"icon\";s:110:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/tablet.svg\";s:4:\"size\";i:14;}s:6:\"mobile\";a:2:{s:4:\"icon\";s:110:\"https://shop.painterandpartners.com/wp-content/plugins/notificationx/assets/admin/images/responsive/mobile.svg\";s:4:\"size\";i:12;}}s:4:\"help\";s:33:\"Set a max width for notification.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:20:\"close_button_control\";a:4:{s:5:\"label\";s:20:\"Display Close Button\";s:4:\"name\";s:20:\"close_button_control\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:3:{s:12:\"close_button\";a:5:{s:4:\"name\";s:12:\"close_button\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:8:\"priority\";i:70;s:11:\"description\";s:7:\"Desktop\";}s:16:\"close_button_tab\";a:5:{s:4:\"name\";s:16:\"close_button_tab\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:8:\"priority\";i:71;s:11:\"description\";s:6:\"Tablet\";}s:19:\"close_button_mobile\";a:5:{s:4:\"name\";s:19:\"close_button_mobile\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:8:\"priority\";i:72;s:11:\"description\";s:6:\"Mobile\";}}}s:21:\"nx_visibility_control\";a:4:{s:5:\"label\";s:23:\"Notification Visibility\";s:4:\"name\";s:20:\"close_button_control\";s:4:\"type\";s:7:\"section\";s:6:\"fields\";a:3:{s:15:\"hide_on_desktop\";a:5:{s:4:\"name\";s:15:\"hide_on_desktop\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";b:1;s:8:\"priority\";i:201;s:11:\"description\";s:7:\"Desktop\";}s:11:\"hide_on_tab\";a:5:{s:4:\"name\";s:11:\"hide_on_tab\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";b:1;s:8:\"priority\";i:202;s:11:\"description\";s:6:\"Tablet\";}s:14:\"hide_on_mobile\";a:5:{s:4:\"name\";s:14:\"hide_on_mobile\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";b:1;s:8:\"priority\";i:205;s:11:\"description\";s:6:\"Mobile\";}}}s:25:\"notification_reappearance\";a:6:{s:5:\"label\";s:25:\"Notification Reappearance\";s:4:\"type\";s:6:\"select\";s:4:\"name\";s:25:\"notification_reappearance\";s:7:\"default\";s:28:\"show_notification_next_visit\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:7:\"options\";a:3:{s:22:\"dont_show_notification\";a:2:{s:5:\"value\";s:22:\"dont_show_notification\";s:5:\"label\";s:46:\"Don\'t show the Notification again for the user\";}s:28:\"show_notification_next_visit\";a:2:{s:5:\"value\";s:28:\"show_notification_next_visit\";s:5:\"label\";s:70:\"Show the Notification again when the user visits the website next time\";}s:28:\"show_notification_every_page\";a:2:{s:5:\"value\";s:28:\"show_notification_every_page\";s:5:\"label\";s:66:\"Show the Notification when the user refreshes/goes to another page\";}}}s:28:\"cache_duration_for_dont_show\";a:9:{s:5:\"label\";s:37:\"Cache Duration for \"Don\'t show again\"\";s:4:\"name\";s:28:\"cache_duration_for_dont_show\";s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;s:3:\"min\";i:1;s:3:\"max\";i:365;s:4:\"step\";i:1;s:11:\"description\";s:4:\"Days\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:25:\"notification_reappearance\";s:5:\"value\";s:22:\"dont_show_notification\";}}}s:10:\"sticky_bar\";a:7:{s:5:\"label\";s:11:\"Sticky Bar?\";s:4:\"name\";s:10:\"sticky_bar\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:8:\"priority\";i:60;s:11:\"description\";s:62:\"If checked, this will fixed Notification Bar at top or bottom.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:13:\"pressbar_body\";a:7:{s:5:\"label\";s:19:\"Display Overlapping\";s:4:\"name\";s:13:\"pressbar_body\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:8:\"priority\";i:61;s:11:\"description\";s:61:\"Show Notification Bar overlapping content instead of pushing.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:8:\"schedule\";a:7:{s:4:\"name\";s:8:\"schedule\";s:5:\"label\";s:8:\"Schedule\";s:4:\"type\";s:7:\"section\";s:6:\"is_pro\";b:1;s:8:\"priority\";i:96;s:6:\"fields\";a:9:{s:13:\"schedule_type\";a:9:{s:4:\"name\";s:13:\"schedule_type\";s:4:\"type\";s:10:\"radio-card\";s:5:\"label\";s:13:\"Schedule Type\";s:8:\"priority\";i:10;s:7:\"classes\";s:13:\"radio-card-v2\";s:6:\"is_pro\";b:1;s:7:\"default\";s:5:\"daily\";s:7:\"options\";a:3:{s:5:\"daily\";a:2:{s:5:\"value\";s:5:\"daily\";s:5:\"label\";s:5:\"Daily\";}s:6:\"weekly\";a:2:{s:5:\"value\";s:6:\"weekly\";s:5:\"label\";s:6:\"Weekly\";}s:6:\"custom\";a:2:{s:5:\"value\";s:6:\"custom\";s:5:\"label\";s:6:\"Custom\";}}s:4:\"info\";s:280:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Schedule Type</a> works</h3></div>\";}s:15:\"daily_from_time\";a:7:{s:4:\"name\";s:15:\"daily_from_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:4:\"From\";s:8:\"priority\";i:20;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:5:\"daily\";}}s:13:\"daily_to_time\";a:7:{s:4:\"name\";s:13:\"daily_to_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:2:\"To\";s:8:\"priority\";i:30;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:5:\"daily\";}}s:11:\"weekly_days\";a:9:{s:4:\"name\";s:11:\"weekly_days\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:11:\"Select Days\";s:8:\"priority\";i:40;s:6:\"is_pro\";b:1;s:8:\"multiple\";b:1;s:7:\"options\";a:7:{s:6:\"monday\";a:2:{s:5:\"value\";s:6:\"monday\";s:5:\"label\";s:6:\"Monday\";}s:7:\"tuesday\";a:2:{s:5:\"value\";s:7:\"tuesday\";s:5:\"label\";s:7:\"Tuesday\";}s:9:\"wednesday\";a:2:{s:5:\"value\";s:9:\"wednesday\";s:5:\"label\";s:9:\"Wednesday\";}s:8:\"thursday\";a:2:{s:5:\"value\";s:8:\"thursday\";s:5:\"label\";s:8:\"Thursday\";}s:6:\"friday\";a:2:{s:5:\"value\";s:6:\"friday\";s:5:\"label\";s:6:\"Friday\";}s:8:\"saturday\";a:2:{s:5:\"value\";s:8:\"saturday\";s:5:\"label\";s:8:\"Saturday\";}s:6:\"sunday\";a:2:{s:5:\"value\";s:6:\"sunday\";s:5:\"label\";s:6:\"Sunday\";}}s:4:\"info\";s:558:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/advanceTemplate.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Advanced Template&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Advanced Template</a> works</h3></div>\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"weekly\";}}s:16:\"weekly_from_time\";a:7:{s:4:\"name\";s:16:\"weekly_from_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:4:\"From\";s:8:\"priority\";i:50;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"weekly\";}}s:14:\"weekly_to_time\";a:7:{s:4:\"name\";s:14:\"weekly_to_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:2:\"To\";s:8:\"priority\";i:60;s:6:\"format\";s:5:\"h:i A\";s:6:\"is_pro\";b:1;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"weekly\";}}s:15:\"custom_schedule\";a:8:{s:4:\"name\";s:15:\"custom_schedule\";s:4:\"type\";s:9:\"daterange\";s:5:\"label\";s:15:\"Custom Schedule\";s:8:\"priority\";i:65;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:4:\"info\";s:558:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/advanceTemplate.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Advanced Template&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Advanced Template</a> works</h3></div>\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"custom\";}}s:16:\"custom_from_time\";a:7:{s:4:\"name\";s:16:\"custom_from_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:4:\"From\";s:8:\"priority\";i:70;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"custom\";}}s:14:\"custom_to_time\";a:7:{s:4:\"name\";s:14:\"custom_to_time\";s:4:\"type\";s:10:\"timepicker\";s:5:\"label\";s:2:\"To\";s:8:\"priority\";i:75;s:6:\"is_pro\";b:1;s:6:\"format\";s:5:\"h:i A\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:13:\"schedule_type\";s:5:\"value\";s:6:\"custom\";}}}s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}}s:9:\"animation\";a:5:{s:5:\"label\";s:9:\"Animation\";s:4:\"name\";s:9:\"animation\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:15;s:6:\"fields\";a:2:{s:27:\"animation_notification_show\";a:8:{s:5:\"label\";s:17:\"Notification Show\";s:4:\"name\";s:27:\"animation_notification_show\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:7:\"default\";s:7:\"classes\";s:0:\"\";s:8:\"priority\";i:5;s:4:\"info\";s:548:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/notificationAnimation.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Animation&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Animation</a> works</h3></div>\";s:7:\"options\";a:14:{s:7:\"default\";a:3:{s:5:\"label\";s:7:\"Default\";s:5:\"value\";s:7:\"default\";s:8:\"selected\";s:8:\"selected\";}s:15:\"animate__fadeIn\";a:3:{s:5:\"label\";s:7:\"Fade In\";s:5:\"value\";s:15:\"animate__fadeIn\";s:8:\"disabled\";b:0;}s:17:\"animate__fadeInUp\";a:3:{s:5:\"label\";s:10:\"Fade In Up\";s:5:\"value\";s:17:\"animate__fadeInUp\";s:8:\"disabled\";b:0;}s:19:\"animate__fadeInDown\";a:3:{s:5:\"label\";s:12:\"Fade In Down\";s:5:\"value\";s:19:\"animate__fadeInDown\";s:8:\"disabled\";b:0;}s:22:\"animate__fadeInDownBig\";a:3:{s:5:\"label\";s:16:\"Fade In Down Big\";s:5:\"value\";s:22:\"animate__fadeInDownBig\";s:8:\"disabled\";b:0;}s:19:\"animate__fadeInLeft\";a:3:{s:5:\"label\";s:12:\"Fade In Left\";s:5:\"value\";s:19:\"animate__fadeInLeft\";s:8:\"disabled\";b:0;}s:20:\"animate__fadeInRight\";a:3:{s:5:\"label\";s:13:\"Fade In Right\";s:5:\"value\";s:20:\"animate__fadeInRight\";s:8:\"disabled\";b:0;}s:25:\"animate__lightSpeedInLeft\";a:3:{s:5:\"label\";s:19:\"Light Speed In Left\";s:5:\"value\";s:25:\"animate__lightSpeedInLeft\";s:8:\"disabled\";b:0;}s:26:\"animate__lightSpeedInRight\";a:3:{s:5:\"label\";s:20:\"Light Speed In Right\";s:5:\"value\";s:26:\"animate__lightSpeedInRight\";s:8:\"disabled\";b:0;}s:15:\"animate__zoomIn\";a:3:{s:5:\"label\";s:7:\"Zoom In\";s:5:\"value\";s:15:\"animate__zoomIn\";s:8:\"disabled\";b:0;}s:18:\"animate__slideInUp\";a:3:{s:5:\"label\";s:11:\"Slide In Up\";s:5:\"value\";s:18:\"animate__slideInUp\";s:8:\"disabled\";b:0;}s:20:\"animate__slideInLeft\";a:3:{s:5:\"label\";s:13:\"Slide In Left\";s:5:\"value\";s:20:\"animate__slideInLeft\";s:8:\"disabled\";b:0;}s:21:\"animate__slideInRight\";a:3:{s:5:\"label\";s:14:\"Slide In Right\";s:5:\"value\";s:21:\"animate__slideInRight\";s:8:\"disabled\";b:0;}s:20:\"animate__slideInDown\";a:3:{s:5:\"label\";s:13:\"Slide In Down\";s:5:\"value\";s:20:\"animate__slideInDown\";s:8:\"disabled\";b:0;}}}s:27:\"animation_notification_hide\";a:8:{s:5:\"label\";s:17:\"Notification Hide\";s:4:\"name\";s:27:\"animation_notification_hide\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:7:\"default\";s:7:\"classes\";s:0:\"\";s:8:\"priority\";i:10;s:4:\"info\";s:548:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/notificationAnimation.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/notificationx-advanced-template/&quot; target=&quot;_blank&quot;&gt;Animation&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/notificationx-advanced-template/\" target=\"_blank\">Animation</a> works</h3></div>\";s:7:\"options\";a:11:{s:7:\"default\";a:2:{s:5:\"label\";s:7:\"Default\";s:5:\"value\";s:7:\"default\";}s:16:\"animate__fadeOut\";a:3:{s:5:\"label\";s:8:\"Fade Out\";s:5:\"value\";s:16:\"animate__fadeOut\";s:8:\"disabled\";b:0;}s:20:\"animate__fadeOutDown\";a:3:{s:5:\"label\";s:13:\"Fade Out Down\";s:5:\"value\";s:20:\"animate__fadeOutDown\";s:8:\"disabled\";b:0;}s:21:\"animate__fadeOutRight\";a:3:{s:5:\"label\";s:14:\"Fade Out Right\";s:5:\"value\";s:21:\"animate__fadeOutRight\";s:8:\"disabled\";b:0;}s:18:\"animate__fadeOutUp\";a:3:{s:5:\"label\";s:11:\"Fade Out Up\";s:5:\"value\";s:18:\"animate__fadeOutUp\";s:8:\"disabled\";b:0;}s:26:\"animate__lightSpeedOutLeft\";a:3:{s:5:\"label\";s:20:\"Light Speed Out Left\";s:5:\"value\";s:26:\"animate__lightSpeedOutLeft\";s:8:\"disabled\";b:0;}s:16:\"animate__zoomOut\";a:3:{s:5:\"label\";s:8:\"Zoom Out\";s:5:\"value\";s:16:\"animate__zoomOut\";s:8:\"disabled\";b:0;}s:21:\"animate__slideOutDown\";a:3:{s:5:\"label\";s:14:\"Slide Out Down\";s:5:\"value\";s:21:\"animate__slideOutDown\";s:8:\"disabled\";b:0;}s:21:\"animate__slideOutLeft\";a:3:{s:5:\"label\";s:14:\"Slide Out Left\";s:5:\"value\";s:21:\"animate__slideOutLeft\";s:8:\"disabled\";b:0;}s:22:\"animate__slideOutRight\";a:3:{s:5:\"label\";s:15:\"Slide Out Right\";s:5:\"value\";s:22:\"animate__slideOutRight\";s:8:\"disabled\";b:0;}s:19:\"animate__slideOutUp\";a:3:{s:5:\"label\";s:12:\"Slide Out Up\";s:5:\"value\";s:19:\"animate__slideOutUp\";s:8:\"disabled\";b:0;}}}}}s:16:\"queue_management\";a:7:{s:5:\"label\";s:16:\"Queue Management\";s:4:\"name\";s:16:\"queue_management\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:150;s:6:\"is_pro\";b:1;s:6:\"fields\";a:1:{i:0;a:8:{s:5:\"label\";s:19:\"Enable Global Queue\";s:4:\"name\";s:12:\"global_queue\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";i:0;s:7:\"default\";b:0;s:6:\"is_pro\";b:1;s:4:\"info\";s:548:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/globalQueueManagement.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/centralized-queue/&quot; target=&quot;_blank&quot;&gt;Global Queue Management&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/centralized-queue/\" target=\"_blank\">Global Queue Management</a> works</h3></div>\";s:11:\"description\";s:150:\"Activate global queue system for this notification. <a href=\"https://notificationx.com/docs/centralized-queue\" target=\"_blank\">Check out this doc.</a>\";}}s:5:\"rules\";a:5:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:6:\"timing\";a:6:{s:5:\"label\";s:6:\"Timing\";s:4:\"name\";s:6:\"timing\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:200;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"global_queue\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}}s:6:\"fields\";a:8:{s:12:\"delay_before\";a:8:{s:5:\"label\";s:31:\"Delay Before First Notification\";s:4:\"name\";s:12:\"delay_before\";s:4:\"type\";s:6:\"number\";s:8:\"priority\";i:40;s:7:\"default\";i:5;s:4:\"help\";s:13:\"Initial Delay\";s:11:\"description\";s:7:\"seconds\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:11:\"display_for\";a:8:{s:4:\"name\";s:11:\"display_for\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:11:\"Display For\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:39:\"Display each notification for * seconds\";s:8:\"priority\";i:60;s:7:\"default\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:13:\"delay_between\";a:8:{s:4:\"name\";s:13:\"delay_between\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:13:\"Delay Between\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:31:\"Delay between each notification\";s:8:\"priority\";i:70;s:7:\"default\";i:5;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:9:\"auto_hide\";a:7:{s:5:\"label\";s:9:\"Auto Hide\";s:4:\"name\";s:9:\"auto_hide\";s:4:\"type\";s:8:\"checkbox\";s:8:\"priority\";i:50;s:7:\"default\";b:0;s:11:\"description\";s:69:\"If checked, notification bar will be hidden after the time set below.\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:10:\"hide_after\";a:8:{s:5:\"label\";s:10:\"Hide After\";s:4:\"name\";s:10:\"hide_after\";s:4:\"type\";s:6:\"number\";s:8:\"priority\";i:55;s:7:\"default\";i:60;s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:21:\"Hide after 60 seconds\";s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:9:\"auto_hide\";i:2;b:1;}}s:16:\"appear_condition\";a:8:{s:5:\"label\";s:28:\"Notification Bar will Appear\";s:4:\"name\";s:16:\"appear_condition\";s:4:\"type\";s:10:\"radio-card\";s:8:\"priority\";i:60;s:7:\"classes\";s:13:\"radio-card-v2\";s:7:\"default\";s:5:\"delay\";s:7:\"options\";a:2:{s:5:\"delay\";a:2:{s:5:\"value\";s:17:\"after_few_seconds\";s:5:\"label\";s:19:\"After a few seconds\";}s:6:\"scroll\";a:2:{s:5:\"value\";s:9:\"on_scroll\";s:5:\"label\";s:9:\"On Scroll\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}s:13:\"scroll_offset\";a:6:{s:5:\"label\";s:13:\"Scroll Offset\";s:4:\"name\";s:13:\"scroll_offset\";s:4:\"type\";s:5:\"group\";s:8:\"priority\";i:65;s:6:\"fields\";a:2:{s:20:\"scroll_trigger_value\";a:4:{s:4:\"name\";s:20:\"scroll_trigger_value\";s:4:\"type\";s:6:\"number\";s:3:\"min\";i:0;s:7:\"default\";i:100;}s:19:\"scroll_trigger_mode\";a:4:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:19:\"scroll_trigger_mode\";s:7:\"options\";a:3:{s:2:\"px\";a:2:{s:5:\"value\";s:2:\"px\";s:5:\"label\";s:2:\"PX\";}s:2:\"vh\";a:2:{s:5:\"value\";s:2:\"vh\";s:5:\"label\";s:2:\"VH\";}s:7:\"percent\";a:2:{s:5:\"value\";s:7:\"percent\";s:5:\"label\";s:1:\"%\";}}s:7:\"default\";s:2:\"px\";}}s:5:\"rules\";a:3:{i:0;s:2:\"is\";i:1;s:16:\"appear_condition\";i:2;s:9:\"on_scroll\";}}s:13:\"initial_delay\";a:8:{s:5:\"label\";s:13:\"Initial Delay\";s:4:\"name\";s:13:\"initial_delay\";s:4:\"type\";s:6:\"number\";s:8:\"priority\";i:70;s:7:\"default\";i:5;s:4:\"help\";s:13:\"Initial Delay\";s:11:\"description\";s:7:\"seconds\";s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:16:\"appear_condition\";s:5:\"value\";s:17:\"after_few_seconds\";}}}}}s:9:\"behaviour\";a:7:{s:5:\"label\";s:8:\"Behavior\";s:4:\"name\";s:9:\"behaviour\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:300;s:11:\"collapsable\";b:1;s:6:\"fields\";a:5:{s:12:\"display_last\";a:8:{s:4:\"name\";s:12:\"display_last\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:16:\"Display The Last\";s:11:\"description\";s:11:\"conversions\";s:7:\"default\";i:20;s:8:\"priority\";i:40;s:3:\"max\";i:20;s:5:\"rules\";a:6:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:6:\"google\";}}}s:12:\"display_from\";a:8:{s:4:\"name\";s:12:\"display_from\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:21:\"Display From The Last\";s:8:\"priority\";i:45;s:7:\"default\";i:30;s:11:\"description\";s:4:\"Days\";s:3:\"min\";i:0;s:5:\"rules\";a:7:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:6:\"themes\";s:5:\"value\";a:18:{i:0;s:28:\"conversions_conv-theme-seven\";i:1;s:28:\"conversions_conv-theme-eight\";i:2;s:27:\"conversions_conv-theme-nine\";i:3;s:34:\"woocommerce_sales_conv-theme-seven\";i:4;s:34:\"woocommerce_sales_conv-theme-eight\";i:5;s:33:\"woocommerce_sales_conv-theme-nine\";i:6;s:26:\"elearning_conv-theme-seven\";i:7;s:26:\"elearning_conv-theme-eight\";i:8;s:25:\"elearning_conv-theme-nine\";i:9;s:25:\"donation_conv-theme-seven\";i:10;s:25:\"donation_conv-theme-eight\";i:11;s:24:\"donation_conv-theme-nine\";i:12;s:27:\"woo_inline_conv-theme-seven\";i:13;s:41:\"woocommerce_sales_inline_conv-theme-seven\";i:14;s:27:\"edd_inline_conv-theme-seven\";i:15;s:29:\"tutor_inline_conv-theme-seven\";i:16;s:29:\"tutor_inline_conv-theme-eight\";i:17;s:33:\"learndash_inline_conv-theme-seven\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:13:\"announcements\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:14:\"google_reviews\";}i:4;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}i:5;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:7:\"youtube\";}i:6;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:6:\"google\";}}}s:20:\"hour_minutes_section\";a:4:{s:4:\"name\";s:20:\"hour_minutes_section\";s:4:\"type\";s:7:\"section\";s:5:\"rules\";a:2:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:27:{i:0;s:11:\"woocommerce\";i:1;s:17:\"woocommerce_sales\";i:2;s:25:\"woocommerce_sales_reviews\";i:3;s:31:\"custom_notification_conversions\";i:4;s:8:\"surecart\";i:5;s:3:\"edd\";i:6;s:5:\"tutor\";i:7;s:9:\"learndash\";i:8;s:10:\"learnpress\";i:9;s:3:\"cf7\";i:10;s:11:\"wp_comments\";i:11;s:3:\"njf\";i:12;s:3:\"wpf\";i:13;s:10:\"fluentform\";i:14;s:14:\"elementor_form\";i:15;s:19:\"custom_notification\";i:16;s:4:\"grvf\";i:17;s:9:\"mailchimp\";i:18;s:10:\"convertkit\";i:19;s:14:\"ActiveCampaign\";i:20;s:25:\"zapier_email_subscription\";i:21;s:4:\"give\";i:22;s:11:\"woo_reviews\";i:23;s:20:\"freemius_conversions\";i:24;s:16:\"freemius_reviews\";i:25;s:18:\"zapier_conversions\";i:26;s:14:\"zapier_reviews\";}}}s:6:\"fields\";a:2:{i:0;a:7:{s:4:\"help\";s:5:\"Hours\";s:4:\"name\";s:17:\"display_from_hour\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:3:\"max\";i:23;s:3:\"min\";i:0;}i:1;a:7:{s:4:\"help\";s:7:\"Minutes\";s:4:\"name\";s:19:\"display_from_minute\";s:4:\"type\";s:6:\"number\";s:7:\"default\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:3:\"max\";i:59;s:3:\"min\";i:0;}}}s:4:\"loop\";a:6:{s:4:\"name\";s:4:\"loop\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:17:\"Loop Notification\";s:8:\"priority\";i:50;s:7:\"default\";b:1;s:5:\"rules\";a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:12:\"global_queue\";s:5:\"value\";b:1;}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}s:9:\"link_open\";a:5:{s:4:\"name\";s:9:\"link_open\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:20:\"Open Link In New Tab\";s:8:\"priority\";i:60;s:7:\"default\";b:0;}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;a:3:{i:0;s:2:\"or\";i:1;a:3:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!isOfType\";s:4:\"name\";s:12:\"elementor_id\";s:5:\"value\";s:6:\"number\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!isOfType\";s:4:\"name\";s:12:\"gutenberg_id\";s:5:\"value\";s:6:\"number\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:13:\"sound_section\";a:7:{s:5:\"label\";s:14:\"Sound Settings\";s:4:\"name\";s:13:\"sound_section\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:300;s:11:\"collapsable\";b:1;s:6:\"fields\";a:2:{s:5:\"sound\";a:7:{s:4:\"name\";s:5:\"sound\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Select a sound\";s:11:\"description\";s:54:\"Select a notification sound to play with Notification.\";s:7:\"default\";s:4:\"none\";s:8:\"priority\";i:5;s:7:\"options\";a:11:{s:4:\"none\";a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:4:\"None\";}s:12:\"to-the-point\";a:2:{s:5:\"value\";s:12:\"to-the-point\";s:5:\"label\";s:12:\"To the Point\";}s:9:\"intuition\";a:2:{s:5:\"value\";s:9:\"intuition\";s:5:\"label\";s:9:\"Intuition\";}s:9:\"sales-one\";a:3:{s:5:\"value\";s:9:\"sales-one\";s:5:\"label\";s:9:\"Sound One\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:3:{i:0;s:11:\"conversions\";i:1;s:14:\"page_analytics\";i:2;s:17:\"woocommerce_sales\";}}}s:9:\"sales-two\";a:3:{s:5:\"value\";s:9:\"sales-two\";s:5:\"label\";s:9:\"Sound Two\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:3:{i:0;s:11:\"conversions\";i:1;s:14:\"page_analytics\";i:2;s:17:\"woocommerce_sales\";}}}s:16:\"subscription-one\";a:3:{s:5:\"value\";s:16:\"subscription-one\";s:5:\"label\";s:9:\"Sound One\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:2:{i:0;s:18:\"email_subscription\";i:1;s:6:\"custom\";}}}s:16:\"subscription-two\";a:3:{s:5:\"value\";s:16:\"subscription-two\";s:5:\"label\";s:9:\"Sound Two\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:2:{i:0;s:18:\"email_subscription\";i:1;s:6:\"custom\";}}}s:10:\"review-one\";a:3:{s:5:\"value\";s:10:\"review-one\";s:5:\"label\";s:9:\"Sound One\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:7:\"reviews\";}}}s:10:\"review-two\";a:3:{s:5:\"value\";s:10:\"review-two\";s:5:\"label\";s:9:\"Sound Two\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:7:\"reviews\";}}}s:9:\"stats-one\";a:3:{s:5:\"value\";s:9:\"stats-one\";s:5:\"label\";s:9:\"Sound One\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:14:\"download_stats\";}}}s:9:\"stats-two\";a:3:{s:5:\"value\";s:9:\"stats-two\";s:5:\"label\";s:9:\"Sound Two\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:8:\"includes\";s:4:\"name\";s:4:\"type\";s:5:\"value\";a:1:{i:0;s:14:\"download_stats\";}}}}}s:6:\"volume\";a:6:{s:4:\"name\";s:6:\"volume\";s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:6:\"Volume\";s:7:\"default\";i:50;s:8:\"priority\";i:10;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:5:\"sound\";s:5:\"value\";s:4:\"none\";}}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:9:\"!includes\";s:4:\"name\";s:6:\"source\";s:5:\"value\";a:1:{i:0;s:9:\"press_bar\";}}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:17:\"gdpr_notification\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}}}s:9:\"targeting\";a:7:{s:5:\"label\";s:9:\"Targeting\";s:4:\"type\";s:7:\"section\";s:2:\"id\";s:9:\"targeting\";s:7:\"classes\";s:12:\"nx-targeting\";s:8:\"priority\";i:100;s:4:\"info\";s:535:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><img src=\"https://notificationx.com/wp-content/uploads/2025/09/notificationButton.gif\" alt=\"Learn how &lt;a href=&quot;https://notificationx.com/docs/configure-notification-button/&quot; target=&quot;_blank&quot;&gt;Button&lt;/a&gt; works\" style=\"max-width:100%;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/configure-notification-button/\" target=\"_blank\">Button</a> works</h3></div>\";s:6:\"fields\";a:2:{s:17:\"country_targeting\";a:11:{s:5:\"label\";s:17:\"Country Targeting\";s:4:\"name\";s:17:\"country_targeting\";s:4:\"type\";s:13:\"better-select\";s:8:\"priority\";i:10;s:6:\"is_pro\";b:1;s:8:\"multiple\";b:1;s:6:\"values\";a:2:{s:5:\"label\";s:11:\"All Country\";s:5:\"value\";s:3:\"all\";}s:6:\"option\";a:189:{s:3:\"all\";a:2:{s:5:\"value\";s:3:\"all\";s:5:\"label\";s:13:\"All Countries\";}s:2:\"AF\";a:2:{s:5:\"value\";s:2:\"AF\";s:5:\"label\";s:11:\"Afghanistan\";}s:2:\"AL\";a:2:{s:5:\"value\";s:2:\"AL\";s:5:\"label\";s:7:\"Albania\";}s:2:\"DZ\";a:2:{s:5:\"value\";s:2:\"DZ\";s:5:\"label\";s:7:\"Algeria\";}s:2:\"AS\";a:2:{s:5:\"value\";s:2:\"AS\";s:5:\"label\";s:14:\"American Samoa\";}s:2:\"AD\";a:2:{s:5:\"value\";s:2:\"AD\";s:5:\"label\";s:7:\"Andorra\";}s:2:\"AO\";a:2:{s:5:\"value\";s:2:\"AO\";s:5:\"label\";s:6:\"Angola\";}s:2:\"AI\";a:2:{s:5:\"value\";s:2:\"AI\";s:5:\"label\";s:8:\"Anguilla\";}s:2:\"AQ\";a:2:{s:5:\"value\";s:2:\"AQ\";s:5:\"label\";s:10:\"Antarctica\";}s:2:\"AG\";a:2:{s:5:\"value\";s:2:\"AG\";s:5:\"label\";s:19:\"Antigua and Barbuda\";}s:2:\"AR\";a:2:{s:5:\"value\";s:2:\"AR\";s:5:\"label\";s:9:\"Argentina\";}s:2:\"AM\";a:2:{s:5:\"value\";s:2:\"AM\";s:5:\"label\";s:7:\"Armenia\";}s:2:\"AW\";a:2:{s:5:\"value\";s:2:\"AW\";s:5:\"label\";s:5:\"Aruba\";}s:2:\"AU\";a:2:{s:5:\"value\";s:2:\"AU\";s:5:\"label\";s:9:\"Australia\";}s:2:\"AT\";a:2:{s:5:\"value\";s:2:\"AT\";s:5:\"label\";s:7:\"Austria\";}s:2:\"AZ\";a:2:{s:5:\"value\";s:2:\"AZ\";s:5:\"label\";s:10:\"Azerbaijan\";}s:2:\"BS\";a:2:{s:5:\"value\";s:2:\"BS\";s:5:\"label\";s:7:\"Bahamas\";}s:2:\"BH\";a:2:{s:5:\"value\";s:2:\"BH\";s:5:\"label\";s:7:\"Bahrain\";}s:2:\"BD\";a:2:{s:5:\"value\";s:2:\"BD\";s:5:\"label\";s:10:\"Bangladesh\";}s:2:\"BB\";a:2:{s:5:\"value\";s:2:\"BB\";s:5:\"label\";s:8:\"Barbados\";}s:2:\"BY\";a:2:{s:5:\"value\";s:2:\"BY\";s:5:\"label\";s:7:\"Belarus\";}s:2:\"BE\";a:2:{s:5:\"value\";s:2:\"BE\";s:5:\"label\";s:7:\"Belgium\";}s:2:\"BZ\";a:2:{s:5:\"value\";s:2:\"BZ\";s:5:\"label\";s:6:\"Belize\";}s:2:\"BJ\";a:2:{s:5:\"value\";s:2:\"BJ\";s:5:\"label\";s:5:\"Benin\";}s:2:\"BM\";a:2:{s:5:\"value\";s:2:\"BM\";s:5:\"label\";s:7:\"Bermuda\";}s:2:\"BT\";a:2:{s:5:\"value\";s:2:\"BT\";s:5:\"label\";s:6:\"Bhutan\";}s:2:\"BO\";a:2:{s:5:\"value\";s:2:\"BO\";s:5:\"label\";s:7:\"Bolivia\";}s:2:\"BA\";a:2:{s:5:\"value\";s:2:\"BA\";s:5:\"label\";s:22:\"Bosnia and Herzegovina\";}s:2:\"BW\";a:2:{s:5:\"value\";s:2:\"BW\";s:5:\"label\";s:8:\"Botswana\";}s:2:\"BR\";a:2:{s:5:\"value\";s:2:\"BR\";s:5:\"label\";s:6:\"Brazil\";}s:2:\"BN\";a:2:{s:5:\"value\";s:2:\"BN\";s:5:\"label\";s:6:\"Brunei\";}s:2:\"BG\";a:2:{s:5:\"value\";s:2:\"BG\";s:5:\"label\";s:8:\"Bulgaria\";}s:2:\"BF\";a:2:{s:5:\"value\";s:2:\"BF\";s:5:\"label\";s:12:\"Burkina Faso\";}s:2:\"BI\";a:2:{s:5:\"value\";s:2:\"BI\";s:5:\"label\";s:7:\"Burundi\";}s:2:\"KH\";a:2:{s:5:\"value\";s:2:\"KH\";s:5:\"label\";s:8:\"Cambodia\";}s:2:\"CM\";a:2:{s:5:\"value\";s:2:\"CM\";s:5:\"label\";s:8:\"Cameroon\";}s:2:\"CA\";a:2:{s:5:\"value\";s:2:\"CA\";s:5:\"label\";s:6:\"Canada\";}s:2:\"CV\";a:2:{s:5:\"value\";s:2:\"CV\";s:5:\"label\";s:10:\"Cape Verde\";}s:2:\"CF\";a:2:{s:5:\"value\";s:2:\"CF\";s:5:\"label\";s:24:\"Central African Republic\";}s:2:\"TD\";a:2:{s:5:\"value\";s:2:\"TD\";s:5:\"label\";s:4:\"Chad\";}s:2:\"CL\";a:2:{s:5:\"value\";s:2:\"CL\";s:5:\"label\";s:5:\"Chile\";}s:2:\"CN\";a:2:{s:5:\"value\";s:2:\"CN\";s:5:\"label\";s:5:\"China\";}s:2:\"CO\";a:2:{s:5:\"value\";s:2:\"CO\";s:5:\"label\";s:8:\"Colombia\";}s:2:\"KM\";a:2:{s:5:\"value\";s:2:\"KM\";s:5:\"label\";s:7:\"Comoros\";}s:2:\"CG\";a:2:{s:5:\"value\";s:2:\"CG\";s:5:\"label\";s:19:\"Congo (Brazzaville)\";}s:2:\"CD\";a:2:{s:5:\"value\";s:2:\"CD\";s:5:\"label\";s:16:\"Congo (Kinshasa)\";}s:2:\"CR\";a:2:{s:5:\"value\";s:2:\"CR\";s:5:\"label\";s:10:\"Costa Rica\";}s:2:\"HR\";a:2:{s:5:\"value\";s:2:\"HR\";s:5:\"label\";s:7:\"Croatia\";}s:2:\"CU\";a:2:{s:5:\"value\";s:2:\"CU\";s:5:\"label\";s:4:\"Cuba\";}s:2:\"CY\";a:2:{s:5:\"value\";s:2:\"CY\";s:5:\"label\";s:6:\"Cyprus\";}s:2:\"CZ\";a:2:{s:5:\"value\";s:2:\"CZ\";s:5:\"label\";s:14:\"Czech Republic\";}s:2:\"DK\";a:2:{s:5:\"value\";s:2:\"DK\";s:5:\"label\";s:7:\"Denmark\";}s:2:\"DJ\";a:2:{s:5:\"value\";s:2:\"DJ\";s:5:\"label\";s:8:\"Djibouti\";}s:2:\"DM\";a:2:{s:5:\"value\";s:2:\"DM\";s:5:\"label\";s:8:\"Dominica\";}s:2:\"DO\";a:2:{s:5:\"value\";s:2:\"DO\";s:5:\"label\";s:18:\"Dominican Republic\";}s:2:\"EC\";a:2:{s:5:\"value\";s:2:\"EC\";s:5:\"label\";s:7:\"Ecuador\";}s:2:\"EG\";a:2:{s:5:\"value\";s:2:\"EG\";s:5:\"label\";s:5:\"Egypt\";}s:2:\"SV\";a:2:{s:5:\"value\";s:2:\"SV\";s:5:\"label\";s:11:\"El Salvador\";}s:2:\"GQ\";a:2:{s:5:\"value\";s:2:\"GQ\";s:5:\"label\";s:17:\"Equatorial Guinea\";}s:2:\"ER\";a:2:{s:5:\"value\";s:2:\"ER\";s:5:\"label\";s:7:\"Eritrea\";}s:2:\"EE\";a:2:{s:5:\"value\";s:2:\"EE\";s:5:\"label\";s:7:\"Estonia\";}s:2:\"ET\";a:2:{s:5:\"value\";s:2:\"ET\";s:5:\"label\";s:8:\"Ethiopia\";}s:2:\"FJ\";a:2:{s:5:\"value\";s:2:\"FJ\";s:5:\"label\";s:4:\"Fiji\";}s:2:\"FI\";a:2:{s:5:\"value\";s:2:\"FI\";s:5:\"label\";s:7:\"Finland\";}s:2:\"FR\";a:2:{s:5:\"value\";s:2:\"FR\";s:5:\"label\";s:6:\"France\";}s:2:\"GA\";a:2:{s:5:\"value\";s:2:\"GA\";s:5:\"label\";s:5:\"Gabon\";}s:2:\"GM\";a:2:{s:5:\"value\";s:2:\"GM\";s:5:\"label\";s:6:\"Gambia\";}s:2:\"GE\";a:2:{s:5:\"value\";s:2:\"GE\";s:5:\"label\";s:7:\"Georgia\";}s:2:\"DE\";a:2:{s:5:\"value\";s:2:\"DE\";s:5:\"label\";s:7:\"Germany\";}s:2:\"GH\";a:2:{s:5:\"value\";s:2:\"GH\";s:5:\"label\";s:5:\"Ghana\";}s:2:\"GR\";a:2:{s:5:\"value\";s:2:\"GR\";s:5:\"label\";s:6:\"Greece\";}s:2:\"GD\";a:2:{s:5:\"value\";s:2:\"GD\";s:5:\"label\";s:7:\"Grenada\";}s:2:\"GT\";a:2:{s:5:\"value\";s:2:\"GT\";s:5:\"label\";s:9:\"Guatemala\";}s:2:\"GN\";a:2:{s:5:\"value\";s:2:\"GN\";s:5:\"label\";s:6:\"Guinea\";}s:2:\"GW\";a:2:{s:5:\"value\";s:2:\"GW\";s:5:\"label\";s:13:\"Guinea-Bissau\";}s:2:\"GY\";a:2:{s:5:\"value\";s:2:\"GY\";s:5:\"label\";s:6:\"Guyana\";}s:2:\"HT\";a:2:{s:5:\"value\";s:2:\"HT\";s:5:\"label\";s:5:\"Haiti\";}s:2:\"HN\";a:2:{s:5:\"value\";s:2:\"HN\";s:5:\"label\";s:8:\"Honduras\";}s:2:\"HK\";a:2:{s:5:\"value\";s:2:\"HK\";s:5:\"label\";s:9:\"Hong Kong\";}s:2:\"HU\";a:2:{s:5:\"value\";s:2:\"HU\";s:5:\"label\";s:7:\"Hungary\";}s:2:\"IS\";a:2:{s:5:\"value\";s:2:\"IS\";s:5:\"label\";s:7:\"Iceland\";}s:2:\"IN\";a:2:{s:5:\"value\";s:2:\"IN\";s:5:\"label\";s:5:\"India\";}s:2:\"ID\";a:2:{s:5:\"value\";s:2:\"ID\";s:5:\"label\";s:9:\"Indonesia\";}s:2:\"IR\";a:2:{s:5:\"value\";s:2:\"IR\";s:5:\"label\";s:4:\"Iran\";}s:2:\"IQ\";a:2:{s:5:\"value\";s:2:\"IQ\";s:5:\"label\";s:4:\"Iraq\";}s:2:\"IE\";a:2:{s:5:\"value\";s:2:\"IE\";s:5:\"label\";s:7:\"Ireland\";}s:2:\"IL\";a:2:{s:5:\"value\";s:2:\"IL\";s:5:\"label\";s:6:\"Israel\";}s:2:\"IT\";a:2:{s:5:\"value\";s:2:\"IT\";s:5:\"label\";s:5:\"Italy\";}s:2:\"JM\";a:2:{s:5:\"value\";s:2:\"JM\";s:5:\"label\";s:7:\"Jamaica\";}s:2:\"JP\";a:2:{s:5:\"value\";s:2:\"JP\";s:5:\"label\";s:5:\"Japan\";}s:2:\"JO\";a:2:{s:5:\"value\";s:2:\"JO\";s:5:\"label\";s:6:\"Jordan\";}s:2:\"KZ\";a:2:{s:5:\"value\";s:2:\"KZ\";s:5:\"label\";s:10:\"Kazakhstan\";}s:2:\"KE\";a:2:{s:5:\"value\";s:2:\"KE\";s:5:\"label\";s:5:\"Kenya\";}s:2:\"KI\";a:2:{s:5:\"value\";s:2:\"KI\";s:5:\"label\";s:8:\"Kiribati\";}s:2:\"KR\";a:2:{s:5:\"value\";s:2:\"KR\";s:5:\"label\";s:12:\"Korea, South\";}s:2:\"KW\";a:2:{s:5:\"value\";s:2:\"KW\";s:5:\"label\";s:6:\"Kuwait\";}s:2:\"KG\";a:2:{s:5:\"value\";s:2:\"KG\";s:5:\"label\";s:10:\"Kyrgyzstan\";}s:2:\"LA\";a:2:{s:5:\"value\";s:2:\"LA\";s:5:\"label\";s:4:\"Laos\";}s:2:\"LV\";a:2:{s:5:\"value\";s:2:\"LV\";s:5:\"label\";s:6:\"Latvia\";}s:2:\"LB\";a:2:{s:5:\"value\";s:2:\"LB\";s:5:\"label\";s:7:\"Lebanon\";}s:2:\"LS\";a:2:{s:5:\"value\";s:2:\"LS\";s:5:\"label\";s:7:\"Lesotho\";}s:2:\"LR\";a:2:{s:5:\"value\";s:2:\"LR\";s:5:\"label\";s:7:\"Liberia\";}s:2:\"LY\";a:2:{s:5:\"value\";s:2:\"LY\";s:5:\"label\";s:5:\"Libya\";}s:2:\"LI\";a:2:{s:5:\"value\";s:2:\"LI\";s:5:\"label\";s:13:\"Liechtenstein\";}s:2:\"LT\";a:2:{s:5:\"value\";s:2:\"LT\";s:5:\"label\";s:9:\"Lithuania\";}s:2:\"LU\";a:2:{s:5:\"value\";s:2:\"LU\";s:5:\"label\";s:10:\"Luxembourg\";}s:2:\"MG\";a:2:{s:5:\"value\";s:2:\"MG\";s:5:\"label\";s:10:\"Madagascar\";}s:2:\"MW\";a:2:{s:5:\"value\";s:2:\"MW\";s:5:\"label\";s:6:\"Malawi\";}s:2:\"MY\";a:2:{s:5:\"value\";s:2:\"MY\";s:5:\"label\";s:8:\"Malaysia\";}s:2:\"MV\";a:2:{s:5:\"value\";s:2:\"MV\";s:5:\"label\";s:8:\"Maldives\";}s:2:\"ML\";a:2:{s:5:\"value\";s:2:\"ML\";s:5:\"label\";s:4:\"Mali\";}s:2:\"MT\";a:2:{s:5:\"value\";s:2:\"MT\";s:5:\"label\";s:5:\"Malta\";}s:2:\"MH\";a:2:{s:5:\"value\";s:2:\"MH\";s:5:\"label\";s:16:\"Marshall Islands\";}s:2:\"MR\";a:2:{s:5:\"value\";s:2:\"MR\";s:5:\"label\";s:10:\"Mauritania\";}s:2:\"MU\";a:2:{s:5:\"value\";s:2:\"MU\";s:5:\"label\";s:9:\"Mauritius\";}s:2:\"MX\";a:2:{s:5:\"value\";s:2:\"MX\";s:5:\"label\";s:6:\"Mexico\";}s:2:\"FM\";a:2:{s:5:\"value\";s:2:\"FM\";s:5:\"label\";s:10:\"Micronesia\";}s:2:\"MD\";a:2:{s:5:\"value\";s:2:\"MD\";s:5:\"label\";s:7:\"Moldova\";}s:2:\"MC\";a:2:{s:5:\"value\";s:2:\"MC\";s:5:\"label\";s:6:\"Monaco\";}s:2:\"MN\";a:2:{s:5:\"value\";s:2:\"MN\";s:5:\"label\";s:8:\"Mongolia\";}s:2:\"ME\";a:2:{s:5:\"value\";s:2:\"ME\";s:5:\"label\";s:10:\"Montenegro\";}s:2:\"MA\";a:2:{s:5:\"value\";s:2:\"MA\";s:5:\"label\";s:7:\"Morocco\";}s:2:\"MZ\";a:2:{s:5:\"value\";s:2:\"MZ\";s:5:\"label\";s:10:\"Mozambique\";}s:2:\"MM\";a:2:{s:5:\"value\";s:2:\"MM\";s:5:\"label\";s:15:\"Myanmar (Burma)\";}s:2:\"NA\";a:2:{s:5:\"value\";s:2:\"NA\";s:5:\"label\";s:7:\"Namibia\";}s:2:\"NR\";a:2:{s:5:\"value\";s:2:\"NR\";s:5:\"label\";s:5:\"Nauru\";}s:2:\"NP\";a:2:{s:5:\"value\";s:2:\"NP\";s:5:\"label\";s:5:\"Nepal\";}s:2:\"NL\";a:2:{s:5:\"value\";s:2:\"NL\";s:5:\"label\";s:11:\"Netherlands\";}s:2:\"NZ\";a:2:{s:5:\"value\";s:2:\"NZ\";s:5:\"label\";s:11:\"New Zealand\";}s:2:\"NI\";a:2:{s:5:\"value\";s:2:\"NI\";s:5:\"label\";s:9:\"Nicaragua\";}s:2:\"NE\";a:2:{s:5:\"value\";s:2:\"NE\";s:5:\"label\";s:5:\"Niger\";}s:2:\"NG\";a:2:{s:5:\"value\";s:2:\"NG\";s:5:\"label\";s:7:\"Nigeria\";}s:2:\"MK\";a:2:{s:5:\"value\";s:2:\"MK\";s:5:\"label\";s:15:\"North Macedonia\";}s:2:\"NO\";a:2:{s:5:\"value\";s:2:\"NO\";s:5:\"label\";s:6:\"Norway\";}s:2:\"OM\";a:2:{s:5:\"value\";s:2:\"OM\";s:5:\"label\";s:4:\"Oman\";}s:2:\"PK\";a:2:{s:5:\"value\";s:2:\"PK\";s:5:\"label\";s:8:\"Pakistan\";}s:2:\"PW\";a:2:{s:5:\"value\";s:2:\"PW\";s:5:\"label\";s:5:\"Palau\";}s:2:\"PA\";a:2:{s:5:\"value\";s:2:\"PA\";s:5:\"label\";s:6:\"Panama\";}s:2:\"PG\";a:2:{s:5:\"value\";s:2:\"PG\";s:5:\"label\";s:16:\"Papua New Guinea\";}s:2:\"PY\";a:2:{s:5:\"value\";s:2:\"PY\";s:5:\"label\";s:8:\"Paraguay\";}s:2:\"PE\";a:2:{s:5:\"value\";s:2:\"PE\";s:5:\"label\";s:4:\"Peru\";}s:2:\"PH\";a:2:{s:5:\"value\";s:2:\"PH\";s:5:\"label\";s:11:\"Philippines\";}s:2:\"PL\";a:2:{s:5:\"value\";s:2:\"PL\";s:5:\"label\";s:6:\"Poland\";}s:2:\"PT\";a:2:{s:5:\"value\";s:2:\"PT\";s:5:\"label\";s:8:\"Portugal\";}s:2:\"QA\";a:2:{s:5:\"value\";s:2:\"QA\";s:5:\"label\";s:5:\"Qatar\";}s:2:\"RO\";a:2:{s:5:\"value\";s:2:\"RO\";s:5:\"label\";s:7:\"Romania\";}s:2:\"RU\";a:2:{s:5:\"value\";s:2:\"RU\";s:5:\"label\";s:6:\"Russia\";}s:2:\"RW\";a:2:{s:5:\"value\";s:2:\"RW\";s:5:\"label\";s:6:\"Rwanda\";}s:2:\"SA\";a:2:{s:5:\"value\";s:2:\"SA\";s:5:\"label\";s:12:\"Saudi Arabia\";}s:2:\"SN\";a:2:{s:5:\"value\";s:2:\"SN\";s:5:\"label\";s:7:\"Senegal\";}s:2:\"RS\";a:2:{s:5:\"value\";s:2:\"RS\";s:5:\"label\";s:6:\"Serbia\";}s:2:\"SC\";a:2:{s:5:\"value\";s:2:\"SC\";s:5:\"label\";s:10:\"Seychelles\";}s:2:\"SL\";a:2:{s:5:\"value\";s:2:\"SL\";s:5:\"label\";s:12:\"Sierra Leone\";}s:2:\"SG\";a:2:{s:5:\"value\";s:2:\"SG\";s:5:\"label\";s:9:\"Singapore\";}s:2:\"SK\";a:2:{s:5:\"value\";s:2:\"SK\";s:5:\"label\";s:8:\"Slovakia\";}s:2:\"SI\";a:2:{s:5:\"value\";s:2:\"SI\";s:5:\"label\";s:8:\"Slovenia\";}s:2:\"SB\";a:2:{s:5:\"value\";s:2:\"SB\";s:5:\"label\";s:15:\"Solomon Islands\";}s:2:\"SO\";a:2:{s:5:\"value\";s:2:\"SO\";s:5:\"label\";s:7:\"Somalia\";}s:2:\"ZA\";a:2:{s:5:\"value\";s:2:\"ZA\";s:5:\"label\";s:12:\"South Africa\";}s:2:\"ES\";a:2:{s:5:\"value\";s:2:\"ES\";s:5:\"label\";s:5:\"Spain\";}s:2:\"LK\";a:2:{s:5:\"value\";s:2:\"LK\";s:5:\"label\";s:9:\"Sri Lanka\";}s:2:\"SD\";a:2:{s:5:\"value\";s:2:\"SD\";s:5:\"label\";s:5:\"Sudan\";}s:2:\"SR\";a:2:{s:5:\"value\";s:2:\"SR\";s:5:\"label\";s:8:\"Suriname\";}s:2:\"SE\";a:2:{s:5:\"value\";s:2:\"SE\";s:5:\"label\";s:6:\"Sweden\";}s:2:\"CH\";a:2:{s:5:\"value\";s:2:\"CH\";s:5:\"label\";s:11:\"Switzerland\";}s:2:\"SY\";a:2:{s:5:\"value\";s:2:\"SY\";s:5:\"label\";s:5:\"Syria\";}s:2:\"TW\";a:2:{s:5:\"value\";s:2:\"TW\";s:5:\"label\";s:6:\"Taiwan\";}s:2:\"TJ\";a:2:{s:5:\"value\";s:2:\"TJ\";s:5:\"label\";s:10:\"Tajikistan\";}s:2:\"TZ\";a:2:{s:5:\"value\";s:2:\"TZ\";s:5:\"label\";s:8:\"Tanzania\";}s:2:\"TH\";a:2:{s:5:\"value\";s:2:\"TH\";s:5:\"label\";s:8:\"Thailand\";}s:2:\"TG\";a:2:{s:5:\"value\";s:2:\"TG\";s:5:\"label\";s:4:\"Togo\";}s:2:\"TO\";a:2:{s:5:\"value\";s:2:\"TO\";s:5:\"label\";s:5:\"Tonga\";}s:2:\"TT\";a:2:{s:5:\"value\";s:2:\"TT\";s:5:\"label\";s:19:\"Trinidad and Tobago\";}s:2:\"TN\";a:2:{s:5:\"value\";s:2:\"TN\";s:5:\"label\";s:7:\"Tunisia\";}s:2:\"TR\";a:2:{s:5:\"value\";s:2:\"TR\";s:5:\"label\";s:6:\"Turkey\";}s:2:\"TM\";a:2:{s:5:\"value\";s:2:\"TM\";s:5:\"label\";s:12:\"Turkmenistan\";}s:2:\"UG\";a:2:{s:5:\"value\";s:2:\"UG\";s:5:\"label\";s:6:\"Uganda\";}s:2:\"UA\";a:2:{s:5:\"value\";s:2:\"UA\";s:5:\"label\";s:7:\"Ukraine\";}s:2:\"AE\";a:2:{s:5:\"value\";s:2:\"AE\";s:5:\"label\";s:20:\"United Arab Emirates\";}s:2:\"GB\";a:2:{s:5:\"value\";s:2:\"GB\";s:5:\"label\";s:14:\"United Kingdom\";}s:2:\"US\";a:2:{s:5:\"value\";s:2:\"US\";s:5:\"label\";s:13:\"United States\";}s:2:\"UY\";a:2:{s:5:\"value\";s:2:\"UY\";s:5:\"label\";s:7:\"Uruguay\";}s:2:\"UZ\";a:2:{s:5:\"value\";s:2:\"UZ\";s:5:\"label\";s:10:\"Uzbekistan\";}s:2:\"VU\";a:2:{s:5:\"value\";s:2:\"VU\";s:5:\"label\";s:7:\"Vanuatu\";}s:2:\"VE\";a:2:{s:5:\"value\";s:2:\"VE\";s:5:\"label\";s:9:\"Venezuela\";}s:2:\"VN\";a:2:{s:5:\"value\";s:2:\"VN\";s:5:\"label\";s:7:\"Vietnam\";}s:2:\"YE\";a:2:{s:5:\"value\";s:2:\"YE\";s:5:\"label\";s:5:\"Yemen\";}s:2:\"ZM\";a:2:{s:5:\"value\";s:2:\"ZM\";s:5:\"label\";s:6:\"Zambia\";}s:2:\"ZW\";a:2:{s:5:\"value\";s:2:\"ZW\";s:5:\"label\";s:8:\"Zimbabwe\";}}s:4:\"ajax\";a:2:{s:3:\"api\";s:26:\"/notificationx/v1/get-data\";s:4:\"data\";a:2:{s:4:\"type\";s:5:\"@type\";s:6:\"source\";s:7:\"@source\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}s:4:\"info\";s:273:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-audience-targeting-works/\" target=\"_blank\">Targeting</a> works</h3></div>\";}s:20:\"targeting_user_roles\";a:10:{s:5:\"label\";s:19:\"Set Target Audience\";s:4:\"name\";s:20:\"targeting_user_roles\";s:4:\"type\";s:6:\"select\";s:8:\"priority\";i:20;s:6:\"is_pro\";b:1;s:7:\"default\";a:1:{i:0;s:9:\"all_users\";}s:7:\"options\";a:8:{s:9:\"all_users\";a:2:{s:5:\"value\";s:9:\"all_users\";s:5:\"label\";s:18:\"Show for All Users\";}s:13:\"administrator\";a:2:{s:5:\"value\";s:13:\"administrator\";s:5:\"label\";s:13:\"Administrator\";}s:6:\"editor\";a:2:{s:5:\"value\";s:6:\"editor\";s:5:\"label\";s:6:\"Editor\";}s:6:\"author\";a:2:{s:5:\"value\";s:6:\"author\";s:5:\"label\";s:6:\"Author\";}s:11:\"contributor\";a:2:{s:5:\"value\";s:11:\"contributor\";s:5:\"label\";s:11:\"Contributor\";}s:10:\"subscriber\";a:2:{s:5:\"value\";s:10:\"subscriber\";s:5:\"label\";s:10:\"Subscriber\";}s:8:\"customer\";a:2:{s:5:\"value\";s:8:\"customer\";s:5:\"label\";s:8:\"Customer\";}s:12:\"shop_manager\";a:2:{s:5:\"value\";s:12:\"shop_manager\";s:5:\"label\";s:12:\"Shop manager\";}}s:8:\"multiple\";b:1;s:4:\"info\";s:273:\"<div class=\"nx-pro-feature-tooltip\" style=\"padding:10px; border:1px solid #ccc; max-width:450px; background:#fff;\"><h3 style=\"margin-bottom:5px;\">Learn how <a href=\"https://notificationx.com/docs/how-audience-targeting-works/\" target=\"_blank\">Targeting</a> works</h3></div>\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:9:\"press_bar\";}}}}s:14:\"popup_settings\";a:6:{s:5:\"label\";s:14:\"Popup Settings\";s:4:\"name\";s:14:\"popup_settings\";s:4:\"type\";s:7:\"section\";s:8:\"priority\";i:15;s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:18:\"popup_notification\";}s:6:\"fields\";a:3:{s:17:\"show_close_button\";a:4:{s:5:\"label\";s:17:\"Show Close Button\";s:4:\"name\";s:17:\"show_close_button\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:1;}s:21:\"close_on_button_click\";a:4:{s:5:\"label\";s:21:\"Close on Button Click\";s:4:\"name\";s:21:\"close_on_button_click\";s:4:\"type\";s:6:\"toggle\";s:7:\"default\";b:1;}s:21:\"close_button_position\";a:6:{s:5:\"label\";s:21:\"Close Button Position\";s:4:\"name\";s:21:\"close_button_position\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:9:\"top-right\";s:7:\"options\";a:4:{s:9:\"top-right\";a:2:{s:5:\"value\";s:9:\"top-right\";s:5:\"label\";s:9:\"Top Right\";}s:8:\"top-left\";a:2:{s:5:\"value\";s:8:\"top-left\";s:5:\"label\";s:8:\"Top Left\";}s:12:\"bottom-right\";a:2:{s:5:\"value\";s:12:\"bottom-right\";s:5:\"label\";s:12:\"Bottom Right\";}s:11:\"bottom-left\";a:2:{s:5:\"value\";s:11:\"bottom-left\";s:5:\"label\";s:11:\"Bottom Left\";}}s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:17:\"show_close_button\";s:5:\"value\";b:1;}}}}i:0;a:6:{s:5:\"label\";s:10:\"Visibility\";s:4:\"name\";s:10:\"visibility\";s:4:\"type\";s:7:\"section\";s:5:\"rules\";O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:2:\"is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:4:\"gdpr\";}s:8:\"priority\";i:10;s:6:\"fields\";a:3:{i:0;a:5:{s:5:\"label\";s:7:\"Show On\";s:4:\"name\";s:25:\"cookie_visibility_show_on\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:7:\"default\";s:7:\"options\";a:1:{s:7:\"default\";a:3:{s:5:\"label\";s:15:\"Show Everywhere\";s:5:\"value\";s:7:\"default\";s:8:\"selected\";s:8:\"selected\";}}}i:1;a:5:{s:5:\"label\";s:11:\"Display For\";s:4:\"name\";s:29:\"cookie_visibility_display_for\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:7:\"default\";s:7:\"options\";a:1:{s:7:\"default\";a:3:{s:5:\"label\";s:8:\"Everyone\";s:5:\"value\";s:7:\"default\";s:8:\"selected\";s:8:\"selected\";}}}i:2;a:6:{s:5:\"label\";s:23:\"Delay Before Appearance\";s:4:\"name\";s:30:\"cookie_visibility_delay_before\";s:4:\"type\";s:4:\"text\";s:7:\"default\";i:5;s:11:\"description\";s:7:\"Seconds\";s:4:\"help\";s:13:\"Initial Delay\";}}}}s:5:\"rules\";a:4:{i:0;s:3:\"and\";i:1;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:24:\"woocommerce_sales_inline\";}i:2;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:4:\"type\";s:5:\"value\";s:6:\"inline\";}i:3;O:23:\"NotificationX\\Core\\Rule\":3:{s:9:\"condition\";s:3:\"!is\";s:4:\"name\";s:6:\"source\";s:5:\"value\";s:12:\"flashing_tab\";}}}}s:12:\"instructions\";a:18:{s:6:\"inline\";a:6:{s:10:\"woo_inline\";s:899:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/woocommerce-sales-notifications/\">documentation</a>.</p>\n <p>🎦 <a href=\"https://www.youtube.com/watch?v=dVthd36hJ-E&t=1s\" target=\"_blank\">Watch video tutorial</a> to learn quickly</p>\n <p>⭐ NotificationX Integration with WooCommerce</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Why NotificationX is The <a target=\"_blank\" href=\"https://notificationx.com/integrations/woocommerce/\">Best FOMO and Social Proof Plugin</a> for WooCommerce?</p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://notificationx.com/blog/best-fomo-and-social-proof-plugin-for-woocommerce/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:10:\"edd_inline\";s:740:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">Easy Digital Downloads installed & activated</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/notificationx-easy-digital-downloads/\">documentation</a>.</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/easy-digital-downloads/\">Integration with Easy Digital Downloads</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How Does <a target=\"_blank\" href=\"https://wpdeveloper.com/notificationx-increase-sales-wordpress/\">NotificationX Increase Sales on WordPress</a> Websites?</p>\";s:12:\"tutor_inline\";s:572:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/tutor/\" target=\"_blank\">Tutor LMS installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/tutor-lms/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=EMrjLfL563Q\">video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/tutor-lms/\">Integration with Tutor LMS</a></p>\";s:16:\"learndash_inline\";s:856:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://www.learndash.com/\">LearnDash installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/how-to-display-learndash-course-enrollment-alert-using-notificationx\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=sTbBt2DVsIA\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/learndash/\">Integration with LearnDash</a> </p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How to Increase Your <a target=\"_blank\" href=\"https://wpdeveloper.com/learndash-course-enrollment-rate-notificationx/\">LearnDash Course Enrollment Rates</a> With NotificationX</p>\";s:17:\"learnpress_inline\";s:655:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/learnpress/\" target=\"_blank\">LearnPress LMS installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/how-to-display-learnpress-course-enrollment-alert-using-notificationx/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://notificationx.com/integrations/learnpress/\">video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/learnpress/\">Integration with LearnPress LMS</a></p>\";s:17:\"fluentcart_inline\";s:490:\"<p>Make sure that you have the <a target=\"_blank\" href=\"https://wordpress.org/plugins/fluent-cart/\">FluentCart WordPress plugin installed & configured</a> to use its campaign and selling data. For detailed guidelines, check out the step-by-step <a target=\"_blank\" href=\"https://notificationx.com/docs/fluentcart-growth-alert/\">documentation</a>.</p>\n <a target=\"_blank\" href=\"https://notificationx.com/docs/fluentcart-growth-alert/\">👉 NotificationX Integration with FluentCart</a>\";}s:4:\"form\";a:6:{s:3:\"cf7\";s:832:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7 installed & configured</a> to use its campaign & form subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/contact-form-submission-alert/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/SP9NXMioIK8\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/contact-form-7/\">Integration with Contact Form 7</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Hacks to Increase Your <a target=\"_blank\" href=\"https://notificationx.com/blog/wordpress-contact-forms/\">WordPress Contact Forms Submission Rate</a> Using NotificationX</p>\";s:4:\"grvf\";s:809:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://www.gravityforms.com/\">Gravity Forms installed & configured</a>, to use its campaign & form subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/gravity-forms/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=1Gl3XRd1TxY\">Watch video tutorial</a> to learn quickly</p>\n <p>👉NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/gravity-forms/\">Integration with Ninja Forms</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥Hacks to Increase Your <a target=\"_blank\" href=\"https://notificationx.com/blog/wordpress-contact-forms/\">WordPress Contact Forms Submission Rate</a> Using NotificationX</p>\";s:3:\"njf\";s:817:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms installed & configured</a> to use its campaign & form subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/ninja-forms/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=Ibv84iGcBHE\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/ninja-forms/\">Integration with Ninja Forms</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Hacks to Increase Your <a target=\"_blank\" href=\"https://notificationx.com/blog/wordpress-contact-forms/\">WordPress Contact Forms Submission Rate</a> Using NotificationX</p>\";s:3:\"wpf\";s:803:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/wpforms-lite/\">WPForms installed & configured</a> to use its campaign & form subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/wpforms/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=8tk7_ZawJN8\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/wpforms/\">Integration with WPForms</a></p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥Hacks to Increase Your <a target=\"_blank\" href=\"https://notificationx.com/blog/wordpress-contact-forms/\">WordPress Contact Forms Submission Rate</a> Using NotificationX</p>\";s:14:\"elementor_form\";s:542:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://elementor.com/\">Elementor Pro installed & configured</a> to use its form submission data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/elementor-form-with-notificationx/\">documentation</a>.</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Hacks to Increase Your <a target=\"_blank\" href=\"https://notificationx.com/blog/wordpress-contact-forms/\">WordPress Contact Forms Submission Rate</a> Using NotificationX</p>\";s:10:\"fluentform\";s:792:\"\n <p>To use the campaign & form subscription data, make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/fluentform/\">Fluent Forms installed and configured</a> on your website. For detailed guidelines, follow this <a target=\"_blank\" href=\"https://notificationx.com/docs/fluent-forms-submission-alert-notificationx\">documentation</a>.</p>\n\n <p>🎥 Learn quickly from the <a target=\"_blank\" href=\"https://youtu.be/cl0WEazGflU\">video tutorial</a>.</p>\n\n <p>⚙️ NotificationX integration with Fluent Forms</p>\n\n <p>📖 Recommended Reading: </p>\n <p>🔥How To <a target=\"_blank\" href=\"https://notificationx.com/blog/display-fluent-forms-submission-alert/\">Display Fluent Forms Submission Alert</a> Using NotificationX?</p>\n \";}s:18:\"email_subscription\";a:4:{s:10:\"convertkit\";s:821:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://app.convertkit.com/users/login\">signed in & retrieved your API key from ConvertKit account</a> to use its campaign & email subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/convertkit-alert/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/lk_KMSBkEbY\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/convertkit/\">Integration with ConvertKit</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Connect <a target=\"_blank\" href=\"https://wpdeveloper.com/convertkit-social-proof/\">NotificationX With ConvertKit</a>: Grow Your Audience By Leveraging Social Proof</p>\";s:9:\"mailchimp\";s:986:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://mailchimp.com/help/about-api-keys/\">signed in & retrieved API key from MailChimp account</a> to use its campaign & email subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/mailchimp-email-subscription-alert/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/WvX8feM5DBw\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/mailchimp/\">Integration with MailChimp</a></p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 How To Improve Your <a target=\"_blank\" href=\"https://wpdeveloper.com/email-marketing-social-proof/\">Email Marketing Strategy</a> With Social Proof</p>\n <p>🚀 Hacks To Grow Your <a target=\"_blank\" href=\"https://wpdeveloper.com/email-subscription-list-wordpress/\">Email Subscription List</a> On WordPress Website</p>\";s:25:\"zapier_email_subscription\";s:1848:\" <div class=\"instructions-wrapper\">\n <div class=\"instructions\">\n <p>Make sure that you have <a target=\"_blank\" rel=\"nofollow\" href=\"https://zapier.com/learn/getting-started-guide/build-zap-workflow\">created a Zap</a> with your preferred Application. From Zap Builder, you need to choose <strong>NotificationX</strong> as your Action App. You can get the public invitation link from <a href=\"https://zapier.com/developer/public-invite/28239/62de3486b323cd5830e27b251183a456\" target=\"_blank\" rel=\"nofollow\">here</a></p>\n <p>For further assistance, check out this <a href=\'https://notificationx.com/docs/zapier-notification-alert/\' rel=\'nofollow\'>Documentation</a> </p>\n <div class=\"nx-template-keys-wrapper\">\n <h3>Template Keys</h3>\n \n <ul class=\"email_subscription nx-template-keys\">\n <li><span>Field Name:</span> <strong>Field Key</strong></li>\n <li><span>Full Name:</span> <strong>name</strong></li>\n <li><span>First Name:</span> <strong>first_name</strong></li>\n <li><span>Last Name:</span> <strong>last_name</strong></li>\n <li><span>Email:</span> <strong>email</strong></li>\n <li><span>Title, Product Title:</span> <strong>title</strong></li>\n <li><span>Anonymous Title:</span> <strong>anonymous_title</strong></li>\n <li><span>Definite Time:</span> <strong>timestamp</strong></li>\n <li><span>Some time ago:</span> <strong>sometime</strong></li>\n <li><span>City:</span> <strong>city</strong></li>\n <li><span>Country:</span> <strong>country</strong></li>\n <li><span>City,Country:</span> <strong>city_country</strong></li>\n </ul> </div>\n </div>\n </div>\n\";s:14:\"ActiveCampaign\";s:857:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://help.activecampaign.com/hc/en-us/articles/207317590-Getting-started-with-the-API#getting-started-with-the-api-0-0\">signed in & retrieved API URL & API key from ActiveCampaign account</a> to use its campaign & email subscriptions data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/activecampaign-email-subscription-alert/\">documentation</a>.</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/activecampaign/\">Integration with ActiveCampaign</a></p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 Boosting Engagement with <a target=\"_blank\" href=\"https://notificationx.com/blog/activecampaign-email-subscription-alerts/\">ActiveCampaign Email Subscription Alerts</a> via NotificationX</p>\";}s:6:\"custom\";a:1:{s:19:\"custom_notification\";s:567:\"<p>You can make custom notification for its all types of campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/custom-notification/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=OuTmDZ0_TEw\">video tutorial</a> to learn quickly</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How to <a target=\"_blank\" href=\"https://wpdeveloper.com/custom-notificationx-alert-fomo/\">Display Custom Notification Alerts</a> On Your Website Using NotificationX</p>\";}s:11:\"conversions\";a:8:{s:31:\"custom_notification_conversions\";s:567:\"<p>You can make custom notification for its all types of campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/custom-notification/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=OuTmDZ0_TEw\">video tutorial</a> to learn quickly</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How to <a target=\"_blank\" href=\"https://wpdeveloper.com/custom-notificationx-alert-fomo/\">Display Custom Notification Alerts</a> On Your Website Using NotificationX</p>\";s:3:\"edd\";s:740:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">Easy Digital Downloads installed & activated</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/notificationx-easy-digital-downloads/\">documentation</a>.</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/easy-digital-downloads/\">Integration with Easy Digital Downloads</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How Does <a target=\"_blank\" href=\"https://wpdeveloper.com/notificationx-increase-sales-wordpress/\">NotificationX Increase Sales on WordPress</a> Websites?</p>\";s:6:\"envato\";s:584:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://account.envato.com/sign_in?to=envato-api\">created & signed in to Envato account</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/envato-sales-notification/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/-df_6KHgr7I\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/envato/\">Integration with Envato</a></p>\";s:20:\"freemius_conversions\";s:580:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://dashboard.freemius.com/login/\">created & signed in to Freemius account</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/freemius-sales-notification/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/0uANsOSFmtw\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/freemius/\">Integration with Freemius</a></p>\";s:11:\"woocommerce\";s:899:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/woocommerce-sales-notifications/\">documentation</a>.</p>\n <p>🎦 <a href=\"https://www.youtube.com/watch?v=dVthd36hJ-E&t=1s\" target=\"_blank\">Watch video tutorial</a> to learn quickly</p>\n <p>⭐ NotificationX Integration with WooCommerce</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Why NotificationX is The <a target=\"_blank\" href=\"https://notificationx.com/integrations/woocommerce/\">Best FOMO and Social Proof Plugin</a> for WooCommerce?</p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://notificationx.com/blog/best-fomo-and-social-proof-plugin-for-woocommerce/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:18:\"zapier_conversions\";s:2149:\" <div class=\"instructions-wrapper\">\n <div class=\"instructions\">\n <p>Make sure that you have <a target=\"_blank\" rel=\"nofollow\" href=\"https://zapier.com/learn/getting-started-guide/build-zap-workflow\">created a Zap</a> with your preferred Application. From Zap Builder, you need to choose <strong>NotificationX</strong> as your Action App. You can get the public invitation link from <a href=\"https://zapier.com/developer/public-invite/28239/62de3486b323cd5830e27b251183a456\" target=\"_blank\" rel=\"nofollow\">here</a></p>\n <p>For further assistance, check out this <a href=\'https://notificationx.com/docs/zapier-notification-alert/\' rel=\'nofollow\'>Documentation</a> </p>\n <div class=\"nx-template-keys-wrapper\">\n <h3>Template Keys</h3>\n \n <ul class=\"conversions nx-template-keys\">\n <li><span>Field Name:</span> <strong>Field Key</strong></li>\n <li><span>Full Name:</span> <strong>name</strong></li>\n <li><span>First Name:</span> <strong>first_name</strong></li>\n <li><span>Last Name:</span> <strong>last_name</strong></li>\n <li><span>Sales Count:</span> <strong>sales_count</strong></li>\n <li><span>Customer Email:</span> <strong>email</strong></li>\n <li><span>Title, Product Title:</span> <strong>title</strong></li>\n <li><span>Anonymous Title, Product:</span> <strong>anonymous_title</strong></li>\n <li><span>Definite Time:</span> <strong>timestamp</strong></li>\n <li><span>Sometime:</span> <strong>sometime</strong></li>\n <li><span>In last 1 day:</span> <strong>1day</strong></li>\n <li><span>In last 7 days:</span> <strong>7days</strong></li>\n <li><span>In last 30 days:</span> <strong>30days</strong></li>\n <li><span>City:</span> <strong>city</strong></li>\n <li><span>Country:</span> <strong>country</strong></li>\n <li><span>City,Country:</span> <strong>city_country</strong></li>\n </ul> </div>\n </div>\n </div>\n\";s:8:\"surecart\";s:460:\"<p>Make sure that you have the <a target=\"_blank\" href=\"https://wordpress.org/plugins/surecart/\">SureCart WordPress plugin installed & configured</a> to use its campaign and selling data. For detailed guidelines, check out the step-by-step <a target=\"_blank\" href=\"https://notificationx.com/docs/surecart-sales-alert/\">documentation</a>.</p>\n <a target=\"_blank\" href=\"https://notificationx.com/surecart/\">👉 NotificationX Integration with SureCart</a>\";s:10:\"fluentcart\";s:504:\"<p>Make sure that you have the <a target=\"_blank\" href=\"https://wordpress.org/plugins/fluent-cart/\">FluentCart WordPress plugin installed & configured</a> to use its campaign and selling data. For detailed guidelines, check out the step-by-step <a target=\"_blank\" href=\"https://notificationx.com/docs/fluentcart-sales-notifications/\">documentation</a>.</p>\n <a target=\"_blank\" href=\"https://notificationx.com/docs/fluentcart-sales-notifications/\">👉 NotificationX Integration with FluentCart</a>\";}s:18:\"offer_announcement\";a:1:{s:13:\"announcements\";s:504:\"<p>You can showcase the discount alert popup on your WordPress website to make visitors take purchasing action immediately. For further assistance, check out our step-by-step <a target=\"_blank\" href=\"https://notificationx.com/docs/configure-discount-alert/\">documentation</a>.</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥Introducing Discount Alert By NotificationX <a target=\"_blank\" href=\"https://notificationx.com/discount-alerts/\">Guide To Notify Customers About On-Sale Products</a> </p>\";}s:7:\"reviews\";a:6:{s:16:\"freemius_reviews\";s:580:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://dashboard.freemius.com/login/\">created & signed in to Freemius account</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/freemius-sales-notification/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/0uANsOSFmtw\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/freemius/\">Integration with Freemius</a></p>\";s:14:\"google_reviews\";s:575:\"<p>Make sure that you have configured your <a target=\"_blank\" href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#google_reviews_settings_section\">Google Reviews API</a> key, to showcase your reviews. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/collect-api-key-from-google-console\">documentation</a>.</p>\n\n <p>👉NotificationX <a target=\"_blank\" href=\"https://notificationx.com/docs/google-reviews-with-notificationx/\">Integration with Google Reviews</a>.</p>\";s:7:\"reviewx\";s:586:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> & <a target=\"_blank\" href=\"https://wordpress.org/plugins/reviewx/\">ReviewX</a> installed & activated to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/reviewx-notification-alerts\">documentation</a>.</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://wpdeveloper.com/ecommerce-sales-social-proof/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:11:\"woo_reviews\";s:634:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/woocommerce-product-reviews/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=bHuaOs9JWvI\">video tutorial</a> to learn quickly</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://wpdeveloper.com/ecommerce-sales-social-proof/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:10:\"wp_reviews\";s:1289:\"<p>Make sure that you have a <a target=\"_blank\" href=\"https://wordpress.org/\">wordpress.org</a> account to use its campaign on blog comments, reviews and download stats data. For further assistance, check out our step by step documentation on <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-comment-popup-alert/\">comments popup</a>, <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-review-notificationx/\">plugin reviews</a> & <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-download-stats/\">downloads stats</a>.</p>\n <p>🎦 Watch video tutorial on <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">blog comments</a>, <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">reviews</a> & <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">downloads stats</a> to learn quickly</p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 Proven Hacks To <a target=\"_blank\" href=\"https://notificationx.com/blog/hacks-to-get-more-comments-wordpress/\">Get More Comments on Your WordPress Blog</a> Posts</p>\n <p>🚀 How To Increase <a target=\"_blank\" href=\"https://wpdeveloper.com/wordpress-plugin-download/\">WordPress Plugin Download Rates & Increase Sales</a> in 2023</p>\";s:14:\"zapier_reviews\";s:1764:\" <div class=\"instructions-wrapper\">\n <div class=\"instructions\">\n <p>Make sure that you have <a target=\"_blank\" rel=\"nofollow\" href=\"https://zapier.com/learn/getting-started-guide/build-zap-workflow\">created a Zap</a> with your preferred Application. From Zap Builder, you need to choose <strong>NotificationX</strong> as your Action App. You can get the public invitation link from <a href=\"https://zapier.com/developer/public-invite/28239/62de3486b323cd5830e27b251183a456\" target=\"_blank\" rel=\"nofollow\">here</a></p>\n <p>For further assistance, check out this <a href=\'https://notificationx.com/docs/zapier-notification-alert/\' rel=\'nofollow\'>Documentation</a> </p>\n <div class=\"nx-template-keys-wrapper\">\n <h3>Template Keys</h3>\n \n <ul class=\"reviews nx-template-keys\">\n <li><span>Field Name:</span> <strong>Field Key</strong></li>\n <li><span>Username:</span> <strong>username</strong></li>\n <li><span>Email:</span> <strong>email</strong></li>\n <li><span>Rated:</span> <strong>rated</strong></li>\n <li><span>Plugin Name:</span> <strong>plugin_name</strong></li>\n <li><span>Plugin Review:</span> <strong>plugin_review</strong></li>\n <li><span>Review Title:</span> <strong>title</strong></li>\n <li><span>Anonymous Title:</span> <strong>anonymous_title</strong></li>\n <li><span>Rating:</span> <strong>rating</strong></li>\n <li><span>Definite Time:</span> <strong>timestamp</strong></li>\n <li><span>Some time ago:</span> <strong>sometime</strong></li>\n </ul> </div>\n </div>\n </div>\n\";}s:14:\"download_stats\";a:2:{s:14:\"freemius_stats\";s:580:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://dashboard.freemius.com/login/\">created & signed in to Freemius account</a> to use its campaign & product sales data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/freemius-sales-notification/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://youtu.be/0uANsOSFmtw\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/freemius/\">Integration with Freemius</a></p>\";s:8:\"wp_stats\";s:1289:\"<p>Make sure that you have a <a target=\"_blank\" href=\"https://wordpress.org/\">wordpress.org</a> account to use its campaign on blog comments, reviews and download stats data. For further assistance, check out our step by step documentation on <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-comment-popup-alert/\">comments popup</a>, <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-review-notificationx/\">plugin reviews</a> & <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-download-stats/\">downloads stats</a>.</p>\n <p>🎦 Watch video tutorial on <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">blog comments</a>, <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">reviews</a> & <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">downloads stats</a> to learn quickly</p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 Proven Hacks To <a target=\"_blank\" href=\"https://notificationx.com/blog/hacks-to-get-more-comments-wordpress/\">Get More Comments on Your WordPress Blog</a> Posts</p>\n <p>🚀 How To Increase <a target=\"_blank\" href=\"https://wpdeveloper.com/wordpress-plugin-download/\">WordPress Plugin Download Rates & Increase Sales</a> in 2023</p>\";}s:8:\"donation\";a:1:{s:4:\"give\";s:764:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/give/\">GiveWP installed & configured</a> to use its campaign & donars data. For further assistance, check out our step by step <a href=\"https://notificationx.com/docs/givewp-donation-alert/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=8EFgHSA8mOg\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/givewp/\">Integration with GiveWP</a></p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How Does <a target=\"_blank\" href=\"https://wpdeveloper.com/notificationx-increase-sales-wordpress/\">NotificationX Increase Sales on WordPress</a> Websites?\"</p>\";}s:14:\"page_analytics\";a:1:{s:6:\"google\";s:594:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://analytics.google.com/analytics/web/\">signed in to Google Analytics site</a>, to use its campaign & page analytics data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/google-analytics/\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=zZPF5nJD4mo\">Watch video tutorial</a> to learn quickly</p>\n <p>👉NotificationX <a target=\"_blank\" href=\"https://notificationx.com/docs/google-analytics/\">Integration with Google Analytics</a></p>\";}s:9:\"elearning\";a:3:{s:9:\"learndash\";s:856:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://www.learndash.com/\">LearnDash installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/how-to-display-learndash-course-enrollment-alert-using-notificationx\">documentation</a>.</p>\n <p>🎦 <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=sTbBt2DVsIA\">Watch video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/learndash/\">Integration with LearnDash</a> </p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 How to Increase Your <a target=\"_blank\" href=\"https://wpdeveloper.com/learndash-course-enrollment-rate-notificationx/\">LearnDash Course Enrollment Rates</a> With NotificationX</p>\";s:10:\"learnpress\";s:655:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/learnpress/\" target=\"_blank\">LearnPress LMS installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/how-to-display-learnpress-course-enrollment-alert-using-notificationx/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://notificationx.com/integrations/learnpress/\">video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/learnpress/\">Integration with LearnPress LMS</a></p>\";s:5:\"tutor\";s:572:\"<p>Make sure that you have <a href=\"https://wordpress.org/plugins/tutor/\" target=\"_blank\">Tutor LMS installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/tutor-lms/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=EMrjLfL563Q\">video tutorial</a> to learn quickly</p>\n <p>👉 NotificationX <a target=\"_blank\" href=\"https://notificationx.com/integrations/tutor-lms/\">Integration with Tutor LMS</a></p>\";}s:16:\"notification_bar\";a:1:{s:9:\"press_bar\";s:952:\"<p>You can showcase the notification bar to run instant popup campaigns on WordPress sites. For further assistance, check out our step-by-step guides on adding notification bars built with both <a target=\"_blank\" href=\"https://notificationx.com/docs/notification-bar/\">Elementor</a> and <a target=\"_blank\" href=\"https://notificationx.com/docs/configure-a-notification-bar-in-gutenberg/\">Gutenberg</a>.</p>\n <p>🎦 Watch the <a target = \"_blank\" href = \"https://www.youtube.com/watch?v=l7s9FXgzbEM\">video tutorial</a> for a quick guide.</p>\n <p><strong>Recommended Blog : </strong></p>\n <p>🔥 How to <a target=\"_blank\" href=\"https://notificationx.com/docs/notification-bar-with-elementor/\">design a Notification Bar with Elementor Page Builder.</a></p>\n <p>🔥 <a href=\"https://notificationx.com/blog/dynamic-notification-bar-wordpress/\" target=\"_blank\">Evergreen Dynamic Notification Bar</a> to Boost Sales in WordPress.</p>\";}s:17:\"woocommerce_sales\";a:3:{s:17:\"woocommerce_sales\";s:901:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/configure-woocommerce-sales-alert/\">documentation</a>.</p>\n <p>🎦 <a href=\"https://www.youtube.com/watch?v=dVthd36hJ-E&t=1s\" target=\"_blank\">Watch video tutorial</a> to learn quickly</p>\n <p>⭐ NotificationX Integration with WooCommerce</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Why NotificationX is The <a target=\"_blank\" href=\"https://notificationx.com/integrations/woocommerce/\">Best FOMO and Social Proof Plugin</a> for WooCommerce?</p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://notificationx.com/blog/best-fomo-and-social-proof-plugin-for-woocommerce/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:25:\"woocommerce_sales_reviews\";s:640:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/woocommerce-reviews-notificationx/\">documentation</a>.</p>\n <p>🎦 Watch <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=bHuaOs9JWvI\">video tutorial</a> to learn quickly</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://wpdeveloper.com/ecommerce-sales-social-proof/\">boost WooCommerce Sales</a> Using NotificationX</p>\";s:24:\"woocommerce_sales_inline\";s:893:\"<p>Make sure that you have <a target=\"_blank\" href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce installed & activated</a> to use this campaign. For further assistance, check out our step by step <a target=\"_blank\" href=\"https://notificationx.com/docs/woocommerce-growth-alerts/\">documentation</a>.</p>\n <p>🎦 <a href=\"https://www.youtube.com/watch?v=dVthd36hJ-E&t=1s\" target=\"_blank\">Watch video tutorial</a> to learn quickly</p>\n <p>⭐ NotificationX Integration with WooCommerce</p>\n <p><strong>Recommended Blog:</strong></p>\n <p>🔥 Why NotificationX is The <a target=\"_blank\" href=\"https://notificationx.com/integrations/woocommerce/\">Best FOMO and Social Proof Plugin</a> for WooCommerce?</p>\n <p>🚀 How to <a target=\"_blank\" href=\"https://notificationx.com/blog/best-fomo-and-social-proof-plugin-for-woocommerce/\">boost WooCommerce Sales</a> Using NotificationX</p>\";}s:8:\"comments\";a:1:{s:11:\"wp_comments\";s:1289:\"<p>Make sure that you have a <a target=\"_blank\" href=\"https://wordpress.org/\">wordpress.org</a> account to use its campaign on blog comments, reviews and download stats data. For further assistance, check out our step by step documentation on <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-comment-popup-alert/\">comments popup</a>, <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-review-notificationx/\">plugin reviews</a> & <a target=\"_blank\" href=\"https://notificationx.com/docs/wordpress-plugin-download-stats/\">downloads stats</a>.</p>\n <p>🎦 Watch video tutorial on <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">blog comments</a>, <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">reviews</a> & <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=wZKAUKH9XQY\">downloads stats</a> to learn quickly</p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 Proven Hacks To <a target=\"_blank\" href=\"https://notificationx.com/blog/hacks-to-get-more-comments-wordpress/\">Get More Comments on Your WordPress Blog</a> Posts</p>\n <p>🚀 How To Increase <a target=\"_blank\" href=\"https://wpdeveloper.com/wordpress-plugin-download/\">WordPress Plugin Download Rates & Increase Sales</a> in 2023</p>\";}s:12:\"flashing_tab\";a:1:{s:12:\"flashing_tab\";s:622:\"\n <p>Make sure that you have NotificationX PRO installed and activated on your website to use Flashing Tab. For further assistance, follow the step-by-step <a target=\"_blank\" href=\"https://notificationx.com/docs/flashing-tab-alerts/\">documentation</a>.</p>\n <p>🎥 Get a quick demo from the <a target=\"_blank\" href=\"https://www.youtube.com/watch?v=RCyB06nI-Xc\">video tutorial</a></p>\n <p>📖 Recommended Blog:</p>\n <p>🔥How To <a target=\"_blank\" href=\"https://notificationx.com/blog/flashing-browser-tab-notifications/\">Attract Customers With Flashing Browser Tab Notification Using NotificationX?</a></p>\n \";}s:5:\"video\";a:1:{s:7:\"youtube\";s:575:\"<p>To create YouTube notification popups, make sure that you have configured your <a target=\"_blank\" href=\"https://shop.painterandpartners.com/wp-admin/admin.php?page=nx-settings&tab=tab-api-integrations#google_youtube_settings_section\">YouTube API</a> key, Check out our step-by-step documentation for further assistance. <a target=\"_blank\" href=\"https://notificationx.com/docs/collect-youtube-api-key/\">documentation</a>.</p>\n\n <p>👉NotificationX <a target=\"_blank\" href=\"https://notificationx.com/docs/youtube-video-activities-popups/\">Integration with Youtube</a>.</p>\";}s:5:\"popup\";a:1:{s:18:\"popup_notification\";s:874:\"<p>Create compelling Announcements that capture visitor interest and help you generate more leads on your WordPress site. Need help? Check out our <a href=\"https://notificationx.com/docs/how-to-show-announcement-using-notificationx/\" target=\"_blank\">step-by-step guides</a> to build impactful Announcements.</p>\n <p>🎦 Watch the quick video <a target=\"_blank\" href=\"https://www.youtube.com/playlist?list=PLWHp1xKHCfxAj4AAs3kmzmDZKvjv6eycK\">tutorial</a> for an easy walk-through.</p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 <a target=\"_blank\" href=\"https://notificationx.com/blog/announcement-notifications-on-wordpress\">How to Create High-Performing Announcements with NotificationX?</a></p>\n <p><strong>Pro Tips:</strong></p>\n <p>✨ Use attention-grabbing headlines and clear action prompts to encourage more sign-ups.</p>\";}s:4:\"gdpr\";a:1:{s:17:\"gdpr_notification\";s:886:\"<p>You can showcase Cookie Notice effortlessly on your WordPress site to ensure compliance with visitors. Need help? Follow our <a href=\"https://notificationx.com/docs/how-to-configure-cookies-policy-for-website/\" target=\"_blank\">step-by-step guides</a> for creating a Cookie Notice on the WordPress website.</p>\n <p>🎦 Watch the video <a target=\"_blank\" href=\"https://youtu.be/xMiRgH436SE\">tutorial</a> for a quick guide.</p>\n <p><strong>Recommended Blogs:</strong></p>\n <p>🔥 <a target=\"_blank\" href=\"https://notificationx.com/blog/display-wordpress-cookie-notice/\">How to Display WordPress Cookie Notice Using NotificationX?</a></p>\n <p><strong>Recommended Plugins:</strong></p>\n <p>🔌 <a target=\"_blank\" href=\"https://wordpress.org/plugins/wp-consent-api/\">WP Consent API</a> - Centralize cookie handling with a unified consent solution.</p>\";}}s:9:\"pro_popup\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Menu
  • Menu
  • Best Products
  • Home
  • Shop
  • Wishlist
  • Printer Inks
    • Canon Printer Ink
    • Epson Original Ink
    • HP Original Ink
  • Printer Papers
    • Amazon Basics
    • HP Printer Papers
    • Xerox Basics
    • Prestige
    • NU Printing Papers
    • Nuco Printing Papers
  • Printers
    • Brother Printers
    • HP Printers
    • Epson Printers
    • Canon Printers
  • EN-US
  • Sign in
  • Sign up
Lost your password?

A password will be sent to your email address.

EN-US / £
  • EN-US
Available 24/7 at(0) 800 169 7720
Useful links
  • (00) 33 169 7720
  • Order tracking
Painter And Partners Painter And Partners
Expand menu
Hello, Sign in My Account
0 My Cart £0.00
Empty cart

No products in the cart.

  • Best Products
    • Printer Inks
      • Canon Printer Ink
      • Epson Original Ink
      • HP Original Ink
    • Printer Papers
      • Amazon Basics
      • HP Printer Papers
      • Xerox Basics
      • Prestige
      • NU Printing Papers
      • Nuco Printing Papers
    • Printers
      • Brother Printers
      • HP Printers
      • Epson Printers
      • Canon Printers
  • Home
  • About Us
  • Shop
  • Contact

404

Back to Home

About P&P

At P&P, we're not just an online store; we're your one-stop destination for all things printing.

Disclaimer: At P&P, we strive to provide accurate product information and pricing for leading brands such as HP, Canon, Epson, and others; however, all details are provided "as is" and are subject to change without notice. Use of this site is at your own risk, and we disclaim any liability for errors or omissions. All trademarks are the property of their respective owners.

About us

  • About company
  • Our team
  • Careers
  • News

Stay Informed

Please enable JavaScript in your browser to complete this form.

*Subscribe to our newsletter to receive early discount offers, updates and new products info.


Painter And Partners
  • Terms and Conditions
  • Privacy Policy
  • My account
  • Shop
  • Twitter
  • Facebook
  • Instagram
  • Pinterest
  • YouTube
© All rights reserved. P&P Shop Online
Top
Menu 0 £0.00

WordPress database error: [INSERT, UPDATE command denied to user 'u765821958_shop_user'@'127.0.0.1' for table `u765821958_shop_db`.`wp_options`]
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1775170534.5063230991363525390625', 'on') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)